[
  {
    "path": ".gitattributes",
    "content": "# Ref: https://git-scm.com/docs/gitattributes\n* text=auto eol=lf\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\nliberapay: Bottles\ngithub: ['bottlesdevs']\ncustom: ['https://usebottles.com/funding']\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug.yml",
    "content": "name: Bug Report\ndescription: File a bug report\ntitle: \"[Bug]: \"\nlabels: [\"bug\", \"triage\"]\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        ⚠️ Do not open issues for Windows executables not working in Bottles, if not installed through our installers. Bottles is a Wine prefix manager. If a Windows application doesn't work, it could be a Wine problem or a misconfiguration of the Wine prefix. Please visit [WineHQ](https://www.winehq.org) and [ProtonDB](https://www.protondb.com) for more information on the software you are trying to run. For additional support, use the [Programs](https://github.com/bottlesdevs/programs) repository.\n        ⚠️ Do not open issues for bugs outside of [Bottles on Flathub](https://flathub.org/apps/details/com.usebottles.bottles), as we do not support packages from third-party repositories. If you can reproduce the bug(s) using Bottles on Flathub, then we will provide support, otherwise we will close the issue.\n\n  - type: textarea\n    id: what-happened\n    attributes:\n      label: Describe the bug\n      description: Also tell us, what did you expect to happen?\n      placeholder: A clear and concise description of what the bug is.\n    validations:\n      required: true\n\n  - type: textarea\n    id: to-reproduce\n    attributes:\n      label: To Reproduce\n      description: Steps to reproduce the behavior\n      placeholder: |\n        1. Go to '...'\n        2. Click on '...'\n        3. Scroll down to '...'\n        4. See error\n    validations:\n      required: true\n\n  - type: markdown\n    attributes:\n      value: |\n        ## System information\n\n  - type: dropdown\n    id: package\n    attributes:\n      label: Package\n      description: |\n        How did you install Bottles?\n\n        If you use Bottles from your distribution package manager, please install [Bottles from Flathub](https://flathub.org/apps/details/com.usebottles.bottles) and try to reproduce the bug there. You might/will not get help if you don't run Bottles from Flathub.\n      options:\n        - Flatpak from Flathub\n        - Flatpak from Flathub Beta\n        - Flatpak from GitHub Artifacts\n    validations:\n      required: true\n\n  - type: input\n    id: distro\n    attributes:\n      label: Distribution\n      description: In which Linux distribution did you encounter the bug?\n      placeholder: Fedora 35, Arch Linux, Ubuntu 21.10..\n    validations:\n      required: true\n\n  - type: textarea\n    id: health-check\n    attributes:\n      label: Debugging Information\n      description: |\n        In Bottles, press the hamburger menu (`☰`) at the top right. Then press \"About Bottles\". Select \"Troubleshooting\", then \"Debugging Information\". Lastly, copy text and paste here.\n\n        If you are unable to run Bottles, then you can retrieve information by running `flatpak run --command=bottles-cli com.usebottles.bottles info health-check` in the terminal.\n      render: shell\n      placeholder: |\n        Display:\n            X.org: true\n            X.org (port): :99.0\n            Wayland: false\n        Graphics:\n            vendors:\n                nvidia:\n                    vendor: nvidia\n                    envs:\n                        __NV_PRIME_RENDER_OFFLOAD: '1'\n                        __GLX_VENDOR_LIBRARY_NAME: nvidia\n                        __VK_LAYER_NV_optimus: NVIDIA_only\n                    icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/nvidia_icd.json\n                amd:\n                    vendor: amd\n                    envs:\n                        DRI_PRIME: '1'\n                    icd: /usr/lib/x86_64-linux-gnu/GL/vulkan/icd.d/radeon_icd.x86_64.json:/usr/lib/i386-linux-gnu/GL/vulkan/icd.d/radeon_icd.i686.json\n            prime:\n                integrated: *id001\n                discrete: *id002\n        Kernel:\n            Type: Linux\n            Version: 5.16.9-200.fc35.x86_64\n        Distro:\n            Name: GNOME\n            Version: '\"41 (Flatpak runtime)\"'\n        Tools:\n            cabextract: true\n            p7zip: true\n            patool: true\n            glibc_min: '2.33'\n        Bottles_envs: null\n    validations:\n      required: true\n\n  - type: textarea\n    id: log\n    attributes:\n      label: Troubleshooting Logs\n      description: If applicable, run `flatpak run com.usebottles.bottles`, reproduce the issue and paste the logs here.\n      render: shell\n      placeholder: |\n        [Errno 2] No such file or directory: '/home/USER/.var/app/com.usebottles.bottles/data/bottles/bottles/Opera-GX__185/bottle.yml'  File \"/app/share/bottles/bottles/frontend/utils/threading.py\", line 61, in __target\n            result = self.task_func(*args, **kwargs)\n\n          File \"/app/share/bottles/bottles/frontend/windows/main_window.py\", line 194, in get_manager\n            mng = Manager(window=window, repo_fn_update=repo_fn_update)\n\n          File \"/app/share/bottles/bottles/backend/managers/manager.py\", line 135, in __init__\n            times.update(self.checks(install_latest=False, first_run=True).data)\n\n          File \"/app/share/bottles/bottles/backend/managers/manager.py\", line 189, in checks\n            self.check_bottles()\n\n          File \"/app/share/bottles/bottles/backend/managers/manager.py\", line 804, in check_bottles\n            process_bottle(b)\n\n          File \"/app/share/bottles/bottles/backend/managers/manager.py\", line 758, in process_bottle\n            self.update_config(\n\n          File \"/app/share/bottles/bottles/backend/managers/manager.py\", line 874, in update_config\n            with open(os.path.join(bottle_path, \"bottle.yml\"), \"w\") as conf_file\n\n  - type: textarea\n    id: additional-context\n    attributes:\n      label: Additional context\n      description: Add any other context about the problem here.\n    validations:\n      required: false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: true\ncontact_links:\n  - name: Documentation\n    url: https://docs.usebottles.com/\n    about: Before posting, check if the topic has already been covered by our documentation.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature-request.yml",
    "content": "name: Feature Request\ndescription: Suggest an idea for this project\ntitle: \"[Request]: \"\nlabels: [\"Feature request\"]\n\nbody:\n  - type: textarea\n    id: what-happened\n    attributes:\n      label: Tell us the problem or your need\n      description: A clear and concise description of what the problem is.\n      placeholder: Ex. I'm always frustrated when [...]\n    validations:\n      required: true\n\n  - type: textarea\n    id: your-solution\n    attributes:\n      label: Describe the solution you'd like\n      description: A clear and concise description of what you want to happen.\n      placeholder: To fix this, I would [...]\n    validations:\n      required: true\n\n  - type: textarea\n    id: other-solutions\n    attributes:\n      label: Other solutions?\n      description: A clear and concise description of any alternative solutions or features you've considered.\n    validations:\n      required: false\n\n  - type: textarea\n    id: additional-context\n    attributes:\n      label: Additional context and references\n      description: Add any other context or reference about the feature request here.\n    validations:\n      required: false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feedback.md",
    "content": "---\nname: General Feedback\nabout: Send your feedback, start a discussion, or ask a question to the developers.\nlabels: Feedback\n---\n\n!!! PLEASE DON'T OPEN ISSUES FOR PROGRAMS NOT RUNNING IN BOTTLES, USE THE programs REPOSITORY INSTEAD !!!\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/mirror.yml",
    "content": "name: Network issue report\ndescription: Report Network/Mirror issue to sysadmin\nlabels: [\"Network Issue\"]\nbody:\n  - type: markdown\n    id: introduction\n    attributes:\n      value: |\n        📝 Please use this template while reporting a Network/Mirror issue and provide as much info as possible.\n\n  - type: checkboxes\n    id: prerequisites\n    attributes:\n      label: Prerequisites\n      options:\n        - label: |\n            I am sure that this problem has NEVER been discussed in [other issues](https://github.com/bottlesdevs/Bottles/issues).\n          required: true\n\n  - type: textarea\n    id: what_happened\n    attributes:\n      label: What happened\n    validations:\n      required: true\n\n  - type: textarea\n    id: expected_behavior\n    attributes:\n      label: What you expected to happen\n    validations:\n      required: true\n\n  - type: textarea\n    id: how_to_reproduce\n    attributes:\n      label: How to reproduce it\n    validations:\n      required: true\n\n  - type: textarea\n    id: ping_result\n    attributes:\n      label: Ping proxy.usebottles.com\n      description: Please run `ping proxy.usebottles.com` in a terminal and send us the output.\n      render: log\n    validations:\n      required: true\n\n  - type: textarea\n    id: dig_result\n    attributes:\n      label: Dig proxy.usebottles.com\n      description: Please run `dig proxy.usebottles.com` in a terminal and send us the output.\n      render: log\n    validations:\n      required: true\n\n  - type: input\n    id: isp\n    attributes:\n      label: Your Internet Service Provider (ISP) name\n\n  - type: input\n    id: area\n    attributes:\n      label: Your Country/Area\n\n  - type: textarea\n    id: others\n    attributes:\n      label: Anything else we need to know\n"
  },
  {
    "path": ".github/dependabot.yml",
    "content": "# To get started with Dependabot version updates, you'll need to specify which\n# package ecosystems to update and where the package manifests are located.\n# Please see the documentation for all configuration options:\n# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates\n\nversion: 2\nupdates:\n- package-ecosystem: github-actions\n  directory: \"/\"\n  schedule:\n    interval: daily\n"
  },
  {
    "path": ".github/pull_request_template.md",
    "content": "# Description\nPlease include a summary of the change and which issue is fixed (if available).\nPlease also include relevant motivation and context.\n\nFixes #(issue)\n\n## Type of change\n- [ ] Bug fix (non-breaking change which fixes an issue)\n- [ ] New feature (non-breaking change which adds functionality)\n- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)\n- [ ] This change requires a documentation update\n\n# How Has This Been Tested?\nPlease describe the tests that you ran to verify your changes.\nProvide instructions so we can reproduce.\n- [ ] Test A\n- [ ] Test B\n"
  },
  {
    "path": ".github/workflows/build_flatpak.yml",
    "content": "on:\n  push:\n    branches: [main]\n  pull_request:\nname: Build Flatpak\njobs:\n  flatpak:\n    name: \"build-packages\"\n    runs-on: ubuntu-latest\n    container:\n      image: bilelmoussaoui/flatpak-github-actions:gnome-47\n      options: --privileged\n    steps:\n    - uses: actions/checkout@v4\n    - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6\n      with:\n        bundle: bottles.flatpak\n        manifest-path: build-aux/com.usebottles.bottles.Devel.json\n        cache-key: flatpak-builder-${{ github.sha }}\n"
  },
  {
    "path": ".github/workflows/close-issues.yml",
    "content": "name: close-issues\n\non:\n  issues:\n    types: [opened]\n\njobs:\n  comment:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions-ecosystem/action-regex-match@v2\n        id: regex-match\n        with:\n          text: ${{ github.event.issue.body }}\n          regex: '[Vv]ersion.*:.*202\\d.\\d\\d?.\\d\\d?'\n      - if: ${{ steps.regex-match.outputs.match != '' }}\n        name: Close Issue\n        uses: peter-evans/close-issue@v3\n        with:\n          close-reason: not_planned\n          comment: |\n            It seems like you're using an old version of Bottles. Please upgrade to the version from Flathub [here](https://flathub.org/apps/details/com.usebottles.bottles), and try to reproduce the bug.\n"
  },
  {
    "path": ".github/workflows/pre-commit.yml",
    "content": "name: pre-commit\n\non:\n  pull_request:\n  push:\n    branches: [main]\n\njobs:\n  pre-commit:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v3\n    - uses: actions/setup-python@v3\n    - uses: pre-commit/action@v3.0.1\n"
  },
  {
    "path": ".github/workflows/update-manifest.yml",
    "content": "name: Update manifest\n\non:\n  schedule:\n    # Check for update every day at 07:11\n    - cron:  '11 7 * * *'\n  # Allows you to run this workflow manually from the Actions tab\n  workflow_dispatch:\n\n\nenv:\n  PR_BRANCH: pr/ci-manifest/${{ github.ref_name }}\n  FEDC_ARGS: --update --require-important-update --commit-only --never-fork \"bottles-repository/build-aux/com.usebottles.bottles.Devel.json\"\n  UPDATE_PYTHON: false\n\njobs:\n  update-manifest:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          path: \"bottles-repository\"\n          ref: ${{ github.ref_name }}\n\n      - uses: actions/setup-python@v5\n        with:\n          python-version: '3.x'\n          cache: 'pip'\n\n      - run: pip install setuptools pur req2flatpak pyyaml\n\n      - name: Update requirements\n        working-directory: \"bottles-repository\"\n        shell: bash {0}\n        run: |\n          git config user.email \"github-actions[bot]@users.noreply.github.com\"\n          git config user.name \"github-actions[bot]\"\n          pur -r requirements.txt\n          pur -r requirements.dev.txt\n          req2flatpak --requirements-file requirements.txt --yaml --target-platforms 312-x86_64 -o com.usebottles.bottles.pypi-deps.yaml\n          git diff ${{ github.ref_name }} --exit-code requirements.txt requirements.dev.txt com.usebottles.bottles.pypi-deps.yaml\n          updated=$?\n          if [ $updated -ne 0 ]; then\n              git add requirements.txt requirements.dev.txt com.usebottles.bottles.pypi-deps.yaml\n              git commit -m \"Update PyPI dependencies\"\n          fi\n\n      - name: Update arguments\n        if: github.event_name == 'workflow_dispatch'\n        run: |\n          remove_important_update_only=$(sed 's/--require-important-update//g' <<< '${{ env.FEDC_ARGS }}')\n          echo \"FEDC_ARGS=$remove_important_update_only\" >> $GITHUB_ENV\n          echo \"UPDATE_PYTHON=true\" >> $GITHUB_ENV\n\n      - uses: docker://ghcr.io/flathub/flatpak-external-data-checker:latest\n        env:\n          GIT_AUTHOR_NAME: github-actions[bot]\n          GIT_COMMITTER_NAME: github-actions[bot]\n          GIT_AUTHOR_EMAIL: github-actions[bot]@users.noreply.github.com\n          GIT_COMMITTER_EMAIL: github-actions[bot]@users.noreply.github.com\n          EMAIL: github-actions[bot]@users.noreply.github.com\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          args: ${{ env.FEDC_ARGS }}\n\n      - name: Create PR if necessary\n        working-directory: \"bottles-repository\"\n        shell: bash {0}\n        run: |\n          git checkout -B ${{ env.PR_BRANCH }}\n          git push -f --set-upstream origin ${{ env.PR_BRANCH }}\n          git diff ${{ github.ref_name }} --exit-code build-aux/com.usebottles.bottles.Devel.json\n          updated=$?\n          if [ $updated -ne 0 ] || [ \"${{ env.UPDATE_PYTHON }}\" = true ]; then\n            gh pr create --title \":robot:: Update manifest (important)\" --body \":wrench: One or more modules marked as 'important' have been updated.\" --head ${{ env.PR_BRANCH }} --base ${{ github.ref_name }}\n            exit 0\n          fi\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n"
  },
  {
    "path": ".gitignore",
    "content": ".vscode/\n.mypy_cache/\n.pytest_cache/\n/.project\n/.pydevproject\n/.settings\n/.cproject\n/.idea\n.flatpak-builder/\n/build\n/build-dir\n/mesonbuild\n\n__pycache__\n.coverage\n/install dir\n/work area\n\n/meson-test-run.txt\n/meson-test-run.xml\n/meson-cross-test-run.txt\n/meson-cross-test-run.xml\n\n/.flatpak\n/builddir\n\n.DS_Store\n*~\n*.swp\npackagecache\n/MANIFEST\n/dist\n/meson.egg-info\n\n/docs/built_docs\n/docs/hotdoc-private*\n\n*.pyc\n/*venv*\n\n.buildconfig\n\n# Ignore AppImage build dirs\n/AppDir\n/appimage-builder-cache\n\n# Ignore generated files\n*.deb\n*.dsc\n*.changes\n.build\n*.buildinfo\n*.tar.gz\n\n\n# Ignore files generated during build\n*debian/files\n*debian/.*\n*debian/com.usebottles.bottles*\n*obj-x86_64-linux-gnu\n\n# Ignore flatpak build dirs\n/repo/\n/flatpak/\n.vscode/*\n/.vscode/*\n\n/build-flatpak.sh\n\n/FVS*/"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"build-aux/req2flatpak\"]\n\tpath = build-aux/req2flatpak\n\turl = https://github.com/johannesjh/req2flatpak.git\n"
  },
  {
    "path": ".mailmap",
    "content": "Mirko Brombin <brombin94@gmail.com> <send@mirko.pm>\nMirko Brombin <brombin94@gmail.com> <brombin@mirko.pm>\nMirko Brombin <brombin94@gmail.com> <brombinmirko@gmail.com>\nMirko Brombin <brombin94@gmail.com> <mirko@pop-os.localdomain>\nMirko Brombin <brombin94@gmail.com> <mirko@rog.station>\nMirko Brombin <brombin94@gmail.com> <mirkobrombin@users.noreply.github.com>\nHari Rana <theevilskeleton@riseup.net> TheEvilSkeleton <theevilskeleton@riseup.net>\nKinsteen <me@kinsteen.fr> <pitiqui69@gmail.com>\njannuary <27908024+jannuary@users.noreply.github.com>\naxtloss <rose@pinkro.se> <axtlos@tar.black>\naxtloss <rose@pinkro.se> <axtlos@getcryst.al>\nEmoonX <emoon@emoon.dev> <gustavo.chicato@usp.br>"
  },
  {
    "path": ".pre-commit-config.yaml",
    "content": "# See https://pre-commit.com for more information\n# See https://pre-commit.com/hooks.html for more hooks\nrepos:\n-   repo: https://github.com/pre-commit/pre-commit-hooks\n    rev: v5.0.0\n    hooks:\n    -   id: trailing-whitespace\n    -   id: end-of-file-fixer\n    -   id: check-yaml\n    -   id: check-xml\n    -   id: check-json\n    -   id: pretty-format-json\n        args: [\"--autofix\", \"--no-sort-keys\", \"--indent\", \"4\"]\n    -   id: check-added-large-files\n\n-   repo: https://github.com/astral-sh/ruff-pre-commit\n    rev: v0.8.2\n    hooks:\n    -   id: ruff\n        args: [ \"--fix\" ]\n    -   id: ruff-format\n\n-   repo: https://github.com/pre-commit/mirrors-mypy\n    rev: v1.13.0\n    hooks:\n    -   id: mypy\n        args: [\"--pretty\"]\n        additional_dependencies: [\"pygobject-stubs\", \"types-PyYAML\", \"types-Markdown\", \"types-requests\", \"types-pycurl\", \"types-chardet\", \"pytest-stub\", \"types-orjson\", \"pathvalidate\", \"requirements-parser\", \"icoextract\", \"fvs\", \"patool\", \"git+https://gitlab.com/TheEvilSkeleton/vkbasalt-cli.git@main\"]\n\n-   repo: https://github.com/PyCQA/autoflake\n    rev: v2.3.1\n    hooks:\n    -   id: autoflake\n"
  },
  {
    "path": "CODE_OF_CONDUCT.md",
    "content": "# GNOME Code of Conduct\n\nThank you for being a part of the GNOME project. We value your participation and want everyone to have an enjoyable and fulfilling experience. Accordingly, all participants are expected to follow this Code of Conduct, and to show respect, understanding, and consideration to one another. Thank you for helping make this a welcoming, friendly community for everyone.\n\n## Scope\n\nThis Code of Conduct applies to all online GNOME community spaces, including, but not limited to:\n\n * Issue tracking systems - bugzilla.gnome.org\n * Documentation and tutorials - developer.gnome.org\n * Code repositories - git.gnome.org and gitlab.gnome.org\n * Mailing lists - mail.gnome.org\n * Wikis - wiki.gnome.org\n * Chat and forums - irc.gnome.org, discourse.gnome.org, GNOME Telegram channels, and GNOME groups and channels on Matrix.org (including bridges to GNOME IRC channels)\n * Community spaces hosted on gnome.org infrastructure\n * Any other channels or groups which exist in order to discuss GNOME project activities\n\nCommunication channels and private conversations that are normally out of scope may be considered in scope if a GNOME participant is being stalked or harassed. Social media conversations may be considered in-scope if the incident occurred under a GNOME event hashtag, or when an official GNOME account on social media is tagged, or within any other discussion about GNOME. The GNOME Foundation reserves the right to take actions against behaviors that happen in any context, if they are deemed to be relevant to the GNOME project and its participants.\n\nAll participants in GNOME online community spaces are subject to the Code of Conduct. This includes GNOME Foundation board members, corporate sponsors, and paid employees. This also includes volunteers, maintainers, leaders, contributors, contribution reviewers, issue reporters, GNOME users, and anyone participating in discussion in GNOME online spaces.\n\n## Reporting an Incident\n\nIf you believe that someone is violating the Code of Conduct, or have\nany other concerns, please [contact the Code of Conduct committee](https://wiki.gnome.org/Foundation/CodeOfConduct/ReporterGuide).\n\n## Our Standards\n\nThe GNOME online community is dedicated to providing a positive experience for everyone, regardless of:\n\n * age\n * body size\n * caste\n * citizenship\n * disability\n * education\n * ethnicity\n * familial status\n * gender expression\n * gender identity\n * genetic information\n * immigration status\n * level of experience\n * nationality\n * personal appearance\n * pregnancy\n * race\n * religion\n * sex characteristics\n * sexual orientation\n * sexual identity\n * socio-economic status\n * tribe\n * veteran status\n\n### Community Guidelines\n\nExamples of behavior that contributes to creating a positive environment include:\n\n * **Be friendly.** Use welcoming and inclusive language.\n * **Be empathetic.** Be respectful of differing viewpoints and experiences.\n * **Be respectful.** When we disagree, we do so in a polite and constructive manner.\n * **Be considerate.** Remember that decisions are often a difficult choice between competing priorities. Focus on what is best for the community. Keep discussions around technology choices constructive and respectful.\n * **Be patient and generous.** If someone asks for help it is because they need it. When documentation is available that answers the question, politely point them to it. If the question is off-topic, suggest a more appropriate online space to seek help.\n * **Try to be concise.** Read the discussion before commenting in order to not repeat a point that has been made.\n\n### Inappropriate Behavior\n\nCommunity members asked to stop any inappropriate behavior are expected to comply immediately.\n\nWe want all participants in the GNOME community have the best possible experience they can. In order to be clear what that means, we've provided a list of examples of behaviors that are inappropriate for GNOME community spaces:\n\n * **Deliberate intimidation, stalking, or following.**\n * **Sustained disruption of online discussion, talks, or other events.** Sustained disruption of events, online discussions, or meetings, including talks and presentations, will not be tolerated. This includes 'Talking over' or 'heckling' event speakers or influencing crowd actions that cause hostility in event sessions. Sustained disruption also includes drinking alcohol to excess or using recreational drugs to excess, or pushing others to do so.\n * **Harassment of people who don't drink alcohol.** We do not tolerate derogatory comments about those who abstain from alcohol or other substances. We do not tolerate pushing people to drink, talking about their abstinence or preferences to others, or pressuring them to drink - physically or through jeering.\n * **Sexist, racist, homophobic, transphobic, ableist language or otherwise exclusionary language.** This includes deliberately referring to someone by a gender that they do not identify with, and/or questioning the legitimacy of an individual's gender identity. If you're unsure if a word is derogatory, don't use it. This also includes repeated subtle and/or indirect discrimination.\n * **Unwelcome sexual attention or behavior that contributes to a sexualized environment.** This includes sexualized comments, jokes or imagery in interactions, communications or presentation materials, as well as inappropriate touching, groping, or sexual advances. Sponsors should not use sexualized images, activities, or other material. Meetup organizing staff and other volunteer organizers should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.\n * **Unwelcome physical contact.** This includes touching a person without permission, including sensitive areas such as their hair, pregnant stomach, mobility device (wheelchair, scooter, etc) or tattoos. This also includes physically blocking or intimidating another person. Physical contact or simulated physical contact (such as emojis like \"kiss\") without affirmative consent is not acceptable. This includes sharing or distribution of sexualized images or text.\n * **Violence or threats of violence.** Violence and threats of violence are not acceptable - online or offline. This includes incitement of violence toward any individual, including encouraging a person to commit self-harm. This also includes posting or threatening to post other people's personally identifying information (\"doxxing\") online.\n * **Influencing or encouraging inappropriate behavior.** If you influence or encourage another person to violate the Code of Conduct, you may face the same consequences as if you had violated the Code of Conduct.\n * **Possession of an offensive weapon at a GNOME event.** This includes anything deemed to be a weapon by the event organizers.\n\nThe GNOME community prioritizes marginalized people's safety over privileged people's comfort. The committee will not act on complaints regarding:\n\n * \"Reverse\"-isms, including \"reverse racism,\" \"reverse sexism,\" and \"cisphobia\"\n * Reasonable communication of boundaries, such as \"leave me alone,\" \"go away,\" or \"I'm not discussing this with you.\"\n * Criticizing racist, sexist, cissexist, or otherwise oppressive behavior or assumptions\n * Communicating boundaries or criticizing oppressive behavior in a \"tone\" you don't find congenial\n\nThe examples listed above are not against the Code of Conduct. If you have questions about the above statements, please [read this document](https://github.com/sagesharp/code-of-conduct-template/blob/master/code-of-conduct/example-reversisms.md#supporting-diversity).\n\nIf a participant engages in behavior that violates this code of conduct, the GNOME Code of Conduct committee may take any action they deem appropriate. Examples of consequences are outlined in the [Committee Procedures Guide](https://wiki.gnome.org/Foundation/CodeOfConduct/CommitteeProcedures).\n\n## Procedure for Handling Incidents\n\n * [Reporter Guide](https://wiki.gnome.org/Foundation/CodeOfConduct/ReporterGuide)\n\n * [Moderator Procedures](https://wiki.gnome.org/Foundation/CodeOfConduct/ModeratorProcedures)\n\n * [Committee Procedures Guide](https://wiki.gnome.org/Foundation/CodeOfConduct/CommitteeProcedures)\n\n## License\n\nThe GNOME Online Code of Conduct is licensed under a [Creative Commons Attribution Share-Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/)\n\n![Creative Commons License](http://i.creativecommons.org/l/by-sa/3.0/88x31.png)\n\n## Attribution\n\nThe GNOME Online Code of Conduct was forked from the example policy from the [Geek Feminism wiki, created by the Ada Initiative and other volunteers](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy), which is under a Creative Commons Zero license.\n\nAdditional language was incorporated and modified from the following Codes of Conduct:\n\n * [Citizen Code of Conduct](http://citizencodeofconduct.org/) is licensed [Creative Commons Attribution Share-Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/).\n * [Code of Conduct template](https://github.com/sagesharp/code-of-conduct-template/) is licensed [Creative Commons Attribution Share-Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) by [Otter Tech](https://otter.technology/code-of-conduct-training)\n * [Contributor Covenant version 1.4](https://www.contributor-covenant.org/version/1/4/code-of-conduct) (licensed [CC BY 4.0](https://github.com/EthicalSource/contributor_covenant/blob/release/LICENSE.md))\n * [Data Carpentry Code of Conduct](https://docs.carpentries.org/topic_folders/policies/index_coc.html) is licensed [Creative Commons Attribution 4.0 License](https://creativecommons.org/licenses/by/4.0/)\n * [Django Project Code of Conduct](https://www.djangoproject.com/conduct/) is licensed under a [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/)\n * [Fedora Code of Conduct](http://fedoraproject.org/code-of-conduct)\n * [Geek Feminism Anti-harassment Policy](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy) which is under a [Creative Commons Zero license](https://creativecommons.org/publicdomain/zero/1.0/)\n * [Previous GNOME Foundation Code of Conduct](https://wiki.gnome.org/action/recall/Foundation/CodeOfConduct/Old)\n * [LGBTQ in Technology Slack Code of Conduct](https://lgbtq.technology/coc.html) licensed [Creative Commons Zero](https://creativecommons.org/publicdomain/zero/1.0/)\n * [Mozilla Community Participation Guidelines](https://www.mozilla.org/en-US/about/governance/policies/participation/) is licensed [Creative Commons Attribution-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-sa/3.0/).\n * [Python Mentors Code of Conduct](http://pythonmentors.com/)\n * [Speak Up! Community Code of Conduct](http://web.archive.org/web/20141109123859/http://speakup.io/coc.html), licensed under a [Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/)\n"
  },
  {
    "path": "CODING_GUIDE.md",
    "content": "## Build & Run locally\n\n### use flatpak\n\n#### Build & install\n\n```bash\nflatpak-builder --install --user --force-clean ./.flatpak-builder/out ./build-aux/com.usebottles.bottles.Devel.json\n```\n\n#### Run\n\n```bash\nflatpak run com.usebottles.bottles.Devel\n```\n\n#### Uninstall devel version\n\n```bash\nflatpak uninstall com.usebottles.bottles.Devel\n```\n\n## Unit Test\n\n### run all tests\n\n```bash\npytest .\n```\n\n## Dependencies\n\nRegenerate PYPI dependency manifest when requirements.txt changed\n\n```bash\npython ./build-aux/flatpak-pip-generator.py --runtime org.gnome.Sdk -r requirements.txt -o com.usebottles.bottles.pypi-deps --yaml\n```\n\n## I18n files\n\n### `po/POTFILES`\n\nList of source files containing translatable strings.\nRegenerate this file when you added/moved/removed/renamed files\nthat contains translatable strings.\n\n```bash\ncat > po/POTFILES <<EOF\n# List of source files containing translatable strings.\n# Please keep this file sorted alphabetically.\nEOF\ngrep -rlP \"_\\(['\\\"]\" bottles | sort >> po/POTFILES\ncat >> po/POTFILES <<EOF\ndata/com.usebottles.bottles.desktop.in.in\ndata/com.usebottles.bottles.gschema.xml\ndata/com.usebottles.bottles.metainfo.xml.in.in\nEOF\n```\n\n### `po/bottles.pot` and `po/*.po`\n\nWe have a main pot file, which is template for other `.po` files\nAnd for each language listed in `po/LINGUAS` we have a corresponding `.po` file\nRegenerate these files when any translatable string added/changed/removed\n\n```bash\n# make sure you have `meson` and `blueprint-compiler` installed\nmeson setup /tmp/i18n-build\nmeson compile -C /tmp/i18n-build/ bottles-pot\nmeson compile -C /tmp/i18n-build/ bottles-update-po\n```\n"
  },
  {
    "path": "CONTRIBUTING.md",
    "content": "# Contributing to Bottles\nFirst off, thanks for taking the time to contribute :heart:!\n\n## Found a Problem?\nBefore reporting a problem, be it a bug, design or others, we assume you have made sure that:\n1. the [Bottles wiki](https://github.com/bottlesdevs/Bottles/wiki) does not cover your problem\n1. the problem has not been reported in the [issue tracker](https://github.com/bottlesdevs/Bottles/issues)\n1. the problem is reproducible with [Bottles from Flathub](https://flathub.org/apps/details/com.usebottles.bottles)\n\nIf all apply, then please consider opening a [new issue](https://github.com/bottlesdevs/Bottles/issues/new/choose).\n\n## Want to Submit Code?\nYou can submit code by [forking](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks) this project, editing the desired code and finally submitting a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).\n\nTo build Bottles, refer to the [Building](README.md#Building) instructions.\n\n### Having Trouble Understanding the Source Code?\nIf you want to inquire to understand the code base, you can contact us via [Discord](https://discord.com/invite/wF4JAdYrTR). We'd love to help you out!\n\n## Want to Translate Bottles?\nYou can help Bottles speak your language by translating on [Weblate](https://hosted.weblate.org/projects/bottles).\n\n## Want to Donate or Sponsor Bottles?\nYou can financially support Bottles through [donations and sponsorships](https://usebottles.com/funding).\n"
  },
  {
    "path": "COPYING.md",
    "content": "### GNU GENERAL PUBLIC LICENSE\n\nVersion 3, 29 June 2007\n\nCopyright (C) 2007 Free Software Foundation, Inc.\n<https://fsf.org/>\n\nEveryone is permitted to copy and distribute verbatim copies of this\nlicense document, but changing it is not allowed.\n\n### Preamble\n\nThe GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\nThe licenses for most software and other practical works are designed\nto take away your freedom to share and change the works. By contrast,\nthe GNU General Public License is intended to guarantee your freedom\nto share and change all versions of a program--to make sure it remains\nfree software for all its users. We, the Free Software Foundation, use\nthe GNU General Public License for most of our software; it applies\nalso to any other work released this way by its authors. You can apply\nit to your programs, too.\n\nWhen we speak of free software, we are referring to freedom, not\nprice. Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\nTo protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights. Therefore, you\nhave certain responsibilities if you distribute copies of the\nsoftware, or if you modify it: responsibilities to respect the freedom\nof others.\n\nFor example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received. You must make sure that they, too, receive\nor can get the source code. And you must show them these terms so they\nknow their rights.\n\nDevelopers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\nFor the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software. For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\nSome devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the\nmanufacturer can do so. This is fundamentally incompatible with the\naim of protecting users' freedom to change the software. The\nsystematic pattern of such abuse occurs in the area of products for\nindividuals to use, which is precisely where it is most unacceptable.\nTherefore, we have designed this version of the GPL to prohibit the\npractice for those products. If such problems arise substantially in\nother domains, we stand ready to extend this provision to those\ndomains in future versions of the GPL, as needed to protect the\nfreedom of users.\n\nFinally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish\nto avoid the special danger that patents applied to a free program\ncould make it effectively proprietary. To prevent this, the GPL\nassures that patents cannot be used to render the program non-free.\n\nThe precise terms and conditions for copying, distribution and\nmodification follow.\n\n### TERMS AND CONDITIONS\n\n#### 0. Definitions.\n\n\"This License\" refers to version 3 of the GNU General Public License.\n\n\"Copyright\" also means copyright-like laws that apply to other kinds\nof works, such as semiconductor masks.\n\n\"The Program\" refers to any copyrightable work licensed under this\nLicense. Each licensee is addressed as \"you\". \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\nTo \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of\nan exact copy. The resulting work is called a \"modified version\" of\nthe earlier work or a work \"based on\" the earlier work.\n\nA \"covered work\" means either the unmodified Program or a work based\non the Program.\n\nTo \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy. Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\nTo \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies. Mere interaction with a user\nthrough a computer network, with no transfer of a copy, is not\nconveying.\n\nAn interactive user interface displays \"Appropriate Legal Notices\" to\nthe extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License. If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n#### 1. Source Code.\n\nThe \"source code\" for a work means the preferred form of the work for\nmaking modifications to it. \"Object code\" means any non-source form of\na work.\n\nA \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\nThe \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form. A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\nThe \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities. However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work. For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\nThe Corresponding Source need not include anything that users can\nregenerate automatically from other parts of the Corresponding Source.\n\nThe Corresponding Source for a work in source code form is that same\nwork.\n\n#### 2. Basic Permissions.\n\nAll rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met. This License explicitly affirms your unlimited\npermission to run the unmodified Program. The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work. This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\nYou may make, run and propagate covered works that you do not convey,\nwithout conditions so long as your license otherwise remains in force.\nYou may convey covered works to others for the sole purpose of having\nthem make modifications exclusively for you, or provide you with\nfacilities for running those works, provided that you comply with the\nterms of this License in conveying all material for which you do not\ncontrol copyright. Those thus making or running the covered works for\nyou must do so exclusively on your behalf, under your direction and\ncontrol, on terms that prohibit them from making any copies of your\ncopyrighted material outside their relationship with you.\n\nConveying under any other circumstances is permitted solely under the\nconditions stated below. Sublicensing is not allowed; section 10 makes\nit unnecessary.\n\n#### 3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\nNo covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\nWhen you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such\ncircumvention is effected by exercising rights under this License with\nrespect to the covered work, and you disclaim any intention to limit\noperation or modification of the work as a means of enforcing, against\nthe work's users, your or third parties' legal rights to forbid\ncircumvention of technological measures.\n\n#### 4. Conveying Verbatim Copies.\n\nYou may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\nYou may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n#### 5. Conveying Modified Source Versions.\n\nYou may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these\nconditions:\n\n-   a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n-   b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under\n    section 7. This requirement modifies the requirement in section 4\n    to \"keep intact all notices\".\n-   c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy. This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged. This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n-   d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\nA compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit. Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n#### 6. Conveying Non-Source Forms.\n\nYou may convey a covered work in object code form under the terms of\nsections 4 and 5, provided that you also convey the machine-readable\nCorresponding Source under the terms of this License, in one of these\nways:\n\n-   a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n-   b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the Corresponding\n    Source from a network server at no charge.\n-   c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source. This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n-   d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge. You need not require recipients to copy the\n    Corresponding Source along with the object code. If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source. Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n-   e) Convey the object code using peer-to-peer transmission,\n    provided you inform other peers where the object code and\n    Corresponding Source of the work are being offered to the general\n    public at no charge under subsection 6d.\n\nA separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\nA \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal,\nfamily, or household purposes, or (2) anything designed or sold for\nincorporation into a dwelling. In determining whether a product is a\nconsumer product, doubtful cases shall be resolved in favor of\ncoverage. For a particular product received by a particular user,\n\"normally used\" refers to a typical or common use of that class of\nproduct, regardless of the status of the particular user or of the way\nin which the particular user actually uses, or expects or is expected\nto use, the product. A product is a consumer product regardless of\nwhether the product has substantial commercial, industrial or\nnon-consumer uses, unless such uses represent the only significant\nmode of use of the product.\n\n\"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to\ninstall and execute modified versions of a covered work in that User\nProduct from a modified version of its Corresponding Source. The\ninformation must suffice to ensure that the continued functioning of\nthe modified object code is in no case prevented or interfered with\nsolely because modification has been made.\n\nIf you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information. But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\nThe requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or\nupdates for a work that has been modified or installed by the\nrecipient, or for the User Product in which it has been modified or\ninstalled. Access to a network may be denied when the modification\nitself materially and adversely affects the operation of the network\nor violates the rules and protocols for communication across the\nnetwork.\n\nCorresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n#### 7. Additional Terms.\n\n\"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law. If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\nWhen you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit. (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.) You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\nNotwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders\nof that material) supplement the terms of this License with terms:\n\n-   a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n-   b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n-   c) Prohibiting misrepresentation of the origin of that material,\n    or requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n-   d) Limiting the use for publicity purposes of names of licensors\n    or authors of the material; or\n-   e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n-   f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions\n    of it) with contractual assumptions of liability to the recipient,\n    for any liability that these contractual assumptions directly\n    impose on those licensors and authors.\n\nAll other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10. If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term. If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\nIf you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\nAdditional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions; the\nabove requirements apply either way.\n\n#### 8. Termination.\n\nYou may not propagate or modify a covered work except as expressly\nprovided under this License. Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\nHowever, if you cease all violation of this License, then your license\nfrom a particular copyright holder is reinstated (a) provisionally,\nunless and until the copyright holder explicitly and finally\nterminates your license, and (b) permanently, if the copyright holder\nfails to notify you of the violation by some reasonable means prior to\n60 days after the cessation.\n\nMoreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\nTermination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License. If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n#### 9. Acceptance Not Required for Having Copies.\n\nYou are not required to accept this License in order to receive or run\na copy of the Program. Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance. However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work. These actions infringe copyright if you do\nnot accept this License. Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n#### 10. Automatic Licensing of Downstream Recipients.\n\nEach time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License. You are not responsible\nfor enforcing compliance by third parties with this License.\n\nAn \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations. If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\nYou may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License. For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n#### 11. Patents.\n\nA \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based. The\nwork thus licensed is called the contributor's \"contributor version\".\n\nA contributor's \"essential patent claims\" are all patent claims owned\nor controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version. For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\nEach contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\nIn the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement). To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\nIf you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients. \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\nIf, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\nA patent license is \"discriminatory\" if it does not include within the\nscope of its coverage, prohibits the exercise of, or is conditioned on\nthe non-exercise of one or more of the rights that are specifically\ngranted under this License. You may not convey a covered work if you\nare a party to an arrangement with a third party that is in the\nbusiness of distributing software, under which you make payment to the\nthird party based on the extent of your activity of conveying the\nwork, and under which the third party grants, to any of the parties\nwho would receive the covered work from you, a discriminatory patent\nlicense (a) in connection with copies of the covered work conveyed by\nyou (or copies made from those copies), or (b) primarily for and in\nconnection with specific products or compilations that contain the\ncovered work, unless you entered into that arrangement, or that patent\nlicense was granted, prior to 28 March 2007.\n\nNothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n#### 12. No Surrender of Others' Freedom.\n\nIf conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License. If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under\nthis License and any other pertinent obligations, then as a\nconsequence you may not convey it at all. For example, if you agree to\nterms that obligate you to collect a royalty for further conveying\nfrom those to whom you convey the Program, the only way you could\nsatisfy both those terms and this License would be to refrain entirely\nfrom conveying the Program.\n\n#### 13. Use with the GNU Affero General Public License.\n\nNotwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work. The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n#### 14. Revised Versions of this License.\n\nThe Free Software Foundation may publish revised and/or new versions\nof the GNU General Public License from time to time. Such new versions\nwill be similar in spirit to the present version, but may differ in\ndetail to address new problems or concerns.\n\nEach version is given a distinguishing version number. If the Program\nspecifies that a certain numbered version of the GNU General Public\nLicense \"or any later version\" applies to it, you have the option of\nfollowing the terms and conditions either of that numbered version or\nof any later version published by the Free Software Foundation. If the\nProgram does not specify a version number of the GNU General Public\nLicense, you may choose any version ever published by the Free\nSoftware Foundation.\n\nIf the Program specifies that a proxy can decide which future versions\nof the GNU General Public License can be used, that proxy's public\nstatement of acceptance of a version permanently authorizes you to\nchoose that version for the Program.\n\nLater license versions may give you additional or different\npermissions. However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n#### 15. Disclaimer of Warranty.\n\nTHERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT\nWARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND\nPERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE\nDEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR\nCORRECTION.\n\n#### 16. Limitation of Liability.\n\nIN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR\nCONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES\nARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT\nNOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR\nLOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM\nTO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER\nPARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\n\n#### 17. Interpretation of Sections 15 and 16.\n\nIf the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\nEND OF TERMS AND CONDITIONS\n\n### How to Apply These Terms to Your New Programs\n\nIf you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these\nterms.\n\nTo do so, attach the following notices to the program. It is safest to\nattach them to the start of each source file to most effectively state\nthe exclusion of warranty; and each file should have at least the\n\"copyright\" line and a pointer to where the full notice is found.\n\n        <one line to give the program's name and a brief idea of what it does.>\n        Copyright (C) <year>  <name of author>\n\n        This program is free software: you can redistribute it and/or modify\n        it under the terms of the GNU General Public License as published by\n        the Free Software Foundation, either version 3 of the License, or\n        (at your option) any later version.\n\n        This program is distributed in the hope that it will be useful,\n        but WITHOUT ANY WARRANTY; without even the implied warranty of\n        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n        GNU General Public License for more details.\n\n        You should have received a copy of the GNU General Public License\n        along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper\nmail.\n\nIf the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n        <program>  Copyright (C) <year>  <name of author>\n        This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n        This is free software, and you are welcome to redistribute it\n        under certain conditions; type `show c' for details.\n\nThe hypothetical commands \\`show w' and \\`show c' should show the\nappropriate parts of the General Public License. Of course, your\nprogram's commands might be different; for a GUI interface, you would\nuse an \"about box\".\n\nYou should also get your employer (if you work as a programmer) or\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\nnecessary. For more information on this, and how to apply and follow\nthe GNU GPL, see <https://www.gnu.org/licenses/>.\n\nThe GNU General Public License does not permit incorporating your\nprogram into proprietary programs. If your program is a subroutine\nlibrary, you may consider it more useful to permit linking proprietary\napplications with the library. If this is what you want to do, use the\nGNU Lesser General Public License instead of this License. But first,\nplease read <https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "<div align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/icons/hicolor/scalable/apps/com.usebottles.bottles.svg\" width=\"64\">\n  <h1 align=\"center\">Bottles</h1>\n  <p align=\"center\">Run Windows Software on Linux</p>\n</div>\n\n<br/>\n\n<div align=\"center\">\n  <a href=\"https://flathub.org/apps/com.usebottles.bottles\">\n    <img alt=\"Flathub\" src=\"https://img.shields.io/flathub/downloads/com.usebottles.bottles\" />\n  </a>\n  <a href=\"https://hosted.weblate.org/engage/bottles\">\n    <img src=\"https://hosted.weblate.org/widgets/bottles/-/bottles/svg-badge.svg\" />\n  </a>\n  <a href=\"https://www.codefactor.io/repository/github/bottlesdevs/bottles/overview/main\">\n    <img src=\"https://www.codefactor.io/repository/github/bottlesdevs/bottles/badge/main\" />\n  </a>\n  <a href=\"https://github.com/bottlesdevs/Bottles/blob/main/LICENSE\">\n    <img src=\"https://img.shields.io/badge/License-GPL--3.0-blue.svg\">\n  </a>\n  <br>\n  <a href=\"https://stopthemingmy.app\" title=\"Please do not theme this app\">\n    <img src=\"https://stopthemingmy.app/badge.svg\">\n  </a>\n\n  <hr />\n\n  <a href=\"https://docs.usebottles.com\">Documentation</a> ·\n  <a href=\"https://github.com/orgs/bottlesdevs/discussions\">Forums</a> ·\n  <a href=\"https://discord.gg/wF4JAdYrTR\">Discord</a> ·\n  <a href=\"https://usebottles.com/funding\">Funding</a>\n</div>\n\n<br/>\n\n![Bottles Dark](docs/screenshot-dark.png#gh-dark-mode-only)![Bottles Light](docs/screenshot-light.png#gh-light-mode-only)\n\n## Installation\n\n<a href='https://flathub.org/apps/com.usebottles.bottles'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>\n\n## Contributing\n\nRefer to the [Contributing](CONTRIBUTING.md) page.\n\n## Building\n\n⚠️ Be sure to backup all your data before testing experimental builds of Bottles!\n\nThere are two methods to build Bottles. The first and longer method is using `org.flatpak.Builder`, and the second but shorter method is building directly.\n\n### org.flatpak.Builder\n\n1. Install [`org.flatpak.Builder`](https://github.com/flathub/org.flatpak.Builder) from Flathub\n1. Clone `https://github.com/bottlesdevs/Bottles.git` (or your fork)\n1. Run `flatpak run org.flatpak.Builder --install --install-deps-from=flathub --default-branch=master --force-clean build-dir build-aux/com.usebottles.bottles.Devel.json` in the terminal from the root of the repository (use `--user` if necessary)\n1. Run `flatpak run com.usebottles.bottles.Devel` to launch it\n\n### Meson\n\nSince Bottles is primarily and officially distributed as a Flatpak, we only provide instructions to directly build it inside a Flatpak environment:\n\n1. Download and install the latest build of Bottles: [bottles-x86_64.zip](https://nightly.link/bottlesdevs/Bottles/workflows/build_flatpak/main/bottles-x86_64.zip). Unzip it, and run `flatpak install bottles.flatpak` (use `--user` if necessary)\n2. Run `flatpak run -d --filesystem=$PWD --command=bash com.usebottles.bottles.Devel` from the root of the repository, followed by `./build-aux/install.sh`. This will build Bottles and install it under the `build/` directory.\n3. Run `./build/bin/bottles` to launch Bottles\n\nDue to GNOME Builder limitations, Builder cannot build Bottles for the time being; see [GNOME/gnome-builder#2061](https://gitlab.gnome.org/GNOME/gnome-builder/-/issues/2061) for more context. This is the best workaround we can provide.\n\n## Code of Conduct\nThis project follows the [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct). You are expected to follow it in all Bottles spaces, such as this repository, the project's social media, messenger chats and forums. Bigotry and harassment will not be tolerated.\n\n## Sponsors\n<a href=\"https://www.jetbrains.com/?from=bottles\"><img height=\"55\" src=\"https://unifiedban.solutions/static/images/jetbrains-logos/jetbrains.png\" /></a>&nbsp;&nbsp;&nbsp;\n<a href=\"https://www.gitbook.com/?ref=bottles\"><img height=\"55\" src=\"https://www.gitbook.com/cdn-cgi/image/height=55,fit=contain,dpr=1,format=auto/https%3A%2F%2F2775338190-files.gitbook.io%2F~%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FNkEGS7hzeqa35sMXQZ4X%252Flogo%252FTO5E3RjWKeaJmYYWMGWV%252Fspaces_gitbook_avatar-rectangle.png%3Falt%3Dmedia%26token%3Da34e957e-f044-4bee-abee-23946d2e9cfb\" /></a>&nbsp;&nbsp;&nbsp;\n<a href=\"https://www.linode.com/?from=bottles\"><img height=\"48\" src=\"https://usebottles.com/uploads/linode-brand.png\" /></a>&nbsp;&nbsp;&nbsp;\n<a href=\"https://appwrite.io?from=bottles\"><img height=\"48\" src=\"https://usebottles.com/uploads/built-with-appwrite.svg\" /></a>\n<a href=\"https://hyperbit.it?from=bottles\"><img height=\"48\" src=\"https://hyperbit.it-mil-1.linodeobjects.com/assets/full_dark_logo/HyperBit_Dark_Extended_Logo.png\"/></a>\n"
  },
  {
    "path": "VERSION",
    "content": "62.0"
  },
  {
    "path": "VERSION_UPDATE.md",
    "content": "### Paths to be updated\n- VERSION\n- data/com.usebottles.metainfo.xml.in\n- meson.build\n"
  },
  {
    "path": "bottles/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/cabextract.py",
    "content": "# cabextract.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shlex\nimport shutil\nimport subprocess\nfrom typing import Optional\n\nfrom bottles.backend.logger import Logger\n\nlogging = Logger()\n\n\nclass CabExtract:\n    \"\"\"\n    This class is used to extract a Windows cabinet file.\n    It takes the cabinet file path and the destination name as input. Then it\n    extracts the file in a new directory with the input name under the Bottles'\n    temp directory.\n    \"\"\"\n\n    requirements: bool = False\n    path: str\n    name: str\n    files: list\n    destination: str\n\n    def __init__(self):\n        self.cabextract_bin = shutil.which(\"cabextract\")\n\n    def run(\n        self,\n        path: str,\n        name: str = \"\",\n        files: Optional[list] = None,\n        destination: str = \"\",\n    ):\n        if files is None:\n            files = []\n\n        self.path = path\n        self.name = name\n        self.files = files\n        self.destination = shlex.quote(destination)\n        self.name = self.name.replace(\".\", \"_\")\n\n        if not self.__checks():\n            return False\n        return self.__extract()\n\n    def __checks(self):\n        if not os.path.exists(self.path) and \"*\" not in self.path:\n            logging.error(f\"Cab file {self.path} not found\")\n            return False\n\n        return True\n\n    def __extract(self) -> bool:\n        if not os.path.exists(self.destination):\n            os.makedirs(self.destination)\n\n        try:\n            if len(self.files) > 0:\n                for file in self.files:\n                    \"\"\"\n                    if file already exists as a symlink, remove it\n                    preventing broken symlinks\n                    \"\"\"\n                    if os.path.exists(os.path.join(self.destination, file)):\n                        if os.path.islink(os.path.join(self.destination, file)):\n                            os.unlink(os.path.join(self.destination, file))\n\n                    command = [\n                        self.cabextract_bin,\n                        f\"-F '*{file}*'\",\n                        f\"-d {self.destination}\",\n                        f\"-q {self.path}\",\n                    ]\n                    command = \" \".join(command)\n                    subprocess.Popen(command, shell=True).communicate()\n\n                    if len(file.split(\"/\")) > 1:\n                        _file = file.split(\"/\")[-1]\n                        _dir = file.replace(_file, \"\")\n                        if not os.path.exists(f\"{self.destination}/{_file}\"):\n                            shutil.move(\n                                f\"{self.destination}/{_dir}/{_file}\",\n                                f\"{self.destination}/{_file}\",\n                            )\n            else:\n                command_list = [\n                    self.cabextract_bin,\n                    f\"-d {self.destination}\",\n                    f\"-q {self.path}\",\n                ]\n                command = \" \".join(command_list)\n                subprocess.Popen(command, shell=True).communicate()\n\n            logging.info(f\"Cabinet {self.name} extracted successfully\")\n            return True\n        except Exception as exception:\n            logging.error(f\"Error while extracting cab file {self.path}:\\n{exception}\")\n\n        return False\n"
  },
  {
    "path": "bottles/backend/diff.py",
    "content": "import os\nimport hashlib\n\n\nclass Diff:\n    \"\"\"\n    This class is no more used by the application, it's just a\n    reference for future implementations.\n    \"\"\"\n\n    __ignored = [\"dosdevices\", \"users\", \"bottle.yml\", \"storage\"]\n\n    @staticmethod\n    def hashify(path: str) -> dict:\n        \"\"\"\n        Hash (SHA-1) all files in a directory and return\n        them in a dictionary. Here we use SHA-1 instead of\n        better ones like SHA-256 because we only need to\n        compare the file hashes, it's faster, and it's\n        not a security risk.\n        \"\"\"\n        _files = {}\n\n        if path[-1] != os.sep:\n            \"\"\"\n            Be sure to add a trailing slash at the end of the path to\n            prevent the correct path name in the result.\n            \"\"\"\n            path += os.sep\n\n        for root, dirs, files in os.walk(path):\n            dirs[:] = [d for d in dirs if d not in Diff.__ignored]\n            for f in files:\n                if f in Diff.__ignored:\n                    continue\n                with open(os.path.join(root, f), \"rb\") as fr:\n                    _hash = hashlib.sha1(fr.read()).hexdigest()\n\n                _key = os.path.join(root, f)\n                _key = _key.replace(path, \"\")\n                _files[_key] = _hash\n\n        return _files\n\n    @staticmethod\n    def file_hashify(path: str) -> str:\n        \"\"\"Hash (SHA-1) a file and return it.\"\"\"\n        with open(path, \"rb\") as fr:\n            _hash = hashlib.sha1(fr.read()).hexdigest()\n\n        return _hash\n\n    @staticmethod\n    def compare(parent: dict, child: dict) -> dict:\n        \"\"\"\n        Compare two hashes dictionaries and return the\n        differences (added, removed, changed).\n        \"\"\"\n\n        added = []\n        changed = []\n        removed = [f for f in parent if f not in child]\n\n        for f in child:\n            if f not in parent:\n                added.append(f)\n            elif parent[f] != child[f]:\n                changed.append(f)\n\n        return {\"added\": added, \"removed\": removed, \"changed\": changed}\n"
  },
  {
    "path": "bottles/backend/dlls/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/dlls/dll.py",
    "content": "# dll.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shutil\nfrom abc import abstractmethod\nfrom copy import deepcopy\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.enum import Arch\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.reg import Reg\n\nlogging = Logger()\n\n\nclass DLLComponent:\n    base_path: str\n    dlls: dict = {}\n    checked_dlls: dict = {}\n    version: str = \"\"\n\n    def __init__(self, version: str):\n        self.version = version\n        self.base_path = self.get_base_path(version)\n        self.check()\n\n    @staticmethod\n    @abstractmethod\n    def get_base_path(version: str) -> str:\n        pass\n\n    @staticmethod\n    @abstractmethod\n    def get_override_keys() -> str:\n        pass\n\n    def check(self) -> bool:\n        found = deepcopy(self.dlls)\n\n        if None in self.dlls:\n            logging.error(\n                f'DLL(s) \"{self.dlls[None]}\" path haven\\'t been found, ignoring...'\n            )\n            return False\n\n        for path in self.dlls:\n            _path = os.path.join(self.base_path, path)\n            if not os.path.exists(_path):\n                del found[path]\n                continue\n            for dll in self.dlls[path]:\n                _dll = os.path.join(_path, dll)\n                if not os.path.exists(_dll):\n                    found[path].remove(dll)\n\n        if len(found) == 0:\n            return False\n\n        self.checked_dlls = found\n        return True\n\n    def install(self, config: BottleConfig, overrides_only: bool = False, exclude=None):\n        dll_in = []\n        bundle = {\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\": []}\n        reg = Reg(config)\n\n        if exclude is None:\n            exclude = []\n\n        if None in self.checked_dlls:\n            logging.error(\n                f'DLL(s) \"{self.checked_dlls[None]}\" path haven\\'t been found, ignoring...'\n            )\n            return\n\n        for path in self.checked_dlls:\n            for dll in self.checked_dlls[path]:\n                if dll not in exclude:\n                    dll_name = dll.split(\"/\")[-1].split(\".\")[0]\n                    if overrides_only:\n                        dll_in.append(dll_name)\n                    else:\n                        if self.__install_dll(config, path, dll, False):\n                            dll_in.append(dll_name)\n\n        for dll in dll_in:\n            bundle[\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\"].append(\n                {\"value\": dll, \"data\": \"native,builtin\"}\n            )\n\n        reg.import_bundle(bundle)\n\n    def uninstall(self, config: BottleConfig, exclude=None):\n        reg = Reg(config)\n        dll_in = []\n        bundle = {\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\": []}\n\n        if exclude is None:\n            exclude = []\n\n        if None in self.dlls:\n            logging.error(\n                f'DLL(s) \"{self.dlls[None]}\" path haven\\'t been found, ignoring...'\n            )\n            return\n\n        for path in self.dlls:\n            for dll in self.dlls[path]:\n                if dll not in exclude:\n                    dll_name = dll.split(\"/\")[-1].split(\".\")[0]\n                    if self.__uninstall_dll(config, path, dll):\n                        dll_in.append(dll_name)\n\n        for dll in dll_in:\n            bundle[\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\"].append(\n                {\"value\": dll, \"data\": \"-\"}\n            )\n\n        reg.import_bundle(bundle)\n\n    @staticmethod\n    def __get_sys_path(config: BottleConfig, path: str) -> str:\n        if config.Arch == Arch.WIN32:\n            if path in [\"x32\", \"x86\"]:\n                return \"system32\"\n        if config.Arch == Arch.WIN64:\n            if path in [\"x64\"] or any(\n                arch in path for arch in (\"x86_64\", \"lib64\", \"lib/\")\n            ):\n                return \"system32\"\n            if path in [\"x32\", \"x86\"]:\n                return \"syswow64\"\n        return \"\"\n\n    def __install_dll(\n        self, config: BottleConfig, path: str, dll: str, remove: bool = False\n    ):\n        dll_name = dll.split(\"/\")[-1]\n        bottle = ManagerUtils.get_bottle_path(config)\n        bottle = os.path.join(bottle, \"drive_c\", \"windows\")\n        source = os.path.join(self.base_path, path, dll)\n        path = self.__get_sys_path(config, path)\n\n        if path != \"\":\n            target = os.path.join(bottle, path, dll_name)\n        else:\n            target = None\n\n        print(f\"{source} -> {target}\")\n\n        if target is not None:\n            if not remove:\n                if os.path.exists(target) and not os.path.exists(f\"{target}.bck\"):\n                    shutil.copy(target, f\"{target}.bck\")\n                try:\n                    shutil.copyfile(source, target)\n                except FileNotFoundError:\n                    logging.warning(\n                        f\"{source} not found\"\n                    )  # TODO: should not be ok but just ignore it for now\n                    return False\n                \"\"\"\n                reg.add(\n                    key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\",\n                    value=dll_name.split('.')[0],\n                    data=\"native,builtin\"\n                )\n                \"\"\"\n                return True\n\n            if os.path.exists(f\"{target}.bck\"):\n                shutil.move(f\"{target}.bck\", target)\n            elif os.path.exists(target):\n                os.remove(target)\n            \"\"\"\n            reg.remove(\n                key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\",\n                value=dll_name.split('.')[0]\n            )\n            \"\"\"\n            return True\n\n    def __uninstall_dll(self, config, path: str, dll: str):\n        return self.__install_dll(config, path, dll, remove=True)\n"
  },
  {
    "path": "bottles/backend/dlls/dxvk.py",
    "content": "# dxvk.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom bottles.backend.dlls.dll import DLLComponent\nfrom bottles.backend.utils.manager import ManagerUtils\n\n\nclass DXVKComponent(DLLComponent):\n    dlls = {\n        \"x32\": [\"d3d8.dll\", \"d3d9.dll\", \"d3d10core.dll\", \"d3d11.dll\", \"dxgi.dll\"],\n        \"x64\": [\"d3d8.dll\", \"d3d9.dll\", \"d3d10core.dll\", \"d3d11.dll\", \"dxgi.dll\"],\n    }\n\n    @staticmethod\n    def get_override_keys() -> str:\n        return \"d3d8,d3d9,d3d10core,d3d11,dxgi\"\n\n    @staticmethod\n    def get_base_path(version: str) -> str:\n        return ManagerUtils.get_dxvk_path(version)\n"
  },
  {
    "path": "bottles/backend/dlls/latencyflex.py",
    "content": "# dxvk.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom bottles.backend.dlls.dll import DLLComponent\nfrom bottles.backend.utils.manager import ManagerUtils\n\n\nclass LatencyFleXComponent(DLLComponent):\n    dlls = {\n        \"wine/usr/lib/wine/x86_64-windows\": [\n            \"latencyflex_layer.dll\",\n            \"latencyflex_wine.dll\",\n        ]\n    }\n\n    @staticmethod\n    def get_override_keys() -> str:\n        return \"latencyflex_layer,latencyflex_wine\"\n\n    @staticmethod\n    def get_base_path(version: str) -> str:\n        return ManagerUtils.get_latencyflex_path(version)\n"
  },
  {
    "path": "bottles/backend/dlls/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\ndllsdir = join_paths(pkgdatadir, 'bottles/backend/dlls')\n\nbottles_sources = [\n  '__init__.py',\n  'dll.py',\n  'dxvk.py',\n  'vkd3d.py',\n  'nvapi.py',\n  'latencyflex.py',\n]\n\ninstall_data(bottles_sources, install_dir: dllsdir)\n"
  },
  {
    "path": "bottles/backend/dlls/nvapi.py",
    "content": "# nvapi.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport hashlib\nimport os\n\nfrom bottles.backend.dlls.dll import DLLComponent\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.nvidia import get_nvidia_dll_path\n\nlogging = Logger()\n\n\nclass NVAPIComponent(DLLComponent):\n    dlls = {\n        \"x32\": [\"nvapi.dll\"],\n        \"x64\": [\"nvapi64.dll\"],\n        get_nvidia_dll_path(): [\"nvngx.dll\", \"_nvngx.dll\"],\n    }\n\n    @staticmethod\n    def get_override_keys() -> str:\n        # NOTE: Bottles does not override (_)nvngx\n        return \"nvapi,nvapi64\"\n\n    @staticmethod\n    def get_base_path(version: str) -> str:\n        return ManagerUtils.get_nvapi_path(version)\n\n    @staticmethod\n    def check_bottle_nvngx(bottle_path: str, bottle_config: BottleConfig):\n        \"\"\"Checks for the presence of the DLLs provided by the Nvidia driver, and if they're up to date.\"\"\"\n\n        def md5sum(file):\n            hash_md5 = hashlib.md5()\n            with open(file, \"rb\") as f:\n                for chunk in iter(lambda: f.read(4096), b\"\"):\n                    hash_md5.update(chunk)\n            return hash_md5.hexdigest()\n\n        nvngx_path_bottle = os.path.join(bottle_path, \"drive_c\", \"windows\", \"system32\")\n        nvngx_path_system = get_nvidia_dll_path()\n\n        if nvngx_path_system is None:\n            logging.error(\n                \"Nvidia driver libraries haven't been found. DLSS might not work!\"\n            )\n            return\n\n        # Reinstall nvngx if not present (acts as migration for this new patch)\n        if not os.path.exists(os.path.join(nvngx_path_bottle, \"nvngx.dll\")):\n            NVAPIComponent(bottle_config.NVAPI).install(bottle_config)\n            return\n\n        if not os.path.exists(os.path.join(nvngx_path_bottle, \"_nvngx.dll\")):\n            NVAPIComponent(bottle_config.NVAPI).install(bottle_config)\n            return\n\n        # If the system dll is different than the one in the bottle, reinstall them\n        # Nvidia driver updates can change this DLL, so this should be checked at each startup\n        nvidia_dll_path = get_nvidia_dll_path()\n        if nvidia_dll_path is not None:\n            if md5sum(os.path.join(nvngx_path_bottle, \"nvngx.dll\")) != md5sum(\n                os.path.join(nvidia_dll_path, \"nvngx.dll\")\n            ):\n                NVAPIComponent(bottle_config.NVAPI).install(bottle_config)\n                return\n\n            if md5sum(os.path.join(nvngx_path_bottle, \"_nvngx.dll\")) != md5sum(\n                os.path.join(nvidia_dll_path, \"_nvngx.dll\")\n            ):\n                NVAPIComponent(bottle_config.NVAPI).install(bottle_config)\n                return\n"
  },
  {
    "path": "bottles/backend/dlls/vkd3d.py",
    "content": "# vkd3d.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom bottles.backend.dlls.dll import DLLComponent\nfrom bottles.backend.utils.manager import ManagerUtils\n\n\nclass VKD3DComponent(DLLComponent):\n    dlls = {\n        \"x86\": [\"d3d12.dll\", \"d3d12core.dll\"],\n        \"x64\": [\"d3d12.dll\", \"d3d12core.dll\"],\n    }\n\n    @staticmethod\n    def get_override_keys() -> str:\n        return \"d3d12,d3d12core\"\n\n    @staticmethod\n    def get_base_path(version: str) -> str:\n        return ManagerUtils.get_vkd3d_path(version)\n"
  },
  {
    "path": "bottles/backend/downloader.py",
    "content": "# component.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shutil\nimport sys\nimport time\nfrom contextlib import suppress\nfrom threading import Event\nfrom typing import Optional\n\nimport requests\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Status, TaskStreamUpdateHandler\nfrom bottles.backend.utils.file import FileUtils\n\nlogging = Logger()\n\n\nclass DownloadCancelled(Exception):\n    \"\"\"Raised when a download operation is cancelled.\"\"\"\n\n\nclass Downloader:\n    \"\"\"\n    Download a resource from a given URL. It shows and update a progress\n    bar while downloading but can also be used to update external progress\n    bars using the func parameter.\n    \"\"\"\n\n    def __init__(\n        self,\n        url: str,\n        file: str,\n        update_func: Optional[TaskStreamUpdateHandler] = None,\n        cancel_event: Optional[Event] = None,\n    ):\n        self.start_time = None\n        self.url = url\n        self.file = file\n        self.update_func = update_func\n        self.cancel_event = cancel_event\n\n    def download(self) -> Result:\n        \"\"\"Start the download.\"\"\"\n        try:\n            with open(self.file, \"wb\") as file:\n                self.start_time = time.time()\n                headers = {\n                    \"User-Agent\": \"curl/7.79.1\"\n                }  # we fake the user-agent to avoid 403 errors on some servers\n                response = requests.get(self.url, stream=True, headers=headers)\n                total_size = int(response.headers.get(\"content-length\", 0))\n                received_size = 0\n\n                if total_size != 0:\n                    for data in response.iter_content(1024 * 1024):  # 1MB buffer\n                        if self.cancel_event and self.cancel_event.is_set():\n                            raise DownloadCancelled\n                        received_size += len(data)\n                        file.write(data)\n                        if not self.update_func:\n                            continue\n                        self.update_func(received_size, total_size)\n                        self.__progress(received_size, total_size)\n                else:\n                    file.write(response.content)\n                    if self.update_func:\n                        self.update_func(1, 1)\n                        self.__progress(1, 1)\n        except DownloadCancelled:\n            if self.update_func:\n                self.update_func(status=Status.CANCELLED)\n            with suppress(FileNotFoundError):\n                os.remove(self.file)\n            return Result(False, message=\"cancelled\")\n        except requests.exceptions.SSLError:\n            logging.error(\n                \"Download failed due to a SSL error. \"\n                \"Your system may have a wrong date/time or wrong certificates.\"\n            )\n            return Result(False, message=\"Download failed due to a SSL error.\")\n        except (requests.exceptions.RequestException, OSError):\n            logging.error(\"Download failed! Check your internet connection.\")\n            return Result(\n                False, message=\"Download failed! Check your internet connection.\"\n            )\n\n        return Result(True)\n\n    def __progress(self, received_size, total_size):\n        \"\"\"Update the progress bar.\"\"\"\n        percent = int(received_size * 100 / total_size)\n        done_str = FileUtils.get_human_size(received_size)\n        total_str = FileUtils.get_human_size(total_size)\n        speed_str = FileUtils.get_human_size(\n            received_size / (time.time() - self.start_time)\n        )\n        name = self.file.split(\"/\")[-1]\n        c_close, c_complete, c_incomplete = \"\\033[0m\", \"\\033[92m\", \"\\033[90m\"\n        divider = 2\n        full_text_size = len(\n            f\"\\r{c_complete}{name} (100%) \"\n            f\"{'━' * int(100 / divider)} \"\n            f\"({total_str}/{total_str} - 100MB)\"\n        )\n        while shutil.get_terminal_size().columns < full_text_size:\n            divider = divider + 1\n            full_text_size = len(\n                f\"\\r{c_complete}{name} (100%) \"\n                f\"{'━' * int(100 / divider)} \"\n                f\"({total_str}/{total_str} - 100MB)\"\n            )\n            if divider > 10:\n                break\n\n        text = (\n            f\"\\r{c_incomplete if percent < 100 else c_complete}{name} ({percent}%) \"\n            f\"{'━' * int(percent / divider)} \"\n            f\"({done_str}/{total_str} - {speed_str})\"\n        )\n\n        if sys.stdout.encoding == \"utf-8\":\n            print(text, end=\"\")\n        else:\n            # usually means user is using legacy encoding\n            # which cannot cover unicode codepoint,\n            # so we need replace '━' with '-'\n            print(text.replace(\"━\", \"-\"), end=\"\")\n\n        if percent == 100:\n            print(f\"{c_close}\\n\")\n"
  },
  {
    "path": "bottles/backend/globals.py",
    "content": "# globals.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shutil\nfrom pathlib import Path\nfrom typing import Dict\n\nfrom bottles.backend.utils import json, yaml\n\n\nclass Paths:\n    xdg_data_home = os.environ.get(\n        \"XDG_DATA_HOME\", os.path.join(Path.home(), \".local/share\")\n    )\n\n    # Icon paths\n    icons_user = f\"{xdg_data_home}/icons\"\n\n    # Local paths\n    base = f\"{xdg_data_home}/bottles\"\n\n    # User applications path\n    applications = f\"{xdg_data_home}/applications/\"\n\n    temp = f\"{base}/temp\"\n    runtimes = f\"{base}/runtimes\"\n    winebridge = f\"{base}/winebridge\"\n    runners = f\"{base}/runners\"\n    bottles = f\"{base}/bottles\"\n    steam = f\"{base}/steam\"\n    dxvk = f\"{base}/dxvk\"\n    vkd3d = f\"{base}/vkd3d\"\n    nvapi = f\"{base}/nvapi\"\n    latencyflex = f\"{base}/latencyflex\"\n    templates = f\"{base}/templates\"\n    library = f\"{base}/library.yml\"\n    process_metrics = f\"{base}/process_metrics.sqlite\"\n\n    @staticmethod\n    def is_vkbasalt_available():\n        vkbasalt_paths = [\n            \"/usr/lib/extensions/vulkan/vkBasalt/etc/vkBasalt\",\n            \"/usr/local\",\n            \"/usr/share/vkBasalt\",\n        ]\n        for path in vkbasalt_paths:\n            if os.path.exists(path):\n                return True\n        return False\n\n\nclass TrdyPaths:\n    # External managers paths\n    wine = f\"{Path.home()}/.wine\"\n    lutris = f\"{Path.home()}/Games\"\n    playonlinux = f\"{Path.home()}/.PlayOnLinux/wineprefix\"\n    bottlesv1 = f\"{Path.home()}/.Bottles\"\n\n\n# check if bottles exists in xdg data path\nos.makedirs(Paths.base, exist_ok=True)\n\n# Check if some tools are available\ngamemode_available = shutil.which(\"gamemoderun\") or False\ngamescope_available = shutil.which(\"gamescope\") or False\nvkbasalt_available = Paths.is_vkbasalt_available()\nmangohud_available = shutil.which(\"mangohud\") or False\nobs_vkc_available = shutil.which(\"obs-vkcapture\") or False\nvmtouch_available = shutil.which(\"vmtouch\") or False\nbase_version = \"\"\nif os.path.isfile(\"/app/manifest.json\"):\n    with open(\"/app/manifest.json\", mode=\"r\", encoding=\"utf-8\") as file:\n        base_version = (\n            json.load(file)  # type: ignore\n            .get(\"base-version\", \"\")\n            .removeprefix(\"stable-\")\n        )\n\n# encoding detection correction, following windows defaults\nlocale_encodings: Dict[str, str] = {\"ja_JP\": \"cp932\", \"zh_CN\": \"gbk\"}\n"
  },
  {
    "path": "bottles/backend/health.py",
    "content": "# health.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.params import APP_VERSION\nfrom bottles.backend.utils import yaml\nfrom bottles.backend.utils.display import DisplayUtils\nfrom bottles.backend.utils.file import FileUtils\nfrom bottles.backend.utils.generic import is_glibc_min_available\nfrom bottles.backend.utils.gpu import GPUUtils\n\nlogging = Logger()\n\n\nclass HealthChecker:\n    x11: bool = False\n    x11_port: str = \"\"\n    wayland: bool = False\n    xwayland: bool = False\n    desktop: str = \"\"\n    gpus: dict = {}\n    cabextract: bool = False\n    p7zip: bool = False\n    patool: bool = False\n    icoextract: bool = False\n    pefile: bool = False\n    orjson: bool = False\n    markdown: bool = False\n    xdpyinfo: bool = False\n    ImageMagick: bool = False\n    FVS: bool = False\n    glibc_min: str = \"\"\n    kernel: str = \"\"\n    kernel_version: str = \"\"\n    bottles_envs: dict = {}\n\n    def __init__(self):\n        self.file_utils = FileUtils()\n        self.x11 = self.check_x11()\n        self.wayland = self.check_wayland()\n        self.xwayland = self.x11 and self.wayland\n        self.desktop = self.check_desktop()\n        self.gpus = GPUUtils().get_gpu()\n        self.glibc_min = is_glibc_min_available()\n        self.bottles_envs = self.get_bottles_envs()\n        self.check_system_info()\n        self.disk = self.get_disk_data()\n        self.ram = {\"MemTotal\": \"n/a\", \"MemAvailable\": \"n/a\"}\n        self.get_ram_data()\n\n    def check_x11(self):\n        port = DisplayUtils.get_x_display()\n        if port:\n            self.x11_port = port\n            return True\n        return False\n\n    @staticmethod\n    def check_wayland():\n        return \"WAYLAND_DISPLAY\" in os.environ or \"WAYLAND_SOCKET\" in os.environ\n\n    def check_desktop(self):\n        return os.environ.get(\"DESKTOP_SESSION\")\n\n    @staticmethod\n    def get_bottles_envs():\n        look = [\n            \"TESTING_REPOS\",\n            \"LOCAL_INSTALLERS\",\n            \"LOCAL_COMPONENTS\",\n            \"LOCAL_DEPENDENCIES\",\n        ]\n\n        for _look in look:\n            if _look in os.environ:\n                return {_look: os.environ[_look]}\n\n    def check_system_info(self):\n        self.kernel = os.uname().sysname\n        self.kernel_version = os.uname().release\n\n    def get_disk_data(self):\n        disk_data = self.file_utils.get_disk_size(False)\n        return {\"Total\": disk_data[\"total\"], \"Free\": disk_data[\"free\"]}\n\n    def get_ram_data(self):\n        with contextlib.suppress(FileNotFoundError, PermissionError):\n            with open(\"/proc/meminfo\") as file:\n                for line in file:\n                    if \"MemTotal\" in line:\n                        self.ram[\"MemTotal\"] = self.file_utils.get_human_size_legacy(\n                            float(line.split()[1]) * 1024.0\n                        )\n                    if \"MemAvailable\" in line:\n                        self.ram[\"MemAvailable\"] = (\n                            self.file_utils.get_human_size_legacy(\n                                float(line.split()[1]) * 1024.0\n                            )\n                        )\n\n    def get_results(self, plain: bool = False):\n        results = {\n            \"Official Package\": \"FLATPAK_ID\" in os.environ,\n            \"Version\": APP_VERSION,\n            \"DE/WM\": self.desktop,\n            \"Display\": {\n                \"X.org\": self.x11,\n                \"X.org (port)\": self.x11_port,\n                \"Wayland\": self.wayland,\n            },\n            \"Graphics\": self.gpus,\n            \"Kernel\": {\"Type\": self.kernel, \"Version\": self.kernel_version},\n            \"Disk\": self.disk,\n            \"RAM\": self.ram,\n            \"Bottles_envs\": self.bottles_envs,\n        }\n\n        if plain:\n            _yaml = yaml.dump(results, sort_keys=False, indent=4)\n            _yaml = _yaml.replace(\"&id\", \"&amp;id\")\n            return _yaml\n\n        return results\n"
  },
  {
    "path": "bottles/backend/logger.py",
    "content": "# logger.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\nimport logging\nimport os\nimport re\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.managers.journal import JournalManager, JournalSeverity\n\n# Set default logging level\nlogging.basicConfig(level=logging.DEBUG)\n\n\nclass Logger(logging.getLoggerClass()):\n    \"\"\"\n    This class is a wrapper for the logging module. It provides\n    custom formats for the log messages.\n    \"\"\"\n\n    __color_map = {\"debug\": 37, \"info\": 36, \"warning\": 33, \"error\": 31, \"critical\": 41}\n    __format_log = {\n        \"fmt\": \"\\033[80m%(asctime)s \\033[1m(%(levelname)s)\\033[0m %(message)s \\033[0m\",\n        \"datefmt\": \"%H:%M:%S\",\n    }\n\n    def __color(self, level, message: str):\n        if message and \"\\n\" in message:\n            message = message.replace(\"\\n\", \"\\n\\t\") + \"\\n\"\n        color_id = self.__color_map[level]\n        return \"\\033[%dm%s\\033[0m\" % (color_id, message)\n\n    def __init__(self, formatter=None):\n        if formatter is None:\n            formatter = self.__format_log\n        formatter = logging.Formatter(**formatter)\n\n        self.root.setLevel(os.environ.get(\"LOG_LEVEL\") or logging.INFO)\n        self.root.handlers = []\n\n        handler = logging.StreamHandler()\n        handler.setFormatter(formatter)\n        self.root.addHandler(handler)\n\n    def debug(self, message, **kwargs):\n        self.root.debug(\n            self.__color(\"debug\", message),\n        )\n\n    def info(self, message, jn=False, **kwargs):\n        self.root.info(\n            self.__color(\"info\", message),\n        )\n        if jn:\n            JournalManager.write(JournalSeverity.INFO, message)\n\n    def warning(self, message, jn=True, **kwargs):\n        self.root.warning(\n            self.__color(\"warning\", message),\n        )\n        if jn:\n            JournalManager.write(JournalSeverity.WARNING, message)\n\n    def error(self, message, jn=True, **kwargs):\n        self.root.error(\n            self.__color(\"error\", message),\n        )\n        if jn:\n            JournalManager.write(JournalSeverity.ERROR, message)\n\n    def critical(self, message, jn=True, **kwargs):\n        self.root.critical(\n            self.__color(\"critical\", message),\n        )\n        if jn:\n            JournalManager.write(JournalSeverity.CRITICAL, message)\n\n    @staticmethod\n    def write_log(data: list):\n        \"\"\"\n        Writes a crash.log file. It finds and replace the user's home directory\n        with \"USER\" as a proposed standard for crash reports.\n        \"\"\"\n        log_path = f\"{Paths.xdg_data_home}/bottles/crash.log\"\n\n        with open(log_path, \"w\") as crash_log:\n            for d in data:\n                # replace username with \"USER\" as standard\n                if \"/home/\" in d:\n                    d = re.sub(r\"/home/([^/]*)/\", r\"/home/USER/\", d)\n\n                crash_log.write(d)\n\n        # we write the same to the journal for convenience\n        JournalManager.write(\n            severity=JournalSeverity.CRASH, message=\"A crash has been detected.\"\n        )\n\n    def set_silent(self):\n        self.root.handlers = []\n"
  },
  {
    "path": "bottles/backend/managers/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/managers/backup.py",
    "content": "# backup.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shutil\nimport tarfile\nfrom gettext import gettext as _\nfrom typing import Callable, Optional\n\nimport pathvalidate\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Task, TaskManager\nfrom bottles.backend.utils import yaml\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\nclass ProgressTrackingFilter:\n    \"\"\"\n    A filter wrapper that tracks uncompressed bytes being added to the tar\n    and reports progress via a Task.\n    \"\"\"\n\n    def __init__(\n        self,\n        total_size: int,\n        task: Optional[Task] = None,\n        base_filter: Optional[Callable] = None,\n    ):\n        self._total_size = total_size\n        self._task = task\n        self._base_filter = base_filter\n        self._processed = 0\n        self._last_percent = -1\n\n    def __call__(self, tarinfo: tarfile.TarInfo) -> Optional[tarfile.TarInfo]:\n        # Apply base filter first\n        if self._base_filter:\n            tarinfo = self._base_filter(tarinfo)\n            if tarinfo is None:\n                return None\n\n        # Track progress based on file size being added\n        if tarinfo.isfile():\n            self._processed += tarinfo.size\n            self._update_progress()\n\n        return tarinfo\n\n    def _update_progress(self):\n        if self._task and self._total_size > 0:\n            percent = min(int(self._processed * 100 / self._total_size), 99)\n            if percent != self._last_percent:\n                self._last_percent = percent\n                self._task.subtitle = f\"{percent}%\"\n\n\nclass BackupManager:\n    @staticmethod\n    def _validate_path(path: str) -> bool:\n        \"\"\"Validate if the path is not None or empty.\"\"\"\n        if not path:\n            logging.error(_(\"No path specified\"))\n            return False\n        return True\n\n    @staticmethod\n    def _calculate_dir_size(\n        path: str, exclude_filter: Optional[Callable] = None\n    ) -> int:\n        \"\"\"\n        Calculate the total size of a directory, respecting the exclude filter.\n        \"\"\"\n        total_size = 0\n        for dirpath, dirnames, filenames in os.walk(path):\n            # Apply exclude filter logic to directories\n            if exclude_filter:\n                # Check if this directory should be excluded\n                rel_path = os.path.relpath(dirpath, os.path.dirname(path))\n                mock_info = type(\"TarInfo\", (), {\"name\": rel_path})()\n                if exclude_filter(mock_info) is None:\n                    dirnames.clear()  # Don't descend into excluded directories\n                    continue\n\n            for filename in filenames:\n                filepath = os.path.join(dirpath, filename)\n                # Apply exclude filter to files\n                if exclude_filter:\n                    rel_path = os.path.relpath(filepath, os.path.dirname(path))\n                    mock_info = type(\"TarInfo\", (), {\"name\": rel_path})()\n                    if exclude_filter(mock_info) is None:\n                        continue\n                try:\n                    total_size += os.path.getsize(filepath)\n                except (OSError, FileNotFoundError):\n                    pass\n        return total_size\n\n    @staticmethod\n    def _create_tarfile(\n        source_path: str,\n        destination_path: str,\n        exclude_filter: Optional[Callable] = None,\n        task: Optional[Task] = None,\n    ) -> bool:\n        \"\"\"Helper function to create a tar.gz file from a source path.\"\"\"\n        try:\n            # Calculate total size for progress tracking\n            total_size = 0\n            if task:\n                task.subtitle = _(\"Calculating…\")\n                total_size = BackupManager._calculate_dir_size(\n                    source_path, exclude_filter\n                )\n\n            os.chdir(os.path.dirname(source_path))\n\n            # Create progress-tracking filter if task is provided\n            if task and total_size > 0:\n                progress_filter = ProgressTrackingFilter(\n                    total_size, task, exclude_filter\n                )\n                active_filter = progress_filter\n            else:\n                active_filter = exclude_filter\n\n            with tarfile.open(destination_path, \"w:gz\") as tar:\n                tar.add(os.path.basename(source_path), filter=active_filter)\n\n            if task:\n                task.subtitle = \"100%\"\n\n            return True\n        except (FileNotFoundError, PermissionError, tarfile.TarError, ValueError) as e:\n            logging.error(f\"Error creating backup: {e}\")\n            return False\n\n    @staticmethod\n    def _safe_extract_tarfile(\n        tar_path: str, extract_path: str, task: Optional[Task] = None\n    ) -> bool:\n        \"\"\"\n        Safely extract a tar.gz file to avoid directory traversal\n        vulnerabilities.\n        \"\"\"\n        try:\n            with tarfile.open(tar_path, \"r:gz\") as tar:\n                members = tar.getmembers()\n\n                # Validate all members first\n                for member in members:\n                    member_path = os.path.abspath(\n                        os.path.join(extract_path, member.name)\n                    )\n                    if not member_path.startswith(os.path.abspath(extract_path)):\n                        raise Exception(\"Detected path traversal attempt in tar file\")\n\n                if task:\n                    # Calculate total size for progress\n                    total_size = sum(m.size for m in members if m.isfile())\n                    extracted_size = 0\n                    last_percent = -1\n\n                    for member in members:\n                        tar.extract(member, path=extract_path)\n                        if member.isfile():\n                            extracted_size += member.size\n                            percent = (\n                                min(int(extracted_size * 100 / total_size), 99)\n                                if total_size > 0\n                                else 0\n                            )\n                            if percent != last_percent:\n                                last_percent = percent\n                                task.subtitle = f\"{percent}%\"\n                    task.subtitle = \"100%\"\n                else:\n                    tar.extractall(path=extract_path)\n\n            return True\n        except (tarfile.TarError, Exception) as e:\n            logging.error(f\"Error extracting backup: {e}\")\n            return False\n\n    @staticmethod\n    def export_backup(config: BottleConfig, scope: str, path: str) -> Result:\n        \"\"\"\n        Exports a bottle backup to the specified path.\n        Use the scope parameter to specify the backup type: config, full.\n        Config will only export the bottle configuration, full will export\n        the full bottle in tar.gz format.\n        \"\"\"\n        if not BackupManager._validate_path(path):\n            return Result(status=False)\n\n        logging.info(f\"Exporting {scope} backup for [{config.Name}] to [{path}]\")\n\n        if scope == \"config\":\n            backup_created = config.dump(path).status\n        else:\n            task = Task(title=_(\"Backup {0}\").format(config.Name))\n            task_id = TaskManager.add(task)\n            bottle_path = ManagerUtils.get_bottle_path(config)\n            backup_created = BackupManager._create_tarfile(\n                bottle_path,\n                path,\n                exclude_filter=BackupManager.exclude_filter,\n                task=task,\n            )\n            TaskManager.remove(task_id)\n\n        if backup_created:\n            logging.info(f\"Backup successfully saved to: {path}.\")\n            return Result(status=True)\n        else:\n            logging.error(\"Failed to save backup.\")\n            return Result(status=False)\n\n    @staticmethod\n    def exclude_filter(tarinfo: tarfile.TarInfo) -> tarfile.TarInfo | None:\n        \"\"\"\n        Filter which excludes some unwanted files from the backup.\n        \"\"\"\n        if \"dosdevices\" in tarinfo.name:\n            return None\n        return tarinfo\n\n    @staticmethod\n    def import_backup(scope: str, path: str) -> Result:\n        \"\"\"\n        Imports a backup from the specified path.\n        Use the scope parameter to specify the backup type: config, full.\n        Config will make a new bottle reproducing the configuration, full will\n        import the full bottle from a tar.gz file.\n        \"\"\"\n        if not BackupManager._validate_path(path):\n            return Result(status=False)\n\n        logging.info(f\"Importing backup from: {path}\")\n\n        if scope == \"config\":\n            return BackupManager._import_config_backup(path)\n        else:\n            return BackupManager._import_full_backup(path)\n\n    @staticmethod\n    def _import_config_backup(path: str) -> Result:\n        task_id = TaskManager.add(Task(title=_(\"Importing config backup\")))\n        config_load = BottleConfig.load(path)\n        manager = Manager()\n        if (\n            config_load.status\n            and config_load.data\n            and manager.create_bottle_from_config(config_load.data)\n        ):\n            TaskManager.remove(task_id)\n            logging.info(\"Config backup imported successfully.\")\n            return Result(status=True)\n        else:\n            TaskManager.remove(task_id)\n            logging.error(\"Failed to import config backup.\")\n            return Result(status=False)\n\n    @staticmethod\n    def _import_full_backup(path: str) -> Result:\n        task = Task(title=_(\"Importing full backup\"))\n        task_id = TaskManager.add(task)\n        if BackupManager._safe_extract_tarfile(path, Paths.bottles, task=task):\n            Manager().update_bottles()\n            TaskManager.remove(task_id)\n            logging.info(\"Full backup imported successfully.\")\n            return Result(status=True)\n        else:\n            TaskManager.remove(task_id)\n            logging.error(\"Failed to import full backup.\")\n            return Result(status=False)\n\n    @staticmethod\n    def duplicate_bottle(config: BottleConfig, name: str) -> Result:\n        \"\"\"\n        Duplicates the bottle with the specified new name.\n        \"\"\"\n        logging.info(f\"Duplicating bottle: {config.Name} as {name}\")\n\n        sanitized_name = pathvalidate.sanitize_filename(name, platform=\"universal\")\n        source_path = ManagerUtils.get_bottle_path(config)\n        destination_path = os.path.join(Paths.bottles, sanitized_name)\n\n        return BackupManager._duplicate_bottle_directory(\n            config, source_path, destination_path, name\n        )\n\n    @staticmethod\n    def _duplicate_bottle_directory(\n        config: BottleConfig, source_path: str, destination_path: str, new_name: str\n    ) -> Result:\n        try:\n            if not os.path.exists(destination_path):\n                os.makedirs(destination_path)\n            for item in [\n                \"drive_c\",\n                \"system.reg\",\n                \"user.reg\",\n                \"userdef.reg\",\n                \"bottle.yml\",\n            ]:\n                source_item = os.path.join(source_path, item)\n                destination_item = os.path.join(destination_path, item)\n                if os.path.isdir(source_item):\n                    shutil.copytree(\n                        source_item,\n                        destination_item,\n                        ignore=shutil.ignore_patterns(\".*\"),\n                        symlinks=True,\n                    )\n                elif os.path.isfile(source_item):\n                    shutil.copy(source_item, destination_item)\n\n            # Update the bottle configuration\n            config_path = os.path.join(destination_path, \"bottle.yml\")\n            with open(config_path) as config_file:\n                config_data = yaml.load(config_file)\n            config_data[\"Name\"] = new_name\n            config_data[\"Path\"] = destination_path\n            with open(config_path, \"w\") as config_file:\n                yaml.dump(config_data, config_file, indent=4)\n\n            logging.info(f\"Bottle duplicated successfully as {new_name}.\")\n            return Result(status=True)\n        except (FileNotFoundError, PermissionError, OSError) as e:\n            logging.error(f\"Error duplicating bottle: {e}\")\n            return Result(status=False)\n"
  },
  {
    "path": "bottles/backend/managers/component.py",
    "content": "# component.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\nimport shutil\nimport tarfile\nfrom functools import lru_cache\nfrom threading import Event\nfrom typing import Optional\n\nimport pycurl\n\nfrom bottles.backend.downloader import Downloader\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import (\n    LockManager,\n    Locks,\n    Status,\n    Task,\n    TaskManager,\n    TaskStreamUpdateHandler,\n)\nfrom bottles.backend.utils.file import FileUtils\nfrom bottles.backend.utils.generic import is_glibc_min_available\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\n# noinspection PyTypeChecker\nclass ComponentManager:\n    def __init__(self, manager, offline: bool = False):\n        self.__manager = manager\n        self.__repo = manager.repository_manager.get_repo(\"components\", offline)\n        self.__utils_conn = manager.utils_conn\n\n    @lru_cache\n    def get_component(self, name: str, plain: bool = False) -> dict:\n        return self.__repo.get(name, plain)\n\n    def fetch_catalog(self) -> dict:\n        \"\"\"\n        Fetch all components from the Bottles repository, mark the installed\n        ones and return a dict with the catalog.\n        \"\"\"\n        if not self.__utils_conn.check_connection():\n            return {}\n\n        catalog = {\n            \"runtimes\": {},\n            \"wine\": {},\n            \"proton\": {},\n            \"dxvk\": {},\n            \"vkd3d\": {},\n            \"nvapi\": {},\n            \"latencyflex\": {},\n            \"winebridge\": {},\n        }\n        components_available = {\n            \"runtimes\": self.__manager.runtimes_available,\n            \"wine\": self.__manager.runners_available,\n            \"proton\": self.__manager.runners_available,\n            \"dxvk\": self.__manager.dxvk_available,\n            \"vkd3d\": self.__manager.vkd3d_available,\n            \"nvapi\": self.__manager.nvapi_available,\n            \"latencyflex\": self.__manager.latencyflex_available,\n            \"winebridge\": self.__manager.winebridge_available,\n        }\n\n        index = self.__repo.catalog\n\n        for component in index.items():\n            \"\"\"\n            For each component, append it to the corresponding\n            catalog and mark it as installed if it is.\n            \"\"\"\n\n            if component[1][\"Category\"] == \"runners\":\n                if \"soda\" in component[0].lower() or \"caffe\" in component[0].lower():\n                    if not is_glibc_min_available():\n                        logging.warning(\n                            f\"{component[0]} was found but it requires \"\n                            \"glibc >= 2.32 and your system is running an older \"\n                            \"version. Use the Flatpak instead if you can't \"\n                            \"upgrade your system. This runner will be ignored, \"\n                            \"please keep in mind that Bottles and all our \"\n                            \"installers are only tested with Soda and Caffe runners.\"\n                        )\n                        continue\n\n                sub_category = component[1][\"Sub-category\"]\n                catalog[sub_category][component[0]] = component[1]\n                if component[0] in components_available[sub_category]:\n                    catalog[sub_category][component[0]][\"Installed\"] = True\n                else:\n                    catalog[sub_category][component[0]].pop(\"Installed\", None)\n\n                continue\n\n            category = component[1][\"Category\"]\n            if category not in catalog:\n                continue\n\n            catalog[category][component[0]] = component[1]\n            if component[0] in components_available[category]:\n                catalog[category][component[0]][\"Installed\"] = True\n            else:\n                catalog[category][component[0]].pop(\"Installed\", None)\n\n        return catalog\n\n    def download(\n        self,\n        download_url: str,\n        file: str,\n        rename: str = \"\",\n        checksum: str = \"\",\n        func: Optional[TaskStreamUpdateHandler] = None,\n        cancel_event: Optional[Event] = None,\n        task: Optional[Task] = None,\n    ) -> Result:\n        \"\"\"Download a component from the Bottles repository.\"\"\"\n\n        # Check for missing Bottles paths before download\n        self.__manager.check_app_dirs()\n\n        # Register this file download task to TaskManager unless an existing task\n        # is provided by the caller.\n        external_task = task is not None and task.task_id is not None\n        if task is None:\n            task = Task(title=file, cancellable=cancel_event is not None)\n\n        if task.task_id is None:\n            task_id = TaskManager.add(task)\n        else:\n            task_id = task.task_id\n\n        update_func = task.stream_update if not func else func\n\n        if download_url.startswith(\"temp/\"):\n            \"\"\"\n            The caller is explicitly requesting a component from\n            the /temp directory. Nothing should be downloaded.\n            \"\"\"\n            return Result(True)\n\n        existing_file = rename if rename else file\n        temp_dest = os.path.join(Paths.temp, file)\n        just_downloaded = False\n\n        file_path = os.path.join(Paths.temp, existing_file)\n        if os.path.isfile(file_path):\n            \"\"\"\n            Check if the file already exists in the /temp directory.\n            If it's a 0-byte empty file, remove it to allow a fresh download.\n            Otherwise, skip the download.\n            \"\"\"\n            if os.path.getsize(file_path) == 0:\n                logging.warning(f\"File [{existing_file}] is a 0-byte empty file. Removing to force re-download.\")\n                os.remove(file_path)\n            else:\n                logging.warning(f\"File [{existing_file}] already exists in temp, skipping.\")\n                return Result(True)\n        \n        if not os.path.isfile(file_path):\n            \"\"\"\n            As some urls can be redirect, we need to take care of this\n            and make sure to use the final url. This check should be\n            skipped for large files (e.g. runners).\n            \"\"\"\n            c = pycurl.Curl()\n            try:\n                c.setopt(c.URL, download_url)  # type: ignore\n                c.setopt(c.FOLLOWLOCATION, True)  # type: ignore\n                c.setopt(c.HTTPHEADER, [\"User-Agent: curl/7.79.1\"])  # type: ignore\n                c.setopt(c.NOBODY, True)  # type: ignore\n                c.perform()\n\n                req_code = c.getinfo(c.RESPONSE_CODE)  # type: ignore\n                download_url = c.getinfo(c.EFFECTIVE_URL)  # type: ignore\n            except pycurl.error:\n                logging.exception(f\"Failed to download [{download_url}]\")\n                if not external_task:\n                    TaskManager.remove(task_id)\n                return Result(False)\n            finally:\n                c.close()\n\n            if req_code == 200:\n                \"\"\"\n                If the status code is 200, the resource should be available\n                and the download should be started. Any exceptions return\n                False and the download is removed from the download manager.\n                \"\"\"\n                res = Downloader(\n                    url=download_url,\n                    file=temp_dest,\n                    update_func=update_func,\n                    cancel_event=cancel_event,\n                ).download()\n\n                if not res.ok:\n                    if not external_task:\n                        TaskManager.remove(task_id)\n                    return res\n\n                if not os.path.isfile(temp_dest):\n                    \"\"\"Fail if the file is not available in the /temp directory.\"\"\"\n                    if not external_task:\n                        TaskManager.remove(task_id)\n                    return Result(False)\n\n                just_downloaded = True\n            else:\n                logging.warning(\n                    f\"Failed to download [{download_url}] with code: {req_code} != 200\"\n                )\n                if not external_task:\n                    TaskManager.remove(task_id)\n                return Result(False)\n\n        file_path = os.path.join(Paths.temp, existing_file)\n        if rename and just_downloaded:\n            \"\"\"Renaming the downloaded file if requested.\"\"\"\n            logging.info(f\"Renaming [{file}] to [{rename}].\")\n            file_path = os.path.join(Paths.temp, rename)\n            os.rename(temp_dest, file_path)\n\n        if checksum and not os.environ.get(\"BOTTLES_SKIP_CHECKSUM\"):\n            \"\"\"\n            Compare the checksum of the downloaded file with the one\n            provided by the caller. If they don't match, remove the\n            file from the /temp directory, remove the entry from the\n            task manager and return False.\n            \"\"\"\n            checksum = checksum.lower()\n            local_checksum = FileUtils().get_checksum(file_path)\n\n            if local_checksum and local_checksum != checksum:\n                logging.error(f\"Downloaded file [{file}] looks corrupted.\")\n                logging.error(\n                    f\"Source cksum: [{checksum}] downloaded: [{local_checksum}]\"\n                )\n                logging.error(f\"Removing corrupted file [{file}].\")\n                os.remove(file_path)\n                if not external_task:\n                    TaskManager.remove(task_id)\n                return Result(False)\n\n        if not external_task:\n            TaskManager.remove(task_id)\n        return Result(True)\n\n    @staticmethod\n    def extract(name: str, component: str, archive: str) -> bool:\n        \"\"\"Extract a component from an archive.\"\"\"\n\n        if component in [\"runner\", \"runner:proton\"]:\n            path = Paths.runners\n        elif component == \"dxvk\":\n            path = Paths.dxvk\n        elif component == \"vkd3d\":\n            path = Paths.vkd3d\n        elif component == \"nvapi\":\n            path = Paths.nvapi\n        elif component == \"latencyflex\":\n            path = Paths.latencyflex\n        elif component == \"runtime\":\n            path = Paths.runtimes\n        elif component == \"winebridge\":\n            path = Paths.winebridge\n        else:\n            logging.error(f\"Unknown component [{component}].\")\n            return False\n\n        try:\n            \"\"\"\n            Try to extract the archive in the /temp directory.\n            If the extraction fails, remove the archive from the /temp\n            directory and return False. The common cause of a failed\n            extraction is that the archive is corrupted.\n            \"\"\"\n            tar = tarfile.open(f\"{Paths.temp}/{archive}\")\n            root_dir = tar.getnames()[0]\n            tar.extractall(path)\n            tar.close()\n        except (tarfile.TarError, IOError, EOFError):\n            with contextlib.suppress(FileNotFoundError):\n                os.remove(os.path.join(Paths.temp, archive))\n            with contextlib.suppress(FileNotFoundError):\n                shutil.rmtree(os.path.join(path, archive[:-7]))\n\n            logging.error(\"Extraction failed! Archive ends earlier than expected.\")\n            return False\n\n        if root_dir.endswith(\"x86_64\"):\n            try:\n                \"\"\"\n                If the folder ends with x86_64, remove this from its name.\n                Return False if an folder with the same name already exists.\n                \"\"\"\n                root_dir = os.path.join(path, root_dir)\n                shutil.move(src=root_dir, dst=root_dir[:-7])\n            except (FileExistsError, shutil.Error):\n                logging.error(\"Extraction failed! Component already exists.\")\n                return False\n        return True\n\n    @LockManager.lock(Locks.ComponentsInstall)  # avoid high resource usage\n    def install(\n        self,\n        component_type: str,\n        component_name: str,\n        func: Optional[TaskStreamUpdateHandler] = None,\n        cancel_event: Optional[Event] = None,\n    ):\n        \"\"\"\n        This function is used to install a component. It automatically\n        gets the manifest from the given component and then calls the\n        download and extract functions.\n        \"\"\"\n        manifest = self.get_component(component_name)\n\n        if not manifest:\n            return Result(False)\n\n        logging.info(f\"Installing component: [{component_name}].\")\n        file = manifest[\"File\"][0]\n\n        res = self.download(\n            download_url=file[\"url\"],\n            file=file[\"file_name\"],\n            rename=file[\"rename\"],\n            checksum=file[\"file_checksum\"],\n            func=func,\n            cancel_event=cancel_event,\n        )\n\n        if not res.ok:\n            \"\"\"\n            If the download fails, execute the given func passing\n            failed=True as a parameter.\n            \"\"\"\n            if func:\n                if res.message == \"cancelled\":\n                    func(status=Status.CANCELLED)\n                else:\n                    func(status=Status.FAILED)\n            return Result(False, message=res.message)\n\n        archive = manifest[\"File\"][0][\"file_name\"]\n\n        if manifest[\"File\"][0][\"rename\"]:\n            \"\"\"\n            If the component has a rename, rename the downloaded file\n            to the required name.\n            \"\"\"\n            archive = manifest[\"File\"][0][\"rename\"]\n\n        self.extract(component_name, component_type, archive)\n\n        \"\"\"\n        Execute Post Install if the component has it defined\n        in the manifest.\n        \"\"\"\n        if \"Post\" in manifest:\n            print(f\"Executing post install for [{component_name}].\")\n\n            for post in manifest.get(\"Post\", []):\n                if post[\"action\"] == \"rename\":\n                    self.__post_rename(component_type, post)\n\n        \"\"\"\n        Ask the manager to re-organize its components.\n        Note: I know that this is not the most efficient way to do this,\n        please give feedback if you know a better way to avoid this.\n        \"\"\"\n        if component_type in [\"runtime\", \"winebridge\"]:\n            with contextlib.suppress(FileNotFoundError):\n                os.remove(os.path.join(Paths.temp, archive))\n\n        if component_type in [\"runner\", \"runner:proton\"]:\n            self.__manager.check_runners()\n\n        elif component_type == \"dxvk\":\n            self.__manager.check_dxvk()\n\n        elif component_type == \"vkd3d\":\n            self.__manager.check_vkd3d()\n\n        elif component_type == \"nvapi\":\n            self.__manager.check_nvapi()\n\n        elif component_type == \"runtime\":\n            self.__manager.check_runtimes()\n\n        elif component_type == \"winebridge\":\n            self.__manager.check_winebridge()\n\n        self.__manager.organize_components()\n        logging.info(f\"Component installed: {component_type} {component_name}\", jn=True)\n\n        return Result(True)\n\n    @staticmethod\n    def __post_rename(component_type: str, post: dict):\n        source = post.get(\"source\")\n        dest = post.get(\"dest\")\n\n        if component_type in [\"runner\", \"runner:proton\"]:\n            path = Paths.runners\n        elif component_type == \"dxvk\":\n            path = Paths.dxvk\n        elif component_type == \"vkd3d\":\n            path = Paths.vkd3d\n        elif component_type == \"nvapi\":\n            path = Paths.nvapi\n        else:\n            logging.error(f\"Unknown component type: {component_type}\")\n            return\n\n        if (\n            source is not None\n            and dest is not None\n            and not os.path.isdir(os.path.join(path, dest))\n        ):\n            shutil.move(src=os.path.join(path, source), dst=os.path.join(path, dest))\n\n    def is_in_use(self, component_type: str, component_name: str):\n        bottles = self.__manager.local_bottles\n\n        if component_type in [\"runner\", \"runner:proton\"]:\n            return component_name in [b[\"Runner\"] for _, b in bottles.items()]\n        if component_type == \"dxvk\":\n            return component_name in [b[\"DXVK\"] for _, b in bottles.items()]\n        if component_type == \"vkd3d\":\n            return component_name in [b[\"VKD3D\"] for _, b in bottles.items()]\n        if component_type == \"nvapi\":\n            return component_name in [b[\"NVAPI\"] for _, b in bottles.items()]\n        if component_type == \"latencyflex\":\n            return component_name in [b[\"LatencyFleX\"] for _, b in bottles.items()]\n        if component_type in [\"runtime\", \"winebridge\"]:\n            return True\n        return False\n\n    def uninstall(self, component_type: str, component_name: str):\n        if self.is_in_use(component_type, component_name):\n            return Result(\n                False,\n                data={\n                    \"message\": f\"Component in use and cannot be removed: {component_name}\"\n                },\n            )\n\n        if component_type in [\"runner\", \"runner:proton\"]:\n            path = ManagerUtils.get_runner_path(component_name)\n\n        elif component_type == \"dxvk\":\n            path = ManagerUtils.get_dxvk_path(component_name)\n\n        elif component_type == \"vkd3d\":\n            path = ManagerUtils.get_vkd3d_path(component_name)\n\n        elif component_type == \"nvapi\":\n            path = ManagerUtils.get_nvapi_path(component_name)\n\n        elif component_type == \"latencyflex\":\n            path = ManagerUtils.get_latencyflex_path(component_name)\n\n        else:\n            logging.error(f\"Unknown component type: {component_type}\")\n            return Result(False, data={\"message\": \"Unknown component type.\"})\n\n        if not os.path.isdir(path):\n            return Result(False, data={\"message\": \"Component not installed.\"})\n\n        try:\n            shutil.rmtree(path)\n        except Exception as e:\n            logging.error(f\"Failed to uninstall component: {component_name}, {e}\")\n            return Result(False, data={\"message\": \"Failed to uninstall component.\"})\n\n        \"\"\"\n        Ask the manager to re-organize its components.\n        Note: I know that this is not the most efficient way to do this,\n        please give feedback if you know a better way to avoid this.\n        \"\"\"\n        if component_type in [\"runner\", \"runner:proton\"]:\n            self.__manager.check_runners()\n\n        elif component_type == \"dxvk\":\n            self.__manager.check_dxvk()\n\n        elif component_type == \"vkd3d\":\n            self.__manager.check_vkd3d()\n\n        elif component_type == \"nvapi\":\n            self.__manager.check_nvapi()\n\n        elif component_type == \"runtime\":\n            self.__manager.check_runtimes()\n\n        elif component_type == \"winebridge\":\n            self.__manager.check_winebridge()\n\n        self.__manager.organize_components()\n        logging.info(f\"Component uninstalled: {component_type} {component_name}\")\n\n        return Result(True)\n"
  },
  {
    "path": "bottles/backend/managers/conf.py",
    "content": "import os\nfrom configparser import ConfigParser\nfrom typing import Optional\n\nfrom bottles.backend.utils import yaml, json\n\n\nclass ConfigManager(object):\n    def __init__(\n        self,\n        config_file: Optional[str] = None,\n        config_type: str = \"ini\",\n        config_string: Optional[str] = None,\n    ):\n        self.config_file = config_file\n        self.config_string = config_string\n        self.config_type = config_type\n\n        if self.config_file is not None:\n            self.checks()\n\n        self.config_dict = self.read()\n\n        if self.config_file is not None and self.config_string is not None:\n            raise ValueError(\n                \"Passing both config_file and config_string is not allowed\"\n            )\n\n    def checks(self):\n        \"\"\"Checks if the configuration file exists, if not, create it.\"\"\"\n        if not os.path.exists(self.config_file):\n            base_path = os.path.dirname(self.config_file)\n            os.makedirs(base_path, exist_ok=True)\n\n            with open(self.config_file, \"w\") as f:\n                f.write(\"\")\n\n    def read(self):\n        if self.config_file is not None:\n            \"\"\"Reads the configuration file and returns it as a dictionary\"\"\"\n            if self.config_type == \"ini\":\n                config = ConfigParser()\n                config.read(self.config_file)\n                # noinspection PyProtectedMember\n                res = config._sections\n            elif self.config_type == \"json\":\n                with open(self.config_file, \"r\") as f:\n                    res = json.load(f)\n            elif self.config_type == \"yaml\" or self.config_type == \"yml\":\n                with open(self.config_file, \"r\") as f:\n                    res = yaml.load(f)\n            else:\n                raise ValueError(\"Invalid configuration type\")\n        elif self.config_string is not None:\n            if self.config_type == \"ini\":\n                config = ConfigParser()\n                config.read_string(self.config_string)\n                res = config._sections\n            elif self.config_type == \"json\":\n                res = json.loads(self.config_string)\n            elif self.config_type == \"yaml\" or self.config_type == \"yml\":\n                res = yaml.load(self.config_string)\n            else:\n                raise ValueError(\"Invalid configuration type\")\n        else:\n            res = None\n\n        return res or {}\n\n    def get_dict(self):\n        \"\"\"Returns the configuration as a dictionary\"\"\"\n        return self.config_dict\n\n    def write_json(self):\n        \"\"\"Writes the configuration to a JSON file\"\"\"\n        with open(self.config_file, \"w\") as f:\n            json.dump(self.config_dict, f, indent=4)\n\n    def write_yaml(self):\n        \"\"\"Writes the configuration to a YAML file\"\"\"\n        with open(self.config_file, \"w\") as f:\n            yaml.dump(self.config_dict, f)\n\n    def write_ini(self):\n        \"\"\"Writes the configuration to an INI file\"\"\"\n        config = ConfigParser()\n\n        for section in self.config_dict:\n            config.add_section(section)\n\n            for key, value in self.config_dict[section].items():\n                config.set(section, key, value)\n\n        with open(self.config_file, \"w\") as f:\n            config.write(f)\n\n    def write_dict(self, config_file: Optional[str] = None):\n        if self.config_file is None and config_file is None:\n            raise ValueError(\"No config path specified\")\n        elif self.config_file is None and config_file is not None:\n            self.config_file = config_file\n\n        \"\"\"Writes the configuration to the file\"\"\"\n        if self.config_type == \"ini\":\n            self.write_ini()\n        elif self.config_type == \"json\":\n            self.write_json()\n        elif self.config_type == \"yaml\":\n            self.write_yaml()\n        else:\n            raise ValueError(\"Invalid configuration type\")\n\n    def merge_dict(self, changes: dict):\n        \"\"\"Merges a dictionary into the configuration\"\"\"\n        for section in changes:\n            if section in self.config_dict:\n                for key, value in changes[section].items():\n                    if isinstance(value, dict):\n                        if key in self.config_dict[section]:\n                            self.config_dict[section][key].update(value)\n                        else:\n                            self.config_dict[section][key] = value\n                    else:\n                        self.config_dict[section][key] = value\n            else:\n                self.config_dict[section] = changes[section]\n\n        self.write_dict()\n\n    def del_key(self, key_struct: dict):\n        \"\"\"Deletes a key from the configuration\"\"\"\n        key = self.config_dict\n\n        for i, k in enumerate(key_struct):\n            if i == len(key_struct) - 1:\n                del key[k]\n                continue\n            key = key[k]\n\n        self.write_dict()\n"
  },
  {
    "path": "bottles/backend/managers/data.py",
    "content": "# data.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.samples import Samples\nfrom bottles.backend.utils import yaml\n\nlogging = Logger()\n\n\nclass UserDataKeys:\n    CustomBottlesPath = \"custom_bottles_path\"\n    FundingDismissed = \"funding_dialog_dismissed_next\"\n    LastFundingPrompt = \"last_funding_prompt_date\"\n    FundingPromptCount = \"funding_prompt_count\"\n    PersonalRepositories = \"personal_repositories\"\n\n\nclass DataManager:\n    \"\"\"\n    The DataManager class is used to store and retrieve data\n    from the user data.yml file. Should be stored only info\n    and settings that should not be stored in gsettings.\n    \"\"\"\n\n    __data: dict = {}\n    __p_data = f\"{Paths.base}/data.yml\"\n\n    def __init__(self):\n        self.__get_data()\n\n    def __get_data(self):\n        try:\n            with open(self.__p_data, \"r\") as s:\n                self.__data = yaml.load(s)\n                if self.__data is None:\n                    raise AttributeError\n        except FileNotFoundError:\n            logging.error(\n                \"Data file not found. Creating new one.\",\n            )\n            self.__create_data_file()\n        except AttributeError:\n            logging.error(\n                \"Data file is empty. Creating new one.\",\n            )\n            self.__create_data_file()\n\n    def __create_data_file(self):\n        if not os.path.exists(Paths.base):\n            os.makedirs(Paths.base)\n        with open(self.__p_data, \"w\") as s:\n            yaml.dump(Samples.data, s)\n        self.__get_data()\n\n    def list(self):\n        \"\"\"Returns the whole data dictionary.\"\"\"\n        return self.__data\n\n    def set(self, key, value, of_type=None):\n        \"\"\"Sets a value in the data dictionary.\"\"\"\n        if self.__data.get(key):\n            if isinstance(self.__data[key], list):\n                self.__data[key].append(value)\n            else:\n                self.__data[key] = value\n        else:\n            if of_type is list:\n                self.__data[key] = [value]\n            else:\n                self.__data[key] = value\n\n        with contextlib.suppress(FileNotFoundError):\n            with open(self.__p_data, \"w\") as s:\n                yaml.dump(self.__data, s)\n\n    def remove(self, key):\n        \"\"\"Removes a key from the data dictionary.\"\"\"\n        if self.__data.get(key):\n            del self.__data[key]\n            with contextlib.suppress(FileNotFoundError):\n                with open(self.__p_data, \"w\") as s:\n                    yaml.dump(self.__data, s)\n\n    def get(self, key, default=None):\n        \"\"\"Returns the value of a key in the data dictionary.\"\"\"\n        return self.__data.get(key, default)\n"
  },
  {
    "path": "bottles/backend/managers/dependency.py",
    "content": "# dependency.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shutil\nimport traceback\nfrom functools import lru_cache\nfrom glob import glob\nfrom typing import Callable, Optional\n\nfrom gettext import gettext as _\n\nimport patoolib  # type: ignore [import-untyped]\n\nfrom bottles.backend.cabextract import CabExtract\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.registry_rule import RegistryRuleManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.enum import Arch\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Status, Task, TaskManager\nfrom bottles.backend.utils.generic import validate_url\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.reg import Reg, RegItem\nfrom bottles.backend.wine.regkeys import RegKeys\nfrom bottles.backend.wine.regsvr32 import Regsvr32\nfrom bottles.backend.wine.uninstaller import Uninstaller\nfrom bottles.backend.wine.winedbg import WineDbg\n\nlogging = Logger()\n\n\nclass DependencyManager:\n    def __init__(self, manager, offline: bool = False):\n        self.__manager = manager\n        self.__repo = manager.repository_manager.get_repo(\"dependencies\", offline)\n        self.__utils_conn = manager.utils_conn\n\n    @lru_cache\n    def get_dependency(self, name: str, plain: bool = False) -> str | dict | bool:\n        return self.__repo.get(name, plain)\n\n    @lru_cache\n    def fetch_catalog(self) -> dict:\n        \"\"\"\n        Fetch all dependencies from the Bottles repository\n        and return these as a dictionary. It also returns an empty dictionary\n        if there are no dependencies or fails to fetch them.\n        \"\"\"\n        if not self.__utils_conn.check_connection():\n            return {}\n\n        catalog = {}\n        index = self.__repo.catalog\n\n        for dependency in index.items():\n            catalog[dependency[0]] = dependency[1]\n\n        catalog = dict(sorted(catalog.items()))\n        return catalog\n\n    @staticmethod\n    def __notify_progress(\n        callback: Optional[Callable[[str], None]], message: str, task: Optional[Task] = None\n    ) -> None:\n        if not message:\n            return\n\n        if task is not None:\n            task.subtitle = message\n\n        if callback:\n            callback(message)\n\n    @staticmethod\n    def __notify_progress_fraction(\n        callback: Optional[Callable[[Optional[float]], None]], fraction: Optional[float]\n    ) -> None:\n        if callback:\n            callback(fraction)\n\n    @staticmethod\n    def __build_progress_handler(\n        task: Optional[Task],\n        progress_cb: Optional[Callable[[Optional[float]], None]],\n    ) -> Callable[[int, int, Optional[Status]], None]:\n        def handler(\n            received_size: int = 0,\n            total_size: int = 0,\n            status: Optional[Status] = None,\n        ) -> None:\n            if task is not None:\n                task.stream_update(received_size, total_size, status)\n\n            if progress_cb is None:\n                return\n\n            if status in [Status.DONE, Status.FAILED, Status.CANCELLED]:\n                progress_cb(None)\n                return\n\n            if total_size:\n                progress_cb(received_size / total_size)\n\n        return handler\n\n    @staticmethod\n    def __describe_step(step: dict) -> str:\n        action = step.get(\"action\", \"step\")\n        file_name = step.get(\"rename\") or step.get(\"file_name\")\n\n        descriptions = {\n            \"download_archive\": _(\"Downloading {0}…\").format(\n                file_name or _(\"archive\")\n            ),\n            \"install_exe\": _(\"Running {0}…\").format(file_name or _(\"installer\")),\n            \"install_msi\": _(\"Running {0}…\").format(file_name or _(\"installer\")),\n            \"install_cab_fonts\": _(\"Installing fonts…\"),\n            \"install_fonts\": _(\"Installing fonts…\"),\n            \"cab_extract\": _(\"Extracting {0}…\").format(file_name or _(\"package\")),\n            \"get_from_cab\": _(\"Extracting {0} from cabinet…\").format(\n                file_name or _(\"files\")\n            ),\n            \"archive_extract\": _(\"Unpacking archive…\"),\n            \"copy_dll\": _(\"Copying files…\"),\n            \"copy_file\": _(\"Copying files…\"),\n            \"delete_dlls\": _(\"Cleaning previous files…\"),\n            \"register_dll\": _(\"Registering libraries…\"),\n            \"override_dll\": _(\"Updating DLL overrides…\"),\n            \"set_register_key\": _(\"Writing registry keys…\"),\n            \"register_font\": _(\"Registering fonts…\"),\n            \"replace_font\": _(\"Replacing fonts…\"),\n            \"set_windows\": _(\"Adjusting Windows version…\"),\n            \"use_windows\": _(\"Applying Windows version…\"),\n            \"uninstall\": _(\"Running uninstaller…\"),\n        }\n\n        return descriptions.get(action, _(\"Running {0}…\").format(action.replace(\"_\", \" \")))\n\n    def install(\n        self,\n        config: BottleConfig,\n        dependency: list,\n        progress_cb: Optional[Callable[[str], None]] = None,\n        progress_progress_cb: Optional[Callable[[Optional[float]], None]] = None,\n    ) -> Result:\n        \"\"\"\n        Install a given dependency in a bottle. It will\n        return True if the installation was successful.\n        \"\"\"\n        uninstaller = True\n        installed_new = False\n\n        if config.Parameters.versioning_automatic:\n            \"\"\"\n            If the bottle has the versioning system enabled, we need\n            to create a new version of the bottle, before installing\n            the dependency.\n            \"\"\"\n            self.__manager.versioning_manager.create_state(\n                config=config, message=f\"Before installing {dependency[0]}\"\n            )\n\n        task_id = TaskManager.add(Task(title=dependency[0]))\n        task = TaskManager.get(task_id)\n\n        self.__notify_progress(\n            progress_cb, _(\"Preparing installation…\"), task=task\n        )\n\n        logging.info(\n            \"Installing dependency [%s] in bottle [%s].\" % (dependency[0], config.Name),\n        )\n        manifest = self.get_dependency(dependency[0])\n        if not manifest:\n            \"\"\"\n            If the manifest is not found, return a Result\n            object with the error.\n            \"\"\"\n            TaskManager.remove(task_id)\n            return Result(\n                status=False, message=f\"Cannot find manifest for {dependency[0]}.\"\n            )\n\n        if manifest.get(\"Dependencies\"):\n            \"\"\"\n            If the manifest has dependencies, we need to install them\n            before installing the current one.\n            \"\"\"\n            for _ext_dep in manifest.get(\"Dependencies\"):\n                if _ext_dep in config.Installed_Dependencies:\n                    continue\n                if _ext_dep in self.__manager.supported_dependencies:\n                    _dep = self.__manager.supported_dependencies[_ext_dep]\n                    self.__notify_progress(\n                        progress_cb,\n                        _(\"Installing prerequisite “{0}”…\").format(_ext_dep),\n                        task=task,\n                    )\n                    _res = self.install(\n                        config,\n                        [_ext_dep, _dep],\n                        progress_cb=progress_cb,\n                        progress_progress_cb=progress_progress_cb,\n                    )\n                    if not _res.status:\n                        return _res\n\n        for step in manifest.get(\"Steps\"):\n            \"\"\"\n            Here we execute all steps in the manifest.\n            Steps are the actions performed to install the dependency.\n            \"\"\"\n            arch = step.get(\"for\", \"win64_win32\")\n            if config.Arch not in arch:\n                continue\n\n            description = self.__describe_step(step)\n            self.__notify_progress(progress_cb, description, task=task)\n            self.__notify_progress_fraction(progress_progress_cb, None)\n\n            res = self.__perform_steps(\n                config,\n                step,\n                task=task,\n                progress_cb=progress_cb,\n                progress_progress_cb=progress_progress_cb,\n            )\n            if not res.ok:\n                TaskManager.remove(task_id)\n                return Result(\n                    status=False,\n                    message=f\"One or more steps failed for {dependency[0]}.\",\n                )\n            if not res.data.get(\"uninstaller\"):\n                uninstaller = False\n\n        if dependency[0] not in config.Installed_Dependencies:\n            \"\"\"\n            If the dependency is not already listed in the installed\n            dependencies list of the bottle, add it.\n            \"\"\"\n            dependencies = [dependency[0]]\n\n            if config.Installed_Dependencies:\n                dependencies = config.Installed_Dependencies + [dependency[0]]\n\n            self.__manager.update_config(\n                config=config, key=\"Installed_Dependencies\", value=dependencies\n            )\n            installed_new = True\n\n        if manifest.get(\"Uninstaller\"):\n            \"\"\"\n            If the manifest has an uninstaller, add it to the\n            uninstaller list in the bottle config.\n            Set it to NO_UNINSTALLER if the dependency cannot be uninstalled.\n            \"\"\"\n            uninstaller = manifest.get(\"Uninstaller\")\n\n        if dependency[0] not in config.Installed_Dependencies:\n            self.__manager.update_config(\n                config, dependency[0], uninstaller, \"Uninstallers\"\n            )\n            installed_new = True\n\n        # Remove entry from task manager\n        TaskManager.remove(task_id)\n\n        # Hide installation button and show remove button\n        logging.info(f\"Dependency installed: {dependency[0]} in {config.Name}\", jn=True)\n\n        if installed_new:\n            RegistryRuleManager.apply_rules(config, trigger=\"dependencies\")\n        self.__notify_progress_fraction(progress_progress_cb, None)\n        self.__notify_progress(\n            progress_cb, _(\"Finalizing installation…\"), task=task\n        )\n        if not uninstaller:\n            return Result(status=True, data={\"uninstaller\": False})\n        return Result(status=True, data={\"uninstaller\": True})\n\n    def __perform_steps(\n        self,\n        config: BottleConfig,\n        step: dict,\n        task: Optional[Task] = None,\n        progress_cb: Optional[Callable[[str], None]] = None,\n        progress_progress_cb: Optional[Callable[[Optional[float]], None]] = None,\n    ) -> Result:\n        \"\"\"\n        This method execute a step in the bottle (e.g. changing the Windows\n        version, installing fonts, etc.)\n        ---\n        Returns True if the dependency cannot be uninstalled.\n        \"\"\"\n        uninstaller = True\n\n        if step[\"action\"] == \"delete_dlls\":\n            self.__step_delete_dlls(config, step)\n\n        if step[\"action\"] == \"download_archive\":\n            if not self.__step_download_archive(\n                step, task=task, progress_progress_cb=progress_progress_cb\n            ):\n                return Result(status=False)\n\n        if step[\"action\"] in [\"install_exe\", \"install_msi\"]:\n            if not self.__step_install_exe_msi(\n                config=config,\n                step=step,\n                task=task,\n                progress_cb=progress_cb,\n                progress_progress_cb=progress_progress_cb,\n            ):\n                return Result(status=False)\n\n        if step[\"action\"] == \"uninstall\":\n            self.__step_uninstall(config=config, file_name=step[\"file_name\"])\n\n        if step[\"action\"] == \"cab_extract\":\n            uninstaller = False\n            if not self.__step_cab_extract(\n                step=step, task=task, progress_progress_cb=progress_progress_cb\n            ):\n                return Result(status=False)\n\n        if step[\"action\"] == \"get_from_cab\":\n            uninstaller = False\n            if not self.__step_get_from_cab(config=config, step=step):\n                return Result(status=False)\n\n        if step[\"action\"] == \"archive_extract\":\n            uninstaller = False\n            if not self.__step_archive_extract(\n                step, task=task, progress_progress_cb=progress_progress_cb\n            ):\n                return Result(status=False)\n\n        if step[\"action\"] in [\"install_cab_fonts\", \"install_fonts\"]:\n            uninstaller = False\n            if not self.__step_install_fonts(config=config, step=step):\n                return Result(status=False)\n\n        if step[\"action\"] in [\"copy_dll\", \"copy_file\"]:\n            uninstaller = False\n            if not self.__step_copy_dll(config=config, step=step):\n                return Result(status=False)\n\n        if step[\"action\"] == \"register_dll\":\n            self.__step_register_dll(config=config, step=step)\n\n        if step[\"action\"] == \"override_dll\":\n            self.__step_override_dll(config=config, step=step)\n\n        if step[\"action\"] == \"set_register_key\":\n            self.__step_set_register_key(config=config, step=step)\n\n        if step[\"action\"] == \"register_font\":\n            self.__step_register_font(config=config, step=step)\n\n        if step[\"action\"] == \"replace_font\":\n            self.__step_replace_font(config=config, step=step)\n\n        if step[\"action\"] == \"set_windows\":\n            self.__step_set_windows(config=config, step=step)\n\n        if step[\"action\"] == \"use_windows\":\n            self.__step_use_windows(config=config, step=step)\n\n        return Result(status=True, data={\"uninstaller\": uninstaller})\n\n    @staticmethod\n    def __get_real_dest(config: BottleConfig, dest: str) -> str | bool:\n        \"\"\"This function return the real destination path.\"\"\"\n        bottle = ManagerUtils.get_bottle_path(config)\n        _dest = dest\n\n        if dest.startswith(\"temp/\"):\n            dest = dest.replace(\"temp/\", f\"{Paths.temp}/\")\n        elif dest.startswith(\"windows/\"):\n            dest = f\"{bottle}/drive_c/{dest}\"\n        elif dest.startswith(\"win32\"):\n            dest = f\"{bottle}/drive_c/windows/system32/\"\n            if config.Arch == Arch.WIN64:\n                dest = f\"{bottle}/drive_c/windows/syswow64/\"\n            dest = _dest.replace(\"win32\", dest)\n        elif dest.startswith(\"win64\"):\n            if config.Arch == Arch.WIN64:\n                dest = f\"{bottle}/drive_c/windows/system32/\"\n                dest = _dest.replace(\"win64\", dest)\n            else:\n                return True\n        else:\n            logging.error(\"Destination path not supported!\")\n            return False\n\n        return dest\n\n    def __step_download_archive(\n        self,\n        step: dict,\n        task: Optional[Task] = None,\n        progress_progress_cb: Optional[Callable[[Optional[float]], None]] = None,\n    ):\n        \"\"\"\n        This function download an archive from the given step.\n        Can be used for any file type (cab, zip, ...). Please don't\n        use this method for exe/msi files as the install_exe already\n        download the exe/msi file before installation.\n        \"\"\"\n        progress_handler = self.__build_progress_handler(task, progress_progress_cb)\n        download = self.__manager.component_manager.download(\n            download_url=step.get(\"url\"),\n            file=step.get(\"file_name\"),\n            rename=step.get(\"rename\"),\n            checksum=step.get(\"file_checksum\"),\n            func=progress_handler,\n            task=task,\n        )\n\n        return download\n\n    def __step_install_exe_msi(\n        self,\n        config: BottleConfig,\n        step: dict,\n        task: Optional[Task] = None,\n        progress_cb: Optional[Callable[[str], None]] = None,\n        progress_progress_cb: Optional[Callable[[Optional[float]], None]] = None,\n    ) -> bool:\n        \"\"\"\n        Download and install the .exe or .msi file\n        declared in the step, in a bottle.\n        \"\"\"\n        winedbg = WineDbg(config)\n        progress_handler = self.__build_progress_handler(task, progress_progress_cb)\n        download = self.__manager.component_manager.download(\n            download_url=step.get(\"url\"),\n            file=step.get(\"file_name\"),\n            rename=step.get(\"rename\"),\n            checksum=step.get(\"file_checksum\"),\n            func=progress_handler,\n            task=task,\n        )\n        file = step.get(\"file_name\")\n        if step.get(\"rename\"):\n            file = step.get(\"rename\")\n\n        if download:\n            if step.get(\"url\").startswith(\"temp/\"):\n                _file = step.get(\"url\").replace(\"temp/\", f\"{Paths.temp}/\")\n                file = f\"{_file}/{file}\"\n            else:\n                file = f\"{Paths.temp}/{file}\"\n            executor = WineExecutor(\n                config,\n                exec_path=file,\n                args=step.get(\"arguments\"),\n                environment=step.get(\"environment\"),\n            )\n            executor.run()\n            winedbg.wait_for_process(file)\n\n            if progress_progress_cb:\n                progress_progress_cb(None)\n\n            if progress_cb:\n                progress_cb(_(\"Installer completed.\"))\n            return True\n\n        return False\n\n    @staticmethod\n    def __step_uninstall(config: BottleConfig, file_name: str) -> bool:\n        \"\"\"\n        This function find an uninstaller in the bottle by the given\n        file name and execute it.\n        \"\"\"\n        Uninstaller(config).from_name(file_name)\n        return True\n\n    def __step_cab_extract(\n        self,\n        step: dict,\n        task: Optional[Task] = None,\n        progress_progress_cb: Optional[Callable[[Optional[float]], None]] = None,\n    ):\n        \"\"\"\n        This function download and extract a Windows Cabinet to the\n        temp folder.\n        \"\"\"\n        dest = step.get(\"dest\")\n        if dest.startswith(\"temp/\"):\n            dest = dest.replace(\"temp/\", f\"{Paths.temp}/\")\n        else:\n            logging.error(\"Destination path not supported!\")\n            return False\n\n        if validate_url(step[\"url\"]):\n            progress_handler = self.__build_progress_handler(task, progress_progress_cb)\n            download = self.__manager.component_manager.download(\n                download_url=step.get(\"url\"),\n                file=step.get(\"file_name\"),\n                rename=step.get(\"rename\"),\n                checksum=step.get(\"file_checksum\"),\n                func=progress_handler,\n                task=task,\n            )\n\n            if download:\n                if step.get(\"rename\"):\n                    file = step.get(\"rename\")\n                else:\n                    file = step.get(\"file_name\")\n\n                if not CabExtract().run(\n                    path=os.path.join(Paths.temp, file), name=file, destination=dest\n                ):\n                    return False\n            else:\n                return False\n\n        elif step[\"url\"].startswith(\"temp/\"):\n            path = step[\"url\"]\n            path = path.replace(\"temp/\", f\"{Paths.temp}/\")\n\n            if step.get(\"rename\"):\n                file_path = os.path.splitext(f\"{step.get('rename')}\")[0]\n            else:\n                file_path = os.path.splitext(f\"{step.get('file_name')}\")[0]\n\n            if not CabExtract().run(\n                f\"{path}/{step.get('file_name')}\", file_path, destination=dest\n            ):\n                return False\n\n        return True\n\n    def __step_delete_dlls(self, config: BottleConfig, step: dict):\n        \"\"\"Deletes the given dlls from the system32 or syswow64 paths\"\"\"\n        dest = self.__get_real_dest(config, step.get(\"dest\"))\n\n        for d in step.get(\"dlls\", []):\n            _d = os.path.join(dest, d)\n            if os.path.exists(_d):\n                os.remove(_d)\n\n        return True\n\n    def __step_get_from_cab(self, config: BottleConfig, step: dict):\n        \"\"\"Take a file from a cabiner and extract to a path.\"\"\"\n        source = step.get(\"source\")\n        file_name = step.get(\"file_name\")\n        rename = step.get(\"rename\")\n        dest = self.__get_real_dest(config, step.get(\"dest\"))\n\n        if isinstance(dest, bool):\n            return dest\n\n        res = CabExtract().run(\n            path=os.path.join(Paths.temp, source), files=[file_name], destination=dest\n        )\n\n        if rename:\n            _file_name = file_name.split(\"/\")[-1]\n\n            if os.path.exists(os.path.join(dest, rename)):\n                os.remove(os.path.join(dest, rename))\n\n            shutil.move(os.path.join(dest, _file_name), os.path.join(dest, rename))\n\n        if not res:\n            return False\n        return True\n\n    def __step_archive_extract(\n        self,\n        step: dict,\n        task: Optional[Task] = None,\n        progress_progress_cb: Optional[Callable[[Optional[float]], None]] = None,\n    ):\n        \"\"\"Download and extract an archive to the temp folder.\"\"\"\n        progress_handler = self.__build_progress_handler(task, progress_progress_cb)\n        download = self.__manager.component_manager.download(\n            download_url=step.get(\"url\"),\n            file=step.get(\"file_name\"),\n            rename=step.get(\"rename\"),\n            checksum=step.get(\"file_checksum\"),\n            func=progress_handler,\n            task=task,\n        )\n\n        if not download:\n            return False\n\n        if step.get(\"rename\"):\n            file = step.get(\"rename\")\n        else:\n            file = step.get(\"file_name\")\n\n        archive_path = os.path.join(Paths.temp, os.path.splitext(file)[0])\n\n        if os.path.exists(archive_path):\n            shutil.rmtree(archive_path)\n\n        os.makedirs(archive_path)\n        try:\n            patoolib.extract_archive(\n                os.path.join(Paths.temp, file), outdir=archive_path\n            )\n            if archive_path.endswith(\".tar\") and os.path.isfile(\n                os.path.join(archive_path, os.path.basename(archive_path))\n            ):\n                tar_path = os.path.join(archive_path, os.path.basename(archive_path))\n                patoolib.extract_archive(tar_path, outdir=archive_path)\n        except Exception as e:\n            logging.error(\"Something wrong happened during extraction.\")\n            logging.error(f\"{e}\")\n            logging.error(f\"{traceback.format_exc()}\")\n            return False\n        return True\n\n    @staticmethod\n    def __step_install_fonts(config: BottleConfig, step: dict):\n        \"\"\"Move fonts to the drive_c/windows/Fonts path.\"\"\"\n        path = step[\"url\"]\n        path = path.replace(\"temp/\", f\"{Paths.temp}/\")\n        bottle_path = ManagerUtils.get_bottle_path(config)\n\n        for font in step.get(\"fonts\"):\n            font_path = f\"{bottle_path}/drive_c/windows/Fonts/\"\n            if not os.path.exists(font_path):\n                os.makedirs(font_path)\n\n            try:\n                shutil.copyfile(f\"{path}/{font}\", f\"{font_path}/{font}\")\n            except (FileNotFoundError, FileExistsError):\n                logging.warning(f\"Font {font} already exists or is not found.\")\n\n            # print(f\"Copying {font} to {bottle_path}/drive_c/windows/Fonts/\")\n\n        return True\n\n    # noinspection PyTypeChecker\n    def __step_copy_dll(self, config: BottleConfig, step: dict):\n        \"\"\"\n        This function copy dlls from temp folder to a directory\n        declared in the step. The bottle drive_c path will be used as\n        root path.\n        \"\"\"\n        path = step[\"url\"]\n        path = path.replace(\"temp/\", f\"{Paths.temp}/\")\n        dest = self.__get_real_dest(config, step.get(\"dest\"))\n\n        if isinstance(dest, bool):\n            return dest\n\n        if not os.path.exists(dest):\n            os.makedirs(dest)\n\n        try:\n            if \"*\" in step.get(\"file_name\"):\n                files = glob(f\"{path}/{step.get('file_name')}\")\n                if not files:\n                    logging.info(f\"File(s) not found in {path}\")\n                    return False\n                for fg in files:\n                    _name = fg.split(\"/\")[-1]\n                    _path = os.path.join(path, _name)\n                    _dest = os.path.join(dest, _name)\n                    logging.info(f\"Copying {_name} to {_dest}\")\n\n                    if os.path.exists(_dest) and os.path.islink(_dest):\n                        os.unlink(_dest)\n\n                    try:\n                        shutil.copyfile(_path, _dest)\n                    except shutil.SameFileError:\n                        logging.info(\n                            f\"{_name} already exists at the same version, skipping.\"\n                        )\n            else:\n                _name = step.get(\"file_name\")\n                _dest = os.path.join(dest, _name)\n                logging.info(f\"Copying {_name} to {_dest}\")\n\n                if os.path.exists(_dest) and os.path.islink(_dest):\n                    os.unlink(_dest)\n\n                try:\n                    shutil.copyfile(os.path.join(path, _name), _dest)\n                except shutil.SameFileError:\n                    logging.info(\n                        f\"{_name} already exists at the same version, skipping.\"\n                    )\n\n        except Exception as e:\n            print(e)\n            logging.warning(\"An error occurred while copying dlls.\")\n            return False\n\n        return True\n\n    @staticmethod\n    def __step_register_dll(config: BottleConfig, step: dict):\n        \"\"\"Register one or more dll and ActiveX control\"\"\"\n        regsvr32 = Regsvr32(config)\n\n        for dll in step.get(\"dlls\", []):\n            regsvr32.register(dll)\n\n        return True\n\n    @staticmethod\n    def __step_override_dll(config: BottleConfig, step: dict):\n        \"\"\"Register a new override for each dll.\"\"\"\n        reg = Reg(config)\n\n        if step.get(\"url\") and step.get(\"url\").startswith(\"temp/\"):\n            path = step[\"url\"].replace(\"temp/\", f\"{Paths.temp}/\")\n            dlls = glob(os.path.join(path, step.get(\"dll\")))\n\n            bundle = {\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\": []}\n\n            for dll in dlls:\n                dll_name = os.path.splitext(os.path.basename(dll))[0]\n                bundle[\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\"].append(\n                    {\"value\": dll_name, \"data\": step.get(\"type\")}\n                )\n\n            reg.import_bundle(bundle)\n            return True\n\n        if step.get(\"bundle\"):\n            _bundle = {\n                \"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\": step.get(\"bundle\")\n            }\n            reg.import_bundle(_bundle)\n            return True\n\n        reg.add(\n            key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\",\n            value=step.get(\"dll\"),\n            data=step.get(\"type\"),\n        )\n        return True\n\n    @staticmethod\n    def __step_set_register_key(config: BottleConfig, step: dict):\n        \"\"\"Set a registry key.\"\"\"\n        reg = Reg(config)\n        reg.add(\n            key=step.get(\"key\"),\n            value=step.get(\"value\"),\n            data=step.get(\"data\"),\n            value_type=step.get(\"type\"),\n        )\n        return True\n\n    @staticmethod\n    def __step_register_font(config: BottleConfig, step: dict):\n        \"\"\"Register a font in the registry.\"\"\"\n        reg = Reg(config)\n        reg.add(\n            key=\"HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Windows NT\\\\CurrentVersion\\\\Fonts\",\n            value=step.get(\"name\"),\n            data=step.get(\"file\"),\n        )\n        return True\n\n    @staticmethod\n    def __step_replace_font(config: BottleConfig, step: dict):\n        \"\"\"Register a font replacement in the registry.\"\"\"\n        reg = Reg(config)\n        target_font = step.get(\"font\")\n        replaces = step.get(\"replace\")\n\n        if not isinstance(replaces, list):\n            logging.warning(\"Invalid replace_font, 'replace' field should be list.\")\n            return False\n\n        regs = [\n            RegItem(\n                key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Fonts\\\\Replacements\",\n                value=r,\n                value_type=\"\",\n                data=target_font,\n            )\n            for r in replaces\n        ]\n        reg.bulk_add(regs)\n        return True\n\n    @staticmethod\n    def __step_set_windows(config: BottleConfig, step: dict):\n        \"\"\"Set the Windows version.\"\"\"\n        rk = RegKeys(config)\n        rk.lg_set_windows(step.get(\"version\"))\n        return True\n\n    @staticmethod\n    def __step_use_windows(config: BottleConfig, step: dict):\n        \"\"\"Set a Windows version per program.\"\"\"\n        rk = RegKeys(config)\n        rk.set_app_default(step.get(\"version\"), step.get(\"executable\"))\n        return True\n"
  },
  {
    "path": "bottles/backend/managers/eagle.py",
    "content": "# eagle.py\n#\n# Copyright 2026 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nimport os\nimport time\nimport shutil\nimport uuid\nimport datetime\nfrom glob import glob\nimport pefile\nimport patoolib\nimport yara\nimport struct\nimport json\nimport subprocess\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.params import APP_ID\n\nfrom gi.repository import Gio, GLib\n\nlogging = Logger()\n\nSTEP_DELAY = 0.12 # to allow seeing the analysis progress\n\n\nclass EagleManager:\n    \"\"\"Windows executables analysis engine using pefile and YARA.\"\"\"\n\n    VS_PRODUCTS = {\n        0x0104: \"VS 2017\", 0x0105: \"VS 2017\", 0x0106: \"VS 2017\",\n        0x010A: \"VS 2019\", 0x010B: \"VS 2019\", 0x010C: \"VS 2019\",\n        0x010D: \"VS 2019\", 0x010E: \"VS 2019\", 0x010F: \"VS 2019\",\n        0x0114: \"VS 2022\", 0x0115: \"VS 2022\", 0x0116: \"VS 2022\",\n        0x0117: \"VS 2022\", 0x0118: \"VS 2022\", 0x0119: \"VS 2022\",\n        0x00FF: \"VS 2015\", 0x00EB: \"VS 2013\", 0x00D9: \"VS 2012\",\n        0x00C7: \"VS 2010\", 0x0083: \"VS 2008\", 0x006D: \"VS 2005\",\n    }\n\n    DLL_MAPPINGS = {\n        \"d3d8.dll\": (\"DirectX 8\", \"Graphics\"), \"d3d9.dll\": (\"DirectX 9\", \"Graphics\"),\n        \"d3d10.dll\": (\"DirectX 10\", \"Graphics\"), \"d3d11.dll\": (\"DirectX 11\", \"Graphics\"),\n        \"d3d12.dll\": (\"DirectX 12\", \"Graphics\"), \"dxgi.dll\": (\"DXGI\", \"Graphics\"),\n        \"d3dcompiler_47.dll\": (\"D3D Compiler\", \"Graphics\"),\n        \"opengl32.dll\": (\"OpenGL\", \"Graphics\"), \"vulkan-1.dll\": (\"Vulkan\", \"Graphics\"),\n        \"nvapi.dll\": (\"NVAPI\", \"Graphics\"), \"nvapi64.dll\": (\"NVAPI\", \"Graphics\"),\n        \"amd_ags_x64.dll\": (\"AMD AGS\", \"Graphics\"),\n        \"physx_loader.dll\": (\"PhysX\", \"Graphics\"), \"physx3_x64.dll\": (\"PhysX\", \"Graphics\"),\n        \"d3dx9_43.dll\": (\"D3DX9\", \"Graphics\"), \"d3dx11_43.dll\": (\"D3DX11\", \"Graphics\"),\n        \"nvngx_dlss.dll\": (\"DLSS\", \"Upscaling\"), \"nvngx_dlssg.dll\": (\"DLSS 3 Frame Gen\", \"Upscaling\"),\n        \"libxess.dll\": (\"Intel XeSS\", \"Upscaling\"),\n        \"ffx_fsr2_api_x64.dll\": (\"AMD FSR 2\", \"Upscaling\"), \"amd_fidelityfx_dx12.dll\": (\"AMD FSR\", \"Upscaling\"),\n        \"amd_fidelityfx_vk.dll\": (\"AMD FSR\", \"Upscaling\"),\n        \"xaudio2_7.dll\": (\"XAudio 2.7\", \"Audio\"), \"xaudio2_9.dll\": (\"XAudio 2.9\", \"Audio\"),\n        \"x3daudio1_7.dll\": (\"X3DAudio\", \"Audio\"),\n        \"fmod.dll\": (\"FMOD\", \"Audio\"), \"fmod64.dll\": (\"FMOD\", \"Audio\"),\n        \"fmodstudio.dll\": (\"FMOD Studio\", \"Audio\"),\n        \"wwise.dll\": (\"Wwise\", \"Audio\"),\n        \"binkw32.dll\": (\"Bink\", \"Audio\"), \"binkw64.dll\": (\"Bink\", \"Audio\"),\n        \"openal32.dll\": (\"OpenAL\", \"Audio\"), \"dsound.dll\": (\"DirectSound\", \"Audio\"),\n        \"miles32.dll\": (\"Miles\", \"Audio\"), \"mss32.dll\": (\"Miles\", \"Audio\"),\n        \"mscoree.dll\": (\".NET Framework\", \"Runtimes\"),\n        \"clr.dll\": (\".NET CLR\", \"Runtimes\"),\n        \"hostfxr.dll\": (\".NET Core/5+\", \"Runtimes\"),\n        \"coreclr.dll\": (\".NET Core CLR\", \"Runtimes\"),\n        \"msvcp100.dll\": (\"VC++ 2010\", \"Runtimes\"), \"msvcr100.dll\": (\"VC++ 2010\", \"Runtimes\"),\n        \"msvcp110.dll\": (\"VC++ 2012\", \"Runtimes\"), \"msvcr110.dll\": (\"VC++ 2012\", \"Runtimes\"),\n        \"msvcp120.dll\": (\"VC++ 2013\", \"Runtimes\"), \"msvcr120.dll\": (\"VC++ 2013\", \"Runtimes\"),\n        \"msvcp140.dll\": (\"VC++ 2015-22\", \"Runtimes\"), \"vcruntime140.dll\": (\"VC++ 2015-22\", \"Runtimes\"),\n        \"vcruntime140_1.dll\": (\"VC++ 2015-22\", \"Runtimes\"),\n        \"ucrtbase.dll\": (\"UCRT\", \"Runtimes\"),\n        \"mono-2.0-bdwgc.dll\": (\"Mono\", \"Runtimes\"),\n        \"jvm.dll\": (\"Java\", \"Runtimes\"),\n        \"python3.dll\": (\"Python\", \"Runtimes\"), \"python311.dll\": (\"Python 3.11\", \"Runtimes\"),\n        \"lua54.dll\": (\"Lua 5.4\", \"Runtimes\"),\n        \"xinput1_3.dll\": (\"XInput 1.3\", \"Input\"), \"xinput1_4.dll\": (\"XInput 1.4\", \"Input\"),\n        \"dinput8.dll\": (\"DirectInput\", \"Input\"),\n        \"sdl2.dll\": (\"SDL2\", \"Input\"),\n        \"steam_api.dll\": (\"Steamworks\", \"Social/DRM\"), \"steam_api64.dll\": (\"Steamworks\", \"Social/DRM\"),\n        \"galaxy.dll\": (\"GOG Galaxy\", \"Social/DRM\"), \"galaxy64.dll\": (\"GOG Galaxy\", \"Social/DRM\"),\n        \"eossdk-win64-shipping.dll\": (\"Epic\", \"Social/DRM\"),\n        \"discord_game_sdk.dll\": (\"Discord\", \"Social/DRM\"),\n        \"uplay_r1_loader64.dll\": (\"Ubisoft\", \"Social/DRM\"),\n        \"unityplayer.dll\": (\"Unity\", \"Engines\"), \"gameassembly.dll\": (\"Unity IL2CPP\", \"Engines\"),\n        \"libcef.dll\": (\"CEF\", \"Engines\"),\n        \"tier0.dll\": (\"Source\", \"Engines\"), \"vstdlib.dll\": (\"Source\", \"Engines\"),\n        \"cryrenderd3d11.dll\": (\"CryEngine\", \"Engines\"),\n        \"qt5core.dll\": (\"Qt 5\", \"Frameworks\"), \"qt6core.dll\": (\"Qt 6\", \"Frameworks\"),\n        \"electron.dll\": (\"Electron\", \"Frameworks\"),\n        \"easyanticheat.dll\": (\"EAC\", \"Protection\"), \"easyanticheat_x64.dll\": (\"EAC\", \"Protection\"),\n        \"battleye.dll\": (\"BattlEye\", \"Protection\"), \"beclient_x64.dll\": (\"BattlEye\", \"Protection\"),\n        \"vmprotectsdk64.dll\": (\"VMProtect\", \"Protection\"),\n        \"denuvo64.dll\": (\"Denuvo\", \"Protection\"),\n    }\n\n    PACKER_SECTIONS = {\n        \"UPX0\": \"UPX\", \"UPX1\": \"UPX\", \".upx\": \"UPX\",\n        \".vmp0\": \"VMProtect\", \".vmp1\": \"VMProtect\", \"VMP0\": \"VMProtect\",\n        \".themida\": \"Themida\",\n        \".enigma\": \"Enigma\",\n    }\n\n    _yara_rules = None\n\n    def __init__(self, config: BottleConfig):\n        self.config = config\n        self._load_yara_rules()\n\n    @classmethod\n    def _load_yara_rules(cls) -> None:\n        \"\"\"Load YARA rules from the bundled file.\"\"\"\n\n        logging.info(\"[Eagle] Reloading YARA rules...\")\n        rules_path = os.path.join(os.path.dirname(__file__), \"eagle.yar\")\n        if os.path.exists(rules_path):\n            try:\n                cls._yara_rules = yara.compile(filepath=rules_path)\n                logging.info(\"[Eagle] YARA rules loaded\")\n            except Exception as e:\n                logging.warning(f\"[Eagle] Failed to load YARA rules: {e}\")\n                cls._yara_rules = None\n\n    def _is_safe_neighbor_dir(self, directory: str) -> bool:\n        \"\"\"Check if directory is safe for neighbor scanning (not a common clutter folder).\"\"\"\n        try:\n            path = os.path.realpath(directory)\n            \n            if \"/run/user/\" in path and \"/doc/\" in path:\n                logging.info(f\"[Eagle] Blocking neighbor scan for portal path: {path}\")\n                return False\n\n            unsafe_dirs = set()\n            home = GLib.get_home_dir()\n            if home:\n                unsafe_dirs.add(os.path.realpath(home))\n                for d in [\"Downloads\", \"Desktop\", \"Documents\", \"Templates\"]:\n                    unsafe_dirs.add(os.path.realpath(os.path.join(home, d)))\n\n            for xdg_type in [\n                GLib.UserDirectory.DIRECTORY_DOWNLOAD,\n                GLib.UserDirectory.DIRECTORY_DESKTOP,\n                GLib.UserDirectory.DIRECTORY_DOCUMENTS,\n                GLib.UserDirectory.DIRECTORY_TEMPLATES\n            ]:\n                xdg_path = GLib.get_user_special_dir(xdg_type)\n                if xdg_path:\n                    unsafe_dirs.add(os.path.realpath(xdg_path))\n\n            if path in unsafe_dirs or path == os.path.realpath(os.path.expanduser(\"~\")):\n                logging.info(f\"[Eagle] Neighbor scan blocked for unsafe path: {path}\")\n                return False\n                \n            return True\n        except Exception as e:\n            logging.warning(f\"[Eagle] Error checking directory safety: {e}\")\n            return True\n\n    def _send_step(self, msg: str, delay: bool = True) -> None:\n        \"\"\"Send a step update to the UI with optional delay.\"\"\"\n        SignalManager.send(Signals.EagleStep, Result(status=True, data=msg))\n        logging.info(f\"[Eagle] {msg}\")\n        if delay:\n            time.sleep(STEP_DELAY)\n\n    def _scan_yara(self, file_path: str, insights: dict, source: str = \"Main Executable\") -> list:\n        \"\"\"Run YARA scan on a file and update insights.\"\"\"\n        if self._yara_rules is None:\n            return []\n\n        matches = []\n        try:\n            results = self._yara_rules.match(file_path, timeout=30)\n            for match in results:\n                category = match.meta.get('category', 'Unknown')\n                name = match.meta.get('name', match.rule)\n                warning_desc = match.meta.get('description', '')\n                severity = match.meta.get('severity', 'info')\n\n                if category not in insights:\n                    insights[category] = []\n                \n                existing_names = [i['name'] for i in insights[category]] if isinstance(insights[category], list) else []\n                context = []\n                for valid_match in match.strings:\n                    ident = None\n                    data = None\n                    \n                    if isinstance(valid_match, tuple):\n                        _, ident, data = valid_match\n                    else:\n                         try:\n                             ident = valid_match.identifier\n                             if hasattr(valid_match, \"instances\") and valid_match.instances:\n                                 data = valid_match.instances[0].matched_data\n                         except:\n                             continue\n                    \n                    rule_name = match.rule\n                    should_capture = False\n                    \n                    if ident and data:\n                        if ident == \"$capture\":\n                            should_capture = True\n                        elif \"key\" in ident or \"reg\" in ident:\n                             should_capture = True\n                        elif rule_name in [\"Node_System_Commands\", \"Node_Native_Module\", \"Node_Kernel_Driver\", \"Driver_Service\"]:\n                            should_capture = True\n\n                    if should_capture:\n                        try:\n                            decoded = data.decode('utf-16le') if b'\\x00' in data else data.decode('utf-8')\n                            clean = decoded.strip().replace('\\x00', '')\n                            \n                            clean_upper = clean.upper()\n                            roots = [\"HKEY_LOCAL_MACHINE\", \"HKEY_CURRENT_USER\", \"HKLM\", \"HKCU\", \"HKLM\\\\\", \"HKCU\\\\\"]\n                            \n                            if clean_upper not in roots and len(clean) > 2 and clean not in context:\n                                context.append(clean)\n                        except:\n                            pass\n                \n                context_list = context[:20]\n\n                if name not in existing_names:\n                    if category == \"Warning\":\n                        insights[category].append({\n                            \"name\": name,\n                            \"description\": warning_desc,\n                            \"severity\": severity,\n                            \"source\": source,\n                            \"context\": context_list\n                        })\n                        self._send_step(f\"[!] Warning: {name} ({source})\")\n                    else:\n                        insights[category].append({\n                            \"name\": name,\n                            \"source\": source,\n                            \"context\": context_list\n                        })\n                        self._send_step(f\"[{category}] {name} ({source})\", delay=False)\n                matches.append({\"rule\": match.rule, \"category\": category, \"name\": name, \"severity\": severity, \"source\": source})\n        except Exception as e:\n            logging.error(f\"[Eagle] YARA scan failed on {file_path}: {e}\")\n\n        return matches\n\n    def _extract_asar(self, asar_path: str) -> tuple:\n        \"\"\"Extract ASAR archive using pure Python.\"\"\"\n        extract_dir = os.path.join(Paths.temp, f\"eagle_asar_{uuid.uuid4().hex[:8]}\")\n        os.makedirs(extract_dir, exist_ok=True)\n        extracted_files = []\n\n        try:\n            self._send_step(f\"Extracting ASAR archive: {os.path.basename(asar_path)}...\")\n            with open(asar_path, 'rb') as f:\n                data = f.read(16)\n                if len(data) < 16:\n                    return [], None\n                \n                header_json_len = struct.unpack('<I', data[12:16])[0]\n                \n                header_json_data = f.read(header_json_len)\n                header = json.loads(header_json_data.decode('utf-8'))\n                \n                # Base offset for files\n                base_offset = 16 + header_json_len\n                \n                def walk_files(dir_structure, current_path=\"\"):\n                    if \"files\" in dir_structure:\n                        for name, info in dir_structure[\"files\"].items():\n                            new_path = os.path.join(current_path, name)\n                            if \"files\" in info:\n                                # Directory\n                                os.makedirs(os.path.join(extract_dir, new_path), exist_ok=True)\n                                walk_files(info, new_path)\n                            elif \"offset\" in info and \"size\" in info:\n                                # File\n                                try:\n                                    ext = os.path.splitext(name)[1].lower()\n                                    if ext not in [\".js\", \".json\", \".node\", \".html\", \".htm\"]:\n                                        continue\n\n                                    offset = int(info[\"offset\"]) + base_offset\n                                    size = int(info[\"size\"])\n                                    \n                                    out_path = os.path.join(extract_dir, new_path)\n                                    os.makedirs(os.path.dirname(out_path), exist_ok=True)\n                                    \n                                    current_pos = f.tell()\n                                    f.seek(offset)\n                                    content = f.read(size)\n                                    f.seek(current_pos)\n                                    \n                                    with open(out_path, 'wb') as out_f:\n                                        out_f.write(content)\n                                    \n                                    extracted_files.append(out_path)\n                                except Exception as e:\n                                    logging.warning(f\"[Eagle] Failed to extract {new_path}: {e}\")\n\n                walk_files(header)\n                self._send_step(f\"Extracted {len(extracted_files)} files from ASAR\")\n                return extracted_files, extract_dir\n\n        except Exception as e:\n            logging.error(f\"[Eagle] ASAR extraction failed: {e}\")\n            return [], None\n\n    def _extract_installer(self, installer_path: str, installer_type: str) -> tuple:\n        \"\"\"Extract installer and return list of extracted exe/dll paths.\"\"\"\n        extract_dir = os.path.join(Paths.temp, f\"eagle_{uuid.uuid4().hex[:8]}\")\n        os.makedirs(extract_dir, exist_ok=True)\n        extracted_files = []\n\n        try:\n            self._send_step(f\"Extracting {installer_type} installer...\")\n\n            seven_z = shutil.which(\"7z\") or shutil.which(\"7za\") or shutil.which(\"7zr\")\n            if seven_z:\n                cmd = [seven_z, \"x\", \"-y\", f\"-o{extract_dir}\", installer_path]\n                \n                filters = [\n                    \"*.exe\", \"*.dll\", \"*.msi\",\n                    \"*.json\", \"*.xml\", \"*.config\", \"*.manifest\", \"*.ini\",\n                    \"*.js\", \"*.vdf\",\n                    \"*.reg\"\n                ]\n                \n                for f in filters:\n                    cmd.append(f\"-i!{f}\")\n                    cmd.append(f\"-i!**/{f}\")\n                \n                result = subprocess.run(cmd, capture_output=True, timeout=120)\n                if result.returncode != 0:\n                    try:\n                        patoolib.extract_archive(installer_path, outdir=extract_dir, verbosity=-1)\n                    except Exception:\n                        raise Exception(\"Extraction not supported\")\n            else:\n                try:\n                    patoolib.extract_archive(installer_path, outdir=extract_dir, verbosity=-1)\n                except Exception:\n                    raise Exception(\"No extraction tool available\")\n\n            for pattern in [\"**/*.exe\", \"**/*.dll\"]:\n                extracted_files.extend(glob(os.path.join(extract_dir, pattern), recursive=True))\n\n            self._send_step(f\"Found {len(extracted_files)} binaries in installer\")\n\n        except Exception as e:\n            logging.warning(f\"[Eagle] Extraction failed: {e}\")\n            self._send_step(\"Extraction skipped (not supported)\")\n\n        return extracted_files, extract_dir\n\n    def _cleanup_extraction(self, extract_dir: str) -> None:\n        \"\"\"Clean up extracted files.\"\"\"\n        try:\n            if extract_dir and os.path.exists(extract_dir):\n                shutil.rmtree(extract_dir)\n        except Exception as e:\n            logging.warning(f\"[Eagle] Cleanup failed: {e}\")\n\n    def analyze(self, executable_path: str) -> None:\n        \"\"\"Perform comprehensive PE analysis with YARA pattern matching.\"\"\"\n        self._send_step(\"Initialising Eagle...\")\n        basename = os.path.basename(executable_path)\n        exe_dir = os.path.dirname(executable_path)\n        self._send_step(f\"Target: {basename}\")\n\n        extract_dir = None\n\n        is_msi = basename.lower().endswith(\".msi\")\n        if is_msi:\n            self._send_step(\"MSI package detected - extracting for analysis...\")\n\n        try:\n            if is_msi:\n                insights = {\n                    \"Graphics\": [], \"Audio\": [], \"Runtimes\": [], \"Input\": [],\n                    \"Social/DRM\": [], \"Engines\": [], \"Frameworks\": [], \"Protection\": [],\n                    \"Packers\": [], \"Physics\": [], \"Media\": [], \"Crypto\": [], \"Upscaling\": [],\n                    \"Installer\": [{\"name\": \"MSI\", \"source\": \"File Extension\"}], \"Warning\": [], \"Registry\": [],\n                    \"Analysed Files\": [basename],\n                }\n                metadata = {}\n                \n                extracted_files, extract_dir = self._extract_installer(executable_path, \"MSI\")\n                if extracted_files:\n                    settings = Gio.Settings.new(APP_ID)\n                    scan_limit = settings.get_int(\"eagle-scan-limit\")\n                    files_to_scan = extracted_files[:scan_limit]\n                    for i, ef in enumerate(files_to_scan):\n                        if not os.path.exists(ef):\n                            continue\n                        fname = os.path.basename(ef)\n                        self._send_step(f\"[{i+1}/{len(files_to_scan)}] Scanning: {fname}\", delay=False)\n                        self._scan_yara(ef, insights, source=fname)\n                \n                results = {\n                    \"name\": basename,\n                    \"product_name\": basename.rsplit(\".\", 1)[0],\n                    \"publisher\": \"Unknown\",\n                    \"arch\": \"Unknown\",\n                    \"min_os\": \"Unknown\",\n                    \"admin\": False,\n                    \"frameworks\": [],\n                    \"suggestions\": [],\n                    \"details\": insights,\n                    \"metadata\": metadata,\n                }\n                self._send_step(\"MSI analysis complete.\")\n                SignalManager.send(Signals.EagleFinished, Result(status=True, data=results))\n                return\n\n            self._send_step(\"Loading PE structure (Could take a while)...\")\n            pe = pefile.PE(executable_path, fast_load=False)\n\n            insights = {\n                \"Graphics\": [], \"Audio\": [], \"Runtimes\": [], \"Input\": [],\n                \"Social/DRM\": [], \"Engines\": [], \"Frameworks\": [], \"Protection\": [],\n                \"Packers\": [], \"Physics\": [], \"Media\": [], \"Crypto\": [], \"Upscaling\": [],\n                \"Installer\": [], \"Warning\": [], \"Registry\": [],\n                \"Analysed Files\": [basename],\n            }\n            metadata = {\n                \"compiler\": None, \"build_date\": None, \"is_packed\": False, \"packer\": None,\n                \"large_address_aware\": False, \"dep_enabled\": False, \"aslr_enabled\": False,\n                \"is_debug\": False,\n            }\n\n            self._send_step(\"Detecting architecture...\")\n            arch = {0x14C: \"x86 (32-bit)\", 0x8664: \"x86_64 (64-bit)\", 0xAA64: \"ARM64\"}.get(\n                pe.FILE_HEADER.Machine, \"Unknown\"\n            )\n            self._send_step(f\"Architecture: {arch}\")\n\n            if arch == \"ARM64\":\n                insights[\"Warning\"].append({\n                    \"name\": \"ARM64 binary\",\n                    \"description\": \"NOT SUPPORTED in Wine\",\n                    \"severity\": \"critical\",\n                    \"source\": \"Main Executable\"\n                })\n                self._send_step(\"[!] WARNING: ARM64 binary will not work in Wine\")\n\n            self._send_step(\"Checking PE characteristics...\")\n            char = pe.FILE_HEADER.Characteristics\n            metadata[\"large_address_aware\"] = bool(char & 0x0020)\n            if metadata[\"large_address_aware\"] and \"32\" in arch:\n                self._send_step(\"[+] Large Address Aware (can use >2GB RAM)\")\n\n            dll_char = pe.OPTIONAL_HEADER.DllCharacteristics\n            metadata[\"dep_enabled\"] = bool(dll_char & 0x0100)\n            metadata[\"aslr_enabled\"] = bool(dll_char & 0x0040)\n            metadata[\"is_debug\"] = bool(char & 0x0200)\n\n            self._send_step(\"Checking OS requirements...\")\n            min_os = f\"{pe.OPTIONAL_HEADER.MajorOperatingSystemVersion}.{pe.OPTIONAL_HEADER.MinorOperatingSystemVersion}\"\n            os_names = {\"5.1\": \"Windows XP\", \"6.0\": \"Vista\", \"6.1\": \"Windows 7\",\n                        \"6.2\": \"Windows 8\", \"6.3\": \"Windows 8.1\", \"10.0\": \"Windows 10/11\"}\n            os_name = os_names.get(min_os, f\"Windows {min_os}\")\n            self._send_step(f\"Minimum OS: {os_name}\")\n\n            self._send_step(\"Reading build metadata...\")\n            try:\n                ts = pe.FILE_HEADER.TimeDateStamp\n                if 0 < ts < 2147483647:\n                    build_date = datetime.datetime.fromtimestamp(ts)\n                    if 1990 < build_date.year < 2100:\n                        metadata[\"build_date\"] = build_date.strftime(\"%Y-%m-%d\")\n                        self._send_step(f\"Build date: {metadata['build_date']}\")\n            except:\n                pass\n\n            self._send_step(\"Analysing Rich header...\")\n            try:\n                if hasattr(pe, 'RICH_HEADER') and pe.RICH_HEADER:\n                    for entry in pe.RICH_HEADER.values:\n                        if entry['prodid'] in self.VS_PRODUCTS:\n                            metadata[\"compiler\"] = self.VS_PRODUCTS[entry['prodid']]\n                            self._send_step(f\"Compiler: {metadata['compiler']}\")\n                            break\n            except:\n                pass\n\n            self._send_step(\"Scanning PE sections...\")\n            for section in pe.sections:\n                try:\n                    name = section.Name.decode('utf-8', errors='ignore').strip('\\x00')\n                    if name in self.PACKER_SECTIONS:\n                        metadata[\"is_packed\"] = True\n                        metadata[\"packer\"] = self.PACKER_SECTIONS[name]\n                        self._send_step(f\"[!] Packer detected: {metadata['packer']}\")\n                        break\n                except:\n                    continue\n\n            self._send_step(\"Extracting version info...\")\n            publisher = \"Unknown\"\n            product_name = basename\n            try:\n                if hasattr(pe, 'FileInfo') and pe.FileInfo:\n                    for fi in pe.FileInfo[0]:\n                        if hasattr(fi, 'Key') and fi.Key.decode() == 'StringFileInfo':\n                            for st in fi.StringTable:\n                                for k, v in st.entries.items():\n                                    if k.decode() == 'CompanyName' and v.decode():\n                                        publisher = v.decode()\n                                    elif k.decode() == 'ProductName' and v.decode():\n                                        product_name = v.decode()\n                if publisher != \"Unknown\":\n                    self._send_step(f\"Publisher: {publisher}\")\n            except:\n                pass\n\n            self._send_step(\"Parsing application manifest...\")\n            admin_required = False\n            dpi_aware = False\n            try:\n                if hasattr(pe, 'DIRECTORY_ENTRY_RESOURCE'):\n                    for entry in pe.DIRECTORY_ENTRY_RESOURCE.entries:\n                        if hasattr(entry, 'name') and entry.name == pefile.RESOURCE_TYPE.get('RT_MANIFEST'):\n                            for me in entry.directory.entries:\n                                data = pe.get_data(\n                                    me.directory.entries[0].data.struct.OffsetToData,\n                                    me.directory.entries[0].data.struct.Size\n                                )\n                                xml = data.decode('utf-8', errors='ignore')\n                                if 'requireAdministrator' in xml:\n                                    admin_required = True\n                                    self._send_step(\"[!] Requires administrator\")\n                                if 'dpiAware' in xml.lower():\n                                    dpi_aware = True\n            except:\n                pass\n\n            self._send_step(\"Checking .NET CLR header...\")\n            is_net = False\n            try:\n                clr = pe.OPTIONAL_HEADER.DATA_DIRECTORY[pefile.DIRECTORY_ENTRY['IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR']]\n                if clr.VirtualAddress != 0 and clr.Size > 0:\n                    is_net = True\n                    self._send_step(\"[✓] .NET managed code detected\")\n            except:\n                pass\n\n            self._send_step(\"Analysing import table...\")\n            imports = set()\n            if hasattr(pe, 'DIRECTORY_ENTRY_IMPORT'):\n                for entry in pe.DIRECTORY_ENTRY_IMPORT:\n                    imports.add(entry.dll.decode('utf-8', errors='ignore').lower())\n\n            try:\n                if hasattr(pe, 'DIRECTORY_ENTRY_DELAY_IMPORT'):\n                    for entry in pe.DIRECTORY_ENTRY_DELAY_IMPORT:\n                        imports.add(entry.dll.decode('utf-8', errors='ignore').lower())\n            except:\n                pass\n\n            self._send_step(f\"Found {len(imports)} imported libraries\")\n\n            self._send_step(\"Mapping dependencies...\")\n            for dll in imports:\n                if dll in self.DLL_MAPPINGS:\n                    name, cat = self.DLL_MAPPINGS[dll]\n                    existing_names = [i['name'] for i in insights.get(cat, [])]\n                    if name not in existing_names:\n                        insights[cat].append({\n                            \"name\": name,\n                            \"source\": \"Imports\"\n                        })\n                        self._send_step(f\"[{cat}] {name} (Import)\", delay=False)\n\n            time.sleep(STEP_DELAY)\n\n            if is_net:\n                existing_runtimes = [i['name'] for i in insights[\"Runtimes\"]]\n                if \"hostfxr.dll\" in imports or \"coreclr.dll\" in imports:\n                    if \".NET Core/5+\" not in existing_runtimes:\n                        insights[\"Runtimes\"].append({\"name\": \".NET Core/5+\", \"source\": \"CLR Header\"})\n                elif \".NET Framework\" not in existing_runtimes:\n                    insights[\"Runtimes\"].append({\"name\": \".NET Framework\", \"source\": \"CLR Header\"})\n\n            self._send_step(\"Deep pattern scanning (YARA)...\")\n            yara_matches = self._scan_yara(executable_path, insights)\n            if yara_matches:\n                self._send_step(f\"YARA: {len(yara_matches)} patterns matched\")\n\n            self._send_step(\"Scanning directory structure...\")\n\n            exe_base = basename.rsplit(\".\", 1)[0]\n            runtimeconfig = f\"{exe_base}.runtimeconfig.json\"\n            deps_json = f\"{exe_base}.deps.json\"\n            net_marker_dirs = [exe_dir, os.path.join(exe_dir, \"bin\")]\n            for check_dir in net_marker_dirs:\n                if os.path.exists(os.path.join(check_dir, runtimeconfig)):\n                    insights[\"Analysed Files\"].append(runtimeconfig)\n                    if \".NET Core/5+\" not in insights[\"Runtimes\"]:\n                        insights[\"Runtimes\"].append(\".NET Core/5+\")\n                        self._send_step(\"[Runtimes] .NET Core/5+ (self-contained)\")\n                    break\n                elif os.path.exists(os.path.join(check_dir, deps_json)):\n                    insights[\"Analysed Files\"].append(deps_json)\n                    if \".NET Core/5+\" not in insights[\"Runtimes\"]:\n                        insights[\"Runtimes\"].append(\".NET Core/5+\")\n                        self._send_step(\"[Runtimes] .NET Core/5+ (self-contained)\")\n                    break\n\n            if os.path.exists(os.path.join(exe_dir, \"Engine\")) or \\\n               os.path.exists(os.path.join(exe_dir, \"../Engine/Binaries\")):\n                if \"Unreal\" not in insights[\"Engines\"]:\n                    insights[\"Engines\"].append(\"Unreal\")\n                    self._send_step(\"[Engines] Unreal Engine\")\n\n            if os.path.exists(os.path.join(exe_dir, \"renpy\")):\n                if \"Ren'Py\" not in insights[\"Engines\"]:\n                    insights[\"Engines\"].append(\"Ren'Py\")\n                    self._send_step(\"[Engines] Ren'Py\")\n\n            if os.path.exists(os.path.join(exe_dir, \"www\")) or \\\n               os.path.exists(os.path.join(exe_dir, \"Game.rgss3a\")):\n                if \"RPG Maker\" not in insights[\"Engines\"]:\n                    insights[\"Engines\"].append(\"RPG Maker\")\n                    self._send_step(\"[Engines] RPG Maker\")\n\n            pck = os.path.join(exe_dir, f\"{basename.rsplit('.', 1)[0]}.pck\")\n            if os.path.exists(pck):\n                insights[\"Analysed Files\"].append(os.path.basename(pck))\n                if \"Godot\" not in insights[\"Engines\"]:\n                    insights[\"Engines\"].append(\"Godot\")\n                    self._send_step(\"[Engines] Godot\")\n\n            if os.path.exists(os.path.join(exe_dir, \"resources/app.asar\")):\n                asar_path = os.path.join(exe_dir, \"resources/app.asar\")\n                insights[\"Analysed Files\"].append(\"resources/app.asar\")\n                if \"Electron\" not in insights[\"Frameworks\"]:\n                    insights[\"Frameworks\"].append(\"Electron\")\n                    self._send_step(\"[Frameworks] Electron\")\n                \n                # Extract and scan ASAR\n                self._send_step(\"Analysing Electron archive...\")\n                extracted_asar_files, asar_extract_dir = self._extract_asar(asar_path)\n                if extracted_asar_files:\n                    settings = Gio.Settings.new(APP_ID)\n                    scan_limit = settings.get_int(\"eagle-scan-limit\")\n                    for i, ef in enumerate(extracted_asar_files[:scan_limit]):\n                        fname = os.path.basename(ef)\n                        self._send_step(f\"Scanning ASAR content: {fname}\", delay=False)\n                        self._scan_yara(ef, insights, source=f\"Electron Source: {fname}\")\n                    \n                    self._cleanup_extraction(asar_extract_dir)\n\n            # Deep Scan for Neighbor Files\n            self._send_step(\"Scanning neighbor files...\")\n            neighbor_files = []\n\n            if self._is_safe_neighbor_dir(exe_dir):\n                try:\n                    root_files = os.listdir(exe_dir)\n                    for f in root_files:\n                        f_lower = f.lower()\n                        if f_lower.endswith(\".dll\"):\n                            neighbor_files.append(os.path.join(exe_dir, f))\n                except:\n                    pass\n            else:\n                self._send_step(\"Skipping neighbor scan (Common directory detected)\")\n\n            unity_data = os.path.join(exe_dir, f\"{basename.rsplit('.', 1)[0]}_Data\")\n            if os.path.exists(unity_data):\n                plugins_dir = os.path.join(unity_data, \"Plugins\")\n                if os.path.exists(plugins_dir):\n                    neighbor_files.extend(glob(os.path.join(plugins_dir, \"**/*.dll\"), recursive=True))\n\n            scan_limit = 20 \n            if neighbor_files:\n                self._send_step(f\"Found {len(neighbor_files)} neighbor files. Ensure directory is clean to avoid false positives.\")\n                insights[\"Warning\"].append({\n                    \"name\": \"Mixed Files Risk\",\n                    \"description\": \"Neighbor files were analyzed. Ensure all files in this directory belong to the same software to avoid false positives.\",\n                    \"severity\": \"warning\",\n                    \"source\": \"Context Scanner\"\n                })\n            \n            for i, nf in enumerate(neighbor_files[:scan_limit]):\n                fname = os.path.basename(nf)\n                # Avoid duplicates\n                if fname not in insights[\"Analysed Files\"] and nf != executable_path:\n                    self._send_step(f\"Scanning context: {fname}\", delay=False)\n                    self._scan_yara(nf, insights, source=f\"Neighbor: {fname}\")\n                    try: \n                        f_lower = fname.lower()\n                        if f_lower in self.DLL_MAPPINGS:\n                             name, cat = self.DLL_MAPPINGS[f_lower]\n                             existing_names = [x['name'] for x in insights.get(cat, [])]\n                             if name not in existing_names:\n                                 insights[cat].append({\"name\": name, \"source\": f\"Neighbor: {fname}\"})\n                    except:\n                        pass\n                    insights[\"Analysed Files\"].append(fname)\n\n            extract_dir = None\n            if insights[\"Installer\"]:\n                installer_item = insights[\"Installer\"][0]\n                installer_name = installer_item[\"name\"] if isinstance(installer_item, dict) else str(installer_item)\n                self._send_step(f\"Installer detected ({installer_name}), performing deep scan...\")\n                try:\n                    extracted_files, extract_dir = self._extract_installer(executable_path, installer_name)\n                    if extracted_files:\n                        exe_files = [f for f in extracted_files if f.lower().endswith(\".exe\")]\n                        if exe_files:\n                            main_exe = max(exe_files, key=os.path.getsize)\n                            self._send_step(f\"Scanning main binary: {os.path.basename(main_exe)}\")\n\n                            settings = Gio.Settings.new(APP_ID)\n                            scan_limit = settings.get_int(\"eagle-scan-limit\")\n                            files_to_scan = extracted_files[:scan_limit]\n                            \n                            for i, ef in enumerate(files_to_scan):\n                                if not os.path.exists(ef):\n                                    continue\n                                fname = os.path.basename(ef)\n                                insights[\"Analysed Files\"].append(fname)\n                                self._send_step(f\"[{i+1}/{len(files_to_scan)}] Scanning: {fname}\", delay=False)\n                                self._scan_yara(ef, insights, source=fname)\n                            \n                except Exception as e:\n                    logging.warning(f\"[Eagle] Deep scan failed: {e}\")\n                    self._send_step(f\"Deep scan failed, continuing with surface analysis\")\n\n            self._send_step(\"Generating optimisation suggestions...\")\n            suggestions = []\n            \n            flat_insights = {\n                k: [i[\"name\"] if isinstance(i, dict) else i for i in v]\n                for k, v in insights.items()\n            }\n\n            dx = [v for v in flat_insights.get(\"Graphics\", []) if \"DirectX\" in v or \"D3D\" in v or \"DXGI\" in v]\n            has_dx12 = any(\"12\" in v for v in dx)\n            has_dx11 = any(\"11\" in v or \"9\" in v or \"10\" in v or \"DXGI\" in v for v in dx)\n            has_vulkan = \"Vulkan\" in flat_insights.get(\"Graphics\", [])\n\n            dx_engines = [\"Unity\", \"Unity IL2CPP\", \"Unreal\", \"Godot\", \"CryEngine\", \"REDengine\", \"Source\", \"RPG Maker\"]\n            has_dx_engine = any(e in flat_insights.get(\"Engines\", []) for e in dx_engines)\n\n            dx12_engines = [\"Unreal\", \"REDengine\"]\n            has_dx12_engine = any(e in flat_insights.get(\"Engines\", []) for e in dx12_engines)\n\n            if has_dx12 or has_dx12_engine:\n                suggestions.append({\"key\": \"vkd3d\", \"value\": True, \"label\": \"Enable VKD3D (DX12)\"})\n            if has_dx11 or (has_dx_engine and not has_vulkan):\n                suggestions.append({\"key\": \"dxvk\", \"value\": True, \"label\": \"Enable DXVK (DX9-11)\"})\n            if has_vulkan and not has_dx_engine:\n                suggestions.append({\"key\": \"dxvk\", \"value\": False, \"label\": \"DXVK not needed (native Vulkan)\"})\n\n            if \"NVAPI\" in flat_insights.get(\"Graphics\", []):\n                suggestions.append({\"key\": \"dxvk_nvapi\", \"value\": True, \"label\": \"Enable DXVK-NVAPI\"})\n\n            # Upscaling Technologies\n            upscaling = flat_insights.get(\"Upscaling\", [])\n            if \"DLSS\" in upscaling or \"DLSS 3 Frame Gen\" in upscaling:\n                suggestions.append({\"key\": \"dxvk_nvapi\", \"value\": True, \"label\": \"Enable DXVK-NVAPI (for DLSS)\"})\n            if \"AMD FSR\" in upscaling or \"AMD FSR 2\" in upscaling:\n                suggestions.append({\"key\": \"fsr\", \"value\": True, \"label\": \"Enable FSR (native support detected)\"})\n\n            if flat_insights.get(\"Engines\", []) or flat_insights.get(\"Graphics\", []):\n                suggestions.append({\"key\": \"gamemode\", \"value\": True, \"label\": \"Enable GameMode\"})\n                suggestions.append({\"key\": \"discrete_gpu\", \"value\": True, \"label\": \"Use discrete GPU\"})\n                suggestions.append({\"key\": \"sync\", \"value\": \"esync\", \"label\": \"Esync (threading)\"})\n\n            has_physx = \"PhysX\" in flat_insights.get(\"Physics\", [])\n            if has_dx11 or has_vulkan or has_physx:\n                lfx_enabled = has_physx\n                suggestions.append({\"key\": \"latencyflex\", \"value\": lfx_enabled, \"label\": \"LatencyFlex (input lag)\"})\n\n\n            # .NET & Mono\n            net_runtimes = [r for r in flat_insights.get(\"Runtimes\", []) if \".NET\" in r]\n            has_mono = \"Mono\" in flat_insights.get(\"Runtimes\", [])\n            \n            if is_net and not net_runtimes:\n                net_runtimes.append(\".NET Framework\")\n            \n            if has_mono and net_runtimes:\n                 # Both detected: recommend Mono first\n                 suggestions.append({\"key\": \"dep_mono\", \"value\": False, \"label\": \"Wine Mono (Recommended first)\"})\n                 for rt in set(net_runtimes):\n                     suggestions.append({\"key\": \"dep_dotnet\", \"value\": False, \"label\": f\"{rt} (Try Mono first)\"})\n            else:\n                 # Standard behavior\n                 for rt in set(net_runtimes):\n                     suggestions.append({\"key\": \"dep_dotnet\", \"value\": False, \"label\": rt})\n                 if has_mono and not net_runtimes:\n                      suggestions.append({\"key\": \"dep_mono\", \"value\": False, \"label\": \"Wine Mono\"})\n\n            vcpp = [r for r in flat_insights.get(\"Runtimes\", []) if \"VC++\" in r]\n            if vcpp:\n                suggestions.append({\"key\": \"dep_vcredist\", \"value\": False, \"label\": f\"Visual C++ ({', '.join(set(vcpp))})\"})\n\n            if not dpi_aware:\n                suggestions.append({\"key\": \"virtual_desktop\", \"value\": False, \"label\": \"Virtual Desktop (DPI)\"})\n\n            messages = []\n\n            # Generalized patrns and hints\n            warns = flat_insights.get(\"Warning\", [])\n            frames = flat_insights.get(\"Frameworks\", [])\n\n            if \"UWP/Modern API\" in warns:\n                messages.append({\n                    \"name\": \"UWP/Modern App\",\n                    \"description\": \"Set Windows Version to 'Windows 10' or '11' and extract 'WinMetadata' to system32.\",\n                    \"severity\": \"high\",\n                    \"context\": [\"Detected Modern Windows API usage\"]\n                })\n\n            if \"WPF\" in frames:\n                messages.append({\n                    \"name\": \"WPF Optimization\",\n                    \"description\": \"Use a runner with 'ChildWindow' patches (e.g. Soda, Wine-GE-Custom, Proton-GE).\",\n                    \"severity\": \"info\",\n                    \"context\": [\"Detected WPF (Windows Presentation Foundation)\"]\n                })\n\n            # INFO Messages\n            if metadata[\"is_packed\"]:\n                messages.append({\n                    \"name\": \"Packed Binary\",\n                    \"description\": \"Analysis might be limited due to packing.\",\n                    \"severity\": \"info\",\n                    \"context\": [f\"Packed with {metadata['packer']}\"]\n                })\n            \n            if flat_insights.get(\"Protection\", []):\n                prots = \", \".join(flat_insights.get(\"Protection\", []))\n                messages.append({\n                    \"name\": \"Protection Software\",\n                    \"description\": \"This might cause compatibility or performance issues.\",\n                    \"severity\": \"high\",\n                    \"context\": [f\"Detected: {prots}\"]\n                })\n\n            upscaling = flat_insights.get(\"Upscaling\", [])\n            if \"Intel XeSS\" in upscaling:\n                messages.append({\n                    \"name\": \"Intel XeSS\",\n                    \"description\": \"You might need to install the XeSS runtime manually.\",\n                    \"severity\": \"info\",\n                    \"context\": [\"Detected XeSS libraries\"]\n                })\n\n            frameworks = []\n            for cat, items in insights.items():\n                for item in items:\n                    frameworks.append(f\"{cat}: {item}\")\n\n            if not any(insights.values()):\n                self._send_step(\"No specific frameworks detected\")\n\n            results = {\n                \"name\": basename,\n                \"product_name\": product_name,\n                \"publisher\": publisher,\n                \"arch\": arch,\n                \"min_os\": os_name,\n                \"admin\": admin_required,\n                \"frameworks\": frameworks,\n                \"suggestions\": suggestions,\n                \"messages\": messages,\n                \"details\": insights,\n                \"metadata\": metadata,\n            }\n\n            self._send_step(\"Analysis complete.\")\n            SignalManager.send(Signals.EagleFinished, Result(status=True, data=results))\n\n        except Exception as e:\n            self._send_step(f\"Error: {str(e)}\")\n            logging.error(f\"[Eagle] {str(e)}\")\n            SignalManager.send(Signals.EagleFinished, Result(status=False, data={\"error\": str(e)}))\n        finally:\n            if extract_dir:\n                self._cleanup_extraction(extract_dir)\n"
  },
  {
    "path": "bottles/backend/managers/eagle.yar",
    "content": "// Eagle YARA Rules Database\n// Copyright 2026 mirkobrombin <brombin94@gmail.com>\n// SPDX-License-Identifier: GPL-3.0-only\n\n// Game Engines\nrule Unity_Mono {\n    meta:\n        category = \"Engines\"\n        name = \"Unity\"\n        description = \"Unity Engine with Mono runtime\"\n    strings:\n        $mono = \"mono-2.0-bdwgc.dll\" nocase\n        $assembly = \"Assembly-CSharp.dll\" nocase\n        $managed = \"\\\\Managed\\\\\" nocase\n    condition:\n        any of them\n}\n\nrule Unity_IL2CPP {\n    meta:\n        category = \"Engines\"\n        name = \"Unity IL2CPP\"\n        description = \"Unity Engine with IL2CPP runtime\"\n    strings:\n        $gameassembly = \"GameAssembly.dll\" nocase\n        $il2cpp = \"il2cpp\" nocase\n        $metadata = \"global-metadata.dat\" nocase\n    condition:\n        any of them\n}\n\nrule Unreal_Engine {\n    meta:\n        category = \"Engines\"\n        name = \"Unreal\"\n        description = \"Unreal Engine 4/5\"\n    strings:\n        $ue4 = \"UE4-\" nocase\n        $ue5 = \"UE5-\" nocase\n        $unrealcef = \"UnrealCEFSubProcess\" nocase\n        $engine = \"Engine\\\\Binaries\" nocase\n        $unrealgame = \"UnrealGame\" nocase\n        $uproject = \".uproject\" nocase\n    condition:\n        2 of them\n}\n\nrule Godot_Engine {\n    meta:\n        category = \"Engines\"\n        name = \"Godot\"\n        description = \"Godot Game Engine\"\n    strings:\n        $godot = \"GODOT\" nocase\n        $godot_project = \"project.godot\" nocase\n        $gdscript = \"GDScript\" nocase\n        $godot_pck = \"Godot Engine\" nocase\n    condition:\n        2 of them\n}\n\nrule Source_Engine {\n    meta:\n        category = \"Engines\"\n        name = \"Source Engine\"\n        description = \"Valve Source Engine\"\n    strings:\n        $tier0 = \"tier0.dll\" nocase\n        $vstdlib = \"vstdlib.dll\" nocase\n        $vphysics = \"vphysics.dll\" nocase\n        $source = \"hl2.exe\" nocase\n    condition:\n        2 of them\n}\n\nrule CryEngine {\n    meta:\n        category = \"Engines\"\n        name = \"CryEngine\"\n        description = \"CryEngine\"\n    strings:\n        $crysystem = \"CrySystem.dll\" nocase\n        $cryrender = \"CryRenderD3D\" nocase\n        $cryaction = \"CryAction.dll\" nocase\n    condition:\n        any of them\n}\n\nrule REDengine {\n    meta:\n        category = \"Engines\"\n        name = \"REDengine\"\n        description = \"CD Projekt RED Engine\"\n    strings:\n        $red = \"REDengine\" nocase\n        $witcher = \"witcher\" nocase\n        $cyberpunk = \"Cyberpunk\" nocase\n        $archive = \".archive\" nocase\n    condition:\n        2 of them\n}\n\nrule RPGMaker {\n    meta:\n        category = \"Engines\"\n        name = \"RPG Maker\"\n        description = \"RPG Maker engine\"\n    strings:\n        $rgss_header = \"RGSSAD\" nocase\n        $rpg_rt = \"RPG_RT.exe\" nocase\n        $rvdata = \".rvdata\" nocase\n        $rvdata2 = \".rvdata2\" nocase\n        $rgss3a = \".rgss3a\" nocase\n        $rpgmv_core = \"js/rpg_core.js\" nocase\n        $rpgmv_managers = \"js/rpg_managers.js\" nocase\n    condition:\n        any of them\n}\n\nrule RenPy {\n    meta:\n        category = \"Engines\"\n        name = \"Ren'Py\"\n        description = \"Ren'Py Visual Novel Engine\"\n    strings:\n        $renpy = \"renpy\" nocase\n        $rpa = \".rpa\"\n        $rpyc = \".rpyc\"\n    condition:\n        any of them\n}\n\n// Frameworks\nrule Electron {\n    meta:\n        category = \"Frameworks\"\n        name = \"Electron\"\n        description = \"Electron/Chromium framework\"\n    strings:\n        $electron = \"electron.dll\" nocase\n        $asar = \"app.asar\" nocase\n        $chromium = \"libcef.dll\" nocase\n        $nwjs = \"nw.dll\" nocase\n    condition:\n        any of them\n}\n\nrule Qt_Framework {\n    meta:\n        category = \"Frameworks\"\n        name = \"Qt\"\n        description = \"Qt Framework\"\n    strings:\n        $qt5core = \"Qt5Core.dll\" nocase\n        $qt6core = \"Qt6Core.dll\" nocase\n        $qml = \"Qt5Qml.dll\" nocase\n    condition:\n        any of them\n}\n\n\nrule CEF {\n    meta:\n        category = \"Frameworks\"\n        name = \"CEF\"\n        description = \"Chromium Embedded Framework\"\n    strings:\n        $libcef = \"libcef.dll\" nocase\n        $cef = \"cef_\" nocase\n    condition:\n        any of them\n}\n\n\n// Protection / Anti-Cheat\nrule Denuvo {\n    meta:\n        category = \"Protection\"\n        name = \"Denuvo\"\n        description = \"Denuvo Anti-Tamper\"\n    strings:\n        $denuvo = \"denuvo\" nocase\n        $steam_stub = \"steam_api_o.dll\" nocase\n        $protect = \"Protection-Steam.dll\" nocase\n    condition:\n        any of them\n}\n\nrule VMProtect {\n    meta:\n        category = \"Protection\"\n        name = \"VMProtect\"\n        description = \"VMProtect packer/virtualizer\"\n    strings:\n        $vmp0 = \".vmp0\"\n        $vmp1 = \".vmp1\"\n        $vmprotect = \"VMProtect\" nocase\n        $vmpsdk = \"VMProtectSDK\" nocase\n    condition:\n        any of them\n}\n\nrule Themida {\n    meta:\n        category = \"Protection\"\n        name = \"Themida\"\n        description = \"Themida/WinLicense protector\"\n    strings:\n        $themida = \".themida\"\n        $winlicense = \"WinLicense\" nocase\n        $oreans = \"Oreans\" nocase\n    condition:\n        any of them\n}\n\nrule EasyAntiCheat {\n    meta:\n        category = \"Protection\"\n        name = \"EasyAntiCheat\"\n        description = \"EAC Anti-Cheat\"\n    strings:\n        $eac_dll = \"EasyAntiCheat.dll\" nocase\n        $eac_x64 = \"EasyAntiCheat_x64.dll\" nocase\n        $eac_sys = \"EasyAntiCheat.sys\" nocase\n        $eac_setup = \"EasyAntiCheat_Setup.exe\" nocase\n    condition:\n        any of them\n}\n\nrule BattlEye {\n    meta:\n        category = \"Protection\"\n        name = \"BattlEye\"\n        description = \"BattlEye Anti-Cheat\"\n    strings:\n        $be_dll = \"BEClient.dll\" nocase\n        $be_x64 = \"BEClient_x64.dll\" nocase\n        $be_service = \"BEService.exe\" nocase\n        $be_sys = \"BattlEye.sys\" nocase\n        $be_core = \"BattlEye Core\" nocase\n    condition:\n        any of them\n}\n\n// Packers\nrule UPX {\n    meta:\n        category = \"Packers\"\n        name = \"UPX\"\n        description = \"UPX Packer\"\n    strings:\n        $upx0 = \"UPX0\"\n        $upx1 = \"UPX1\"\n        $upx2 = \"UPX!\"\n    condition:\n        any of them\n}\n\nrule Enigma {\n    meta:\n        category = \"Packers\"\n        name = \"Enigma\"\n        description = \"Enigma Protector\"\n    strings:\n        $enigma = \".enigma\"\n        $enigma1 = \"ENIGMA\" nocase\n    condition:\n        any of them\n}\n\nrule ASPack {\n    meta:\n        category = \"Packers\"\n        name = \"ASPack\"\n        description = \"ASPack Packer\"\n    strings:\n        $aspack = \".aspack\"\n        $adata = \".adata\"\n    condition:\n        any of them\n}\n\n// Runtimes\nrule DotNet_Core {\n    meta:\n        category = \"Runtimes\"\n        name = \".NET Core/5+\"\n        description = \"Modern .NET Runtime\"\n    strings:\n        $hostfxr = \"hostfxr.dll\" nocase\n        $coreclr = \"coreclr.dll\" nocase\n        $dotnet = \"dotnet\" nocase\n        $runtimeconfig = \".runtimeconfig.json\" nocase\n    condition:\n        any of them\n}\n\nrule DotNet_Framework {\n    meta:\n        category = \"Runtimes\"\n        name = \".NET Framework\"\n        description = \"Classic .NET Framework\"\n    strings:\n        $mscoree = \"mscoree.dll\" nocase\n        $mscorlib = \"mscorlib.dll\" nocase\n        $clr = \"clrjit.dll\" nocase\n    condition:\n        any of them\n}\n\nrule Mono_Runtime {\n    meta:\n        category = \"Runtimes\"\n        name = \"Mono\"\n        description = \"Mono Runtime\"\n    strings:\n        $mono = \"mono-2.0\" nocase\n        $mono_bdwgc = \"mono-2.0-bdwgc.dll\" nocase\n        $monolib = \"libmono\" nocase\n    condition:\n        any of them\n}\n\nrule Java_Runtime {\n    meta:\n        category = \"Runtimes\"\n        name = \"Java\"\n        description = \"Java Runtime Environment\"\n    strings:\n        $jvm = \"jvm.dll\" nocase\n        $java = \"java.exe\" nocase\n        $jar = \".jar\"\n        $jni = \"JNI_CreateJavaVM\" nocase\n    condition:\n        any of them\n}\n\nrule Python_Embedded {\n    meta:\n        category = \"Runtimes\"\n        name = \"Python\"\n        description = \"Embedded Python\"\n    strings:\n        $python3 = \"python3\" nocase\n        $python_dll = \"python3\" nocase\n        $pyc = \".pyc\"\n    condition:\n        any of them\n}\n\n// Media / Middleware\nrule Bink_Video {\n    meta:\n        category = \"Media\"\n        name = \"Bink\"\n        description = \"RAD Game Tools Bink Video\"\n    strings:\n        $binkw32 = \"binkw32.dll\" nocase\n        $binkw64 = \"binkw64.dll\" nocase\n        $bink2 = \"bink2w64.dll\" nocase\n        $bik = \".bik\"\n    condition:\n        any of them\n}\n\nrule FMOD_Audio {\n    meta:\n        category = \"Audio\"\n        name = \"FMOD\"\n        description = \"FMOD Audio Engine\"\n    strings:\n        $fmod = \"fmod.dll\" nocase\n        $fmod64 = \"fmod64.dll\" nocase\n        $fmodstudio = \"fmodstudio.dll\" nocase\n        $fev = \".fev\"\n        $fsb = \".fsb\"\n    condition:\n        any of them\n}\n\nrule Wwise_Audio {\n    meta:\n        category = \"Audio\"\n        name = \"Wwise\"\n        description = \"Audiokinetic Wwise\"\n    strings:\n        $wwise = \"AkSoundEngine\" nocase\n        $bnk = \".bnk\"\n        $wwisec = \"wwise\" nocase\n    condition:\n        any of them\n}\n\nrule Miles_Audio {\n    meta:\n        category = \"Audio\"\n        name = \"Miles\"\n        description = \"RAD Game Tools Miles\"\n    strings:\n        $miles32 = \"miles32.dll\" nocase\n        $mss32 = \"mss32.dll\" nocase\n        $miles64 = \"miles64.dll\" nocase\n    condition:\n        any of them\n}\n\nrule Havok {\n    meta:\n        category = \"Physics\"\n        name = \"Havok\"\n        description = \"Havok Physics/Animation\"\n    strings:\n        $havok = \"hk\" nocase\n        $hkengine = \"hkBase\" nocase\n        $hkanim = \"hkaAnimation\" nocase\n    condition:\n        2 of them\n}\n\nrule PhysX {\n    meta:\n        category = \"Physics\"\n        name = \"PhysX\"\n        description = \"NVIDIA PhysX\"\n    strings:\n        $physx = \"PhysX\" nocase\n        $physx3 = \"PhysX3\" nocase\n        $physxloader = \"physxloader\" nocase\n        $physxcooking = \"PhysXCooking\" nocase\n    condition:\n        any of them\n}\n\n// Graphics\nrule DirectX12 {\n    meta:\n        category = \"Graphics\"\n        name = \"DirectX 12\"\n        description = \"DirectX 12 API\"\n    strings:\n        $d3d12 = \"d3d12.dll\" nocase\n        $dxil = \"dxil.dll\" nocase\n        $d3d12core = \"D3D12Core.dll\" nocase\n    condition:\n        any of them\n}\n\nrule Vulkan_API {\n    meta:\n        category = \"Graphics\"\n        name = \"Vulkan\"\n        description = \"Vulkan Graphics API\"\n    strings:\n        $vulkan = \"vulkan-1.dll\" nocase\n        $vk = \"vkCreateInstance\"\n        $spirv = \".spv\"\n    condition:\n        any of them\n}\n\nrule OpenGL {\n    meta:\n        category = \"Graphics\"\n        name = \"OpenGL\"\n        description = \"OpenGL Graphics\"\n    strings:\n        $opengl = \"opengl32.dll\" nocase\n        $glew = \"glew32.dll\" nocase\n        $glad = \"gladLoadGL\"\n    condition:\n        any of them\n}\n\n// DRM / Launchers\nrule Steamworks {\n    meta:\n        category = \"Social/DRM\"\n        name = \"Steamworks\"\n        description = \"Steam Integration\"\n    strings:\n        $steam_api = \"steam_api.dll\" nocase\n        $steam_api64 = \"steam_api64.dll\" nocase\n        $steamclient = \"steamclient.dll\" nocase\n        $steamappid = \"steam_appid.txt\" nocase\n    condition:\n        any of them\n}\n\nrule GOG_Galaxy {\n    meta:\n        category = \"Social/DRM\"\n        name = \"GOG Galaxy\"\n        description = \"GOG Galaxy SDK\"\n    strings:\n        $galaxy = \"Galaxy.dll\" nocase\n        $galaxy64 = \"Galaxy64.dll\" nocase\n        $galaxypeer = \"GalaxyPeer\" nocase\n    condition:\n        any of them\n}\n\nrule Epic_Online {\n    meta:\n        category = \"Social/DRM\"\n        name = \"Epic Online Services\"\n        description = \"Epic Games SDK\"\n    strings:\n        $eossdk = \"EOSSDK\" nocase\n        $epic = \"EpicOnlineServices\" nocase\n    condition:\n        any of them\n}\n\nrule Discord_SDK {\n    meta:\n        category = \"Social/DRM\"\n        name = \"Discord\"\n        description = \"Discord Game SDK\"\n    strings:\n        $discord = \"discord_game_sdk\" nocase\n        $discord_rpc = \"discord-rpc\" nocase\n    condition:\n        any of them\n}\n\n// Crypto\nrule OpenSSL {\n    meta:\n        category = \"Crypto\"\n        name = \"OpenSSL\"\n        description = \"OpenSSL Library\"\n    strings:\n        $openssl = \"OpenSSL\" nocase\n        $libssl = \"libssl\" nocase\n        $libcrypto = \"libcrypto\" nocase\n        $ssleay = \"ssleay32.dll\" nocase\n    condition:\n        any of them\n}\n\n// Installers\nrule NSIS_Installer {\n    meta:\n        category = \"Installer\"\n        name = \"NSIS\"\n        description = \"Nullsoft Scriptable Install System\"\n    strings:\n        $nsis = \"NSIS\" nocase\n        $nullsoft = \"Nullsoft\" nocase\n        $nsisbi = \"NSIS.Library\" nocase\n    condition:\n        any of them\n}\n\nrule InnoSetup_Installer {\n    meta:\n        category = \"Installer\"\n        name = \"Inno Setup\"\n        description = \"Inno Setup Installer\"\n    strings:\n        $inno = \"Inno Setup\" nocase\n        $inno_sig = \"innosetup\" nocase\n        $iscc = \"iscc.exe\" nocase\n    condition:\n        any of them\n}\n\nrule InstallShield_Installer {\n    meta:\n        category = \"Installer\"\n        name = \"InstallShield\"\n        description = \"InstallShield Installer\"\n    strings:\n        $is = \"InstallShield\" nocase\n        $flexera = \"Flexera\" nocase\n        $is_cab = \"_isetup/_setup.dll\" nocase\n    condition:\n        any of them\n}\n\nrule MSI_Installer {\n    meta:\n        category = \"Installer\"\n        name = \"MSI\"\n        description = \"Windows Installer Package\"\n    strings:\n        $msi = \"Windows Installer\" nocase\n        $msiexec = \"msiexec\" nocase\n        $msidb = \".msi\" nocase\n    condition:\n        any of them\n}\n\n// UI Frameworks\nrule WPF_Framework {\n    meta:\n        category = \"Frameworks\"\n        name = \"WPF\"\n        description = \"Windows Presentation Foundation\"\n    strings:\n        $wpf = \"PresentationFramework\" nocase\n        $wpf_core = \"PresentationCore\" nocase\n        $wpf_ui = \"WindowsBase\" nocase\n        $xaml = \".xaml\" nocase\n    condition:\n        2 of them\n}\n\nrule WinForms_Framework {\n    meta:\n        category = \"Frameworks\"\n        name = \"WinForms\"\n        description = \"Windows Forms\"\n    strings:\n        $winforms = \"System.Windows.Forms\" nocase\n        $forms_dll = \"System.Windows.Forms.dll\" nocase\n    condition:\n        any of them\n}\n\nrule MFC_Runtime {\n    meta:\n        category = \"Runtimes\"\n        name = \"MFC\"\n        description = \"Microsoft Foundation Classes\"\n    strings:\n        $mfc140 = \"mfc140\" nocase\n        $mfc120 = \"mfc120\" nocase\n        $mfc100 = \"mfc100\" nocase\n        $mfcm = \"mfcm140u.dll\" nocase\n    condition:\n        any of them\n}\n\nrule ATL_Runtime {\n    meta:\n        category = \"Runtimes\"\n        name = \"ATL\"\n        description = \"Active Template Library\"\n    strings:\n        $atl140 = \"atl140.dll\" nocase\n        $atl120 = \"atl120.dll\" nocase\n        $atl = \"ATL::CComObject\" nocase\n    condition:\n        any of them\n}\n\n// Input Systems\nrule XInput {\n    meta:\n        category = \"Input\"\n        name = \"XInput\"\n        description = \"Xbox Controller API\"\n    strings:\n        $xinput1_4 = \"xinput1_4.dll\" nocase\n        $xinput1_3 = \"xinput1_3.dll\" nocase\n        $xinput9 = \"xinput9_1_0.dll\" nocase\n        $xinputget = \"XInputGetState\"\n    condition:\n        any of them\n}\n\nrule DirectInput {\n    meta:\n        category = \"Input\"\n        name = \"DirectInput\"\n        description = \"Legacy DirectInput API\"\n    strings:\n        $dinput = \"dinput.dll\" nocase\n        $dinput8 = \"dinput8.dll\" nocase\n        $dicreate = \"DirectInputCreate\"\n    condition:\n        any of them\n}\n\nrule RawInput {\n    meta:\n        category = \"Input\"\n        name = \"RawInput\"\n        description = \"Raw Input API\"\n    strings:\n        $rawinput = \"GetRawInputData\"\n        $rawinputdev = \"RegisterRawInputDevices\"\n    condition:\n        any of them\n}\n\n// Problematic Technologies (Wine warnings)\nrule UWP_App {\n    meta:\n        category = \"Warning\"\n        name = \"UWP/Modern API\"\n        description = \"Uses Modern Windows APIs - Requires WinMetadata\"\n        severity = \"high\"\n    strings:\n        $uwp_core = \"Windows.ApplicationModel.Core\" nocase\n        $uwp_activation = \"Windows.ApplicationModel.Activation\" nocase\n        $uwp_package = \"Windows.ApplicationModel.Package\" nocase\n        $appx_manifest = \"AppxManifest.xml\" nocase\n        $msix_package = \"MSIX Package\" nocase\n        $uwp_store = \"Windows.Services.Store\" nocase\n    condition:\n        2 of them\n}\n\nrule SecuROM_DRM {\n    meta:\n        category = \"Warning\"\n        name = \"SecuROM\"\n        description = \"SecuROM DRM - Often problematic\"\n        severity = \"high\"\n    strings:\n        $securom = \"SecuROM\" nocase\n        $sony_dadc = \"Sony DADC\" nocase\n        $uaservice = \"uaservice7.exe\" nocase\n    condition:\n        2 of them\n}\n\nrule SafeDisc_DRM {\n    meta:\n        category = \"Warning\"\n        name = \"SafeDisc\"\n        description = \"SafeDisc DRM - Will NOT work\"\n        severity = \"critical\"\n    strings:\n        $safedisc = \"SafeDisc\" nocase\n        $macrovision = \"Macrovision\" nocase\n        $secdrv = \"secdrv.sys\" nocase\n        $drvmgt = \"drvmgt.sys\" nocase\n    condition:\n        ($secdrv or $drvmgt) or all of ($safedisc, $macrovision)\n}\n\nrule StarForce_DRM {\n    meta:\n        category = \"Warning\"\n        name = \"StarForce\"\n        description = \"StarForce DRM - Will NOT work\"\n        severity = \"critical\"\n    strings:\n        $starforce = \"StarForce\" nocase\n        $protect = \"protect.dll\" nocase\n    condition:\n        all of them\n}\n\n// Media\nrule WMV_Codec {\n    meta:\n        category = \"Media\"\n        name = \"WMV/WMA\"\n        description = \"Windows Media codecs\"\n    strings:\n        $wmv = \"wmvcore.dll\" nocase\n        $wma = \"WMADEC\" nocase\n        $wmplayer = \"Windows Media\" nocase\n    condition:\n        any of them\n}\n\nrule QuickTime {\n    meta:\n        category = \"Media\"\n        name = \"QuickTime\"\n        description = \"Apple QuickTime\"\n    strings:\n        $qt = \"QuickTime\" nocase\n        $qtcf = \"QTCF.dll\" nocase\n        $mov = \".mov\"\n    condition:\n        2 of them\n}\n\n\n\nrule Registry_Modifications {\n    meta:\n        description = \"Contains Windows Registry modification strings\"\n        name = \"Registry Keys\"\n        category = \"Registry\"\n        severity = \"info\"\n    strings:\n        $reg1 = \"REGEDIT4\" ascii\n        $reg2 = \"Windows Registry Editor Version 5.00\" ascii\n        $key1 = \"HKEY_LOCAL_MACHINE\" ascii wide\n        $key2 = \"HKEY_CURRENT_USER\" ascii wide\n        $key3 = \"HKLM\\\\\" ascii wide\n        $key4 = \"HKCU\\\\\" ascii wide\n        $capture = /HK(LM|CU|EY_LOCAL_MACHINE|EY_CURRENT_USER)\\\\[a-zA-Z0-9_ \\\\-]{2,}/ ascii wide\n    condition:\n        $reg1 or $reg2 or 2 of ($key*) or $capture\n}\n\nrule Driver_Service {\n    meta:\n        description = \"Attempts to install a Kernel Driver or Service\"\n        name = \"Kernel Driver or Service\"\n        category = \"Warning\"\n        severity = \"high\"\n    strings:\n        $svc1 = \"CreateService\" ascii wide\n        $svc2 = \"StartService\" ascii wide\n        $sys = \".sys\" ascii wide\n        $reg = \"SYSTEM\\\\CurrentControlSet\\\\Services\" ascii wide\n    condition:\n        ($svc1 and $svc2) or ($reg and $sys)\n}\n\n// Upscaling Technologies\nrule Upscaling_Tech {\n    meta:\n        category = \"Upscaling\"\n        name = \"Upscaling Technology\"\n        description = \"DLSS, FSR or XeSS detected\"\n    strings:\n        $dlss = \"nvngx_dlss.dll\" nocase\n        $dlss_framegen = \"nvngx_dlssg.dll\" nocase\n        $fsr_dll = \"ffx_fsr2_api_x64.dll\" nocase\n        $fsr_dx12 = \"amd_fidelityfx_dx12.dll\" nocase\n        $fsr_vk = \"amd_fidelityfx_vk.dll\" nocase\n        $xess = \"libxess.dll\" nocase\n    condition:\n        any of them\n}\n\n// Electron / Node.js Specifics\nrule Node_Native_Module {\n    meta:\n        category = \"System\"\n        name = \"Native Modules\"\n        description = \"Node.js Native Modules (FFI/Bindings)\"\n        severity = \"info\"\n    strings:\n        $ffi = \"ffi-napi\" nocase\n        $ref = \"ref-napi\" nocase\n        $bindings = \"bindings\" nocase\n        $node_gyp = \"node-gyp\" nocase\n        $koffi = \"koffi\" nocase\n    condition:\n        any of them\n}\n\nrule Node_System_Commands {\n    meta:\n        category = \"System\"\n        name = \"System Commands (Node)\"\n        description = \"Executes system shell commands\"\n        severity = \"high\"\n    strings:\n        $exec = \"child_process.exec\"\n        $spawn = \"child_process.spawn\"\n        $execSync = \"execSync\"\n        $spawnSync = \"spawnSync\"\n        $cmd = \"cmd.exe\" nocase\n        $powershell = \"powershell\" nocase\n    condition:\n        any of them\n}\n\nrule Node_Registry_Access {\n    meta:\n        category = \"Registry\"\n        name = \"Registry Access (Node)\"\n        description = \"Accesses Windows Registry via Node.js\"\n        severity = \"info\"\n    strings:\n        $reg_query = \"reg.exe query\" nocase\n        $reg_add = \"reg.exe add\" nocase\n        $regedit = \"regedit\" nocase\n    condition:\n        any of them\n}\n\nrule Node_Kernel_Driver {\n    meta:\n        category = \"System\"\n        name = \"Kernel Driver (Node)\"\n        description = \"Attempts to interact with Kernel Drivers\"\n        severity = \"critical\"\n    strings:\n        $create_file = \"CreateFile\"\n        $device_io = \"DeviceIoControl\"\n        $ioctl = \"IOCTL_\"\n        $symbolic = \"DefineDosDevice\"\n    condition:\n        2 of them\n}\n"
  },
  {
    "path": "bottles/backend/managers/epicgamesstore.py",
    "content": "# epicgamesstore.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport uuid\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils import json\nfrom bottles.backend.utils.manager import ManagerUtils\n\n\nclass EpicGamesStoreManager:\n    @staticmethod\n    def find_dat_path(config: BottleConfig) -> str | None:\n        \"\"\"\n        Finds the Epic Games dat file path.\n        \"\"\"\n        paths = [\n            os.path.join(\n                ManagerUtils.get_bottle_path(config),\n                \"drive_c/ProgramData/Epic/UnrealEngineLauncher/LauncherInstalled.dat\",\n            )\n        ]\n\n        for path in paths:\n            if os.path.exists(path):\n                return path\n        return None\n\n    @staticmethod\n    def is_epic_supported(config: BottleConfig) -> bool:\n        \"\"\"\n        Checks if Epic Games is supported.\n        \"\"\"\n        return EpicGamesStoreManager.find_dat_path(config) is not None\n\n    @staticmethod\n    def get_installed_games(config: BottleConfig) -> list:\n        \"\"\"\n        Gets the games.\n        \"\"\"\n        games = []\n        dat_path = EpicGamesStoreManager.find_dat_path(config)\n\n        if dat_path is None:\n            return []\n\n        with open(dat_path, \"r\") as dat:\n            data = json.load(dat)\n\n            for game in data[\"InstallationList\"]:\n                _uri = f\"-com.epicgames.launcher://apps/{game['AppName']}?action=launch&silent=true\"\n                _args = f\"-opengl -SkipBuildPatchPrereq {_uri}\"\n                _name = game[\"InstallLocation\"].split(\"\\\\\")[-1]\n                _path = (\n                    \"C:\\\\Program Files (x86)\\\\Epic Games\\\\Launcher\\\\Portal\\\\Binaries\\\\Win32\\\\\"\n                    \"EpicGamesLauncher.exe\"\n                )\n                _executable = _path.split(\"\\\\\")[-1]\n                _folder = ManagerUtils.get_exe_parent_dir(config, _path)\n                games.append(\n                    {\n                        \"executable\": _path,\n                        \"arguments\": _args,\n                        \"name\": _name,\n                        \"path\": _path,\n                        \"folder\": _folder,\n                        \"icon\": \"com.usebottles.bottles-program\",\n                        \"id\": str(uuid.uuid4()),\n                    }\n                )\n        return games\n"
  },
  {
    "path": "bottles/backend/managers/importer.py",
    "content": "# importer.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport subprocess\nfrom datetime import datetime\nfrom glob import glob\n\nfrom bottles.backend.globals import Paths, TrdyPaths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\n\nlogging = Logger()\n\n\nclass ImportManager:\n    def __init__(self, manager):\n        self.manager = manager\n\n    @staticmethod\n    def search_wineprefixes() -> Result:\n        \"\"\"Look and return all 3rd party available wine prefixes\"\"\"\n        importer_wineprefixes = []\n\n        # search wine prefixes in external managers paths\n        wine_standard = glob(TrdyPaths.wine)\n        lutris_results = glob(f\"{TrdyPaths.lutris}/*/\")\n        playonlinux_results = glob(f\"{TrdyPaths.playonlinux}/*/\")\n        bottlesv1_results = glob(f\"{TrdyPaths.bottlesv1}/*/\")\n\n        results = (\n            wine_standard + lutris_results + playonlinux_results + bottlesv1_results\n        )\n\n        # count results\n        is_wine = len(wine_standard)\n        is_lutris = len(lutris_results)\n        is_playonlinux = len(playonlinux_results)\n        i = 1\n\n        for wineprefix in results:\n            wineprefix_name = wineprefix.split(\"/\")[-2]\n\n            # identify manager by index\n            if i <= is_wine:\n                wineprefix_manager = \"Legacy Wine\"\n            elif i <= is_wine + is_lutris:\n                wineprefix_manager = \"Lutris\"\n            elif i <= is_wine + is_lutris + is_playonlinux:\n                wineprefix_manager = \"PlayOnLinux\"\n            else:\n                wineprefix_manager = \"Bottles v1\"\n\n            # check the drive_c path exists\n            if os.path.isdir(os.path.join(wineprefix, \"drive_c\")):\n                wineprefix_lock = os.path.isfile(\n                    os.path.join(wineprefix, \"bottle.lock\")\n                )\n                importer_wineprefixes.append(\n                    {\n                        \"Name\": wineprefix_name,\n                        \"Manager\": wineprefix_manager,\n                        \"Path\": wineprefix,\n                        \"Lock\": wineprefix_lock,\n                    }\n                )\n            i += 1\n\n        logging.info(f\"Found {len(importer_wineprefixes)} wine prefixes…\")\n\n        return Result(status=True, data={\"wineprefixes\": importer_wineprefixes})\n\n    def import_wineprefix(self, wineprefix: dict) -> Result:\n        \"\"\"Import wineprefix from external manager and convert in a bottle\"\"\"\n        logging.info(f\"Importing wineprefix {wineprefix['Name']} as bottle…\")\n\n        # prepare bottle path for the wine prefix\n        bottle_path = f\"Imported_{wineprefix.get('Name')}\"\n        bottle_complete_path = os.path.join(Paths.bottles, bottle_path)\n\n        try:\n            os.makedirs(bottle_complete_path, exist_ok=False)\n        except (FileExistsError, OSError):\n            logging.error(f\"Error creating bottle directory for {wineprefix['Name']}\")\n            return Result(False)\n\n        # create lockfile in source path\n        logging.info(f\"Creating lock file in {wineprefix['Path']}…\")\n        open(f\"{wineprefix.get('Path')}/bottle.lock\", \"a\").close()\n\n        # copy wineprefix files in the new bottle\n        command = f\"cp -a {wineprefix.get('Path')}/* {bottle_complete_path}/\"\n        subprocess.Popen(command, shell=True).communicate()\n\n        # create bottle config\n        new_config = BottleConfig()\n        new_config.Name = wineprefix[\"Name\"]\n        new_config.Runner = self.manager.get_latest_runner()\n        new_config.Path = bottle_path\n        new_config.Environment = \"Custom\"\n        new_config.Creation_Date = str(datetime.now())\n        new_config.Update_Date = str(datetime.now())\n\n        # save config\n        saved = new_config.dump(os.path.join(bottle_complete_path, \"bottle.yml\"))\n        if not saved.status:\n            return Result(False)\n\n        # update bottles view\n        self.manager.update_bottles(silent=True)\n\n        logging.info(f\"Wine prefix {wineprefix['Name']} imported as bottle.\", jn=True)\n        return Result(True)\n"
  },
  {
    "path": "bottles/backend/managers/installer.py",
    "content": "# installer_manager.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\nimport os\nimport subprocess\nimport uuid\nfrom functools import lru_cache\nfrom typing import Optional\n\nimport markdown\nimport pycurl\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.conf import ConfigManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.wine import WineUtils\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.winecommand import WineCommand\n\nlogging = Logger()\n\n\nclass InstallerManager:\n    def __init__(self, manager, offline: bool = False):\n        self.__manager = manager\n        self.__repo = manager.repository_manager.get_repo(\"installers\", offline)\n        self.__utils_conn = manager.utils_conn\n        self.__component_manager = manager.component_manager\n        self.__local_resources = {}\n\n    @lru_cache\n    def get_review(self, installer_name, parse: bool = True) -> str:\n        \"\"\"Return an installer review from the repository (as HTML)\"\"\"\n        review = self.__repo.get_review(installer_name)\n        if not review:\n            return \"No review found for this installer.\"\n        if parse:\n            return markdown.markdown(review)\n        return review\n\n    @lru_cache\n    def get_installer(\n        self, installer_name: str, plain: bool = False\n    ) -> str | dict | bool:\n        \"\"\"\n        Return an installer manifest from the repository. Use the plain\n        argument to get the manifest as plain text.\n        \"\"\"\n        return self.__repo.get(installer_name, plain)\n\n    @lru_cache\n    def fetch_catalog(self) -> dict:\n        \"\"\"Fetch the installers catalog from the repository\"\"\"\n        catalog = {}\n        index = self.__repo.catalog\n        if not self.__utils_conn.check_connection():\n            return {}\n\n        for installer in index.items():\n            catalog[installer[0]] = installer[1]\n\n        catalog = dict(sorted(catalog.items()))\n        return catalog\n\n    def get_icon_url(self, installer):\n        \"\"\"Wrapper for the repo method.\"\"\"\n        return self.__repo.get_icon(installer)\n\n    def __download_icon(self, config, executable: dict, manifest):\n        \"\"\"\n        Download the installer icon from the repository to the bottle\n        icons path.\n        \"\"\"\n        icon_url = self.__repo.get_icon(manifest.get(\"Name\"))\n        bottle_icons_path = f\"{ManagerUtils.get_bottle_path(config)}/icons\"\n        icon_path = f\"{bottle_icons_path}/{executable.get('icon')}\"\n\n        if icon_url is not None:\n            if not os.path.exists(bottle_icons_path):\n                os.makedirs(bottle_icons_path)\n\n            if not os.path.isfile(icon_path):\n                c = pycurl.Curl()\n                c.setopt(c.URL, icon_url)\n                c.setopt(c.WRITEDATA, open(icon_path, \"wb\"))\n                c.perform()\n                c.close()\n\n    def __process_local_resources(self, exe_msi_steps, installer):\n        files = self.has_local_resources(installer)\n        if not files:\n            return True\n        for file in files:\n            if file not in exe_msi_steps.keys():\n                return False\n            self.__local_resources[file] = exe_msi_steps[file]\n        return True\n\n    def __install_dependencies(\n        self,\n        config: BottleConfig,\n        dependencies: list,\n        step_fn: callable,\n        is_final: bool = False,\n    ):\n        \"\"\"Install a list of dependencies\"\"\"\n        _config = config\n\n        for dep in dependencies:\n            if is_final:\n                step_fn(dep)\n\n            if dep in config.Installed_Dependencies:\n                continue\n\n            _dep = [dep, self.__manager.supported_dependencies.get(dep)]\n            res = self.__manager.dependency_manager.install(_config, _dep)\n\n            if not res.ok:\n                return False\n\n        return True\n\n    @staticmethod\n    def __perform_checks(config, checks: dict):\n        \"\"\"Perform a list of checks\"\"\"\n        bottle_path = ManagerUtils.get_bottle_path(config)\n\n        if files := checks.get(\"files\"):\n            for f in files:\n                if f.startswith(\"userdir/\"):\n                    current_user = os.getenv(\"USER\")\n                    f = f.replace(\"userdir/\", f\"users/{current_user}/\")\n\n                _f = os.path.join(bottle_path, \"drive_c\", f)\n                if not os.path.exists(_f):\n                    logging.error(\n                        f\"During checks, file {_f} was not found, assuming it is not installed. Aborting.\"\n                    )\n                    return False\n\n        return True\n\n    def __perform_steps(self, config: BottleConfig, steps: list):\n        \"\"\"Perform a list of actions\"\"\"\n        for st in steps:\n            # Step type: run_script\n            if st.get(\"action\") == \"run_script\":\n                self.__step_run_script(config, st)\n\n            # Step type: run_winecommand\n            if st.get(\"action\") == \"run_winecommand\":\n                self.__step_run_winecommand(config, st)\n\n            # Step type: update_config\n            if st.get(\"action\") == \"update_config\":\n                self.__step_update_config(config, st)\n\n            # Step type: install_exe, install_msi\n            if st[\"action\"] in [\"install_exe\", \"install_msi\"]:\n                if st[\"url\"] != \"local\":\n                    download = self.__component_manager.download(\n                        st.get(\"url\"),\n                        st.get(\"file_name\"),\n                        st.get(\"rename\"),\n                        checksum=st.get(\"file_checksum\"),\n                    )\n                else:\n                    download = True\n\n                if download:\n                    if st[\"url\"] != \"local\":\n                        if st.get(\"rename\"):\n                            file = st.get(\"rename\")\n                        else:\n                            file = st.get(\"file_name\")\n                        file_path = f\"{Paths.temp}/{file}\"\n                    else:\n                        file_path = self.__local_resources[st.get(\"file_name\")]\n\n                    executor = WineExecutor(\n                        config,\n                        exec_path=file_path,\n                        args=st.get(\"arguments\"),\n                        environment=st.get(\"environment\"),\n                        monitoring=st.get(\"monitoring\", []),\n                    )\n                    executor.run()\n                else:\n                    logging.error(\n                        f\"Failed to download {st.get('file_name')}, or checksum failed.\"\n                    )\n                    return False\n        return True\n\n    @staticmethod\n    def __step_run_winecommand(config: BottleConfig, step: dict):\n        \"\"\"Run a wine command\"\"\"\n        commands = step.get(\"commands\")\n\n        if not commands:\n            return\n\n        for command in commands:\n            _winecommand = WineCommand(\n                config,\n                command=command.get(\"command\"),\n                arguments=command.get(\"arguments\"),\n                minimal=command.get(\"minimal\"),\n            )\n            _winecommand.run()\n\n    @staticmethod\n    def __step_run_script(config: BottleConfig, step: dict):\n        placeholders = {\n            \"!bottle_path\": ManagerUtils.get_bottle_path(config),\n            \"!bottle_drive\": f\"{ManagerUtils.get_bottle_path(config)}/drive_c\",\n            \"!bottle_name\": config.Name,\n            \"!bottle_arch\": config.Arch,\n        }\n        preventions = {\"bottle.yml\": \"Bottle configuration cannot be modified.\"}\n        script = step.get(\"script\")\n\n        for key, value in placeholders.items():\n            script = script.replace(key, value)\n\n        for key, value in preventions.items():\n            if script.find(key) != -1:\n                logging.error(\n                    value,\n                )\n                return False\n\n        logging.info(\"Executing installer script…\")\n        subprocess.Popen(\n            f\"bash -c '{script}'\",\n            shell=True,\n            cwd=ManagerUtils.get_bottle_path(config),\n            stdout=subprocess.PIPE,\n            stderr=subprocess.PIPE,\n        ).communicate()\n        logging.info(\"Finished executing installer script.\")\n\n    @staticmethod\n    def __step_update_config(config: BottleConfig, step: dict):\n        bottle = ManagerUtils.get_bottle_path(config)\n        conf_path = step.get(\"path\")\n        conf_type = step.get(\"type\")\n        del_keys = step.get(\"del_keys\", {})\n        upd_keys = step.get(\"upd_keys\", {})\n\n        if conf_path.startswith(\"userdir/\"):\n            current_user = os.getenv(\"USER\")\n            conf_path = conf_path.replace(\"userdir/\", f\"drive_c/users/{current_user}/\")\n\n        conf_path = f\"{bottle}/{conf_path}\"\n        _conf = ConfigManager(config_file=conf_path, config_type=conf_type)\n\n        for d in del_keys:\n            _conf.del_key(d)\n\n        _conf.merge_dict(upd_keys)\n\n    def __set_parameters(self, config: BottleConfig, new_params: dict):\n        _config = config\n\n        if \"dxvk\" in new_params and isinstance(new_params[\"dxvk\"], bool):\n            if new_params[\"dxvk\"] != config.Parameters.dxvk:\n                self.__manager.install_dll_component(\n                    _config, \"dxvk\", remove=not new_params[\"dxvk\"]\n                )\n\n        if \"vkd3d\" in new_params and isinstance(new_params[\"vkd3d\"], bool):\n            if new_params[\"vkd3d\"] != config.Parameters.vkd3d:\n                self.__manager.install_dll_component(\n                    _config, \"vkd3d\", remove=not new_params[\"vkd3d\"]\n                )\n\n        if \"dxvk_nvapi\" in new_params and isinstance(new_params[\"dxvk_nvapi\"], bool):\n            if new_params[\"dxvk_nvapi\"] != config.Parameters.dxvk_nvapi:\n                self.__manager.install_dll_component(\n                    _config, \"nvapi\", remove=not new_params[\"dxvk_nvapi\"]\n                )\n\n        if \"latencyflex\" in new_params and isinstance(new_params[\"latencyflex\"], bool):\n            if new_params[\"latencyflex\"] != config.Parameters.latencyflex:\n                self.__manager.install_dll_component(\n                    _config, \"latencyflex\", remove=not new_params[\"latencyflex\"]\n                )\n\n        # avoid sync type change if not set to \"wine\"\n        if \"sync\" in new_params and config.Parameters.sync != \"wine\":\n            del new_params[\"sync\"]\n\n        for k, v in new_params.items():\n            self.__manager.update_config(\n                config=config, key=k, value=v, scope=\"Parameters\"\n            )\n\n    def count_steps(self, installer) -> dict:\n        manifest = self.get_installer(installer[0])\n        steps = {\"total\": 0, \"sections\": []}\n        if manifest.get(\"Dependencies\"):\n            i = int(len(manifest.get(\"Dependencies\")))\n            steps[\"sections\"] += i * [\"deps\"]\n            steps[\"total\"] += i\n        if manifest.get(\"Parameters\"):\n            steps[\"sections\"].append(\"params\")\n            steps[\"total\"] += 1\n        if manifest.get(\"Steps\"):\n            i = int(len(manifest.get(\"Steps\")))\n            steps[\"sections\"] += i * [\"steps\"]\n            steps[\"total\"] += i\n        if manifest.get(\"Executable\"):\n            steps[\"sections\"].append(\"exe\")\n            steps[\"total\"] += 1\n        if manifest.get(\"Checks\"):\n            steps[\"sections\"].append(\"checks\")\n            steps[\"total\"] += 1\n\n        return steps\n\n    def has_local_resources(self, installer):\n        manifest = self.get_installer(installer[0])\n        steps = manifest.get(\"Steps\", [])\n        exe_msi_steps = [\n            s\n            for s in steps\n            if s.get(\"action\", \"\") in [\"install_exe\", \"install_msi\"]\n            and s.get(\"url\", \"\") == \"local\"\n        ]\n\n        if len(exe_msi_steps) == 0:\n            return []\n\n        files = [s.get(\"file_name\", \"\") for s in exe_msi_steps]\n        return files\n\n    def install(\n        self,\n        config: BottleConfig,\n        installer: dict,\n        step_fn: callable,\n        is_final: bool = True,\n        local_resources: Optional[dict] = None,\n    ):\n        manifest = self.get_installer(installer[0])\n        _config = config\n\n        bottle = ManagerUtils.get_bottle_path(config)\n        installers = manifest.get(\"Installers\")\n        dependencies = manifest.get(\"Dependencies\")\n        parameters = manifest.get(\"Parameters\")\n        executable = manifest.get(\"Executable\")\n        steps = manifest.get(\"Steps\")\n        checks = manifest.get(\"Checks\")\n\n        # download icon\n        if executable.get(\"icon\"):\n            self.__download_icon(_config, executable, manifest)\n\n        # install dependent installers\n        if installers:\n            logging.info(\"Installing dependent installers\")\n            for i in installers:\n                if not self.install(config, i, step_fn, False):\n                    logging.error(\"Failed to install dependent installer(s)\")\n                    return Result(\n                        False,\n                        data={\"message\": \"Failed to install dependent installer(s)\"},\n                    )\n\n        # ask for local resources\n        if local_resources:\n            if not self.__process_local_resources(local_resources, installer):\n                return Result(\n                    False, data={\"message\": \"Local resources not found or invalid\"}\n                )\n\n        # install dependencies\n        if dependencies:\n            logging.info(\"Installing dependencies\")\n            if not self.__install_dependencies(\n                _config, dependencies, step_fn, is_final\n            ):\n                return Result(\n                    False, data={\"message\": \"Dependencies installation failed.\"}\n                )\n\n        # set parameters\n        if parameters:\n            logging.info(\"Updating bottle parameters\")\n            if is_final:\n                step_fn()\n\n            self.__set_parameters(_config, parameters)\n\n        # execute steps\n        if steps:\n            logging.info(\"Executing installer steps\")\n            if is_final:\n                step_fn()\n\n            if not self.__perform_steps(_config, steps):\n                return Result(\n                    False, data={\"message\": \"Installer is not well configured.\"}\n                )\n\n        # execute checks\n        if checks:\n            logging.info(\"Executing installer checks\")\n            if is_final:\n                step_fn()\n                if not self.__perform_checks(_config, checks):\n                    return Result(\n                        False,\n                        data={\n                            \"message\": \"Checks failed, the program is not installed.\"\n                        },\n                    )\n\n        # register executable\n        if executable[\"path\"].startswith(\"userdir/\"):\n            _userdir = WineUtils.get_user_dir(bottle)\n            executable[\"path\"] = executable[\"path\"].replace(\n                \"userdir/\", f\"/users/{_userdir}/\"\n            )\n\n        _path = f\"C:\\\\{executable['path']}\".replace(\"/\", \"\\\\\")\n        _uuid = str(uuid.uuid4())\n        _program = {\n            \"executable\": executable[\"file\"],\n            \"arguments\": executable.get(\"arguments\", \"\"),\n            \"name\": executable[\"name\"],\n            \"path\": _path,\n            \"id\": _uuid,\n        }\n\n        if \"dxvk\" in executable:\n            _program[\"dxvk\"] = executable[\"dxvk\"]\n        if \"vkd3d\" in executable:\n            _program[\"vkd3d\"] = executable[\"vkd3d\"]\n        if \"dxvk_nvapi\" in executable:\n            _program[\"dxvk_nvapi\"] = executable[\"dxvk_nvapi\"]\n\n        duplicates = [\n            k for k, v in config.External_Programs.items() if v[\"path\"] == _path\n        ]\n        ext = config.External_Programs\n\n        if duplicates:\n            for d in duplicates:\n                del ext[d]\n            ext[_uuid] = _program\n            self.__manager.update_config(\n                config=config, key=\"External_Programs\", value=ext\n            )\n        else:\n            self.__manager.update_config(\n                config=config, key=_uuid, value=_program, scope=\"External_Programs\"\n            )\n\n        # create Desktop entry\n        bottles_icons_path = os.path.join(ManagerUtils.get_bottle_path(config), \"icons\")\n        icon_path = os.path.join(bottles_icons_path, executable.get(\"icon\"))\n        ManagerUtils.create_desktop_entry(_config, _program, False, icon_path)\n\n        if is_final:\n            step_fn()\n\n        logging.info(\n            f\"Program installed: {manifest['Name']} in {config.Name}.\", jn=True\n        )\n        return Result(True)\n"
  },
  {
    "path": "bottles/backend/managers/journal.py",
    "content": "# journal.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\nimport shutil\nimport uuid\nfrom datetime import datetime, timedelta\nfrom typing import Optional\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.utils import yaml\n\n\nclass JournalSeverity:\n    \"\"\"Represents the severity of a journal entry.\"\"\"\n\n    DEBUG = \"debug\"\n    INFO = \"info\"\n    WARNING = \"warning\"\n    ERROR = \"error\"\n    CRITICAL = \"critical\"\n    CRASH = \"crash\"\n\n\nclass JournalManager:\n    \"\"\"\n    Store and retrieve data from the journal file (YAML). This should\n    contain only important Bottles events.\n    \"\"\"\n\n    path = f\"{Paths.base}/journal.yml\"\n\n    @staticmethod\n    def __get_journal() -> dict:\n        \"\"\"Return the journal as a dictionary.\"\"\"\n        if not os.path.exists(JournalManager.path):\n            with open(JournalManager.path, \"w\") as f:\n                yaml.dump({}, f)\n\n        with open(JournalManager.path, \"r\") as f:\n            try:\n                journal = yaml.load(f)\n            except yaml.YAMLError:\n                journal_backup = f\"{JournalManager.path}_{datetime.now().strftime('%Y-%m-%d_%H-%M-%S')}.bak\"\n                shutil.copy2(JournalManager.path, journal_backup)\n                journal = {}\n\n        if journal is None:\n            return {}\n\n        try:\n            journal = {\n                k: v\n                for k, v in sorted(\n                    journal.items(), key=lambda item: item[1][\"timestamp\"], reverse=True\n                )\n            }\n        except (KeyError, TypeError):\n            journal = {}\n\n        return journal\n\n    @staticmethod\n    def __clean_old():\n        \"\"\"Clean old journal entries (1 month).\"\"\"\n        journal = JournalManager.__get_journal()\n        old_events = []\n        latest = datetime.now().strftime(\"%Y-%m-%d %H:%M:%S\")\n\n        for event_id, event in journal.items():\n            if event.get(\"timestamp\", None) is None:\n                latest_datetime = datetime.strptime(latest, \"%Y-%m-%d %H:%M:%S\")\n            else:\n                latest_datetime = datetime.strptime(\n                    event[\"timestamp\"], \"%Y-%m-%d %H:%M:%S\"\n                )\n                latest = event[\"timestamp\"]\n\n            if latest_datetime < datetime.now() - timedelta(days=30):\n                old_events.append(event_id)\n\n        for event_id in old_events:\n            del journal[event_id]\n\n        JournalManager.__save_journal(journal)\n\n    @staticmethod\n    def __save_journal(journal: Optional[dict] = None):\n        \"\"\"Save the journal to the journal file.\"\"\"\n        if journal is None:\n            journal = JournalManager.__get_journal()\n\n        with contextlib.suppress(IOError, OSError):\n            with open(JournalManager.path, \"w\") as f:\n                yaml.dump(journal, f)\n\n    @staticmethod\n    def get(period: str = \"today\", plain: bool = False):\n        \"\"\"\n        Return all events for the given period.\n        Supported periods: all, today, yesterday, week, month\n        Set plain to True to get the response as plain text.\n        \"\"\"\n        journal = JournalManager.__get_journal()\n        periods = [\n            \"all\",\n            \"today\",\n            \"yesterday\",\n            \"week\",\n            \"month\",\n        ]\n        if period not in periods:\n            period = \"today\"\n\n        _journal = JournalManager.__filter_by_date(journal, period)\n\n        if plain:\n            _journal = yaml.dump(_journal, sort_keys=False, indent=4)\n\n        return _journal\n\n    @staticmethod\n    def __filter_by_date(journal: dict, period: str):\n        \"\"\"Filter the journal by date.\"\"\"\n        _journal = {}\n        if period == \"today\":\n            start = datetime.now().date()\n            end = start + timedelta(days=1)\n        elif period == \"yesterday\":\n            start = datetime.now().date() - timedelta(days=1)\n            end = start + timedelta(days=1)\n        elif period == \"week\":\n            start = datetime.now().date() - timedelta(days=7)\n            end = datetime.now().date() + timedelta(days=1)\n        elif period == \"month\":\n            start = datetime.now().date() - timedelta(days=30)\n            end = datetime.now().date() + timedelta(days=1)\n        elif period == \"all\":\n            return journal\n        else:\n            start = datetime.now().date()\n            end = start + timedelta(days=1)\n\n        for event_id, event in journal.items():\n            timestamp = datetime.strptime(\n                event[\"timestamp\"], \"%Y-%m-%d %H:%M:%S\"\n            ).date()\n\n            if start <= timestamp <= end:\n                _journal[event_id] = event\n\n        return _journal\n\n    @staticmethod\n    def get_event(event_id: str):\n        \"\"\"Return the event with the given id.\"\"\"\n        journal = JournalManager.__get_journal()\n        return journal.get(event_id, None)\n\n    @staticmethod\n    def first_event_date():\n        \"\"\"Return the timestamp of the oldest event as datetime.\"\"\"\n        journal = JournalManager.__get_journal()\n        first = None\n        for event in journal.values():\n            timestamp = event.get(\"timestamp\")\n            if not timestamp:\n                continue\n            try:\n                ts = datetime.strptime(timestamp, \"%Y-%m-%d %H:%M:%S\")\n            except (ValueError, TypeError):\n                continue\n            if first is None or ts < first:\n                first = ts\n        return first\n\n    @staticmethod\n    def write(severity: JournalSeverity, message: str):\n        \"\"\"Write an event to the journal.\"\"\"\n        journal = JournalManager.__get_journal()\n        event_id = str(uuid.uuid4())\n        now = datetime.now()\n\n        if severity not in JournalSeverity.__dict__.values():\n            severity = JournalSeverity.INFO\n\n        journal[event_id] = {\n            \"severity\": severity,\n            \"message\": message,\n            \"timestamp\": now.strftime(\"%Y-%m-%d %H:%M:%S\"),\n        }\n        JournalManager.__save_journal(journal)\n        JournalManager.__clean_old()\n"
  },
  {
    "path": "bottles/backend/managers/library.py",
    "content": "# library.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport uuid\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.steamgriddb import SteamGridDBManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils import yaml\n\nlogging = Logger()\n\n\nclass LibraryManager:\n    \"\"\"\n    The LibraryManager class is used to store and retrieve data\n    from the user library.yml file.\n    \"\"\"\n\n    library_path: str = Paths.library\n    __library: dict = {}\n\n    def __init__(self):\n        self.load_library(silent=True)\n\n    def load_library(self, silent=False):\n        \"\"\"\n        Loads data from the library.yml file.\n        \"\"\"\n        if not os.path.exists(self.library_path):\n            logging.warning(\"Library file not found, creating new one\")\n            self.__library = {}\n            self.save_library()\n        else:\n            with open(self.library_path, \"r\") as library_file:\n                self.__library = yaml.load(library_file)\n\n        if self.__library is None:\n            self.__library = {}\n\n        _tmp = self.__library.copy()\n        for k, v in _tmp.items():\n            if \"id\" not in v:\n                del self.__library[k]\n\n        self.save_library(silent=silent)\n\n    def add_to_library(self, data: dict, config: BottleConfig):\n        \"\"\"\n        Adds a new entry to the library.yml file.\n        \"\"\"\n        if self.__already_in_library(data):\n            logging.warning(f\"Entry already in library, nothing to add: {data}\")\n            return\n\n        _uuid = str(uuid.uuid4())\n        logging.info(f\"Adding new entry to library: {_uuid}\")\n\n        if not data.get(\"thumbnail\"):\n            data[\"thumbnail\"] = SteamGridDBManager.get_game_grid(data[\"name\"], config)\n\n        self.__library[_uuid] = data\n        self.save_library()\n\n    def download_thumbnail(self, _uuid: str, config: BottleConfig):\n        if not self.__library.get(_uuid):\n            logging.warning(\n                f\"Entry not found in library, can't download thumbnail: {_uuid}\"\n            )\n            return False\n\n        data = self.__library.get(_uuid)\n        value = SteamGridDBManager.get_game_grid(data[\"name\"], config)\n\n        if not value:\n            return False\n\n        self.__library[_uuid][\"thumbnail\"] = value\n        self.save_library()\n        return True\n\n    def __already_in_library(self, data: dict):\n        \"\"\"\n        Checks if the entry UUID is already in the library.yml file.\n        \"\"\"\n        for k, v in self.__library.items():\n            if v[\"id\"] == data[\"id\"]:\n                return True\n\n        return False\n\n    def remove_from_library(self, _uuid: str):\n        \"\"\"\n        Removes an entry from the library.yml file.\n        \"\"\"\n        if self.__library.get(_uuid):\n            logging.info(f\"Removing entry from library: {_uuid}\")\n            del self.__library[_uuid]\n            self.save_library()\n            return\n        logging.warning(f\"Entry not found in library, nothing to remove: {_uuid}\")\n\n    def save_library(self, silent=False):\n        \"\"\"\n        Saves the library.yml file.\n        \"\"\"\n        with open(self.library_path, \"w\") as library_file:\n            yaml.dump(self.__library, library_file)\n\n        if not silent:\n            logging.info(\"Library saved\")\n\n    def get_library(self):\n        \"\"\"\n        Returns the library.yml file.\n        \"\"\"\n        return self.__library\n"
  },
  {
    "path": "bottles/backend/managers/manager.py",
    "content": "# manager.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport fnmatch\nimport os\nimport random\nimport shutil\nimport subprocess\nimport time\nimport uuid\nfrom datetime import datetime\nfrom gettext import gettext as _\nfrom glob import glob\nfrom threading import Event\nfrom typing import Any, Callable, Dict, List, Optional, Tuple\n\nimport pathvalidate\n\nfrom bottles.backend.dlls.dxvk import DXVKComponent\nfrom bottles.backend.dlls.latencyflex import LatencyFleXComponent\nfrom bottles.backend.dlls.nvapi import NVAPIComponent\nfrom bottles.backend.dlls.vkd3d import VKD3DComponent\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.component import ComponentManager\nfrom bottles.backend.managers.data import DataManager, UserDataKeys\nfrom bottles.backend.managers.dependency import DependencyManager\nfrom bottles.backend.managers.epicgamesstore import EpicGamesStoreManager\nfrom bottles.backend.managers.importer import ImportManager\nfrom bottles.backend.managers.installer import InstallerManager\nfrom bottles.backend.managers.library import LibraryManager\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\nfrom bottles.backend.managers.registry_rule import RegistryRuleManager\nfrom bottles.backend.managers.repository import RepositoryManager\nfrom bottles.backend.managers.steam import SteamManager\nfrom bottles.backend.managers.template import TemplateManager\nfrom bottles.backend.managers.ubisoftconnect import UbisoftConnectManager\nfrom bottles.backend.managers.versioning import VersioningManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.process import (\n    ProcessFinishedPayload,\n    ProcessStartedPayload,\n)\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.models.samples import Samples\nfrom bottles.backend.state import EventManager, Events, SignalManager, Signals\nfrom bottles.backend.utils import yaml\nfrom bottles.backend.utils.connection import ConnectionUtils\nfrom bottles.backend.utils.file import FileUtils\nfrom bottles.backend.utils.generic import sort_by_version\nfrom bottles.backend.utils.gpu import GPUUtils, GPUVendors\nfrom bottles.backend.utils.gsettings_stub import GSettingsStub\nfrom bottles.backend.utils.lnk import LnkUtils\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.singleton import Singleton\nfrom bottles.backend.utils.steam import SteamUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.reg import Reg\nfrom bottles.backend.wine.regkeys import RegKeys\nfrom bottles.backend.wine.uninstaller import Uninstaller\nfrom bottles.backend.wine.wineboot import WineBoot\nfrom bottles.backend.wine.winepath import WinePath\nfrom bottles.backend.wine.wineserver import WineServer\n\nlogging = Logger()\n\n\nclass Manager(metaclass=Singleton):\n    \"\"\"\n    This is the core of Bottles, everything starts from here. There should\n    be only one instance of this class, as it checks for the existence of\n    the bottles' directories and creates them if they don't exist. Also\n    check for components, dependencies, and installers so this check should\n    not be performed every time the manager is initialized.\n    \"\"\"\n\n    # component lists\n    runtimes_available = []\n    winebridge_available = []\n    runners_available = []\n    dxvk_available = []\n    vkd3d_available = []\n    nvapi_available = []\n    latencyflex_available = []\n    local_bottles: Dict[str, BottleConfig] = {}\n    supported_runtimes = {}\n    supported_winebridge = {}\n    supported_wine_runners = {}\n    supported_proton_runners = {}\n    supported_dxvk = {}\n    supported_vkd3d = {}\n    supported_nvapi = {}\n    supported_latencyflex = {}\n    supported_dependencies = {}\n    supported_installers = {}\n    _playtime_signals_connected: bool = False\n\n    def __init__(\n        self,\n        g_settings: Any = None,\n        check_connection: bool = True,\n        is_cli: bool = False,\n        **kwargs,\n    ):\n        super().__init__(**kwargs)\n\n        times = {\"start\": time.time()}\n\n        # common variables\n        self.is_cli = is_cli\n        self.settings = g_settings or GSettingsStub\n        self.utils_conn = ConnectionUtils(\n            force_offline=self.is_cli or self.settings.get_boolean(\"force-offline\")\n        )\n        self.data_mgr = DataManager()\n        _offline = True\n\n        if check_connection:\n            _offline = not self.utils_conn.check_connection()\n\n        # validating user-defined Paths.bottles\n        if user_bottles_path := self.data_mgr.get(UserDataKeys.CustomBottlesPath):\n            if os.path.exists(user_bottles_path):\n                Paths.bottles = user_bottles_path\n            else:\n                logging.error(\n                    f\"Custom bottles path {user_bottles_path} does not exist! \"\n                    f\"Falling back to default path.\"\n                )\n\n        # sub-managers\n        self.repository_manager = RepositoryManager(get_index=not _offline)\n        if self.repository_manager.aborted_connections > 0:\n            self.utils_conn.status = False\n            _offline = True\n\n        times[\"RepositoryManager\"] = time.time()\n        self.versioning_manager = VersioningManager(self)\n        times[\"VersioningManager\"] = time.time()\n        self.component_manager = ComponentManager(self, _offline)\n        self.installer_manager = InstallerManager(self, _offline)\n        self.dependency_manager = DependencyManager(self, _offline)\n        self.import_manager = ImportManager(self)\n        times[\"ImportManager\"] = time.time()\n        self.steam_manager = SteamManager()\n        times[\"SteamManager\"] = time.time()\n\n        # Initialize playtime tracker\n        self._initialize_playtime_tracker()\n        times[\"PlaytimeTracker\"] = time.time()\n\n        # React to runtime changes in playtime preference when available\n        if hasattr(self.settings, \"connect\"):\n            try:\n                self.settings.connect(\n                    \"changed::playtime-enabled\", self._on_playtime_enabled_changed\n                )\n            except Exception:\n                pass\n\n        # Subscribe to playtime signals (connect once per process)\n        if not Manager._playtime_signals_connected:\n            SignalManager.connect(Signals.ProgramStarted, self._on_program_started)\n            SignalManager.connect(Signals.ProgramFinished, self._on_program_finished)\n            Manager._playtime_signals_connected = True\n\n        if not self.is_cli:\n            times.update(self.checks(install_latest=False, first_run=True).data)\n        else:\n            logging.set_silent()\n\n        if \"BOOT_TIME\" in os.environ:\n            _temp_times = times.copy()\n            last = 0\n            times_str = \"Boot times:\"\n            for f, t in _temp_times.items():\n                if last == 0:\n                    last = int(round(t))\n                    continue\n                t = int(round(t))\n                times_str += f\"\\n\\t - {f} took: {t - last}s\"\n                last = t\n            logging.info(times_str)\n\n    def checks(\n        self,\n        install_latest=False,\n        first_run=False,\n        progress_callback: Optional[Callable[..., None]] = None,\n    ) -> Result:\n        logging.info(\"Performing Bottles checks…\")\n\n        rv = Result(status=True, data={})\n\n        steps: List[Tuple[Optional[str], str, Callable[[], bool | None]]] = [\n            (\"check_app_dirs\", _(\"Preparing folders…\"), self.check_app_dirs),\n            (\n                \"check_dxvk\",\n                _(\"Setting up DXVK…\"),\n                lambda: self.check_dxvk(install_latest),\n            ),\n            (\n                \"check_vkd3d\",\n                _(\"Setting up VKD3D…\"),\n                lambda: self.check_vkd3d(install_latest),\n            ),\n            (\n                \"check_nvapi\",\n                _(\"Setting up NVAPI…\"),\n                lambda: self.check_nvapi(install_latest),\n            ),\n            (\n                \"check_latencyflex\",\n                _(\"Setting up LatencyFleX…\"),\n                lambda: self.check_latencyflex(install_latest),\n            ),\n            (\n                \"check_runtimes\",\n                _(\"Preparing runtimes…\"),\n                lambda: self.check_runtimes(install_latest),\n            ),\n            (\n                \"check_winebridge\",\n                _(\"Preparing WineBridge…\"),\n                lambda: self.check_winebridge(install_latest),\n            ),\n            (\n                \"check_runners\",\n                _(\"Preparing runners…\"),\n                lambda: self.check_runners(install_latest),\n            ),\n        ]\n\n        if first_run:\n            steps.extend(\n                [\n                    (\n                        None,\n                        _(\"Organizing components…\"),\n                        self.organize_components,\n                    ),\n                    (\n                        None,\n                        _(\"Cleaning temporary files…\"),\n                        self.__clear_temp,\n                    ),\n                ]\n            )\n\n        steps.extend(\n            [\n                (\n                    None,\n                    _(\"Organizing dependencies…\"),\n                    self.organize_dependencies,\n                ),\n                (\n                    None,\n                    _(\"Organizing installers…\"),\n                    self.organize_installers,\n                ),\n                (\"check_bottles\", _(\"Loading bottles…\"), self.check_bottles),\n            ]\n        )\n\n        total_steps = len(steps)\n\n        for index, (data_key, description, func) in enumerate(steps, start=1):\n            if progress_callback:\n                try:\n                    progress_callback(\n                        description=description,\n                        current_step=index,\n                        total_steps=total_steps,\n                        completed=False,\n                    )\n                except Exception as error:  # pragma: no cover - defensive\n                    logging.debug(f\"Progress callback start failed: {error}\")\n\n            result = func()\n\n            if result is False:\n                rv.set_status(False)\n\n            if progress_callback:\n                try:\n                    progress_callback(\n                        description=description,\n                        current_step=index,\n                        total_steps=total_steps,\n                        completed=True,\n                    )\n                except Exception as error:  # pragma: no cover - defensive\n                    logging.debug(f\"Progress callback end failed: {error}\")\n\n            if data_key:\n                rv.data[data_key] = time.time()\n\n        return rv\n\n    def __del__(self):\n        # best-effort shutdown of playtime tracker\n        try:\n            if hasattr(self, \"playtime_tracker\") and self.playtime_tracker:\n                self.playtime_tracker.shutdown()\n        except Exception:\n            pass\n\n    def _initialize_playtime_tracker(self) -> None:\n        playtime_enabled = self.settings.get_boolean(\"playtime-enabled\")\n        playtime_interval = self.settings.get_int(\"playtime-heartbeat-interval\")\n        tracker = ProcessSessionTracker(\n            enabled=playtime_enabled,\n            heartbeat_interval=playtime_interval if playtime_interval > 0 else 60,\n        )\n        tracker.recover_open_sessions()\n        self.playtime_tracker = tracker\n\n    def _on_playtime_enabled_changed(self, _settings, _key) -> None:\n        enabled = self.settings.get_boolean(\"playtime-enabled\")\n        if not enabled:\n            if (\n                getattr(self, \"playtime_tracker\", None)\n                and self.playtime_tracker.enabled\n            ):\n                self._launch_to_session.clear()\n                self.playtime_tracker.disable_tracking()\n            return\n\n        if getattr(self, \"playtime_tracker\", None) and self.playtime_tracker.enabled:\n            return\n\n        self._initialize_playtime_tracker()\n\n    # Playtime signal handlers\n    _launch_to_session: Dict[str, int] = {}\n\n    # Public Playtime API (wrap tracker with Result)\n    def playtime_start(\n        self,\n        *,\n        bottle_id: str,\n        bottle_name: str,\n        bottle_path: str,\n        program_name: str,\n        program_path: str,\n    ) -> Result[int]:\n        try:\n            sid = self.playtime_tracker.start_session(\n                bottle_id=bottle_id,\n                bottle_name=bottle_name,\n                bottle_path=bottle_path,\n                program_name=program_name,\n                program_path=program_path,\n            )\n            return Result(True, data=sid)\n        except Exception as e:\n            logging.exception(e)\n            return Result(False, message=str(e))\n\n    def playtime_finish(\n        self,\n        session_id: int,\n        *,\n        status: str = \"success\",\n        ended_at: Optional[int] = None,\n    ) -> Result[None]:\n        try:\n            if status == \"success\":\n                self.playtime_tracker.mark_exit(\n                    session_id, status=\"success\", ended_at=ended_at\n                )\n            else:\n                self.playtime_tracker.mark_failure(session_id, status=status)\n            return Result(True)\n        except Exception as e:\n            logging.exception(e)\n            return Result(False, message=str(e))\n\n    def _on_program_started(self, data: Optional[Result] = None) -> None:\n        try:\n            if not data or not data.data:\n                return\n            payload: ProcessStartedPayload = data.data  # type: ignore\n            logging.debug(\n                f\"Playtime signal: started launch_id={payload.launch_id} bottle={payload.bottle_name} program={payload.program_name}\"\n            )\n            res = self.playtime_start(\n                bottle_id=payload.bottle_id,\n                bottle_name=payload.bottle_name,\n                bottle_path=payload.bottle_path,\n                program_name=payload.program_name,\n                program_path=payload.program_path,\n            )\n            if not res.ok:\n                return\n            sid = int(res.data or -1)\n            self._launch_to_session[payload.launch_id] = sid\n\n            config = self._get_payload_config(payload)\n            if config:\n                RegistryRuleManager.apply_rules(config, trigger=\"start_program\")\n        except Exception:\n            pass\n\n    def _on_program_finished(self, data: Optional[Result] = None) -> None:\n        try:\n            if not data or not data.data:\n                return\n            payload: ProcessFinishedPayload = data.data  # type: ignore\n            sid = self._launch_to_session.pop(payload.launch_id, -1)\n            if sid and sid > 0:\n                status = payload.status\n                ended_at = int(payload.ended_at or time.time())\n                logging.debug(\n                    f\"Playtime signal: finished launch_id={payload.launch_id} status={status} sid={sid}\"\n                )\n                self.playtime_finish(sid, status=status, ended_at=ended_at)\n\n            config = self._get_payload_config(payload)\n            if config:\n                RegistryRuleManager.apply_rules(config, trigger=\"stop_program\")\n        except Exception:\n            pass\n\n    def _get_payload_config(self, payload) -> Optional[BottleConfig]:\n        config = self.local_bottles.get(payload.bottle_name)\n        if isinstance(config, BottleConfig):\n            return config\n\n        try:\n            config_path = os.path.join(payload.bottle_path, \"bottle.yml\")\n        except Exception:\n            return None\n\n        loaded = BottleConfig.load(config_path)\n        if loaded.status:\n            return loaded.data\n        return None\n\n    def __clear_temp(self, force: bool = False):\n        \"\"\"Clears the temp directory if user setting allows it. Use the force\n        parameter to force clearing the directory.\n        \"\"\"\n        if self.settings.get_boolean(\"temp\") or force:\n            try:\n                shutil.rmtree(Paths.temp)\n                os.makedirs(Paths.temp, exist_ok=True)\n                logging.info(\"Temp directory cleaned successfully!\")\n            except FileNotFoundError:\n                self.check_app_dirs()\n\n    def get_cache_details(self) -> dict:\n        self.check_app_dirs()\n        file_utils = FileUtils()\n\n        temp_size_bytes = file_utils.get_path_size(Paths.temp, human=False)\n        templates = []\n        templates_size_bytes = 0\n\n        for template in TemplateManager.get_templates():\n            template_uuid = template.get(\"uuid\", \"\")\n            template_path = os.path.join(Paths.templates, template_uuid)\n\n            size_bytes = file_utils.get_path_size(template_path, human=False)\n            templates_size_bytes += size_bytes\n\n            templates.append(\n                {\n                    \"uuid\": template_uuid,\n                    \"env\": template.get(\"env\", \"\"),\n                    \"created\": template.get(\"created\", \"\"),\n                    \"size\": file_utils.get_human_size(size_bytes),\n                    \"size_bytes\": size_bytes,\n                }\n            )\n\n        total_size_bytes = temp_size_bytes + templates_size_bytes\n\n        return {\n            \"temp\": {\n                \"path\": Paths.temp,\n                \"size\": file_utils.get_human_size(temp_size_bytes),\n                \"size_bytes\": temp_size_bytes,\n            },\n            \"templates\": templates,\n            \"templates_size\": file_utils.get_human_size(templates_size_bytes),\n            \"templates_size_bytes\": templates_size_bytes,\n            \"total_size\": file_utils.get_human_size(total_size_bytes),\n            \"total_size_bytes\": total_size_bytes,\n        }\n\n    def clear_temp_cache(self) -> Result[None]:\n        try:\n            self.__clear_temp(force=True)\n        except Exception as ex:\n            logging.error(f\"Failed to clear temp cache: {ex}\")\n            return Result(False, message=str(ex))\n\n        return Result(True)\n\n    def clear_template_cache(self, template_uuid: str) -> Result[None]:\n        self.check_app_dirs()\n        try:\n            TemplateManager.delete_template(template_uuid)\n        except Exception as ex:\n            logging.error(f\"Failed to clear template cache: {ex}\")\n            return Result(False, message=str(ex))\n\n        return Result(True)\n\n    def clear_templates_cache(self) -> Result[None]:\n        self.check_app_dirs()\n        try:\n            for template in TemplateManager.get_templates():\n                TemplateManager.delete_template(template.get(\"uuid\", \"\"))\n        except Exception as ex:\n            logging.error(f\"Failed to clear templates cache: {ex}\")\n            return Result(False, message=str(ex))\n\n        return Result(True)\n\n    def clear_all_caches(self) -> Result[None]:\n        temp_result = self.clear_temp_cache()\n        if not temp_result.ok:\n            return temp_result\n\n        templates_result = self.clear_templates_cache()\n        if not templates_result.ok:\n            return templates_result\n\n        return Result(True)\n\n    def update_bottles(self, silent: bool = False):\n        \"\"\"Checks for new bottles and update the list view.\"\"\"\n        self.check_bottles(silent)\n        SignalManager.send(Signals.ManagerLocalBottlesLoaded)\n\n    def check_app_dirs(self):\n        \"\"\"\n        Checks for the existence of the bottles' directories, and creates them\n        if they don't exist.\n        \"\"\"\n        if not os.path.isdir(Paths.runners):\n            logging.info(\"Runners path doesn't exist, creating now.\")\n            os.makedirs(Paths.runners, exist_ok=True)\n\n        if not os.path.isdir(Paths.runtimes):\n            logging.info(\"Runtimes path doesn't exist, creating now.\")\n            os.makedirs(Paths.runtimes, exist_ok=True)\n\n        if not os.path.isdir(Paths.winebridge):\n            logging.info(\"WineBridge path doesn't exist, creating now.\")\n            os.makedirs(Paths.winebridge, exist_ok=True)\n\n        if not os.path.isdir(Paths.bottles):\n            logging.info(\"Bottles path doesn't exist, creating now.\")\n            os.makedirs(Paths.bottles, exist_ok=True)\n\n        if (\n            self.settings.get_boolean(\"steam-proton-support\")\n            and self.steam_manager.is_steam_supported\n        ):\n            if not os.path.isdir(Paths.steam):\n                logging.info(\"Steam path doesn't exist, creating now.\")\n                os.makedirs(Paths.steam, exist_ok=True)\n\n        if not os.path.isdir(Paths.dxvk):\n            logging.info(\"Dxvk path doesn't exist, creating now.\")\n            os.makedirs(Paths.dxvk, exist_ok=True)\n\n        if not os.path.isdir(Paths.vkd3d):\n            logging.info(\"Vkd3d path doesn't exist, creating now.\")\n            os.makedirs(Paths.vkd3d, exist_ok=True)\n\n        if not os.path.isdir(Paths.nvapi):\n            logging.info(\"Nvapi path doesn't exist, creating now.\")\n            os.makedirs(Paths.nvapi, exist_ok=True)\n\n        if not os.path.isdir(Paths.templates):\n            logging.info(\"Templates path doesn't exist, creating now.\")\n            os.makedirs(Paths.templates, exist_ok=True)\n\n        if not os.path.isdir(Paths.temp):\n            logging.info(\"Temp path doesn't exist, creating now.\")\n            os.makedirs(Paths.temp, exist_ok=True)\n\n        if not os.path.isdir(Paths.latencyflex):\n            logging.info(\"LatencyFleX path doesn't exist, creating now.\")\n            os.makedirs(Paths.latencyflex, exist_ok=True)\n\n    @RunAsync.run_async\n    def organize_components(self):\n        \"\"\"Get components catalog and organizes into supported_ lists.\"\"\"\n        EventManager.wait(Events.ComponentsFetching)\n        catalog = self.component_manager.fetch_catalog()\n        if len(catalog) == 0:\n            EventManager.done(Events.ComponentsOrganizing)\n            logging.info(\"No components found.\")\n            return\n\n        self.supported_wine_runners = catalog[\"wine\"]\n        self.supported_proton_runners = catalog[\"proton\"]\n        self.supported_runtimes = catalog[\"runtimes\"]\n        self.supported_winebridge = catalog[\"winebridge\"]\n        self.supported_dxvk = catalog[\"dxvk\"]\n        self.supported_vkd3d = catalog[\"vkd3d\"]\n        self.supported_nvapi = catalog[\"nvapi\"]\n        self.supported_latencyflex = catalog[\"latencyflex\"]\n        EventManager.done(Events.ComponentsOrganizing)\n\n    @RunAsync.run_async\n    def organize_dependencies(self):\n        \"\"\"Organizes dependencies into supported_dependencies.\"\"\"\n        EventManager.wait(Events.DependenciesFetching)\n        catalog = self.dependency_manager.fetch_catalog()\n        if len(catalog) == 0:\n            EventManager.done(Events.DependenciesOrganizing)\n            logging.info(\"No dependencies found!\")\n            return\n\n        self.supported_dependencies = catalog\n        EventManager.done(Events.DependenciesOrganizing)\n\n    @RunAsync.run_async\n    def organize_installers(self):\n        \"\"\"Organizes installers into supported_installers.\"\"\"\n        EventManager.wait(Events.InstallersFetching)\n        catalog = self.installer_manager.fetch_catalog()\n        if len(catalog) == 0:\n            EventManager.done(Events.InstallersOrganizing)\n            logging.info(\"No installers found!\")\n            return\n\n        self.supported_installers = catalog\n        EventManager.done(Events.InstallersOrganizing)\n\n    def remove_dependency(self, config: BottleConfig, dependency: list):\n        \"\"\"Uninstall a dependency and remove it from the bottle config.\"\"\"\n        dependency = dependency[0]\n        logging.info(f\"Removing {dependency} dependency from {config.Name}\")\n        uninstallers = config.Uninstallers\n\n        # run dependency uninstaller if available\n        if dependency in uninstallers:\n            uninstaller = uninstallers[dependency]\n            Uninstaller(config).from_name(uninstaller)\n\n        # remove dependency from bottle configuration\n        if dependency in config.Installed_Dependencies:\n            config.Installed_Dependencies.remove(dependency)\n\n        self.update_config(\n            config, key=\"Installed_Dependencies\", value=config.Installed_Dependencies\n        )\n        return Result(status=True, data={\"removed\": True})\n\n    def check_runners(self, install_latest: bool = True) -> bool:\n        \"\"\"\n        Check for available runners (both system and Bottles) and install\n        the latest version if install_latest is True. It also masks the\n        winemenubuilder tool.\n        \"\"\"\n        runners = glob(f\"{Paths.runners}/*/\")\n        self.runners_available, runners_available = [], []\n\n        # lock winemenubuilder.exe\n        for runner in runners:\n            if not SteamUtils.is_proton(runner):\n                winemenubuilder_paths = [\n                    f\"{runner}lib64/wine/x86_64-windows/winemenubuilder.exe\",\n                    f\"{runner}lib/wine/x86_64-windows/winemenubuilder.exe\",\n                    f\"{runner}lib32/wine/i386-windows/winemenubuilder.exe\",\n                    f\"{runner}lib/wine/i386-windows/winemenubuilder.exe\",\n                ]\n                for winemenubuilder in winemenubuilder_paths:\n                    if os.path.isfile(winemenubuilder):\n                        os.rename(winemenubuilder, f\"{winemenubuilder}.lock\")\n\n        # check system wine\n        if shutil.which(\"wine\") is not None:\n            \"\"\"\n            If the Wine command is available, get the runner version\n            and add it to the runners_available list.\n            \"\"\"\n            version = (\n                subprocess.Popen(\"wine --version\", stdout=subprocess.PIPE, shell=True)\n                .communicate()[0]\n                .decode(\"utf-8\")\n            )\n            version = \"sys-\" + version.split(\"\\n\")[0].split(\" \")[0]\n            runners_available.append(version)\n\n        # check bottles runners\n        for runner in runners:\n            _runner = os.path.basename(os.path.normpath(runner))\n            runners_available.append(_runner)\n\n        runners_available = self.__sort_runners(runners_available, \"\")\n\n        runners_order = {\n            \"soda\": [],\n            \"caffe\": [],\n            \"vaniglia\": [],\n            \"lutris\": [],\n            \"others\": [],\n            \"sys-\": [],\n        }\n\n        for i in runners_available:\n            for r in runners_order:\n                if i.startswith(r):\n                    runners_order[r].append(i)\n                    break\n            else:\n                runners_order[\"others\"].append(i)\n\n        self.runners_available = [x for l in list(runners_order.values()) for x in l]\n\n        if len(self.runners_available) > 0:\n            logging.info(\n                \"Runners found:\\n - {0}\".format(\"\\n - \".join(self.runners_available))\n            )\n\n        tmp_runners = [x for x in self.runners_available if not x.startswith(\"sys-\")]\n\n        if len(tmp_runners) == 0 and install_latest:\n            logging.warning(\"No managed runners found.\")\n\n            if self.utils_conn.check_connection():\n                # if connected, install the latest runner from repository\n                try:\n                    if not self.settings.get_boolean(\"release-candidate\"):\n                        tmp_runners = []\n                        for runner in self.supported_wine_runners.items():\n                            if runner[1][\"Channel\"] not in [\"rc\", \"unstable\"]:\n                                tmp_runners.append(runner)\n                                break\n                        runner_name = next(iter(tmp_runners))[0]\n                    else:\n                        tmp_runners = self.supported_wine_runners\n                        runner_name = next(iter(tmp_runners))\n                    self.component_manager.install(\"runner\", runner_name)\n                except StopIteration:\n                    return False\n            else:\n                return False\n\n        return True\n\n    def check_runtimes(self, install_latest: bool = True) -> bool:\n        self.runtimes_available = []\n        if \"FLATPAK_ID\" in os.environ:\n            self.runtimes_available = [\"flatpak-managed\"]\n            return True\n\n        runtimes = os.listdir(Paths.runtimes)\n\n        if len(runtimes) == 0:\n            if install_latest and self.utils_conn.check_connection():\n                logging.warning(\"No runtime found.\")\n                try:\n                    version = next(iter(self.supported_runtimes))\n                    return self.component_manager.install(\"runtime\", version)\n                except StopIteration:\n                    return False\n            return False\n\n        runtime = runtimes[0]  # runtimes cannot be more than one\n        manifest = os.path.join(Paths.runtimes, runtime, \"manifest.yml\")\n\n        if os.path.exists(manifest):\n            with open(manifest, \"r\") as f:\n                data = yaml.load(f)\n                version = data.get(\"version\")\n                if version:\n                    version = f\"runtime-{version}\"\n                    self.runtimes_available = [version]\n                    return True\n        return False\n\n    def __winebridge_status(self) -> tuple[Optional[str], Optional[str], bool]:\n        def _is_newer(candidate: str, current: str) -> bool:\n            versions = [candidate, current]\n            try:\n                sorted_versions = sort_by_version(list(versions))\n            except ValueError:\n                sorted_versions = sorted(versions, reverse=True)\n            return sorted_versions[0] == candidate and candidate != current\n\n        self.winebridge_available = []\n        winebridge = os.listdir(Paths.winebridge)\n        latest_supported = None\n\n        if self.supported_winebridge:\n            try:\n                latest_supported = sort_by_version(\n                    list(self.supported_winebridge.keys())\n                )[0]\n            except ValueError:\n                latest_supported = sorted(\n                    list(self.supported_winebridge.keys()), reverse=True\n                )[0]\n\n        version_file = os.path.join(Paths.winebridge, \"VERSION\")\n        installed_identifier = None\n        if os.path.exists(version_file):\n            with open(version_file, \"r\") as f:\n                version = f.read().strip()\n                if version:\n                    installed_identifier = f\"winebridge-{version}\"\n                    self.winebridge_available = [installed_identifier]\n\n        missing_installation = len(winebridge) == 0 or not installed_identifier\n        needs_latest = False\n        if latest_supported:\n            needs_latest = (\n                missing_installation\n                or _is_newer(latest_supported, installed_identifier)\n            )\n\n        return latest_supported, installed_identifier, needs_latest\n\n    def winebridge_update_status(self) -> dict:\n        latest_supported, installed_identifier, needs_latest = self.__winebridge_status()\n        return {\n            \"latest_supported\": latest_supported,\n            \"installed_identifier\": installed_identifier,\n            \"needs_latest\": needs_latest,\n            \"missing\": not installed_identifier,\n        }\n\n    def check_winebridge(\n        self, install_latest: bool = True, update: bool = False\n    ) -> bool:\n        latest_supported, installed_identifier, needs_latest = self.__winebridge_status()\n\n        can_install = install_latest or update\n        if can_install and needs_latest and latest_supported:\n            if not self.utils_conn.check_connection():\n                return False\n            logging.warning(\"WineBridge installation/update required.\")\n            res = self.component_manager.install(\"winebridge\", latest_supported)\n            if res.ok:\n                self.winebridge_available = [latest_supported]\n                return True\n            return False\n\n        if needs_latest and not can_install:\n            return False\n\n        return bool(self.winebridge_available)\n\n    def check_dxvk(self, install_latest: bool = True) -> bool:\n        res = self.__check_component(\"dxvk\", install_latest)\n        if res:\n            self.dxvk_available = res\n        return res is not False\n\n    def check_vkd3d(self, install_latest: bool = True) -> bool:\n        res = self.__check_component(\"vkd3d\", install_latest)\n        if res:\n            self.vkd3d_available = res\n        return res is not False\n\n    def check_nvapi(self, install_latest: bool = True) -> bool:\n        res = self.__check_component(\"nvapi\", install_latest)\n        if res:\n            self.nvapi_available = res\n        return res is not False\n\n    def check_latencyflex(self, install_latest: bool = True) -> bool:\n        res = self.__check_component(\"latencyflex\", install_latest)\n        if res:\n            self.latencyflex_available = res\n        return res is not False\n\n    def get_offline_components(\n        self, component_type: str, extra_name_check: str = \"\"\n    ) -> list:\n        components = {\n            \"dxvk\": {\n                \"available\": self.dxvk_available,\n                \"supported\": self.supported_dxvk,\n            },\n            \"vkd3d\": {\n                \"available\": self.vkd3d_available,\n                \"supported\": self.supported_vkd3d,\n            },\n            \"nvapi\": {\n                \"available\": self.nvapi_available,\n                \"supported\": self.supported_nvapi,\n            },\n            \"latencyflex\": {\n                \"available\": self.latencyflex_available,\n                \"supported\": self.supported_latencyflex,\n            },\n            \"runner\": {\n                \"available\": self.runners_available,\n                \"supported\": self.supported_wine_runners,\n            },\n            \"runner:proton\": {\n                \"available\": self.runners_available,\n                \"supported\": self.supported_proton_runners,\n            },\n        }\n        if component_type not in components:\n            logging.warning(f\"Unknown component type found: {component_type}\")\n            raise ValueError(\"Component type not supported.\")\n\n        component_list = components[component_type]\n        offline_components = list(\n            set(component_list[\"available\"]).difference(\n                component_list[\"supported\"].keys()\n            )\n        )\n\n        if component_type == \"runner\":\n            offline_components = [\n                runner\n                for runner in offline_components\n                if not runner.startswith(\"sys-\")\n                and not SteamUtils.is_proton(ManagerUtils.get_runner_path(runner))\n            ]\n        elif component_type == \"runner:proton\":\n            offline_components = [\n                runner\n                for runner in offline_components\n                if SteamUtils.is_proton(ManagerUtils.get_runner_path(runner))\n            ]\n\n        if (\n            extra_name_check\n            and extra_name_check not in component_list[\"available\"]\n            and extra_name_check not in component_list[\"supported\"]\n        ):\n            offline_components.append(extra_name_check)\n\n        try:\n            return sort_by_version(offline_components)\n        except ValueError:\n            return sorted(offline_components, reverse=True)\n\n    def __check_component(\n        self, component_type: str, install_latest: bool = True\n    ) -> bool | list:\n        components = {\n            \"dxvk\": {\n                \"available\": self.dxvk_available,\n                \"supported\": self.supported_dxvk,\n                \"path\": Paths.dxvk,\n            },\n            \"vkd3d\": {\n                \"available\": self.vkd3d_available,\n                \"supported\": self.supported_vkd3d,\n                \"path\": Paths.vkd3d,\n            },\n            \"nvapi\": {\n                \"available\": self.nvapi_available,\n                \"supported\": self.supported_nvapi,\n                \"path\": Paths.nvapi,\n            },\n            \"latencyflex\": {\n                \"available\": self.latencyflex_available,\n                \"supported\": self.supported_latencyflex,\n                \"path\": Paths.latencyflex,\n            },\n            \"runtime\": {\n                \"available\": self.runtimes_available,\n                \"supported\": self.supported_runtimes,\n                \"path\": Paths.runtimes,\n            },\n        }\n\n        if component_type not in components:\n            logging.warning(f\"Unknown component type found: {component_type}\")\n            raise ValueError(\"Component type not supported.\")\n\n        component = components[component_type]\n        component[\"available\"] = os.listdir(component[\"path\"])\n\n        if len(component[\"available\"]) > 0:\n            logging.info(\n                \"{0}s found:\\n - {1}\".format(\n                    component_type.capitalize(), \"\\n - \".join(component[\"available\"])\n                )\n            )\n\n        if len(component[\"available\"]) == 0 and install_latest:\n            logging.warning(f\"No {component_type} found.\")\n\n            if self.utils_conn.check_connection():\n                # if connected, install the latest component from repository\n                try:\n                    if not self.settings.get_boolean(\"release-candidate\"):\n                        tmp_components = []\n                        for cpnt in component[\"supported\"].items():\n                            if cpnt[1][\"Channel\"] not in [\"rc\", \"unstable\"]:\n                                tmp_components.append(cpnt)\n                                break\n                        component_version = next(iter(tmp_components))[0]\n                    else:\n                        tmp_components = component[\"supported\"]\n                        component_version = next(iter(tmp_components))\n                    self.component_manager.install(component_type, component_version)\n                    component[\"available\"] = [component_version]\n                except StopIteration:\n                    return False\n            else:\n                return False\n\n        try:\n            return sort_by_version(component[\"available\"])\n        except ValueError:\n            return sorted(component[\"available\"], reverse=True)\n\n    def get_programs(self, config: BottleConfig) -> List[dict]:\n        \"\"\"\n        Get the list of programs (both from the drive and the user defined\n        in the bottle configuration file).\n        \"\"\"\n        if config is None:\n            return []\n\n        bottle = ManagerUtils.get_bottle_path(config)\n        winepath = WinePath(config)\n        results = glob(f\"{bottle}/drive_c/users/*/Desktop/*.lnk\", recursive=True)\n        results += glob(\n            f\"{bottle}/drive_c/users/*/Start Menu/Programs/**/*.lnk\", recursive=True\n        )\n        results += glob(\n            f\"{bottle}/drive_c/ProgramData/Microsoft/Windows/Start Menu/Programs/**/*.lnk\",\n            recursive=True,\n        )\n        results += glob(\n            f\"{bottle}/drive_c/users/*/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/**/*.lnk\",\n            recursive=True,\n        )\n        installed_programs = []\n        ignored_patterns = [\n            \"*installer*\",\n            \"*unins*\",\n            \"*setup*\",\n            \"*debug*\",\n            \"*report*\",\n            \"*crash*\",\n            \"*err*\",\n            \"_*\",\n            \"start\",\n            \"OriginEr\",\n            \"*website*\",\n            \"*web site*\",\n            \"*user_manual*\",\n        ]\n        found = []\n        ext_programs = config.External_Programs\n\n        \"\"\"\n        Process External_Programs\n        \"\"\"\n        for _, _program in ext_programs.items():\n            found.append(_program[\"executable\"])\n            if winepath.is_windows(_program[\"path\"]):\n                program_folder = ManagerUtils.get_exe_parent_dir(\n                    config, _program[\"path\"]\n                )\n            else:\n                program_folder = os.path.dirname(_program[\"path\"])\n            installed_programs.append(\n                {\n                    \"executable\": _program.get(\"executable\"),\n                    \"arguments\": _program.get(\"arguments\"),\n                    \"name\": _program.get(\"name\"),\n                    \"path\": _program.get(\"path\"),\n                    \"icon\": \"com.usebottles.bottles-program\",\n                    \"pre_script\": _program.get(\"pre_script\"),\n                    \"pre_script_args\": _program.get(\"pre_script_args\"),\n                    \"post_script\": _program.get(\"post_script\"),\n                    \"post_script_args\": _program.get(\"post_script_args\"),\n                    \"folder\": _program.get(\"folder\", program_folder),\n                    \"dxvk\": _program.get(\"dxvk\"),\n                    \"vkd3d\": _program.get(\"vkd3d\"),\n                    \"dxvk_nvapi\": _program.get(\"dxvk_nvapi\"),\n                    \"gamescope\": _program.get(\"gamescope\"),\n                    \"pulseaudio_latency\": _program.get(\"pulseaudio_latency\"),\n                    \"virtual_desktop\": _program.get(\"virtual_desktop\"),\n                    \"winebridge\": _program.get(\"winebridge\"),\n                    \"removed\": _program.get(\"removed\"),\n                    \"id\": _program.get(\"id\"),\n                }\n            )\n\n        for program in results:\n            \"\"\"\n            for each .lnk file, try to get the executable path and\n            append it to the installed_programs list with its icon,\n            skip if the path contains the \"Uninstall\" word.\n            \"\"\"\n            executable_path = LnkUtils.get_data(program)\n            if executable_path in [None, \"\"]:\n                continue\n            executable_name = executable_path.split(\"\\\\\")[-1]\n            program_folder = ManagerUtils.get_exe_parent_dir(config, executable_path)\n            stop = False\n\n            for pattern in ignored_patterns:\n                try:\n                    if fnmatch.fnmatch(executable_name.lower(), pattern):\n                        stop = True\n                        break\n                except:  # safe to ignore\n                    pass\n            if stop:\n                continue\n\n            path_check = os.path.join(\n                bottle, executable_path.replace(\"C:\\\\\", \"drive_c\\\\\").replace(\"\\\\\", \"/\")\n            )\n            if os.path.exists(path_check):\n                if executable_name not in found:\n                    installed_programs.append(\n                        {\n                            \"executable\": executable_name,\n                            \"arguments\": \"\",\n                            \"name\": executable_name.rsplit(\".\", 1)[0],\n                            \"path\": executable_path,\n                            \"folder\": program_folder,\n                            \"icon\": \"com.usebottles.bottles-program\",\n                            \"id\": str(uuid.uuid4()),\n                            \"auto_discovered\": True,\n                        }\n                    )\n                    found.append(executable_name)\n\n            win_steam_manager = SteamManager(config, is_windows=True)\n\n            if (\n                self.settings.get_boolean(\"steam-programs\")\n                and win_steam_manager.is_steam_supported\n            ):\n                programs_names = [p.get(\"name\", \"\") for p in installed_programs]\n                for app in win_steam_manager.get_installed_apps_as_programs():\n                    if app[\"name\"] not in programs_names:\n                        installed_programs.append(app)\n\n            if self.settings.get_boolean(\n                \"epic-games\"\n            ) and EpicGamesStoreManager.is_epic_supported(config):\n                programs_names = [p.get(\"name\", \"\") for p in installed_programs]\n                for app in EpicGamesStoreManager.get_installed_games(config):\n                    if app[\"name\"] not in programs_names:\n                        installed_programs.append(app)\n\n            if self.settings.get_boolean(\n                \"ubisoft-connect\"\n            ) and UbisoftConnectManager.is_uconnect_supported(config):\n                programs_names = [p.get(\"name\", \"\") for p in installed_programs]\n                for app in UbisoftConnectManager.get_installed_games(config):\n                    if app[\"name\"] not in programs_names:\n                        installed_programs.append(app)\n\n        return installed_programs\n\n    def check_bottles(self, silent: bool = False):\n        \"\"\"\n        Check for local bottles and update the local_bottles list.\n        Will also mark the broken ones if the configuration file is missing\n        \"\"\"\n        bottles = os.listdir(Paths.bottles)\n\n        # Empty local bottles\n        self.local_bottles = {}\n\n        def process_bottle(bottle):\n            _name = bottle\n            _bottle = str(os.path.join(Paths.bottles, bottle))\n            _placeholder = os.path.join(_bottle, \"placeholder.yml\")\n            _config = os.path.join(_bottle, \"bottle.yml\")\n\n            if os.path.exists(_placeholder):\n                with open(_placeholder, \"r\") as f:\n                    try:\n                        placeholder_yaml = yaml.load(f)\n                        if placeholder_yaml.get(\"Path\"):\n                            _config = os.path.join(\n                                placeholder_yaml.get(\"Path\"), \"bottle.yml\"\n                            )\n                        else:\n                            raise ValueError(\"Missing Path in placeholder.yml\")\n                    except (yaml.YAMLError, ValueError):\n                        return\n\n            config_load = BottleConfig.load(_config)\n\n            if not config_load.status:\n                return\n\n            config = config_load.data\n\n            # Clear Run Executable parameters on new session start\n            if config.session_arguments:\n                config.session_arguments = \"\"\n\n            if config.run_in_terminal:\n                config.run_in_terminal = False\n\n            # Check if the path in the bottle config corresponds to the folder name\n            # if not, change the config to reflect the folder name\n            # if the folder name is \"illegal\" across all platforms, rename the folder\n\n            # \"universal\" platform works for all filesystem/OSes\n            sane_name = pathvalidate.sanitize_filepath(_name, platform=\"universal\")\n            if config.Custom_Path is False:  # There shouldn't be problems with this\n                if config.Path != _name or sane_name != _name:\n                    logging.warning(\n                        'Illegal bottle folder or mismatch between config \"Path\" and folder name'\n                    )\n                    if sane_name != _name:\n                        # This hopefully doesn't happen, but it's managed\n                        logging.warning(f\"Broken path in bottle {_name}, fixing...\")\n                        shutil.move(\n                            _bottle, str(os.path.join(Paths.bottles, sane_name))\n                        )\n                        # Restart the process bottle function. Normally, can't be recursive!\n                        process_bottle(sane_name)\n                        return\n\n                    config.Path = sane_name\n                    self.update_config(config=config, key=\"Path\", value=sane_name)\n\n            sample = BottleConfig()\n            miss_keys = sample.keys() - config.keys()\n            for key in miss_keys:\n                logging.warning(f\"Key {key} is missing for bottle {_name}, updating…\")\n                self.update_config(config=config, key=key, value=sample[key])\n\n            miss_params_keys = sample.Parameters.keys() - config.Parameters.keys()\n\n            for key in miss_params_keys:\n                \"\"\"\n                For each missing key in the bottle configuration, set\n                it to the default value.\n                \"\"\"\n                logging.warning(\n                    f\"Parameters key {key} is missing for bottle {_name}, updating…\"\n                )\n                self.update_config(\n                    config=config,\n                    key=key,\n                    value=sample.Parameters[key],\n                    scope=\"Parameters\",\n                )\n            self.local_bottles[config.Name] = config\n\n            real_path = ManagerUtils.get_bottle_path(config)\n            for p in [\n                os.path.join(real_path, \"cache\", \"dxvk_state\"),\n                os.path.join(real_path, \"cache\", \"gl_shader\"),\n                os.path.join(real_path, \"cache\", \"mesa_shader\"),\n                os.path.join(real_path, \"cache\", \"vkd3d_shader\"),\n            ]:\n                if not os.path.exists(p):\n                    os.makedirs(p)\n\n            for c in os.listdir(real_path):\n                c = str(c)\n                if c.endswith(\".dxvk-cache\"):\n                    # NOTE: the following code tries to create the caching directories\n                    #       if one or more already exist, it will fail silently as there\n                    #       is no need to create them again.\n                    try:\n                        shutil.move(\n                            os.path.join(real_path, c),\n                            os.path.join(real_path, \"cache\", \"dxvk_state\"),\n                        )\n                    except shutil.Error:\n                        pass\n                elif \"vkd3d-proton.cache\" in c:\n                    try:\n                        shutil.move(\n                            os.path.join(real_path, c),\n                            os.path.join(real_path, \"cache\", \"vkd3d_shader\"),\n                        )\n                    except shutil.Error:\n                        pass\n                elif c == \"GLCache\":\n                    try:\n                        shutil.move(\n                            os.path.join(real_path, c),\n                            os.path.join(real_path, \"cache\", \"gl_shader\"),\n                        )\n                    except shutil.Error:\n                        pass\n\n            if config.Parameters.dxvk_nvapi:\n                NVAPIComponent.check_bottle_nvngx(real_path, config)\n\n        for b in sorted(bottles):\n            \"\"\"\n            For each bottle add the path name to the `local_bottles` variable\n            and append the config.\n            \"\"\"\n            process_bottle(b)\n\n        if len(self.local_bottles) > 0 and not silent:\n            logging.info(\n                \"Bottles found:\\n - {0}\".format(\"\\n - \".join(self.local_bottles))\n            )\n\n        if (\n            self.settings.get_boolean(\"steam-proton-support\")\n            and self.steam_manager.is_steam_supported\n            and not self.is_cli\n        ):\n            self.steam_manager.update_bottles()\n            self.local_bottles.update(self.steam_manager.list_prefixes())\n\n    # Update parameters in bottle config\n    def update_config(\n        self,\n        config: BottleConfig,\n        key: str,\n        value: Any,\n        scope: str = \"\",\n        remove: bool = False,\n        fallback: bool = False,\n    ) -> Result[dict]:\n        \"\"\"\n        Update parameters in bottle config. Use the scope argument to\n        update the parameters in the specified scope (e.g. Parameters).\n        A new key will be created if another already exists and fallback\n        is set to True.\n        TODO: move to bottle.py (Bottle manager)\n        \"\"\"\n        _name = config.Name\n        logging.info(f\"Setting Key {key}={value} for bottle {_name}…\")\n\n        _config = config.copy()\n        wineboot = WineBoot(_config)\n        wineserver = WineServer(_config)\n        bottle_path = ManagerUtils.get_bottle_path(config)\n\n        if key == \"sync\":\n            \"\"\"\n            Workaround <https://github.com/bottlesdevs/Bottles/issues/916>\n            Sync type change requires wineserver restart or wine will fail\n            to execute any command.\n            \"\"\"\n            wineboot.kill()\n            wineserver.wait()\n\n        if scope:\n            if remove:\n                del config[scope][key]\n            elif config[scope].get(key) and fallback:\n                config[scope][f\"{key}-{uuid.uuid4()}\"] = value\n            else:\n                config[scope][key] = value\n        else:\n            if remove:\n                del config[key]\n            elif config.get(key) and fallback:\n                config[f\"{key}-{uuid.uuid4()}\"] = value\n            else:\n                config[key] = value\n\n        config.dump(os.path.join(bottle_path, \"bottle.yml\"))\n\n        config.Update_Date = str(datetime.now())\n\n        if config.Environment == \"Steam\":\n            self.steam_manager.update_bottle(config)\n\n        component_keys = {\n            \"Runner\",\n            \"DXVK\",\n            \"VKD3D\",\n            \"NVAPI\",\n            \"LatencyFleX\",\n            \"LatencyFleX_Activated\",\n        }\n\n        if key in component_keys or scope in component_keys:\n            RegistryRuleManager.apply_rules(config, trigger=\"components\")\n\n        return Result(status=True, data={\"config\": config})\n\n    def apply_audio_driver(self, driver: str) -> Result[None]:\n        \"\"\"Apply the configured audio driver override to every bottle.\"\"\"\n\n        logging.info(f\"Applying audio driver '{driver}' to local bottles…\")\n        try:\n            for config in self.local_bottles.values():\n                if not isinstance(config, BottleConfig):\n                    continue\n                RegKeys(config).set_audio_driver(driver)\n        except ValueError as exc:\n            logging.error(str(exc))\n            return Result(False, message=str(exc))\n\n        return Result(True)\n\n    def create_bottle_from_config(self, config: BottleConfig) -> bool:\n        \"\"\"Create a bottle from a config object.\"\"\"\n        logging.info(f\"Creating new {config.Name} bottle from config…\")\n\n        sample = BottleConfig()\n        for key in sample.keys():\n            \"\"\"\n            If the key is not in the configuration sample, set it to the\n            default value.\n            \"\"\"\n            if key not in config.keys():\n                self.update_config(config=config, key=key, value=sample[key])\n\n        if config.Runner not in self.runners_available:\n            \"\"\"\n            If the runner is not in the list of available runners, set it\n            to latest Soda. If there is no Soda, set it to the\n            first one.\n            \"\"\"\n            config.Runner = self.get_latest_runner()\n\n        if config.DXVK not in self.dxvk_available:\n            \"\"\"\n            If the DXVK is not in the list of available DXVKs, set it to\n            highest version which is the first in the list.\n            \"\"\"\n            config.DXVK = self.dxvk_available[0]\n\n        if config.VKD3D not in self.vkd3d_available:\n            \"\"\"\n            If the VKD3D is not in the list of available VKD3Ds, set it to\n            highest version which is the first in the list.\n            \"\"\"\n            config.VKD3D = self.vkd3d_available[0]\n\n        if config.NVAPI not in self.nvapi_available:\n            \"\"\"\n            If the NVAPI is not in the list of available NVAPIs, set it to\n            highest version which is the first in the list.\n            \"\"\"\n            config.NVAPI = self.nvapi_available[0]\n\n        # create the bottle path\n        bottle_path = os.path.join(Paths.bottles, config.Name)\n\n        if not os.path.exists(bottle_path):\n            \"\"\"\n            If the bottle does not exist, create it, else\n            append a random number to the name.\n            \"\"\"\n            os.makedirs(bottle_path)\n        else:\n            rnd = random.randint(100, 200)\n            bottle_path = f\"{bottle_path}__{rnd}\"\n            config.Name = f\"{config.Name}__{rnd}\"\n            config.Path = f\"{config.Path}__{rnd}\"\n            os.makedirs(bottle_path)\n\n        # Pre-create drive_c directory and set the case-fold flag\n        bottle_drive_c = os.path.join(bottle_path, \"drive_c\")\n        os.makedirs(bottle_drive_c)\n        FileUtils.chattr_f(bottle_drive_c)\n\n        # write the bottle config file\n        saved = config.dump(os.path.join(bottle_path, \"bottle.yml\"))\n        if not saved.status:\n            return False\n\n        if config.Parameters.dxvk:\n            \"\"\"\n            If DXVK is enabled, execute the installation script.\n            \"\"\"\n            self.install_dll_component(config, \"dxvk\")\n\n        if config.Parameters.dxvk_nvapi:\n            \"\"\"\n            If NVAPI is enabled, execute the substitution of DLLs.\n            \"\"\"\n            self.install_dll_component(config, \"nvapi\")\n\n        if config.Parameters.vkd3d:\n            \"\"\"\n            If the VKD3D parameter is set to True, install it\n            in the new bottle.\n            \"\"\"\n            self.install_dll_component(config, \"vkd3d\")\n\n        for dependency in config.Installed_Dependencies:\n            \"\"\"\n            Install each declared dependency in the new bottle.\n            \"\"\"\n            if dependency in self.supported_dependencies.keys():\n                dep = [dependency, self.supported_dependencies[dependency]]\n                res = self.dependency_manager.install(config, dep)\n                if not res.ok:\n                    logging.error(\n                        _(\"Failed to install dependency: %s\") % dependency,\n                        jn=True,\n                    )\n                    return False\n        logging.info(f\"New bottle from config created: {config.Path}\")\n        self.update_bottles(silent=True)\n        return True\n\n    def create_bottle(\n        self,\n        name,\n        environment: str,\n        path: str = \"\",\n        runner: str = False,\n        dxvk: bool = False,\n        vkd3d: bool = False,\n        nvapi: bool = False,\n        latencyflex: bool = False,\n        versioning: bool = False,\n        sandbox: bool = False,\n        fn_logger: callable = None,\n        arch: str = \"win64\",\n        custom_environment: Optional[str] = None,\n        cancel_event: Optional[Event] = None,\n    ) -> Result[dict]:\n        \"\"\"\n        Create a new bottle from the given arguments.\n        TODO: will be replaced by the BottleBuilder class.\n        \"\"\"\n\n        def log_update(message):\n            if fn_logger:\n                fn_logger(message)\n\n        cancellation_announced = False\n\n        cleanup_config = BottleConfig()\n        cleanup_config.Name = name\n        cleanup_config.Environment = environment.capitalize()\n        cleanup_config.Custom_Path = bool(path)\n\n        def is_cancelled() -> bool:\n            return cancel_event is not None and cancel_event.is_set()\n\n        def abort_build(message: Optional[str] = None) -> Result[dict]:\n            nonlocal cancellation_announced\n\n            if not cancellation_announced:\n                log_update(\n                    message\n                    or _(\"Cancellation requested. Stopping after the current step…\")\n                )\n                cancellation_announced = True\n\n            return Result(False, data={\"config\": cleanup_config})\n\n        def check_cancel(message: Optional[str] = None) -> Optional[Result[dict]]:\n            if not is_cancelled():\n                return None\n            return abort_build(message)\n\n        # check for essential components\n        check_attempts = 0\n\n        def components_check():\n            nonlocal check_attempts\n\n            if check_attempts > 2:\n                logging.error(\"Fail to install components, tried 3 times.\", jn=True)\n                log_update(_(\"Fail to install components, tried 3 times.\"))\n                return False\n\n            if 0 in [\n                len(self.runners_available),\n                len(self.dxvk_available),\n                len(self.vkd3d_available),\n                len(self.nvapi_available),\n                len(self.latencyflex_available),\n            ]:\n                logging.error(\"Missing essential components. Installing…\")\n                log_update(_(\"Missing essential components. Installing…\"))\n                self.check_runners()\n                self.check_dxvk()\n                self.check_vkd3d()\n                self.check_nvapi()\n                self.check_latencyflex()\n                self.organize_components()\n\n                check_attempts += 1\n                return components_check()\n\n            return True\n\n        if not components_check():\n            return Result(False)\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        # default components versions if not specified\n        if not runner:\n            # if no runner is specified, use the first one from available\n            runner = self.get_latest_runner()\n        runner_name = runner\n\n        if not dxvk:\n            # if no dxvk is specified, use the first one from available\n            dxvk = self.dxvk_available[0]\n        dxvk_name = dxvk\n\n        if not vkd3d:\n            # if no vkd3d is specified, use the first one from available\n            vkd3d = self.vkd3d_available[0]\n        vkd3d_name = vkd3d\n\n        if not nvapi:\n            # if no nvapi is specified, use the first one from available\n            nvapi = self.nvapi_available[0]\n        nvapi_name = nvapi\n\n        if not latencyflex:\n            # if no latencyflex is specified, use the first one from available\n            latencyflex = self.latencyflex_available[0]\n        latencyflex_name = latencyflex\n\n        # define bottle parameters\n        bottle_name = name\n        bottle_name_path = bottle_name.replace(\" \", \"-\")\n        bottle_name_path = pathvalidate.sanitize_filename(\n            bottle_name_path, platform=\"universal\"\n        )\n\n        # get bottle path\n        if path == \"\":\n            # if no path is specified, use the name as path\n            bottle_custom_path = False\n            bottle_complete_path = os.path.join(Paths.bottles, bottle_name_path)\n            cleanup_config.Path = bottle_name_path\n        else:\n            bottle_custom_path = True\n            bottle_complete_path = os.path.join(path, bottle_name_path)\n            cleanup_config.Path = bottle_complete_path\n\n        cleanup_config.Custom_Path = bottle_custom_path\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        # if another bottle with same path exists, append a random number\n        if os.path.exists(bottle_complete_path):\n            \"\"\"\n            if bottle path already exists, create a new one\n            using the name and a random number.\n            \"\"\"\n            rnd = random.randint(100, 200)\n            bottle_name_path = f\"{bottle_name_path}__{rnd}\"\n            bottle_complete_path = f\"{bottle_complete_path}__{rnd}\"\n\n            if bottle_custom_path:\n                cleanup_config.Path = bottle_complete_path\n            else:\n                cleanup_config.Path = bottle_name_path\n\n        # define registers that should be awaited\n        reg_files = [\n            os.path.join(bottle_complete_path, \"system.reg\"),\n            os.path.join(bottle_complete_path, \"user.reg\"),\n        ]\n\n        # create the bottle directory\n        try:\n            os.makedirs(bottle_complete_path)\n            # Pre-create drive_c directory and set the case-fold flag\n            bottle_drive_c = os.path.join(bottle_complete_path, \"drive_c\")\n            os.makedirs(bottle_drive_c)\n            FileUtils.chattr_f(bottle_drive_c)\n        except:\n            logging.error(\n                f\"Failed to create bottle directory: {bottle_complete_path}\", jn=True\n            )\n            log_update(_(\"Failed to create bottle directory.\"))\n            return Result(False)\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        if bottle_custom_path:\n            placeholder_dir = os.path.join(Paths.bottles, bottle_name_path)\n            try:\n                os.makedirs(placeholder_dir)\n                with open(os.path.join(placeholder_dir, \"placeholder.yml\"), \"w\") as f:\n                    placeholder = {\"Path\": bottle_complete_path}\n                    f.write(yaml.dump(placeholder))\n            except:\n                logging.error(\n                    f\"Failed to create placeholder directory/file at: {placeholder_dir}\",\n                    jn=True,\n                )\n                log_update(_(\"Failed to create placeholder directory/file.\"))\n                return Result(False)\n\n            cancel_result = check_cancel()\n            if cancel_result is not None:\n                return cancel_result\n\n        # generate bottle configuration\n        logging.info(\"Generating bottle configuration…\")\n        log_update(_(\"Generating bottle configuration…\"))\n        config = BottleConfig()\n        config.Name = bottle_name\n        config.Arch = arch\n        config.Runner = runner_name\n        config.DXVK = dxvk_name\n        config.VKD3D = vkd3d_name\n        config.NVAPI = nvapi_name\n        config.LatencyFleX = latencyflex_name\n        config.Path = bottle_name_path\n        if path:\n            config.Path = bottle_complete_path\n        config.Custom_Path = bottle_custom_path\n        config.Environment = environment.capitalize()\n        config.Creation_Date = str(datetime.now())\n        config.Update_Date = str(datetime.now())\n        if versioning:\n            config.Versioning = True\n        config.Limit_System_Environment = True\n        config.Inherited_Environment_Variables = (\n            Samples.default_inherited_environment.copy()\n        )\n\n        cleanup_config = config\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        # get template\n        template = TemplateManager.get_env_template(environment)\n        template_updated = False\n        if template:\n            log_update(_(\"Template found, applying…\"))\n            TemplateManager.unpack_template(template, config)\n            config.Installed_Dependencies = template[\"config\"][\"Installed_Dependencies\"]\n            config.Uninstallers = template[\"config\"][\"Uninstallers\"]\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        # initialize wineprefix\n        reg = Reg(config)\n        rk = RegKeys(config)\n        wineboot = WineBoot(config)\n        wineserver = WineServer(config)\n\n        # execute wineboot on the bottle path\n        log_update(_(\"The Wine config is being updated…\"))\n        wineboot.init()\n        log_update(_(\"Wine config updated!\"))\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        userdir = f\"{bottle_complete_path}/drive_c/users\"\n        if os.path.exists(userdir):\n            # userdir may not exists when unpacking a template, safely\n            # ignore as it will be created on first winebot.\n            links = []\n            for user in os.listdir(userdir):\n                _user_dir = os.path.join(userdir, user)\n\n                if os.path.isdir(_user_dir):\n                    for _dir in os.listdir(_user_dir):\n                        _dir_path = os.path.join(_user_dir, _dir)\n                        if os.path.islink(_dir_path):\n                            links.append(_dir_path)\n\n                    _documents_dir = os.path.join(_user_dir, \"Documents\")\n                    if os.path.isdir(_documents_dir):\n                        for _dir in os.listdir(_documents_dir):\n                            _dir_path = os.path.join(_documents_dir, _dir)\n                            if os.path.islink(_dir_path):\n                                links.append(_dir_path)\n\n                    _win_dir = os.path.join(\n                        _user_dir, \"AppData\", \"Roaming\", \"Microsoft\", \"Windows\"\n                    )\n                    if os.path.isdir(_win_dir):\n                        for _dir in os.listdir(_win_dir):\n                            _dir_path = os.path.join(_win_dir, _dir)\n                            if os.path.islink(_dir_path):\n                                links.append(_dir_path)\n\n            for link in links:\n                with contextlib.suppress(IOError, OSError):\n                    os.unlink(link)\n                    os.makedirs(link)\n\n            cancel_result = check_cancel()\n            if cancel_result is not None:\n                return cancel_result\n\n        # wait for registry files to be created\n        FileUtils.wait_for_files(reg_files)\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        # apply Windows version\n        if not template and not custom_environment:\n            cancel_result = check_cancel()\n            if cancel_result is not None:\n                return cancel_result\n\n            logging.info(\"Setting Windows version…\")\n            log_update(_(\"Setting Windows version…\"))\n            if (\n                \"soda\" not in runner_name.lower() and \"caffe\" not in runner_name.lower()\n            ):  # Caffe/Soda came with win10 by default\n                rk.lg_set_windows(config.Windows)\n                wineboot.update()\n\n            FileUtils.wait_for_files(reg_files)\n\n            # apply CMD settings\n            logging.info(\"Setting CMD default settings…\")\n            log_update(_(\"Apply CMD default settings…\"))\n            rk.apply_cmd_settings()\n            wineboot.update()\n\n            FileUtils.wait_for_files(reg_files)\n\n            logging.info(\"Enabling font smoothing…\")\n            log_update(_(\"Enabling font smoothing…\"))\n            rk.apply_font_smoothing()\n\n            audio_driver = self.settings.get_string(\"audio-driver\")\n            if audio_driver not in (\"\", \"default\"):\n                logging.info(\"Configuring audio driver…\")\n                log_update(_(\"Configuring audio driver…\"))\n                try:\n                    rk.set_audio_driver(audio_driver)\n                except ValueError as exc:\n                    logging.warning(str(exc))\n\n            wineboot.update()\n\n            FileUtils.wait_for_files(reg_files)\n\n            # blacklisting processes\n            logging.info(\"Optimizing environment…\")\n            log_update(_(\"Optimizing environment…\"))\n            _blacklist_dll = [\"winemenubuilder.exe\"]\n            for _dll in _blacklist_dll:\n                reg.add(\n                    key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DllOverrides\",\n                    value=_dll,\n                    data=\"\",\n                )\n\n        # apply environment configuration\n        logging.info(f\"Applying environment: [{environment}]…\")\n        log_update(_(\"Applying environment: {0}…\").format(environment))\n        env = None\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        if environment.lower() not in [\"custom\"]:\n            env = Samples.environments[environment.lower()]\n        elif custom_environment:\n            try:\n                with open(custom_environment, \"r\") as f:\n                    env = yaml.load(f.read())\n                    logging.warning(\"Using a custom environment recipe…\")\n                    log_update(_(\"(!) Using a custom environment recipe…\"))\n            except (FileNotFoundError, PermissionError, yaml.YAMLError):\n                logging.error(\"Recipe not not found or not valid…\")\n                log_update(_(\"(!) Recipe not not found or not valid…\"))\n                return Result(False)\n\n            wineboot.kill()\n\n        if env:\n            while wineserver.is_alive():\n                cancel_result = check_cancel()\n                if cancel_result is not None:\n                    return cancel_result\n                time.sleep(1)\n\n            for prm in config.Parameters:\n                if prm in env.get(\"Parameters\", {}):\n                    config.Parameters[prm] = env[\"Parameters\"][prm]\n\n            cancel_result = check_cancel()\n            if cancel_result is not None:\n                return cancel_result\n\n            if (not template and config.Parameters.dxvk) or (\n                template and template[\"config\"][\"DXVK\"] != dxvk\n            ):\n                cancel_result = check_cancel()\n                if cancel_result is not None:\n                    return cancel_result\n\n                # perform dxvk installation if configured\n                logging.info(\"Installing DXVK…\")\n                log_update(_(\"Installing DXVK…\"))\n                self.install_dll_component(config, \"dxvk\", version=dxvk_name)\n                template_updated = True\n\n            if (\n                not template\n                and config.Parameters.vkd3d\n                or (template and template[\"config\"][\"VKD3D\"] != vkd3d)\n            ):\n                cancel_result = check_cancel()\n                if cancel_result is not None:\n                    return cancel_result\n\n                # perform vkd3d installation if configured\n                logging.info(\"Installing VKD3D…\")\n                log_update(_(\"Installing VKD3D…\"))\n                self.install_dll_component(config, \"vkd3d\", version=vkd3d_name)\n                template_updated = True\n\n            if (\n                not template\n                and config.Parameters.dxvk_nvapi\n                or (template and template[\"config\"][\"NVAPI\"] != nvapi)\n            ):\n                if GPUUtils.is_gpu(GPUVendors.NVIDIA):\n                    cancel_result = check_cancel()\n                    if cancel_result is not None:\n                        return cancel_result\n\n                    # perform nvapi installation if configured\n                    logging.info(\"Installing DXVK-NVAPI…\")\n                    log_update(_(\"Installing DXVK-NVAPI…\"))\n                    self.install_dll_component(config, \"nvapi\", version=nvapi_name)\n                    template_updated = True\n\n            for dep in env.get(\"Installed_Dependencies\", []):\n                if template and dep in template[\"config\"][\"Installed_Dependencies\"]:\n                    continue\n                if dep in self.supported_dependencies:\n                    cancel_result = check_cancel()\n                    if cancel_result is not None:\n                        return cancel_result\n\n                    _dep = self.supported_dependencies[dep]\n                    log_update(\n                        _(\"Installing dependency: %s …\")\n                        % _dep.get(\"Description\", \"n/a\")\n                    )\n                    res = self.dependency_manager.install(config, [dep, _dep])\n                    if not res.ok:\n                        logging.error(\n                            _(\"Failed to install dependency: %s\")\n                            % _dep.get(\"Description\", \"n/a\"),\n                            jn=True,\n                        )\n                        log_update(\n                            _(\"Failed to install dependency: %s\")\n                            % _dep.get(\"Description\", \"n/a\")\n                        )\n                        return Result(False)\n                    template_updated = True\n\n        # save bottle config\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        config.dump(f\"{bottle_complete_path}/bottle.yml\")\n\n        if versioning:\n            # create first state if versioning enabled\n            cancel_result = check_cancel()\n            if cancel_result is not None:\n                return cancel_result\n\n            logging.info(\"Creating versioning state 0…\")\n            log_update(_(\"Creating versioning state 0…\"))\n            self.versioning_manager.create_state(config=config, message=\"First boot\")\n\n        # set status created and UI usability\n        logging.info(f\"New bottle created: {bottle_name}\", jn=True)\n        log_update(_(\"Finalizing…\"))\n\n        # wait for all registry changes to be applied\n        FileUtils.wait_for_files(reg_files)\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        # perform wineboot\n        wineboot.update()\n\n        cancel_result = check_cancel()\n        if cancel_result is not None:\n            return cancel_result\n\n        # caching template\n        if not template or template_updated:\n            logging.info(\"Caching template…\")\n            log_update(_(\"Caching template…\"))\n            TemplateManager.new(environment, config)\n\n        return Result(status=True, data={\"config\": config})\n\n    @staticmethod\n    def __sort_runners(runner_list: list, prefix: str) -> sorted:\n        \"\"\"\n        Return a sorted list of runners for a given prefix. Fallback to the\n        first available if fallback argument is True.\n        \"\"\"\n        runners = [runner for runner in runner_list if runner.startswith(prefix)]\n\n        try:\n            runners = sort_by_version(runners, \"\")\n        except ValueError:\n            runners = sorted(runners, key=lambda x: x.split(\"-\")[1], reverse=True)\n\n        return runners\n\n    def get_latest_runner(self, runner_prefix: str = \"soda\") -> list:\n        \"\"\"Return the latest available runner for a given prefix.\"\"\"\n        runners = self.__sort_runners(self.runners_available, runner_prefix)\n        if not runners:\n            runners = self.__sort_runners(self.runners_available, \"\")\n        return runners[0] if runners else []\n\n    def delete_bottle(self, config: BottleConfig) -> bool:\n        \"\"\"\n        Perform wineserver shutdown and delete the bottle.\n        TODO: will be replaced by the BottlesManager class.\n        \"\"\"\n        logging.info(\"Stopping bottle…\")\n        wineboot = WineBoot(config)\n        wineserver = WineServer(config)\n\n        wineboot.kill(True)\n        wineserver.wait()\n\n        if not config.Path:\n            logging.error(\"Empty path found. Disasters unavoidable.\")\n            return False\n\n        logging.info(\"Removing applications installed with the bottle…\")\n        for inst in glob(f\"{Paths.applications}/{config.Name}--*\"):\n            os.remove(inst)\n\n        logging.info(\"Removing library entries associated with this bottle…\")\n        library_manager = LibraryManager()\n        entries = library_manager.get_library().copy()\n        for _uuid, entry in entries.items():\n            if entry.get(\"bottle\").get(\"name\") == config.Name:\n                library_manager.remove_from_library(_uuid)\n\n        if config.Custom_Path:\n            logging.info(\"Removing placeholder…\")\n            placeholder_path = os.path.join(\n                Paths.bottles, os.path.basename(config.Path)\n            )\n            if not FileUtils.remove_path(placeholder_path):\n                logging.debug(f\"Failed to remove placeholder at {placeholder_path}\")\n\n        logging.info(\"Removing the bottle…\")\n        path = ManagerUtils.get_bottle_path(config)\n        subprocess.run([\"rm\", \"-rf\", path], stdout=subprocess.DEVNULL)\n\n        self.update_bottles(silent=True)\n\n        logging.info(f\"Deleted the bottle in: {path}\")\n        return True\n\n    def repair_bottle(self, config: BottleConfig) -> bool:\n        \"\"\"\n        This function tries to repair a broken bottle, creating a\n        new bottle configuration with the latest runner. Each fixed\n        bottle will use the Custom environment.\n        TODO: will be replaced by the BottlesManager class.\n        \"\"\"\n        logging.info(f\"Trying to repair the bottle: [{config.Name}]…\")\n\n        wineboot = WineBoot(config)\n        bottle_path = f\"{Paths.bottles}/{config.Name}\"\n\n        # create new config with path as name and Custom environment\n        new_config = BottleConfig()\n        new_config.Name = config.Name\n        new_config.Runner = self.get_latest_runner()\n        new_config.Path = config.Name\n        new_config.Environment = \"Custom\"\n        new_config.Creation_Date = str(datetime.now())\n        new_config.Update_Date = str(datetime.now())\n\n        saved = new_config.dump(os.path.join(bottle_path, \"bottle.yml\"))\n        if not saved.status:\n            return False\n\n        # Execute wineboot in bottle to generate missing files\n        wineboot.init()\n\n        # Update bottles\n        self.update_bottles()\n        return True\n\n    def install_dll_component(\n        self,\n        config: BottleConfig,\n        component: str,\n        remove: bool = False,\n        version: str = False,\n        overrides_only: bool = False,\n        exclude: list = None,\n    ) -> Result:\n        if exclude is None:\n            exclude = []\n\n        if component == \"dxvk\":\n            _version = version or config.DXVK or self.dxvk_available[0]\n            manager = DXVKComponent(_version)\n        elif component == \"vkd3d\":\n            _version = version or config.VKD3D or self.vkd3d_available[0]\n            manager = VKD3DComponent(_version)\n        elif component == \"nvapi\":\n            _version = version or config.NVAPI or self.nvapi_available[0]\n            manager = NVAPIComponent(_version)\n        elif component == \"latencyflex\":\n            _version = version or config.LatencyFleX\n            if not _version:\n                if len(self.latencyflex_available) == 0:\n                    self.check_latencyflex(install_latest=True)\n                _version = self.latencyflex_available[0]\n            manager = LatencyFleXComponent(_version)\n        else:\n            return Result(\n                status=False, data={\"message\": f\"Invalid component: {component}\"}\n            )\n\n        if remove:\n            manager.uninstall(config, exclude)\n        else:\n            manager.install(config, overrides_only, exclude)\n\n        return Result(status=True)\n"
  },
  {
    "path": "bottles/backend/managers/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nmanagersdir = join_paths(pkgdatadir, 'bottles/backend/managers')\n\nbottles_sources = [\n  '__init__.py',\n  'backup.py',\n  'component.py',\n  'dependency.py',\n  'installer.py',\n  'library.py',\n  'manager.py',\n  'versioning.py',\n  'data.py',\n  'runtime.py',\n  'importer.py',\n  'conf.py',\n  'journal.py',\n  'repository.py',\n  'template.py',\n  'sandbox.py',\n  'steam.py',\n  'epicgamesstore.py',\n  'ubisoftconnect.py',\n  'origin.py',\n  'queue.py',\n  'registry_rule.py',\n  'steamgriddb.py',\n  'thumbnail.py',\n  'playtime.py',\n  'eagle.py'\n]\n\ninstall_data(bottles_sources, install_dir: managersdir)\ninstall_data('eagle.yar', install_dir: managersdir)\n"
  },
  {
    "path": "bottles/backend/managers/origin.py",
    "content": "# origin.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.manager import ManagerUtils\n\n\nclass OriginManager:\n    @staticmethod\n    def find_manifests_path(config: BottleConfig) -> str | None:\n        \"\"\"\n        Finds the Origin manifests path.\n        \"\"\"\n        paths = [\n            os.path.join(\n                ManagerUtils.get_bottle_path(config),\n                \"drive_c/ProgramData/Origin/LocalContent\",\n            )\n        ]\n\n        for path in paths:\n            if os.path.exists(path):\n                return path\n        return None\n\n    @staticmethod\n    def is_origin_supported(config: BottleConfig) -> bool:\n        \"\"\"\n        Checks if Origin is supported.\n        \"\"\"\n        return OriginManager.find_manifests_path(config) is not None\n\n    @staticmethod\n    def get_installed_games(config: BottleConfig) -> list:\n        \"\"\"\n        Gets the games.\n        \"\"\"\n        games = []\n        return games\n"
  },
  {
    "path": "bottles/backend/managers/playtime.py",
    "content": "# playtime.py\n#\n# Core playtime tracking manager: session lifecycle, heartbeats, recovery, and totals.\n\nfrom __future__ import annotations\n\nimport re\nimport atexit\nimport hashlib\nimport os\nimport sqlite3\nimport threading\nimport time\nfrom dataclasses import dataclass\nfrom typing import Any, Dict, List, Optional, TypedDict\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\n\n\nlogging = Logger()\n\n\nSCHEMA_USER_VERSION = 1\n\n\nclass PlaytimeTotalsDict(TypedDict):\n    \"\"\"Type definition for playtime totals dictionary.\"\"\"\n\n    bottle_id: str\n    program_id: str\n    program_name: str\n    program_path: str\n    total_seconds: int\n    sessions_count: int\n    last_played: Optional[int]\n\n\n@dataclass(frozen=True)\nclass _TrackedSession:\n    session_id: int\n    bottle_id: str\n    program_id: str\n    program_name: str\n    started_at: int\n    last_seen: int\n\n\ndef _utc_now_seconds() -> int:\n    return int(time.time())\n\n\ndef _normalize_path_to_windows(bottle_path: str, program_path: str) -> str:\n    \"\"\"\n    Normalize a program path to Windows format for portable program_id hashing.\n\n    This ensures playtime data persists across machines and home directory changes.\n    Copied from WinePath.to_windows(native=True) to avoid needing a BottleConfig object.\n\n    Args:\n        bottle_path: Full path to the bottle (e.g., /home/user/.local/share/bottles/MyBottle)\n        program_path: Program path (can be Unix or Windows format)\n\n    Returns:\n        Windows-format path (e.g., C:\\\\Program Files\\\\game.exe)\n    \"\"\"\n\n    # Already Windows format? (copied from WinePath.is_windows)\n    if \":\" in program_path or \"\\\\\" in program_path:\n        return program_path\n\n    # Convert Unix to Windows - copied from WinePath.to_windows(native=True)\n    # BUT: we can't rely on bottle_path matching the path prefix exactly,\n    # so we extract the drive letter and everything after it generically\n    path = program_path\n\n    if \"/drive_\" in path:\n        # Extract drive letter and path after drive_X/\n        # Use case-insensitive search but preserve original path case\n        match = re.search(r\"/drive_([a-z])/(.+)\", path, re.IGNORECASE)\n        if match:\n            drive = match.group(1).upper()\n            rest = match.group(2)  # Keep original case\n            path = f\"{drive}:\\\\{rest.replace('/', chr(92))}\"  # chr(92) is backslash\n    elif \"/dosdevices/\" in path:\n        # Extract drive letter and path after dosdevices/X:/\n        match = re.search(r\"/dosdevices/([a-z]):/(.+)\", path, re.IGNORECASE)\n        if match:\n            drive = match.group(1).upper()\n            rest = match.group(2)  # Keep original case\n            path = f\"{drive}:\\\\{rest.replace('/', chr(92))}\"\n    else:\n        # Just convert slashes\n        path = path.replace(\"/\", \"\\\\\")\n\n    # Clean path (copied from WinePath.__clean_path)\n    return path.replace(\"\\n\", \" \").replace(\"\\r\", \" \").replace(\"\\t\", \" \").strip()\n\n\ndef _compute_program_id(bottle_id: str, bottle_path: str, program_path: str) -> str:\n    \"\"\"\n    Compute a stable program identifier from bottle and program info.\n\n    Normalizes paths to Windows format for portability across machines.\n    \"\"\"\n    normalized_path = _normalize_path_to_windows(bottle_path, program_path)\n    combined = f\"{bottle_id}:{normalized_path}\".encode(\"utf-8\")\n    program_id = hashlib.sha1(combined).hexdigest()\n\n    # Debug logging to track normalization\n    if program_path != normalized_path:\n        logging.debug(\n            f\"Path normalized: '{program_path}' -> '{normalized_path}' \"\n            f\"(bottle_path={bottle_path}) -> program_id={program_id}\"\n        )\n\n    return program_id\n\n\nclass ProcessSessionTracker:\n    \"\"\"\n    Track program play sessions and maintain aggregated totals.\n\n    This manager is self-contained and thread-safe for its public API. It\n    opens a single SQLite connection with WAL enabled and performs batched\n    heartbeat updates on a background thread.\n    \"\"\"\n\n    def __init__(\n        self,\n        *,\n        db_path: Optional[str] = None,\n        heartbeat_interval: int = 60,\n        enabled: bool = True,\n    ) -> None:\n        self.db_path = db_path or Paths.process_metrics\n        self.heartbeat_interval = max(1, int(heartbeat_interval))\n        self.enabled = bool(enabled)\n        self._closed = False\n\n        self._conn = self._connect()\n        self._ensure_schema()\n\n        self._lock = threading.RLock()\n        self._tracked: Dict[int, _TrackedSession] = {}\n\n        self._stop_event = threading.Event()\n        self._heartbeat_thread = threading.Thread(\n            target=self._heartbeat_loop, name=\"PlaytimeHeartbeat\", daemon=True\n        )\n        if self.enabled:\n            self._heartbeat_thread.start()\n\n        # Ensure DB is cleanly closed on process exit\n        try:\n            atexit.register(self._atexit_shutdown)\n        except Exception:\n            pass\n\n    def _connect(self) -> sqlite3.Connection:\n        os.makedirs(os.path.dirname(self.db_path), exist_ok=True)\n        conn = sqlite3.connect(self.db_path, check_same_thread=False)\n        conn.execute(\"PRAGMA journal_mode=WAL;\")\n        conn.execute(\"PRAGMA synchronous=NORMAL;\")\n        conn.execute(\"PRAGMA foreign_keys=ON;\")\n        conn.execute(\"PRAGMA busy_timeout=3000;\")\n        return conn\n\n    def _ensure_schema(self) -> None:\n        cur = self._conn.cursor()\n        cur.execute(\n            \"\"\"\n            CREATE TABLE IF NOT EXISTS sessions (\n                id INTEGER PRIMARY KEY AUTOINCREMENT,\n                bottle_id TEXT NOT NULL,\n                bottle_name TEXT NOT NULL,\n                bottle_path TEXT NOT NULL,\n                program_id TEXT NOT NULL,\n                program_name TEXT NOT NULL,\n                program_path TEXT NOT NULL,\n                started_at INTEGER NOT NULL,\n                ended_at INTEGER,\n                last_seen INTEGER NOT NULL,\n                duration_seconds INTEGER,\n                status TEXT NOT NULL CHECK (status IN ('running','success','crash','forced','unknown')),\n                UNIQUE (bottle_id, program_id, started_at)\n            );\n            \"\"\"\n        )\n\n        cur.execute(\n            \"\"\"\n            CREATE INDEX IF NOT EXISTS idx_sessions_bottle_program\n            ON sessions (bottle_id, program_id);\n            \"\"\"\n        )\n\n        cur.execute(\n            \"\"\"\n            CREATE INDEX IF NOT EXISTS idx_sessions_status\n            ON sessions (status);\n            \"\"\"\n        )\n\n        cur.execute(\n            \"\"\"\n            CREATE TABLE IF NOT EXISTS playtime_totals (\n                bottle_id TEXT NOT NULL,\n                bottle_name TEXT NOT NULL,\n                program_id TEXT NOT NULL,\n                program_name TEXT NOT NULL,\n                program_path TEXT NOT NULL,\n                total_seconds INTEGER NOT NULL DEFAULT 0,\n                sessions_count INTEGER NOT NULL DEFAULT 0,\n                last_played INTEGER,\n                PRIMARY KEY (bottle_id, program_id)\n            );\n            \"\"\"\n        )\n\n        cur.execute(\n            \"\"\"\n            CREATE INDEX IF NOT EXISTS idx_totals_last_played\n            ON playtime_totals (last_played DESC);\n            \"\"\"\n        )\n\n        cur.execute(f\"PRAGMA user_version={SCHEMA_USER_VERSION};\")\n        self._conn.commit()\n\n    def disable_tracking(self) -> None:\n        self.enabled = False\n        self.shutdown()\n\n    def shutdown(self) -> None:\n        if self._closed:\n            return\n        self._stop_event.set()\n        if self._heartbeat_thread.is_alive():\n            self._heartbeat_thread.join(timeout=self.heartbeat_interval + 1)\n        with self._lock:\n            self._tracked.clear()\n        try:\n            # Perform a final WAL checkpoint to avoid leftover -wal content\n            try:\n                cur = self._conn.cursor()\n                cur.execute(\"PRAGMA wal_checkpoint(TRUNCATE);\")\n                self._conn.commit()\n            except Exception:\n                pass\n            self._conn.close()\n        except Exception:\n            pass\n        finally:\n            self._closed = True\n\n    def _atexit_shutdown(self) -> None:\n        try:\n            self.shutdown()\n        except Exception:\n            pass\n\n    def start_session(\n        self,\n        *,\n        bottle_id: str,\n        bottle_name: str,\n        bottle_path: str,\n        program_name: str,\n        program_path: str,\n    ) -> int:\n        if not self.enabled:\n            logging.warning(\"Playtime tracking disabled; start_session is a no-op\")\n            return -1\n\n        # Normalize path to Windows format for consistent storage and hashing\n        normalized_path = _normalize_path_to_windows(bottle_path, program_path)\n        program_id = _compute_program_id(bottle_id, bottle_path, program_path)\n        base_timestamp = _utc_now_seconds()\n\n        with self._lock:\n            cur = self._conn.cursor()\n\n            # Collapse duplicates: if there is already a running session for this\n            # (bottle_id, program_id), return its session_id instead of creating\n            # a new one. Also ensure it is registered in the in-memory map.\n            cur.execute(\n                \"\"\"\n                SELECT id, started_at, last_seen, program_name\n                FROM sessions\n                WHERE bottle_id=? AND program_id=? AND status='running'\n                ORDER BY started_at DESC\n                LIMIT 1\n                \"\"\",\n                (bottle_id, program_id),\n            )\n            existing = cur.fetchone()\n            if existing is not None:\n                existing_id = int(existing[0])\n                existing_started_at = int(existing[1])\n                existing_last_seen = int(existing[2])\n                existing_program_name = str(existing[3])\n\n                if existing_id not in self._tracked:\n                    self._tracked[existing_id] = _TrackedSession(\n                        session_id=existing_id,\n                        bottle_id=bottle_id,\n                        program_id=program_id,\n                        program_name=existing_program_name,\n                        started_at=existing_started_at,\n                        last_seen=existing_last_seen,\n                    )\n                logging.info(\n                    f\"Session already running: id={existing_id} bottle={bottle_name} program={existing_program_name}\"\n                )\n                return existing_id\n\n            # Rarely, a restart within the same second can reuse the previous timestamp\n            # (schema has a UNIQUE constraint on bottle/program/started_at). We bump the\n            # timestamp deterministically to avoid throwing IntegrityError.\n            retries = 0\n            while True:\n                started_at = base_timestamp + retries\n                try:\n                    cur.execute(\n                        \"\"\"\n                        INSERT INTO sessions (\n                            bottle_id, bottle_name, bottle_path,\n                            program_id, program_name, program_path,\n                            started_at, ended_at, last_seen, duration_seconds,\n                            status\n                        ) VALUES (?, ?, ?, ?, ?, ?, ?, NULL, ?, NULL, 'running');\n                        \"\"\",\n                        (\n                            bottle_id,\n                            bottle_name,\n                            bottle_path,\n                            program_id,\n                            program_name,\n                            normalized_path,\n                            started_at,\n                            started_at,\n                        ),\n                    )\n                    break\n                except sqlite3.IntegrityError as exc:\n                    if (\n                        \"UNIQUE constraint failed: sessions.bottle_id, sessions.program_id, sessions.started_at\"\n                        not in str(exc)\n                    ):\n                        raise\n                    retries += 1\n                    if retries > 5:\n                        raise\n\n            session_id = int(cur.lastrowid) if cur.lastrowid is not None else 0\n            self._conn.commit()\n\n            # Track in-memory after successful commit\n            self._tracked[session_id] = _TrackedSession(\n                session_id=session_id,\n                bottle_id=bottle_id,\n                program_id=program_id,\n                program_name=program_name,\n                started_at=started_at,\n                last_seen=started_at,\n            )\n        logging.info(\n            f\"Session started: id={session_id} bottle={bottle_name} program={program_name}\"\n        )\n        return session_id\n\n    def mark_exit(\n        self,\n        session_id: int,\n        *,\n        status: str = \"success\",\n        ended_at: Optional[int] = None,\n    ) -> None:\n        if not self.enabled or session_id < 0:\n            return\n\n        with self._lock:\n            cur = self._conn.cursor()\n            cur.execute(\n                \"SELECT started_at, last_seen, bottle_id, program_id FROM sessions WHERE id=?\",\n                (session_id,),\n            )\n            row = cur.fetchone()\n            if not row:\n                logging.error(f\"mark_exit: session {session_id} not found\")\n                return\n            started_at = int(row[0])\n            bottle_id = str(row[2])\n            program_id = str(row[3])\n\n            end_ts = int(ended_at) if ended_at is not None else _utc_now_seconds()\n            duration = max(0, end_ts - started_at)\n\n            # Finalize session and update totals atomically\n            cur.execute(\n                \"\"\"\n                UPDATE sessions\n                SET ended_at=?, last_seen=?, duration_seconds=?, status=?\n                WHERE id=?\n                \"\"\",\n                (end_ts, end_ts, duration, status, session_id),\n            )\n\n            logging.debug(\n                f\"Playtime finalize: id={session_id} bottle_id={bottle_id} program_id={program_id} \"\n                f\"status={status} duration={duration}s ended_at={end_ts}\"\n            )\n\n            self._tracked.pop(session_id, None)\n\n            self._update_totals(bottle_id=bottle_id, program_id=program_id, cur=cur)\n            self._conn.commit()\n\n    def mark_failure(self, session_id: int, *, status: str) -> None:\n        if status not in (\"crash\", \"forced\", \"unknown\"):\n            status = \"unknown\"\n        logging.debug(f\"Playtime failure: id={session_id} status={status}\")\n        self.mark_exit(session_id, status=status)\n\n    def recover_open_sessions(self) -> None:\n        if not self.enabled:\n            return\n        cur = self._conn.cursor()\n        cur.execute(\n            \"SELECT id, started_at, last_seen, bottle_id, program_id FROM sessions WHERE status='running'\"\n        )\n        rows = cur.fetchall()\n        if not rows:\n            return\n\n        with self._lock:\n            for sid, started_at, last_seen, bottle_id, program_id in rows:\n                end_ts = int(last_seen)\n                duration = max(0, end_ts - int(started_at))\n                cur.execute(\n                    \"\"\"\n                    UPDATE sessions\n                    SET ended_at=?, duration_seconds=?, status='forced'\n                    WHERE id=?\n                    \"\"\",\n                    (end_ts, duration, sid),\n                )\n                self._tracked.pop(int(sid), None)\n                self._update_totals(\n                    bottle_id=str(bottle_id), program_id=str(program_id), cur=cur\n                )\n        self._conn.commit()\n        logging.info(f\"Recovered {len(rows)} running sessions -> forced at last_seen\")\n\n    def _heartbeat_loop(self) -> None:\n        while not self._stop_event.wait(self.heartbeat_interval):\n            try:\n                self._flush_heartbeats()\n            except Exception as e:\n                logging.exception(e)\n\n    def _flush_heartbeats(self) -> None:\n        with self._lock:\n            if not self._tracked:\n                return\n            now = _utc_now_seconds()\n            cur = self._conn.cursor()\n            for ts in self._tracked.values():\n                cur.execute(\n                    \"UPDATE sessions SET last_seen=? WHERE id=? AND status='running'\",\n                    (now, ts.session_id),\n                )\n                # update in-memory copy\n                self._tracked[ts.session_id] = _TrackedSession(\n                    session_id=ts.session_id,\n                    bottle_id=ts.bottle_id,\n                    program_id=ts.program_id,\n                    program_name=ts.program_name,\n                    started_at=ts.started_at,\n                    last_seen=now,\n                )\n                logging.debug(\n                    f\"Playtime heartbeat: id={ts.session_id} bottle_id={ts.bottle_id} \"\n                    f\"program_id={ts.program_id} last_seen={now}\"\n                )\n            self._conn.commit()\n\n    def _update_totals(\n        self, *, bottle_id: str, program_id: str, cur: Optional[sqlite3.Cursor] = None\n    ) -> None:\n        cur = cur or self._conn.cursor()\n        # Compute aggregate for this program from sessions that are not running\n        cur.execute(\n            \"\"\"\n            SELECT\n              MAX(bottle_name),\n              MAX(program_name),\n              MAX(program_path),\n              COALESCE(SUM(duration_seconds), 0),\n              COUNT(*),\n              MAX(COALESCE(ended_at, last_seen))\n            FROM sessions\n            WHERE bottle_id=? AND program_id=? AND status != 'running'\n            \"\"\",\n            (bottle_id, program_id),\n        )\n        row = cur.fetchone()\n        if not row:\n            return\n        (\n            bottle_name,\n            program_name,\n            program_path,\n            total_seconds,\n            sessions_count,\n            last_played,\n        ) = row\n\n        cur.execute(\n            \"\"\"\n            INSERT INTO playtime_totals (\n              bottle_id, bottle_name, program_id, program_name, program_path,\n              total_seconds, sessions_count, last_played\n            ) VALUES (?, ?, ?, ?, ?, ?, ?, ?)\n            ON CONFLICT(bottle_id, program_id) DO UPDATE SET\n              bottle_name=excluded.bottle_name,\n              program_name=excluded.program_name,\n              program_path=excluded.program_path,\n              total_seconds=excluded.total_seconds,\n              sessions_count=excluded.sessions_count,\n              last_played=excluded.last_played\n            \"\"\",\n            (\n                bottle_id,\n                bottle_name,\n                program_id,\n                program_name,\n                program_path,\n                int(total_seconds or 0),\n                int(sessions_count or 0),\n                int(last_played or 0) if last_played is not None else None,\n            ),\n        )\n        logging.debug(\n            f\"Playtime totals: bottle_id={bottle_id} program_id={program_id} \"\n            f\"program_name={program_name} sessions_count={int(sessions_count or 0)} \"\n            f\"total_seconds={int(total_seconds or 0)} last_played={int(last_played or 0) if last_played is not None else None}\"\n        )\n        # Do not commit here; caller manages transaction boundaries\n\n    def get_totals(\n        self, bottle_id: str, program_id: Optional[str] = None\n    ) -> Optional[PlaytimeTotalsDict]:\n        \"\"\"\n        Retrieve aggregated playtime totals for a specific program or bottle.\n\n        Args:\n            bottle_id: Identifier of the bottle.\n            program_id: Optional program identifier. If None, returns None\n                       (bottle-wide aggregation not implemented in DB).\n\n        Returns:\n            Dictionary with keys: bottle_id, program_id, program_name, program_path,\n            total_seconds, sessions_count, last_played (epoch int or None).\n            Returns None if no record found or tracking disabled.\n        \"\"\"\n        if not self.enabled:\n            return None\n\n        with self._lock:\n            cur = self._conn.cursor()\n            if program_id is None:\n                # Bottle-wide aggregate not stored; return None\n                return None\n\n            cur.execute(\n                \"\"\"\n                SELECT bottle_id, program_id, program_name, program_path,\n                       total_seconds, sessions_count, last_played\n                FROM playtime_totals\n                WHERE bottle_id=? AND program_id=?\n                \"\"\",\n                (bottle_id, program_id),\n            )\n            row = cur.fetchone()\n            if row is None:\n                return None\n\n            return {\n                \"bottle_id\": row[0],\n                \"program_id\": row[1],\n                \"program_name\": row[2],\n                \"program_path\": row[3],\n                \"total_seconds\": int(row[4]),\n                \"sessions_count\": int(row[5]),\n                \"last_played\": int(row[6]) if row[6] is not None else None,\n            }\n\n    def get_all_program_totals(\n        self, bottle_id: Optional[str] = None\n    ) -> List[PlaytimeTotalsDict]:\n        \"\"\"\n        Retrieve aggregated playtime totals for all programs, optionally filtered by bottle.\n\n        Args:\n            bottle_id: Optional bottle identifier. If None, returns all programs across all bottles.\n\n        Returns:\n            List of dictionaries, each with keys: bottle_id, program_id, program_name,\n            program_path, total_seconds, sessions_count, last_played (epoch int or None).\n            Returns empty list if tracking disabled.\n        \"\"\"\n        if not self.enabled:\n            return []\n\n        with self._lock:\n            cur = self._conn.cursor()\n            if bottle_id is None:\n                cur.execute(\n                    \"\"\"\n                    SELECT bottle_id, program_id, program_name, program_path,\n                           total_seconds, sessions_count, last_played\n                    FROM playtime_totals\n                    ORDER BY last_played DESC\n                    \"\"\"\n                )\n            else:\n                cur.execute(\n                    \"\"\"\n                    SELECT bottle_id, program_id, program_name, program_path,\n                           total_seconds, sessions_count, last_played\n                    FROM playtime_totals\n                    WHERE bottle_id=?\n                    ORDER BY last_played DESC\n                    \"\"\",\n                    (bottle_id,),\n                )\n            rows = cur.fetchall()\n            return [\n                {\n                    \"bottle_id\": row[0],\n                    \"program_id\": row[1],\n                    \"program_name\": row[2],\n                    \"program_path\": row[3],\n                    \"total_seconds\": int(row[4]),\n                    \"sessions_count\": int(row[5]),\n                    \"last_played\": int(row[6]) if row[6] is not None else None,\n                }\n                for row in rows\n            ]\n\n    def get_weekly_playtime(\n        self, bottle_id: str, program_id: str, week_offset: int = 0\n    ) -> list[int]:\n        \"\"\"\n        Get playtime aggregated by day of week for a specific week.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier (SHA1 hash of bottle_id:program_path)\n            week_offset: Week offset from current week (0=current, -1=last week, -2=two weeks ago, etc.)\n\n        Returns:\n            List of 7 integers representing minutes played per day, indexed by day of week.\n            Index 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday.\n            Returns [0, 0, 0, 0, 0, 0, 0] if tracking is disabled or no data found.\n\n        Example:\n            # Get current week's playtime\n            weekly_data = tracker.get_weekly_playtime(\"bottle1\", \"abc123def\", 0)\n            # Result: [120, 45, 0, 90, 180, 240, 60]  # minutes per day Sun-Sat\n\n            # Get last week's playtime\n            last_week = tracker.get_weekly_playtime(\"bottle1\", \"abc123def\", -1)\n        \"\"\"\n        if not self.enabled:\n            logging.debug(\n                \"Playtime tracking disabled; get_weekly_playtime returns zeros\"\n            )\n            return [0] * 7\n\n        try:\n            with self._lock:\n                cur = self._conn.cursor()\n\n                # Calculate week boundaries using SQLite date functions\n                # 'weekday 0' goes to next Sunday, so use '-7 days' to get to the start of current week\n                # Then add offset*7 to shift to the target week\n                cur.execute(\n                    \"\"\"\n                    SELECT \n                        CAST(strftime('%w', started_at, 'unixepoch', 'localtime') AS INTEGER) as day_of_week,\n                        SUM(duration_seconds) as total_seconds\n                    FROM sessions\n                    WHERE \n                        bottle_id = ? AND \n                        program_id = ? AND \n                        status != 'running' AND\n                        date(started_at, 'unixepoch', 'localtime') >= date('now', 'weekday 0', '-7 days', ? || ' days') AND\n                        date(started_at, 'unixepoch', 'localtime') < date('now', 'weekday 0', '-7 days', ? || ' days')\n                    GROUP BY day_of_week\n                \"\"\",\n                    (\n                        bottle_id,\n                        program_id,\n                        str(week_offset * 7),\n                        str((week_offset + 1) * 7),\n                    ),\n                )\n\n                # Build result array (7 days, initialized to 0)\n                result = [0] * 7\n                for row in cur.fetchall():\n                    day_of_week = int(row[0])  # 0=Sunday, 6=Saturday\n                    total_seconds = int(row[1] or 0)\n                    result[day_of_week] = total_seconds // 60  # Convert to minutes\n\n                logging.debug(\n                    f\"Weekly playtime: bottle_id={bottle_id} program_id={program_id} \"\n                    f\"week_offset={week_offset} result={result}\"\n                )\n                return result\n\n        except Exception:\n            logging.error(\n                f\"Failed to get weekly playtime: bottle_id={bottle_id} program_id={program_id} \"\n                f\"week_offset={week_offset}\",\n                exc_info=True,\n            )\n            return [0] * 7\n\n    def get_daily_playtime(\n        self, bottle_id: str, program_id: str, date_str: str\n    ) -> list[int]:\n        \"\"\"\n        Get playtime aggregated by hour of day (24-hour breakdown) for a specific date.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier (SHA1 hash of bottle_id:program_path)\n            date_str: Date in 'YYYY-MM-DD' format (e.g., '2025-11-20')\n\n        Returns:\n            List of 24 integers representing minutes played per hour.\n            Index 0=00:00-00:59, 1=01:00-01:59, ..., 23=23:00-23:59.\n            Returns [0]*24 if tracking is disabled or no data found.\n\n        Example:\n            # Get playtime for November 20, 2025, broken down by hour\n            hourly_data = tracker.get_daily_playtime(\"bottle1\", \"abc123def\", \"2025-11-20\")\n            # Result: [0, 0, 0, 0, 0, 0, 0, 0, 120, 45, 0, 0, 90, 30, 180, 240, 60, 0, 0, 0, 0, 0, 0, 0]\n        \"\"\"\n        if not self.enabled:\n            logging.debug(\n                \"Playtime tracking disabled; get_daily_playtime returns zeros\"\n            )\n            return [0] * 24\n\n        try:\n            with self._lock:\n                cur = self._conn.cursor()\n\n                # Get all sessions for the specific date\n                # We need to split sessions that span multiple hours\n                cur.execute(\n                    \"\"\"\n                    SELECT \n                        started_at,\n                        ended_at\n                    FROM sessions\n                    WHERE \n                        bottle_id = ? AND \n                        program_id = ? AND \n                        status != 'running' AND\n                        date(started_at, 'unixepoch', 'localtime') = ?\n                \"\"\",\n                    (bottle_id, program_id, date_str),\n                )\n\n                # Initialize 24-hour vector (in minutes, as floats for precision)\n                hourly_minutes = [0.0] * 24\n\n                # Process each session\n                for row in cur.fetchall():\n                    started_at = int(row[0])\n                    ended_at = int(row[1])\n\n                    # Iterate through the session, distributing time across hours\n                    current_timestamp = started_at\n\n                    while current_timestamp < ended_at:\n                        # Calculate which hour we're in\n                        from datetime import datetime\n\n                        dt = datetime.fromtimestamp(current_timestamp)\n                        hour = dt.hour\n\n                        # Calculate end of current hour\n                        next_hour = (\n                            datetime(\n                                dt.year, dt.month, dt.day, dt.hour, 59, 59\n                            ).timestamp()\n                            + 1\n                        )\n\n                        # Calculate time spent in this hour (in seconds)\n                        time_in_hour_seconds = (\n                            min(ended_at, next_hour) - current_timestamp\n                        )\n\n                        # Convert to minutes and add to the hour bucket\n                        hourly_minutes[hour] += time_in_hour_seconds / 60.0\n\n                        # Move to the start of next hour\n                        current_timestamp = next_hour\n\n                # Convert float minutes to integers for the result\n                result = [int(minutes) for minutes in hourly_minutes]\n\n                logging.debug(\n                    f\"Daily playtime: bottle_id={bottle_id} program_id={program_id} \"\n                    f\"date={date_str} result={result}\"\n                )\n                return result\n\n        except Exception:\n            logging.error(\n                f\"Failed to get daily playtime: bottle_id={bottle_id} program_id={program_id} \"\n                f\"date={date_str}\",\n                exc_info=True,\n            )\n            return [0] * 24\n\n    def get_monthly_playtime(\n        self, bottle_id: str, program_id: str, year: int\n    ) -> list[int]:\n        \"\"\"\n        Get playtime aggregated by month for a specific year.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier (SHA1 hash of bottle_id:program_path)\n            year: Year as integer (e.g., 2025)\n\n        Returns:\n            List of 12 integers representing minutes played per month.\n            Index 0=January, 1=February, ..., 11=December.\n            Returns [0]*12 if tracking is disabled or no data found.\n\n        Example:\n            # Get playtime for 2025, broken down by month\n            monthly_data = tracker.get_monthly_playtime(\"bottle1\", \"abc123def\", 2025)\n            # Result: [120, 450, 800, 900, 1200, 1500, 2000, 1800, 1600, 1400, 1200, 1000]\n        \"\"\"\n        if not self.enabled:\n            logging.debug(\n                \"Playtime tracking disabled; get_monthly_playtime returns zeros\"\n            )\n            return [0] * 12\n\n        try:\n            with self._lock:\n                cur = self._conn.cursor()\n\n                # Query sessions for the specific year, grouped by month\n                # strftime('%m', ...) returns month as 01-12\n                cur.execute(\n                    \"\"\"\n                    SELECT \n                        CAST(strftime('%m', started_at, 'unixepoch', 'localtime') AS INTEGER) as month,\n                        SUM(duration_seconds) as total_seconds\n                    FROM sessions\n                    WHERE \n                        bottle_id = ? AND \n                        program_id = ? AND \n                        status != 'running' AND\n                        strftime('%Y', started_at, 'unixepoch', 'localtime') = ?\n                    GROUP BY month\n                \"\"\",\n                    (bottle_id, program_id, str(year)),\n                )\n\n                # Build result array (12 months, initialized to 0)\n                result = [0] * 12\n                for row in cur.fetchall():\n                    month = int(row[0])  # 1-12 from SQLite\n                    total_seconds = int(row[1] or 0)\n                    result[month - 1] = (\n                        total_seconds // 60\n                    )  # Convert to minutes, adjust to 0-11 indexing\n\n                logging.debug(\n                    f\"Monthly playtime: bottle_id={bottle_id} program_id={program_id} \"\n                    f\"year={year} result={result}\"\n                )\n                return result\n\n        except Exception:\n            logging.error(\n                f\"Failed to get monthly playtime: bottle_id={bottle_id} program_id={program_id} \"\n                f\"year={year}\",\n                exc_info=True,\n            )\n            return [0] * 12\n\n    def get_weekly_session_count(\n        self, bottle_id: str, program_id: str, week_offset: int = 0\n    ) -> int:\n        \"\"\"\n        Get the number of sessions for a specific week.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier (SHA1 hash of bottle_id:program_path)\n            week_offset: Week offset from current week (0=current, -1=last week, etc.)\n\n        Returns:\n            Number of completed sessions in the specified week.\n        \"\"\"\n        if not self.enabled:\n            return 0\n\n        try:\n            with self._lock:\n                cur = self._conn.cursor()\n                cur.execute(\n                    \"\"\"\n                    SELECT COUNT(*)\n                    FROM sessions\n                    WHERE \n                        bottle_id = ? AND \n                        program_id = ? AND \n                        status != 'running' AND\n                        date(started_at, 'unixepoch', 'localtime') >= date('now', 'weekday 0', '-7 days', ? || ' days') AND\n                        date(started_at, 'unixepoch', 'localtime') < date('now', 'weekday 0', '-7 days', ? || ' days')\n                \"\"\",\n                    (\n                        bottle_id,\n                        program_id,\n                        str(week_offset * 7),\n                        str((week_offset + 1) * 7),\n                    ),\n                )\n\n                return int(cur.fetchone()[0] or 0)\n        except Exception as e:\n            logging.error(f\"Failed to get weekly session count: {e}\", exc_info=True)\n            return 0\n\n    def get_daily_session_count(\n        self, bottle_id: str, program_id: str, date_str: str\n    ) -> int:\n        \"\"\"\n        Get the number of sessions for a specific day.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier\n            date_str: Date in 'YYYY-MM-DD' format\n\n        Returns:\n            Number of completed sessions on the specified date.\n        \"\"\"\n        if not self.enabled:\n            return 0\n\n        try:\n            with self._lock:\n                cur = self._conn.cursor()\n                cur.execute(\n                    \"\"\"\n                    SELECT COUNT(*)\n                    FROM sessions\n                    WHERE \n                        bottle_id = ? AND \n                        program_id = ? AND \n                        status != 'running' AND\n                        date(started_at, 'unixepoch', 'localtime') = ?\n                \"\"\",\n                    (bottle_id, program_id, date_str),\n                )\n\n                return int(cur.fetchone()[0] or 0)\n        except Exception as e:\n            logging.error(f\"Failed to get daily session count: {e}\", exc_info=True)\n            return 0\n\n    def get_yearly_session_count(\n        self, bottle_id: str, program_id: str, year: int\n    ) -> int:\n        \"\"\"\n        Get the number of sessions for a specific year.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier\n            year: Year (e.g., 2025)\n\n        Returns:\n            Number of completed sessions in the specified year.\n        \"\"\"\n        if not self.enabled:\n            return 0\n\n        try:\n            with self._lock:\n                cur = self._conn.cursor()\n                cur.execute(\n                    \"\"\"\n                    SELECT COUNT(*)\n                    FROM sessions\n                    WHERE \n                        bottle_id = ? AND \n                        program_id = ? AND \n                        status != 'running' AND\n                        strftime('%Y', started_at, 'unixepoch', 'localtime') = ?\n                \"\"\",\n                    (bottle_id, program_id, str(year)),\n                )\n\n                return int(cur.fetchone()[0] or 0)\n        except Exception as e:\n            logging.error(f\"Failed to get yearly session count: {e}\", exc_info=True)\n            return 0\n"
  },
  {
    "path": "bottles/backend/managers/queue.py",
    "content": "# queue.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\nclass QueueManager:\n    __queue = 0\n\n    def __init__(self, end_fn, add_fn=None):\n        self.__add_fn = add_fn\n        self.__end_fn = end_fn\n\n    def add_task(self):\n        self.__queue += 1\n        if self.__add_fn and self.__queue == 1:\n            self.__add_fn()\n\n    def end_task(self):\n        self.__queue -= 1\n        if self.__queue <= 0:\n            self.__end_fn()\n"
  },
  {
    "path": "bottles/backend/managers/registry_rule.py",
    "content": "import os\nimport uuid\nfrom typing import TYPE_CHECKING, Iterable, List, Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.registry_rule import RegistryRule\nfrom bottles.backend.wine.reg import Reg\nfrom bottles.backend.utils.manager import ManagerUtils\n\nif TYPE_CHECKING:  # pragma: no cover\n    from bottles.backend.managers.manager import Manager\n\nlogging = Logger()\n\n\nclass RegistryRuleManager:\n    \"\"\"Manage reusable registry rules stored in bottle configs.\"\"\"\n\n    @staticmethod\n    def load_rules(config: BottleConfig) -> dict[str, RegistryRule]:\n        rules = {}\n        for raw in getattr(config, \"Registry_Rules\", []) or []:\n            rule = RegistryRule.from_dict(raw or {})\n            if rule.name:\n                rules[rule.name] = rule\n        return rules\n\n    @classmethod\n    def list_rules(cls, config: BottleConfig) -> List[RegistryRule]:\n        return list(cls.load_rules(config).values())\n\n    @classmethod\n    def upsert_rule(\n        cls, manager: \"Manager\", config: BottleConfig, rule: RegistryRule\n    ) -> None:\n        rules = cls.load_rules(config)\n        rules[rule.name] = rule\n        serialised = [item.to_dict() for item in rules.values()]\n        manager.update_config(config=config, key=\"Registry_Rules\", value=serialised)\n\n    @classmethod\n    def delete_rule(cls, manager: \"Manager\", config: BottleConfig, name: str):\n        rules = cls.load_rules(config)\n        if name in rules:\n            del rules[name]\n            serialised = [item.to_dict() for item in rules.values()]\n            manager.update_config(\n                config=config, key=\"Registry_Rules\", value=serialised\n            )\n\n    @classmethod\n    def apply_rules(\n        cls,\n        config: BottleConfig,\n        rule_names: Optional[Iterable[str]] = None,\n        trigger: Optional[str] = None,\n    ):\n        rules = cls.load_rules(config)\n        selected = (\n            {name: rules[name] for name in rule_names if name in rules}\n            if rule_names\n            else rules\n        )\n\n        if trigger:\n            selected = {\n                name: rule\n                for name, rule in selected.items()\n                if not rule.triggers or trigger in rule.triggers or \"all\" in rule.triggers\n            }\n\n        reg = Reg(config)\n        for name, rule in selected.items():\n            if not rule.keys.strip():\n                continue\n            logging.info(f\"Applying registry rule '{name}' for {config.Name}\")\n            reg_file = ManagerUtils.get_temp_path(f\"{uuid.uuid4()}.reg\")\n            keys = rule.keys.lstrip()\n            has_header = keys.upper().startswith(\"REGEDIT4\") or keys.lower().startswith(\n                \"windows registry editor version\"\n            )\n\n            with open(reg_file, \"w\") as bundle_file:\n                if not has_header:\n                    bundle_file.write(\"REGEDIT4\\n\\n\")\n                bundle_file.write(keys.rstrip())\n                bundle_file.write(\"\\n\")\n            reg.launch(f\"import {reg_file}\", communicate=True, minimal=True)\n            os.remove(reg_file)\n"
  },
  {
    "path": "bottles/backend/managers/repository.py",
    "content": "# repository.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\n\nimport pycurl\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.data import DataManager, UserDataKeys\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.params import APP_VERSION\nfrom bottles.backend.repos.component import ComponentRepo\nfrom bottles.backend.repos.dependency import DependencyRepo\nfrom bottles.backend.repos.installer import InstallerRepo\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.utils.threading import RunAsync\n\nlogging = Logger()\n\n\nclass RepositoryManager:\n    __repositories = {\n        \"components\": {\n            \"url\": \"https://proxy.usebottles.com/repo/components/\",\n            \"index\": \"\",\n            \"cls\": ComponentRepo,\n        },\n        \"dependencies\": {\n            \"url\": \"https://proxy.usebottles.com/repo/dependencies/\",\n            \"index\": \"\",\n            \"cls\": DependencyRepo,\n        },\n        \"installers\": {\n            \"url\": \"https://proxy.usebottles.com/repo/programs/\",\n            \"index\": \"\",\n            \"cls\": InstallerRepo,\n        },\n    }\n\n    def __init__(self, get_index=True):\n        self.do_get_index = True\n        self.aborted_connections = 0\n        SignalManager.connect(Signals.ForceStopNetworking, self.__stop_index)\n        self.data = DataManager()\n\n        self.__check_personals()\n        if get_index:\n            self.__get_index()\n\n    def get_repo(self, name: str, offline: bool = False):\n        if name in self.__repositories:\n            repo = self.__repositories[name]\n            return repo[\"cls\"](repo[\"url\"], repo[\"index\"], offline=offline)\n\n        logging.error(f\"Repository {name} not found\")\n\n    def __check_personals(self):\n        _personals = {}\n\n        stored_personals = self.data.get(UserDataKeys.PersonalRepositories) or {}\n        for repo_name in (\"components\", \"dependencies\", \"installers\"):\n            url = stored_personals.get(repo_name)\n            if url:\n                _personals[repo_name] = url\n\n        env_personals = {\n            \"components\": \"PERSONAL_COMPONENTS\",\n            \"dependencies\": \"PERSONAL_DEPENDENCIES\",\n            \"installers\": \"PERSONAL_INSTALLERS\",\n        }\n\n        for repo_name, env_var in env_personals.items():\n            if env_var in os.environ and os.environ[env_var]:\n                _personals[repo_name] = os.environ[env_var]\n\n        if not _personals:\n            return\n\n        for repo in self.__repositories:\n            if repo not in _personals:\n                continue\n\n            _url = _personals[repo]\n            self.__repositories[repo][\"url\"] = _url\n            logging.info(f\"Using personal {repo} repository at {_url}\")\n\n    def __curl_progress(self, _download_t, _download_d, _upload_t, _upload_d):\n        if self.do_get_index:\n            return pycurl.E_OK\n        else:\n            self.aborted_connections += 1\n            return pycurl.E_ABORTED_BY_CALLBACK\n\n    def __stop_index(self, res: Result):\n        if res.status:\n            self.do_get_index = False\n\n    def __get_index(self):\n        total = len(self.__repositories)\n\n        threads = []\n\n        for repo, data in self.__repositories.items():\n\n            def query(_repo, _data):\n                __index = os.path.join(_data[\"url\"], f\"{APP_VERSION}.yml\")\n                __fallback = os.path.join(_data[\"url\"], \"index.yml\")\n\n                for url in (__index, __fallback):\n                    c = pycurl.Curl()\n                    c.setopt(c.URL, url)\n                    c.setopt(c.NOBODY, True)\n                    c.setopt(c.FOLLOWLOCATION, True)\n                    c.setopt(c.TIMEOUT, 10)\n                    c.setopt(c.NOPROGRESS, False)\n                    c.setopt(c.XFERINFOFUNCTION, self.__curl_progress)\n\n                    try:\n                        c.perform()\n                    except pycurl.error as e:\n                        if url is not __index:\n                            logging.error(\n                                f\"Could not get index for {_repo} repository: {e}\"\n                            )\n                        continue\n\n                    if url.startswith(\"file://\") or c.getinfo(c.RESPONSE_CODE) == 200:\n                        _data[\"index\"] = url\n                        SignalManager.send(\n                            Signals.RepositoryFetched, Result(True, data=total)\n                        )\n                        break\n\n                    c.close()\n                else:\n                    SignalManager.send(\n                        Signals.RepositoryFetched, Result(False, data=total)\n                    )\n                    logging.error(f\"Could not get index for {_repo} repository\")\n\n            thread = RunAsync(query, _repo=repo, _data=data)\n            threads.append(thread)\n\n        for t in threads:\n            t.join()\n\n        self.do_get_index = True\n"
  },
  {
    "path": "bottles/backend/managers/runtime.py",
    "content": "# runtime.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nfrom functools import lru_cache\n\nfrom bottles.backend.globals import Paths\n\n\nclass RuntimeManager:\n    @staticmethod\n    @lru_cache\n    def get_runtimes(_filter: str = \"bottles\"):\n        runtimes = {\n            \"bottles\": RuntimeManager.__get_bottles_runtime(),\n            \"steam\": RuntimeManager.__get_steam_runtime(),\n        }\n\n        if _filter == \"steam\":\n            if len(runtimes.get(\"steam\", {})) == 0:\n                return False\n\n        return runtimes.get(_filter, False)\n\n    @staticmethod\n    def get_runtime_env(_filter: str = \"bottles\"):\n        runtime = RuntimeManager.get_runtimes(_filter)\n        env = \"\"\n\n        if runtime:\n            for p in runtime:\n                if \"EasyAntiCheatRuntime\" in p or \"BattlEyeRuntime\" in p:\n                    continue\n                env += f\":{p}\"\n\n        else:\n            return False\n\n        ld = os.environ.get(\"LD_LIBRARY_PATH\")\n        if ld:\n            env += f\":{ld}\"\n\n        return env\n\n    @staticmethod\n    def get_eac():\n        runtime = RuntimeManager.get_runtimes(\"bottles\")\n\n        if runtime:\n            for p in runtime:\n                if \"EasyAntiCheatRuntime\" in p:\n                    return p\n\n        return False\n\n    @staticmethod\n    def get_be():\n        runtime = RuntimeManager.get_runtimes(\"bottles\")\n\n        if runtime:\n            for p in runtime:\n                if \"BattlEyeRuntime\" in p:\n                    return p\n\n        return False\n\n    @staticmethod\n    def __get_runtime(paths: list, structure: list):\n        def check_structure(found, expected):\n            for e in expected:\n                if e not in found:\n                    return False\n            return True\n\n        for runtime_path in paths:\n            if not os.path.exists(runtime_path):\n                continue\n\n            structure_found = []\n            for root, dirs, files in os.walk(runtime_path):\n                for d in dirs:\n                    structure_found.append(d)\n\n            if not check_structure(structure_found, structure):\n                return []\n\n            res = [f\"{runtime_path}/{s}\" for s in structure]\n            eac_path = os.path.join(runtime_path, \"EasyAntiCheatRuntime\")\n            be_path = os.path.join(runtime_path, \"BattlEyeRuntime\")\n\n            if os.path.isdir(eac_path):\n                res.append(eac_path)\n\n            if os.path.isdir(be_path):\n                res.append(be_path)\n\n            return res\n\n        return False\n\n    @staticmethod\n    def __get_bottles_runtime():\n        paths = [\"/app/etc/runtime\", Paths.runtimes]\n        structure = [\"lib\", \"lib32\"]\n\n        return RuntimeManager.__get_runtime(paths, structure)\n\n    @staticmethod\n    def __get_steam_runtime():\n        from bottles.backend.managers.steam import SteamManager\n\n        available_runtimes = {}\n        steam_manager = SteamManager(check_only=True)\n\n        if not steam_manager.is_steam_supported:\n            return available_runtimes\n\n        lookup = {\n            \"sniper\": {\n                \"name\": \"sniper\",\n                \"entry_point\": os.path.join(\n                    steam_manager.steam_path,\n                    \"steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point\",\n                ),\n            },\n            \"soldier\": {\n                \"name\": \"soldier\",\n                \"entry_point\": os.path.join(\n                    steam_manager.steam_path,\n                    \"steamapps/common/SteamLinuxRuntime_soldier/_v2-entry-point\",\n                ),\n            },\n            \"scout\": {\n                \"name\": \"scout\",\n                \"entry_point\": os.path.join(\n                    steam_manager.steam_path, \"ubuntu12_32/steam-runtime/run.sh\"\n                ),\n            },\n        }\n\n        for name, data in lookup.items():\n            if not os.path.exists(data[\"entry_point\"]):\n                continue\n\n            available_runtimes[name] = data\n\n        return available_runtimes\n"
  },
  {
    "path": "bottles/backend/managers/sandbox.py",
    "content": "# steam.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\nimport os\nimport shlex\nimport subprocess\nfrom typing import Optional\n\n\nclass SandboxManager:\n    def __init__(\n        self,\n        envs: Optional[dict] = None,\n        chdir: Optional[str] = None,\n        clear_env: bool = False,\n        share_paths_ro: Optional[list] = None,\n        share_paths_rw: Optional[list] = None,\n        share_net: bool = False,\n        share_user: bool = False,\n        share_host_ro: bool = True,\n        share_display: bool = True,\n        share_sound: bool = True,\n        share_gpu: bool = True,\n    ):\n        self.envs = envs\n        self.chdir = chdir\n        self.clear_env = clear_env\n        self.share_paths_ro = list(share_paths_ro or [])\n        self.share_paths_rw = list(share_paths_rw or [])\n        self.share_net = share_net\n        self.share_user = share_user\n        self.share_host_ro = share_host_ro\n        self.share_display = share_display\n        self.share_sound = share_sound\n        self.share_gpu = share_gpu\n        self.__uid = os.environ.get(\"UID\", \"1000\")\n\n    def __get_bwrap(self, cmd: str):\n        _cmd = [\"bwrap\"]\n\n        if self.envs:\n            _cmd += [f\"--setenv {k} {shlex.quote(v)}\" for k, v in self.envs.items()]\n\n        if self.share_host_ro:\n            _cmd.append(\"--ro-bind / /\")\n\n        if self.chdir:\n            _cmd.append(f\"--chdir {shlex.quote(self.chdir)}\")\n            _cmd.append(f\"--bind {shlex.quote(self.chdir)} {shlex.quote(self.chdir)}\")\n\n        if self.clear_env:\n            _cmd.append(\"--clearenv\")\n\n        if self.share_paths_ro:\n            _cmd += [\n                f\"--ro-bind {shlex.quote(p)} {shlex.quote(p)}\"\n                for p in self.share_paths_ro\n            ]\n\n        if self.share_paths_rw:\n            _cmd += [\n                f\"--bind {shlex.quote(p)} {shlex.quote(p)}\" for p in self.share_paths_rw\n            ]\n\n        if self.share_sound:\n            _cmd.append(\n                f\"--ro-bind /run/user/{self.__uid}/pulse /run/user/{self.__uid}/pulse\"\n            )\n\n        if self.share_gpu:\n            pass  # not implemented yet\n\n        if self.share_display:\n            _cmd.append(\"--dev-bind /dev/video0 /dev/video0\")\n\n        _cmd.append(\"--share-net\" if self.share_net else \"--unshare-net\")\n        _cmd.append(\"--share-user\" if self.share_user else \"--unshare-user\")\n        _cmd.append(cmd)\n\n        return _cmd\n\n    def __get_flatpak_spawn(self, cmd: str):\n        _cmd = [\"flatpak-spawn\", \"--sandbox\"]\n\n        if self.envs:\n            _cmd += [f\"--env={k}={shlex.quote(v)}\" for k, v in self.envs.items()]\n\n        if self.clear_env:\n            _cmd.append(\"--clear-env\")\n\n        if self.chdir:\n            quoted_dir = shlex.quote(self.chdir)\n            _cmd.append(f\"--directory={quoted_dir}\")\n            _cmd.append(f\"--sandbox-expose-path={quoted_dir}\")\n\n        if self.share_host_ro:\n            _cmd.append(\"--sandbox-expose-path-ro=/\")\n\n        if self.share_paths_ro:\n            _cmd += [\n                f\"--sandbox-expose-path-ro={shlex.quote(p)}\"\n                for p in self.share_paths_ro\n            ]\n\n        if self.share_paths_rw:\n            _cmd += [\n                f\"--sandbox-expose-path={shlex.quote(p)}\" for p in self.share_paths_rw\n            ]\n\n        if not self.share_net:\n            _cmd.append(\"--no-network\")\n\n        if self.share_display:\n            _cmd.append(\"--sandbox-flag=share-display\")\n\n        if self.share_sound:\n            _cmd.append(\"--sandbox-flag=share-sound\")\n\n        if self.share_gpu:\n            _cmd.append(\"--sandbox-flag=share-gpu\")\n\n        _cmd.append(cmd)\n\n        return _cmd\n\n    def get_cmd(self, cmd: str):\n        if \"FLATPAK_ID\" in os.environ:\n            _cmd = self.__get_flatpak_spawn(cmd)\n        else:\n            _cmd = self.__get_bwrap(cmd)\n\n        return \" \".join(_cmd)\n\n    def run(self, cmd: str) -> subprocess.Popen[bytes]:\n        return subprocess.Popen(\n            self.get_cmd(cmd),\n            shell=True,\n            stdout=subprocess.PIPE,\n            stderr=subprocess.PIPE,\n        )\n"
  },
  {
    "path": "bottles/backend/managers/steam.py",
    "content": "# steam.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\nimport shlex\nimport shutil\nimport uuid\nfrom datetime import datetime\nfrom functools import lru_cache\nfrom glob import glob\nfrom pathlib import Path\nfrom typing import Dict, Optional\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.models.samples import Samples\nfrom bottles.backend.models.vdict import VDFDict\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.utils import vdf\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.steam import SteamUtils\nfrom bottles.backend.wine.winecommand import WineCommand\n\nlogging = Logger()\n\n\nclass SteamManager:\n    steamapps_path = None\n    userdata_path = None\n    localconfig_path = None\n    localconfig = {}\n    library_folders = []\n\n    def __init__(\n        self,\n        config: Optional[BottleConfig] = None,\n        is_windows: bool = False,\n        check_only: bool = False,\n    ):\n        self.config = config\n        self.is_windows = is_windows\n        self.steam_path = self.__find_steam_path()\n        self.is_steam_supported = self.steam_path is not None\n        if self.is_steam_supported and not check_only:\n            self.steamapps_path = self.__get_scoped_path(\"steamapps\")\n            self.userdata_path = self.__get_scoped_path(\"userdata\")\n            self.localconfig_path = self.__get_local_config_path()\n            self.localconfig = self.__get_local_config()\n            self.library_folders = self.__get_library_folders()\n\n    def __find_steam_path(self) -> str | None:\n        if self.is_windows and self.config:\n            paths = [\n                os.path.join(\n                    ManagerUtils.get_bottle_path(self.config),\n                    \"drive_c/Program Files (x86)/Steam\",\n                )\n            ]\n        else:\n            paths = [\n                os.path.join(\n                    Path.home(), \".var/app/com.valvesoftware.Steam/data/Steam\"\n                ),\n                os.path.join(Path.home(), \".local/share/Steam\"),\n                os.path.join(Path.home(), \".steam/debian-installation\"),\n                os.path.join(Path.home(), \".steam/steam\"),\n                os.path.join(Path.home(), \".steam\"),\n            ]\n\n        for path in paths:\n            if os.path.isdir(path):\n                return path\n        return None\n\n    def __get_scoped_path(self, scope: str = \"steamapps\"):\n        \"\"\"scopes: steamapps, userdata\"\"\"\n        if scope not in [\"steamapps\", \"userdata\"]:\n            raise ValueError(\"scope must be either 'steamapps' or 'userdata'\")\n\n        path = os.path.join(self.steam_path, scope)\n        if os.path.isdir(path):\n            return path\n        return None\n\n    @staticmethod\n    def get_acf_data(libraryfolder: str, app_id: str) -> dict | None:\n        acf_path = os.path.join(libraryfolder, f\"steamapps/appmanifest_{app_id}.acf\")\n        if not os.path.isfile(acf_path):\n            return None\n\n        with open(acf_path, \"r\", errors=\"replace\") as f:\n            data = SteamUtils.parse_acf(f.read())\n\n        return data\n\n    def __get_local_config_path(self) -> str | None:\n        if self.userdata_path is None:\n            return None\n\n        confs = glob(os.path.join(self.userdata_path, \"*/config/localconfig.vdf\"))\n        if len(confs) == 0:\n            logging.warning(\"Could not find any localconfig.vdf file in Steam userdata\")\n            return None\n\n        return confs[0]\n\n    def __get_library_folders(self) -> list | None:\n        if not self.steamapps_path:\n            return None\n\n        library_folders_path = os.path.join(self.steamapps_path, \"libraryfolders.vdf\")\n        library_folders = []\n\n        if not os.path.exists(library_folders_path):\n            logging.warning(\"Could not find the libraryfolders.vdf file\")\n            return None\n\n        with open(library_folders_path, \"r\", errors=\"replace\") as f:\n            _library_folders = SteamUtils.parse_vdf(f.read())\n\n        if _library_folders is None or not _library_folders.get(\"libraryfolders\"):\n            logging.warning(\"Could not parse libraryfolders.vdf\")\n            return None\n\n        for _, folder in _library_folders[\"libraryfolders\"].items():\n            if (\n                not isinstance(folder, dict)\n                or not folder.get(\"path\")\n                or not folder.get(\"apps\")\n            ):\n                continue\n\n            library_folders.append(folder)\n\n        return library_folders if len(library_folders) > 0 else None\n\n    @lru_cache\n    def get_appid_library_path(self, appid: str) -> str | None:\n        if self.library_folders is None:\n            return None\n\n        # This will always be a list because of the check before\n        # pylint: disable=E1133\n        for folder in self.library_folders:\n            if appid in folder[\"apps\"].keys():\n                return folder[\"path\"]\n        return None\n\n    def __get_local_config(self) -> dict:\n        if self.localconfig_path is None:\n            return {}\n\n        with open(self.localconfig_path, \"r\", errors=\"replace\") as f:\n            data = SteamUtils.parse_vdf(f.read())\n\n        if data is None:\n            logging.warning(\"Could not parse localconfig.vdf\")\n            return {}\n\n        return data\n\n    def save_local_config(self, new_data: dict):\n        if self.localconfig_path is None:\n            return\n\n        if os.path.isfile(self.localconfig_path):\n            now = datetime.now().strftime(\"%Y-%m-%d_%H-%M-%S\")\n            shutil.copy(self.localconfig_path, f\"{self.localconfig_path}.bck.{now}\")\n\n        with open(self.localconfig_path, \"w\") as f:\n            SteamUtils.to_vdf(VDFDict(new_data), f)\n\n        logging.info(\"Steam config saved\")\n\n    @staticmethod\n    @lru_cache\n    def get_runner_path(pfx_path: str) -> Optional[str]:\n        \"\"\"Get runner path from config_info file\"\"\"\n        config_info = os.path.join(pfx_path, \"config_info\")\n\n        if not os.path.isfile(config_info):\n            return None\n\n        with open(config_info, \"r\") as f:\n            lines = f.readlines()\n            if len(lines) < 10:\n                logging.error(\n                    f\"{config_info} is not valid, cannot get Steam Proton path\"\n                )\n                return None\n\n            proton_path = lines[1].strip().removesuffix(\"/share/fonts/\")\n\n            if proton_path.endswith(\"/files\"):\n                proton_path = proton_path.removesuffix(\"/files\")\n            elif proton_path.endswith(\"/dist\"):\n                proton_path = proton_path.removesuffix(\"/dist\")\n\n            if not SteamUtils.is_proton(proton_path):\n                logging.error(f\"{proton_path} is not a valid Steam Proton path\")\n                return None\n\n            return proton_path\n\n    def list_apps_ids(self) -> dict:\n        \"\"\"List all apps in Steam\"\"\"\n        apps = (\n            self.localconfig.get(\"UserLocalConfigStore\", {})\n            .get(\"Software\", {})\n            .get(\"Valve\", {})\n            .get(\"Steam\", {})\n        )\n        if \"apps\" in apps:\n            apps = apps.get(\"apps\")\n        elif \"Apps\" in apps:\n            apps = apps.get(\"Apps\")\n        else:\n            apps = {}\n        return apps\n\n    def get_installed_apps_as_programs(self) -> list:\n        \"\"\"This is a Steam for Windows only function\"\"\"\n        if not self.is_windows:\n            raise NotImplementedError(\n                \"This function is only implemented for Windows versions of Steam\"\n            )\n\n        apps_ids = self.list_apps_ids()\n        apps = []\n\n        if len(apps_ids) == 0:\n            return []\n\n        for app_id in apps_ids:\n            _acf = self.get_acf_data(self.steam_path, app_id)\n            if _acf is None:\n                continue\n\n            _path = _acf[\"AppState\"].get(\n                \"LauncherPath\", \"C:\\\\Program Files (x86)\\\\Steam\\\\steam.exe\"\n            )\n            _executable = _path.split(\"\\\\\")[-1]\n            _folder = ManagerUtils.get_exe_parent_dir(self.config, _path)\n            apps.append(\n                {\n                    \"executable\": _executable,\n                    \"arguments\": f\"steam://run/{app_id}\",\n                    \"name\": _acf[\"AppState\"][\"name\"],\n                    \"path\": _path,\n                    \"folder\": _folder,\n                    \"icon\": \"com.usebottles.bottles-program\",\n                    \"id\": str(uuid.uuid4()),\n                }\n            )\n\n        return apps\n\n    def list_prefixes(self) -> Dict[str, BottleConfig]:\n        apps = self.list_apps_ids()\n        prefixes = {}\n\n        if len(apps) == 0:\n            return {}\n\n        for appid, appdata in apps.items():\n            _library_path = self.get_appid_library_path(appid)\n            if _library_path is None:\n                continue\n\n            _path = os.path.join(_library_path, \"steamapps/compatdata\", appid)\n\n            if not os.path.isdir(os.path.join(_path, \"pfx\")):\n                logging.debug(f\"{appid} does not contain a prefix\")\n                continue\n\n            _launch_options = self.get_launch_options(appid, appdata)\n            _dir_name = os.path.basename(_path)\n            _acf = self.get_acf_data(_library_path, _dir_name)\n            _runner_path = self.get_runner_path(_path)\n            _creation_date = datetime.fromtimestamp(os.path.getctime(_path)).strftime(\n                \"%Y-%m-%d %H:%M:%S.%f\"\n            )\n\n            if not isinstance(_acf, dict):\n                # WORKAROUND: for corrupted acf files, this is not at our fault\n                continue\n\n            if _acf is None or not _acf.get(\"AppState\"):\n                logging.warning(\n                    f\"A Steam prefix was found, but there is no ACF for it: {_dir_name}, skipping…\"\n                )\n                continue\n\n            if SteamUtils.is_proton(\n                os.path.join(\n                    _library_path,\n                    \"steamapps/common\",\n                    _acf[\"AppState\"].get(\"installdir\", \"\"),\n                )\n            ):\n                # skip Proton default prefix\n                logging.warning(\n                    f\"A Steam prefix was found, but it is a Proton one: {_dir_name}, skipping…\"\n                )\n                continue\n\n            if _runner_path is None:\n                logging.warning(\n                    f\"A Steam prefix was found, but there is no Proton for it: {_dir_name}, skipping…\"\n                )\n                continue\n\n            _bottle_yml = os.path.join(Paths.steam, _dir_name, \"bottle.yml\")\n            if os.path.isfile(_bottle_yml):\n                _bottle_load = BottleConfig.load(_bottle_yml)\n                if _bottle_load.status and _bottle_load.data:\n                    _conf = _bottle_load.data\n                else:\n                    logging.warning(\n                        f\"Failed to load BottleConfig from {_bottle_yml}, creating a new one\"\n                    )\n                    _conf = BottleConfig()\n            else:\n                _conf = BottleConfig()\n\n            _conf.Name = _acf[\"AppState\"].get(\"name\", \"Unknown\")\n            _conf.Environment = \"Steam\"\n            _conf.CompatData = _dir_name\n            _conf.Path = os.path.join(_path, \"pfx\")\n            _conf.Runner = os.path.basename(_runner_path)\n            _conf.RunnerPath = _runner_path\n            _conf.WorkingDir = os.path.join(_conf.get(\"Path\", \"\"), \"drive_c\")\n            _conf.Creation_Date = _creation_date\n            _conf.Update_Date = datetime.fromtimestamp(\n                int(_acf[\"AppState\"].get(\"LastUpdated\", 0))\n            ).strftime(\"%Y-%m-%d %H:%M:%S.%f\")\n\n            # Launch options\n            _conf.Parameters.mangohud = \"mangohud\" in _launch_options.get(\"command\", \"\")\n            _conf.Parameters.gamemode = \"gamemode\" in _launch_options.get(\"command\", \"\")\n            _conf.Environment_Variables = _launch_options.get(\"env_vars\", {})\n            for p in _launch_options.get(\"env_params\", {}):\n                _conf.Parameters[p] = _launch_options[\"env_params\"].get(p, \"\")\n\n            prefixes[_dir_name] = _conf\n\n        return prefixes\n\n    def update_bottles(self):\n        prefixes = self.list_prefixes()\n\n        with contextlib.suppress(FileNotFoundError):\n            shutil.rmtree(Paths.steam)  # generate new configs at start\n\n        for _, conf in prefixes.items():\n            _bottle = os.path.join(Paths.steam, conf.CompatData)\n\n            os.makedirs(_bottle, exist_ok=True)\n\n            conf.dump(os.path.join(_bottle, \"bottle.yml\"))\n\n    def get_app_config(self, prefix: str) -> dict:\n        _fail_msg = f\"Fail to get app config from Steam for: {prefix}\"\n\n        if len(self.localconfig) == 0:\n            logging.warning(_fail_msg)\n            return {}\n\n        apps = (\n            self.localconfig.get(\"UserLocalConfigStore\", {})\n            .get(\"Software\", {})\n            .get(\"Valve\", {})\n            .get(\"Steam\", {})\n        )\n        if \"apps\" in apps:\n            apps = apps.get(\"apps\")\n        elif \"Apps\" in apps:\n            apps = apps.get(\"Apps\")\n        else:\n            apps = {}\n\n        if len(apps) == 0 or prefix not in apps:\n            logging.warning(_fail_msg)\n            return {}\n\n        return apps[prefix]\n\n    def get_launch_options(self, prefix: str, app_conf: Optional[dict] = None) -> {}:\n        if app_conf is None:\n            app_conf = self.get_app_config(prefix)\n\n        launch_options = app_conf.get(\"LaunchOptions\", \"\")\n        _fail_msg = f\"Fail to get launch options from Steam for: {prefix}\"\n        res = {\"command\": \"\", \"args\": \"\", \"env_vars\": {}, \"env_params\": {}}\n\n        if len(launch_options) == 0:\n            logging.debug(_fail_msg)\n            return res\n\n        command, args, env_vars = SteamUtils.handle_launch_options(launch_options)\n        res = {\"command\": command, \"args\": args, \"env_vars\": env_vars, \"env_params\": {}}\n        tmp_env_vars = res[\"env_vars\"].copy()\n\n        for e in tmp_env_vars:\n            if e in Samples.bottles_to_steam_relations:\n                k, v = Samples.bottles_to_steam_relations[e]\n                if v is None:\n                    v = tmp_env_vars[e]\n                res[\"env_params\"][k] = v\n                del res[\"env_vars\"][e]\n\n        return res\n\n    # noinspection PyTypeChecker\n    def set_launch_options(self, prefix: str, options: dict):\n        original_launch_options = self.get_launch_options(prefix)\n        _fail_msg = f\"Fail to set launch options for: {prefix}\"\n\n        if 0 in [len(self.localconfig), len(original_launch_options)]:\n            logging.warning(_fail_msg)\n            return\n\n        command = options.get(\"command\", \"\")\n        env_vars = options.get(\"env_vars\", {})\n\n        if len(env_vars) > 0:\n            for k, v in env_vars.items():\n                v = shlex.quote(v) if \" \" in v else v\n                original_launch_options[\"env_vars\"][k] = v\n\n        launch_options = \"\"\n\n        for e, v in original_launch_options[\"env_vars\"].items():\n            launch_options += f\"{e}={v} \"\n        launch_options += f\"{command} %command% {original_launch_options['args']}\"\n\n        try:\n            self.localconfig[\"UserLocalConfigStore\"][\"Software\"][\"Valve\"][\"Steam\"][\n                \"apps\"\n            ][prefix][\"LaunchOptions\"] = launch_options\n        except (KeyError, TypeError):\n            self.localconfig[\"UserLocalConfigStore\"][\"Software\"][\"Valve\"][\"Steam\"][\n                \"Apps\"\n            ][prefix][\"LaunchOptions\"] = launch_options\n\n        self.save_local_config(self.localconfig)\n\n    # noinspection PyTypeChecker\n    def del_launch_option(self, prefix: str, key_type: str, key: str):\n        original_launch_options = self.get_launch_options(prefix)\n        key_types = [\"env_vars\", \"command\"]\n        _fail_msg = f\"Fail to delete a launch option for: {prefix}\"\n\n        if 0 in [len(self.localconfig), len(original_launch_options)]:\n            logging.warning(_fail_msg)\n            return\n\n        if key_type not in key_types:\n            logging.warning(_fail_msg + f\"\\nKey type: {key_type} is not valid\")\n            return\n\n        if key_type == \"env_vars\":\n            if key in original_launch_options[\"env_vars\"]:\n                del original_launch_options[\"env_vars\"][key]\n        elif key_type == \"command\":\n            if key in original_launch_options[\"command\"]:\n                original_launch_options[\"command\"] = original_launch_options[\n                    \"command\"\n                ].replace(key, \"\")\n\n        launch_options = \"\"\n\n        for e, v in original_launch_options[\"env_vars\"].items():\n            launch_options += f\"{e}={v} \"\n\n        launch_options += f\"{original_launch_options['command']} %command% {original_launch_options['args']}\"\n        try:\n            self.localconfig[\"UserLocalConfigStore\"][\"Software\"][\"Valve\"][\"Steam\"][\n                \"apps\"\n            ][prefix][\"LaunchOptions\"] = launch_options\n        except (KeyError, TypeError):\n            self.localconfig[\"UserLocalConfigStore\"][\"Software\"][\"Valve\"][\"Steam\"][\n                \"Apps\"\n            ][prefix][\"LaunchOptions\"] = launch_options\n\n        self.save_local_config(self.localconfig)\n\n    def update_bottle(self, config: BottleConfig) -> BottleConfig:\n        pfx = config.CompatData\n        launch_options = self.get_launch_options(pfx)\n        _fail_msg = f\"Fail to update bottle for: {pfx}\"\n\n        args = launch_options.get(\"args\", \"\")\n        if isinstance(args, dict) or args == \"{}\":\n            args = \"\"\n\n        winecmd = WineCommand(config, \"%command%\", arguments=args)\n        command = winecmd.get_cmd(\"%command%\", return_steam_cmd=True)\n        env_vars = winecmd.get_env(launch_options[\"env_vars\"], return_steam_env=True)\n\n        if \"%command%\" in command:\n            command, _args = command.split(\"%command%\")\n            args = args + \" \" + _args\n\n        options = {\"command\": command, \"args\": args, \"env_vars\": env_vars}\n        self.set_launch_options(pfx, options)\n        self.config = config\n        return config\n\n    @staticmethod\n    def launch_app(prefix: str):\n        logging.info(f\"Launching AppID {prefix} with Steam\")\n        uri = f\"steam://rungameid/{prefix}\"\n        SignalManager.send(Signals.GShowUri, Result(data=uri))\n\n    def add_shortcut(self, program_name: str, program_path: str):\n        logging.info(f\"Adding shortcut for {program_name}\")\n        cmd = \"xdg-open\"\n        args = \"bottles:run/'{0}'/'{1}'\"\n\n        if self.userdata_path is None:\n            logging.warning(\"Userdata path is not set\")\n            return Result(False)\n\n        confs = glob(os.path.join(self.userdata_path, \"*/config/\"))\n        shortcut = {\n            \"AppName\": program_name,\n            \"Exe\": cmd,\n            \"StartDir\": ManagerUtils.get_bottle_path(self.config),\n            \"icon\": ManagerUtils.extract_icon(self.config, program_name, program_path),\n            \"ShortcutPath\": \"\",\n            \"LaunchOptions\": args.format(self.config.Name, program_name),\n            \"IsHidden\": 0,\n            \"AllowDesktopConfig\": 1,\n            \"AllowOverlay\": 1,\n            \"OpenVR\": 0,\n            \"Devkit\": 0,\n            \"DevkitGameID\": \"\",\n            \"DevkitOverrideAppID\": \"\",\n            \"LastPlayTime\": 0,\n            \"tags\": {\"0\": \"Bottles\"},\n        }\n\n        for c in confs:\n            _shortcuts = {}\n            _existing = {}\n\n            if os.path.exists(os.path.join(c, \"shortcuts.vdf\")):\n                with open(os.path.join(c, \"shortcuts.vdf\"), \"rb\") as f:\n                    try:\n                        _existing = vdf.binary_loads(f.read()).get(\"shortcuts\", {})\n                    except:\n                        continue\n\n            _all = list(_existing.values()) + [shortcut]\n            _shortcuts = {\"shortcuts\": {str(i): s for i, s in enumerate(_all)}}\n\n            with open(os.path.join(c, \"shortcuts.vdf\"), \"wb\") as f:\n                f.write(vdf.binary_dumps(_shortcuts))\n\n        logging.info(f\"Added shortcut for {program_name}\")\n        return Result(True)\n"
  },
  {
    "path": "bottles/backend/managers/steamgriddb.py",
    "content": "# steamgriddb.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport uuid\n\nimport requests\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\nclass SteamGridDBManager:\n    @staticmethod\n    def get_game_grid(name: str, config: BottleConfig):\n        try:\n            res = requests.get(f\"https://steamgrid.usebottles.com/api/search/{name}\")\n        except:\n            return\n\n        if res.status_code == 200:\n            return SteamGridDBManager.__save_grid(res.json(), config)\n\n    @staticmethod\n    def __save_grid(url: str, config: BottleConfig):\n        grids_path = os.path.join(ManagerUtils.get_bottle_path(config), \"grids\")\n        if not os.path.exists(grids_path):\n            os.makedirs(grids_path)\n\n        ext = url.split(\".\")[-1]\n        filename = str(uuid.uuid4()) + \".\" + ext\n        path = os.path.join(grids_path, filename)\n\n        try:\n            r = requests.get(url)\n            with open(path, \"wb\") as f:\n                f.write(r.content)\n        except Exception:\n            return\n\n        return f\"grid:{filename}\"\n"
  },
  {
    "path": "bottles/backend/managers/template.py",
    "content": "# template.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\nimport shutil\nimport uuid\nfrom datetime import datetime\nfrom pathlib import Path\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.samples import Samples\nfrom bottles.backend.utils import yaml\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\nclass TemplateManager:\n    @staticmethod\n    def new(env: str, config: BottleConfig):\n        env = env.lower()\n        templates = TemplateManager.get_templates()\n\n        for template in templates:\n            if template[\"env\"] == env:\n                logging.info(f\"Caching new template for {env}…\")\n                TemplateManager.delete_template(template[\"uuid\"])\n\n        _uuid = str(uuid.uuid4())\n        logging.info(f\"Creating new template: {_uuid}\")\n        bottle = ManagerUtils.get_bottle_path(config)\n\n        delattr(config, \"Name\")\n        delattr(config, \"Path\")\n        delattr(config, \"Creation_Date\")\n        delattr(config, \"Update_Date\")\n\n        ignored = [\"dosdevices\", \"states\", \".fvs\", \"*.yml\", \".*\"]\n\n        _path = os.path.join(Paths.templates, _uuid)\n        logging.info(\"Copying files …\")\n\n        with contextlib.suppress(FileNotFoundError):\n            shutil.copytree(\n                bottle, _path, symlinks=True, ignore=shutil.ignore_patterns(*ignored)\n            )\n\n        template = {\n            \"uuid\": _uuid,\n            \"env\": env,\n            \"created\": datetime.now().strftime(\"%Y-%m-%d %H:%M:%S\"),\n            \"config\": config,\n        }\n\n        with open(os.path.join(_path, \"template.yml\"), \"w\") as f:\n            yaml.dump(template, f)\n\n        logging.info(f\"New template {env} created\", jn=True)\n\n        if not TemplateManager.__validate_template(_uuid):\n            logging.error(\"Template validation failed, will retry with next bottle.\")\n            shutil.rmtree(_path)\n\n    @staticmethod\n    def __validate_template(template_uuid: str):\n        result = True\n        template_path = os.path.join(Paths.templates, template_uuid)\n        essentials = [\n            \"drive_c/ProgramData\",\n            \"drive_c/windows\",\n        ]\n\n        if not os.path.exists(template_path):\n            logging.error(f\"Template {template_uuid} not found!\")\n            result = False\n\n        for essential in essentials:\n            if not os.path.exists(os.path.join(template_path, essential)):\n                logging.error(\n                    f\"Template {template_uuid} is missing essential path: {essential}\"\n                )\n                result = False\n\n        path_size = sum(file.stat().st_size for file in Path(template_path).rglob(\"*\"))\n        if path_size < 300000000:\n            logging.error(f\"Template {template_uuid} is too small!\")\n            result = False\n\n        with open(os.path.join(template_path, \"template.yml\"), \"r\") as f:\n            template = yaml.load(f)\n            if template[\"uuid\"] != template_uuid:\n                logging.error(f\"Template {template_uuid} has invalid uuid!\")\n                result = False\n\n        return result\n\n    @staticmethod\n    def get_template_manifest(template: str):\n        with open(os.path.join(Paths.templates, template, \"template.yml\"), \"r\") as f:\n            return yaml.load(f)\n\n    @staticmethod\n    def get_templates():\n        res = []\n        templates = os.listdir(Paths.templates)\n\n        for template in templates:\n            if os.path.exists(os.path.join(Paths.templates, template, \"template.yml\")):\n                _manifest = TemplateManager.get_template_manifest(template)\n                if _manifest is not None and _manifest[\"uuid\"] == template:\n                    res.append(_manifest)\n\n        return res\n\n    @staticmethod\n    def delete_template(template_uuid: str):\n        if not template_uuid:\n            logging.error(\"Template uuid is not defined!\")\n            return\n\n        if not os.path.exists(os.path.join(Paths.templates, template_uuid)):\n            logging.error(f\"Template {template_uuid} not found!\")\n            return\n\n        logging.info(f\"Deleting template: {template_uuid}\")\n        shutil.rmtree(os.path.join(Paths.templates, template_uuid))\n        logging.info(\"Template deleted successfully!\")\n\n    @staticmethod\n    def check_outdated(template: dict):\n        env = template.get(\"env\", \"\")\n        if env not in Samples.environments:\n            TemplateManager.delete_template(template.get(\"uuid\"))\n            return True\n\n        _sample = Samples.environments[env]\n        for p in _sample.get(\"Parameters\", {}):\n            _params = template.get(\"config\", {}).get(\"Parameters\", {})\n            if p not in _params or _params[p] != _sample[\"Parameters\"][p]:\n                TemplateManager.delete_template(template.get(\"uuid\"))\n                return True\n\n        for d in _sample.get(\"Installed_Dependencies\", []):\n            _deps = template.get(\"config\", {}).get(\"Installed_Dependencies\", [])\n            if d not in _deps:\n                TemplateManager.delete_template(template.get(\"uuid\"))\n                return True\n\n        return False\n\n    @staticmethod\n    def get_env_template(env: str):\n        _templates = TemplateManager.get_templates()\n        for template in _templates:\n            if template[\"env\"] == env.lower():\n                if TemplateManager.check_outdated(template):\n                    logging.info(f\"Deleting outdated template: {template['uuid']}\")\n                    return None\n                return template\n        return None\n\n    @staticmethod\n    def unpack_template(template: dict, config: BottleConfig):\n        def copy_func(source: str, dest: str):\n            if os.path.islink(source):\n                # we don't want symlinks from templates\n                return\n            shutil.copy2(source, dest)\n\n        logging.info(f\"Unpacking template: {template['uuid']}\")\n        bottle = ManagerUtils.get_bottle_path(config)\n        _path = os.path.join(Paths.templates, template[\"uuid\"])\n\n        shutil.copytree(\n            _path,\n            bottle,\n            symlinks=True,\n            dirs_exist_ok=True,\n            ignore=shutil.ignore_patterns(\".*\"),\n            ignore_dangling_symlinks=True,\n        )\n        logging.info(\"Template unpacked successfully!\")\n"
  },
  {
    "path": "bottles/backend/managers/thumbnail.py",
    "content": "# thumbnail.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\nclass ThumbnailManager:\n    @staticmethod\n    def get_path(config: BottleConfig, uri: str):\n        if uri.startswith(\"grid:\"):\n            return ThumbnailManager.__load_grid(config, uri)\n        # elif uri.startswith(\"epic:\"):\n        #     return ThumbnailManager.__load_epic(config, uri)\n        # elif uri.startswith(\"origin:\"):\n        #     return ThumbnailManager.__load_origin(config, uri)\n        logging.error(\"Unknown URI: \" + uri)\n        return None\n\n    @staticmethod\n    def __load_grid(config: BottleConfig, uri: str):\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        file_name = uri[5:]\n        path = os.path.join(bottle_path, \"grids\", file_name)\n\n        if not os.path.exists(path):\n            logging.error(\"Grid not found: \" + path)\n            return None\n\n        return path\n"
  },
  {
    "path": "bottles/backend/managers/ubisoftconnect.py",
    "content": "# ubisoftconnect.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport uuid\nfrom typing import Optional\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.manager import ManagerUtils\n\n\nclass UbisoftConnectManager:\n    @staticmethod\n    def find_conf_path(config: BottleConfig) -> str | None:\n        \"\"\"\n        Finds the Ubisoft Connect configurations file path.\n        \"\"\"\n        paths = [\n            os.path.join(\n                ManagerUtils.get_bottle_path(config),\n                \"drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/cache/configuration/configurations\",\n            )\n        ]\n\n        for path in paths:\n            if os.path.exists(path):\n                return path\n        return None\n\n    @staticmethod\n    def is_uconnect_supported(config: BottleConfig) -> bool:\n        \"\"\"\n        Checks if Ubisoft Connect is supported.\n        \"\"\"\n        return UbisoftConnectManager.find_conf_path(config) is not None\n\n    # noinspection PyTypeChecker\n    @staticmethod\n    def get_installed_games(config: BottleConfig) -> list:\n        \"\"\"\n        Gets the games.\n        \"\"\"\n        found = {}\n        games = []\n        key: Optional[str] = None\n        appid: Optional[str] = None\n        thumb: Optional[str] = None\n        reg_key = (\n            \"register: HKEY_LOCAL_MACHINE\\\\SOFTWARE\\\\Ubisoft\\\\Launcher\\\\Installs\\\\\"\n        )\n        conf_path = UbisoftConnectManager.find_conf_path(config)\n        games_path = os.path.join(\n            ManagerUtils.get_bottle_path(config),\n            \"drive_c/Program Files (x86)/Ubisoft/Ubisoft Game Launcher/games\",\n        )\n\n        if conf_path is None:\n            return []\n\n        with open(conf_path, \"r\", encoding=\"iso-8859-15\") as c:\n            for r in c.readlines():\n                r = r.strip()\n\n                if r.startswith(\"name:\"):\n                    _key = r.replace(\"name:\", \"\").strip()\n                    if _key != \"\" and _key not in found.keys():\n                        key = _key\n                        found[key] = {\"name\": None, \"appid\": None, \"thumb_image\": None}\n\n                elif key and r.startswith(\"- shortcut_name:\"):\n                    _name = r.replace(\"- shortcut_name:\", \"\").strip()\n                    if _name != \"\":\n                        name = _name\n                        found[key][\"name\"] = name\n\n                elif (\n                    key and found[key][\"name\"] is None and r.startswith(\"display_name:\")\n                ):\n                    name = r.replace(\"display_name:\", \"\").strip()\n                    found[key][\"name\"] = name\n\n                elif key and r.startswith(\"thumb_image:\"):\n                    thumb = r.replace(\"thumb_image:\", \"\").strip()\n                    found[key][\"thumb_image\"] = thumb\n\n                elif key and r.startswith(reg_key):\n                    appid = r.replace(reg_key, \"\").replace(\"\\\\InstallDir\", \"\").strip()\n                    found[key][\"appid\"] = appid\n\n                if None not in [key, appid, thumb]:\n                    key, name, appid, thumb = None, None, None, None\n\n            for k, v in found.items():\n                if v[\"name\"] is None or not os.path.exists(\n                    os.path.join(games_path, v[\"name\"])\n                ):\n                    continue\n\n                _args = f\"uplay://launch/{v['appid']}/0\"\n                _path = \"C:\\\\Program Files (x86)\\\\Ubisoft\\\\Ubisoft Game Launcher\\\\UbisoftConnect.exe\"\n                _executable = _path.split(\"\\\\\")[-1]\n                _folder = ManagerUtils.get_exe_parent_dir(config, _path)\n                _thumb = (\n                    \"\" if v[\"thumb_image\"] is None else f\"ubisoft:{v['thumb_image']}\"\n                )\n                games.append(\n                    {\n                        \"executable\": _path,\n                        \"arguments\": _args,\n                        \"name\": v[\"name\"],\n                        \"thumb\": _thumb,\n                        \"path\": _path,\n                        \"folder\": _folder,\n                        \"icon\": \"com.usebottles.bottles-program\",\n                        \"id\": str(uuid.uuid4()),\n                    }\n                )\n        return games\n"
  },
  {
    "path": "bottles/backend/managers/versioning.py",
    "content": "# versioning.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shutil\nfrom datetime import datetime\nfrom gettext import gettext as _\nfrom glob import glob\nfrom typing import Any\n\nfrom bottles.fvs.exceptions import (\n    FVSNothingToCommit,\n    FVSNothingToRestore,\n    FVSStateNotFound,\n    FVSStateZeroNotDeletable,\n)\nfrom bottles.fvs.repo import FVSRepo\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Task, TaskManager\nfrom bottles.backend.utils import yaml\nfrom bottles.backend.utils.file import FileUtils\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\n# noinspection PyTypeChecker\nclass VersioningManager:\n    def __init__(self, manager):\n        self.manager = manager\n\n    @staticmethod\n    def __get_patterns(config: BottleConfig):\n        patterns = [\"*dosdevices*\", \"*cache*\"]\n        if config.Parameters.versioning_exclusion_patterns:\n            patterns += config.Versioning_Exclusion_Patterns\n        return patterns\n\n    @staticmethod\n    def is_initialized(config: BottleConfig):\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        # Check for FVS2\n        if os.path.exists(os.path.join(bottle_path, \".fvs2\")):\n            return True\n        return False\n\n    @staticmethod\n    def needs_migration(config: BottleConfig):\n        \"\"\"\n        Check if the bottle uses a legacy versioning system.\n        Legacy systems are identified by the presence of:\n        - .fvs/ folder (FVS v1)\n        - states/states.yml (internal legacy system)\n        \"\"\"\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        \n        # Check for FVS v1\n        if os.path.exists(os.path.join(bottle_path, \".fvs\")):\n            return True\n            \n        # Check for absolute legacy (internal)\n        if os.path.exists(os.path.join(bottle_path, \"states\", \"states.yml\")):\n            return True\n            \n        # Fallback to config flag if any (and FVS2 is NOT there yet)\n        if config.Versioning and not os.path.exists(os.path.join(bottle_path, \".fvs2\")):\n            return True\n            \n        return False\n\n    @staticmethod\n    def re_initialize(config: BottleConfig):\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        \n        # Clean up FVS v1\n        fvs_path = os.path.join(bottle_path, \".fvs\")\n        if os.path.exists(fvs_path):\n            shutil.rmtree(fvs_path)\n            \n        # Clean up absolute legacy\n        states_path = os.path.join(bottle_path, \"states\")\n        if os.path.exists(states_path):\n            shutil.rmtree(states_path)\n            \n        # Clean up FVS2 for a fresh start\n        fvs2_path = os.path.join(bottle_path, \".fvs2\")\n        if os.path.exists(fvs2_path):\n            shutil.rmtree(fvs2_path)\n\n    def update_system(self, config: BottleConfig):\n        self.re_initialize(config)\n        return self.manager.update_config(config, \"Versioning\", False)\n\n    def create_state(self, config: BottleConfig, message: str = \"No message\"):\n        patterns = self.__get_patterns(config)\n        repo = FVSRepo(\n            repo_path=ManagerUtils.get_bottle_path(config),\n            use_compression=config.Parameters.versioning_compression,\n        )\n        task_id = TaskManager.add(Task(title=_(\"Committing state …\")))\n        try:\n            repo.commit(message, ignore=patterns)\n        except FVSNothingToCommit:\n            TaskManager.remove(task_id)\n            return Result(status=False, message=_(\"Nothing to commit\"))\n\n        repo._refresh()\n        TaskManager.remove(task_id)\n        return Result(\n            status=True,\n            message=_(\"New state [{0}] created successfully!\").format(\n                repo.active_state_id\n            ),\n            data={\"state_id\": repo.active_state_id, \"states\": repo.states, \"branches\": repo.branches, \"active_branch\": repo.active_branch},\n        )\n\n    def list_states(\n        self, config: BottleConfig, check_dirty: bool = False\n    ) -> dict[str, Any] | Result[dict[str, Any]]:\n        \"\"\"\n        This function take all the states from the states.yml file\n        of the given bottle and return them as a dict.\n        \"\"\"\n        if not self.needs_migration(config):\n            try:\n                repo = FVSRepo(\n                    repo_path=ManagerUtils.get_bottle_path(config),\n                    use_compression=config.Parameters.versioning_compression,\n                )\n                if check_dirty:\n                    repo.check_dirty()\n            except FVSStateNotFound:\n                logging.warning(\n                    \"The FVS repository may be corrupted, trying to re-initialize it\"\n                )\n                self.re_initialize(config)\n                repo = FVSRepo(\n                    repo_path=ManagerUtils.get_bottle_path(config),\n                    use_compression=config.Parameters.versioning_compression,\n                )\n                if check_dirty:\n                    repo.check_dirty()\n            return Result(\n                status=True,\n                message=_(\"States list retrieved successfully!\"),\n                data={\"state_id\": repo.active_state_id, \"states\": repo.states, \"branches\": repo.branches, \"active_branch\": repo.active_branch, \"dirty\": repo.dirty, \"changed_files\": repo.changed_files},\n            )\n\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        states = {}\n\n        try:\n            states_file = open(\"%s/states/states.yml\" % bottle_path)\n            states_file_yaml = yaml.load(states_file)\n            states_file.close()\n            states = states_file_yaml.get(\"States\")\n            logging.info(f\"Found [{len(states)}] states for bottle: [{config.Name}]\")\n        except (FileNotFoundError, yaml.YAMLError):\n            logging.info(f\"No states found for bottle: [{config.Name}]\")\n\n        return states\n\n    def set_state(\n        self, config: BottleConfig, state_id: str | int, after: callable = None\n    ) -> Result:\n        if not self.needs_migration(config):\n            patterns = self.__get_patterns(config)\n            repo = FVSRepo(\n                repo_path=ManagerUtils.get_bottle_path(config),\n                use_compression=config.Parameters.versioning_compression,\n            )\n            res = Result(\n                status=True,\n                message=_(\"State {0} restored successfully!\").format(state_id),\n            )\n            task_id = TaskManager.add(\n                Task(title=_(\"Restoring state {} …\".format(state_id)))\n            )\n            try:\n                repo.restore_state(state_id, ignore=patterns)\n            except FVSStateNotFound:\n                logging.error(f\"State {state_id} not found.\")\n                res = Result(status=False, message=_(\"State not found\"))\n            except (FVSNothingToRestore, FVSStateZeroNotDeletable, FVSNothingToCommit): # Added FVSNothingToCommit just in case\n                logging.error(f\"State {state_id} is the active state.\")\n                res = Result(\n                    status=False,\n                    message=_(\"State {} is already the active state\").format(state_id),\n                )\n            TaskManager.remove(task_id)\n            return res\n\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        logging.info(f\"Restoring to state: [{state_id}]\")\n\n        # get bottle and state indexes\n        bottle_index = self.get_index(config)\n        state_index = self.get_state_files(config, state_id)\n\n        search_sources = list(range(int(state_id) + 1))\n        search_sources.reverse()\n\n        # Optimize comparison using dicts for O(1) lookup\n        bottle_files = {f[\"file\"]: f for f in bottle_index.get(\"Files\", [])}\n        state_files = {f[\"file\"]: f for f in state_index.get(\"Files\", [])}\n\n        remove_files = []\n        edit_files = []\n        for name, file in bottle_files.items():\n            if name not in state_files:\n                remove_files.append(file)\n            elif file[\"checksum\"] != state_files[name][\"checksum\"]:\n                edit_files.append(file)\n\n        add_files = []\n        for name, file in state_files.items():\n            if name not in bottle_files:\n                add_files.append(file)\n\n        logging.info(f\"[{len(remove_files)}] files to remove.\")\n        logging.info(f\"[{len(edit_files)}] files to replace.\")\n        logging.info(f\"[{len(add_files)}] files to add.\")\n\n        # perform file updates\n        for file in remove_files:\n            file_path = \"%s/drive_c/%s\" % (bottle_path, file[\"file\"])\n            if os.path.exists(file_path):\n                os.remove(file_path)\n\n        for file in add_files:\n            source = \"%s/states/%s/drive_c/%s\" % (\n                bottle_path,\n                str(state_id),\n                file[\"file\"],\n            )\n            target = \"%s/drive_c/%s\" % (bottle_path, file[\"file\"])\n            if os.path.exists(source):\n                os.makedirs(os.path.dirname(target), exist_ok=True)\n                shutil.copy2(source, target)\n\n        for file in edit_files:\n            target = \"%s/drive_c/%s\" % (bottle_path, file[\"file\"])\n            for i in search_sources:\n                source = \"%s/states/%s/drive_c/%s\" % (bottle_path, str(i), file[\"file\"])\n                if os.path.isfile(source):\n                    checksum = FileUtils().get_checksum(source)\n                    if file[\"checksum\"] == checksum:\n                        os.makedirs(os.path.dirname(target), exist_ok=True)\n                        shutil.copy2(source, target)\n                        break\n\n        # update State in bottle config\n        self.manager.update_config(config, \"State\", state_id)\n\n        # execute caller function after all\n        if after:\n            after()\n\n        return Result(True)\n\n    @staticmethod\n    def get_state_files(\n        config: BottleConfig, state_id: int, plain: bool = False\n    ) -> str | Any:\n        \"\"\"\n        Return the files.yml content of the state. Use the plain argument\n        to return the content as plain text.\n        \"\"\"\n        try:\n            file = open(\n                \"%s/states/%s/files.yml\"\n                % (ManagerUtils.get_bottle_path(config), state_id)\n            )\n            files = file.read() if plain else yaml.load(file.read())\n            file.close()\n            return files\n        except (OSError, IOError, yaml.YAMLError):\n            logging.error(\"Could not read the state files file.\")\n            return {}\n\n    @staticmethod\n    def get_index(config: BottleConfig):\n        \"\"\"List all files in a bottle and return as dict.\"\"\"\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        cur_index = {\"Update_Date\": str(datetime.now()), \"Files\": []}\n        for file in glob(\"%s/drive_c/**\" % bottle_path, recursive=True):\n            if not os.path.isfile(file):\n                continue\n\n            if os.path.islink(os.path.dirname(file)):\n                continue\n\n            if file[len(bottle_path) + 9 :].split(\"/\")[0] in [\"users\"]:\n                continue\n\n            cur_index[\"Files\"].append(\n                {\n                    \"file\": file[len(bottle_path) + 9 :],\n                    \"checksum\": FileUtils().get_checksum(file),\n                }\n            )\n        return cur_index\n\n    def get_branches(self, config: BottleConfig) -> list:\n        try:\n            repo = FVSRepo(\n                repo_path=ManagerUtils.get_bottle_path(config),\n                use_compression=config.Parameters.versioning_compression,\n            )\n            return repo.branches\n        except Exception as e:\n            logging.error(f\"Failed to get FVS branches: {e}\")\n            return []\n\n    def get_active_branch(self, config: BottleConfig) -> str:\n        try:\n            repo = FVSRepo(\n                repo_path=ManagerUtils.get_bottle_path(config),\n                use_compression=config.Parameters.versioning_compression,\n            )\n            return repo.active_branch\n        except Exception as e:\n            logging.error(f\"Failed to get active FVS branch: {e}\")\n            return \"\"\n\n    def create_branch(self, config: BottleConfig, branch_name: str) -> Result:\n        try:\n            repo = FVSRepo(\n                repo_path=ManagerUtils.get_bottle_path(config),\n                use_compression=config.Parameters.versioning_compression,\n            )\n            repo.create_branch(branch_name)\n            return Result(status=True, message=_(\"Branch created successfully\"))\n        except Exception as e:\n            logging.error(f\"Failed to create FVS branch: {e}\")\n            return Result(status=False, message=str(e))\n\n    def delete_branch(self, config: BottleConfig, branch_name: str) -> Result:\n        try:\n            repo = FVSRepo(\n                repo_path=ManagerUtils.get_bottle_path(config),\n                use_compression=config.Parameters.versioning_compression,\n            )\n            repo.delete_branch(branch_name)\n            return Result(status=True, message=_(\"Branch deleted successfully\"))\n        except Exception as e:\n            logging.error(f\"Failed to delete FVS branch: {e}\")\n            return Result(status=False, message=str(e))\n\n    def checkout_branch(self, config: BottleConfig, branch_name: str) -> Result:\n        try:\n            patterns = self.__get_patterns(config)\n            repo = FVSRepo(\n                repo_path=ManagerUtils.get_bottle_path(config),\n                use_compression=config.Parameters.versioning_compression,\n            )\n\n            try:\n                repo.commit(\n                    _(\"Auto-save before switching to %s\") % branch_name,\n                    ignore=patterns,\n                )\n            except FVSNothingToCommit:\n                pass\n\n            repo.checkout(branch_name)\n            repo._refresh()\n\n            if repo.active_state_id:\n                repo.restore_state(repo.active_state_id, ignore=patterns)\n\n            return Result(status=True)\n        except Exception as e:\n            logging.error(f\"Failed to checkout FVS branch: {e}\")\n            return Result(status=False, message=str(e))\n"
  },
  {
    "path": "bottles/backend/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nbackenddir = join_paths(pkgdatadir, 'bottles/backend')\n\nparams_file = configure_file(\n    input:  'params.py',\n    output:  'params.py',\n    configuration: conf\n)\n\nsubdir('wine')\nsubdir('models')\nsubdir('utils')\nsubdir('dlls')\nsubdir('repos')\nsubdir('managers')\n\nbottles_sources = [\n  '__init__.py',\n  'globals.py',\n  'runner.py',\n  'diff.py',\n  'health.py',\n  'downloader.py',\n  'logger.py',\n  'cabextract.py',\n  'state.py',\n  params_file\n]\n\ninstall_data(bottles_sources, install_dir: backenddir)\n"
  },
  {
    "path": "bottles/backend/models/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/models/config.py",
    "content": "import inspect\nimport logging\nimport os\nfrom dataclasses import asdict, dataclass, field, is_dataclass, replace\nfrom io import IOBase\nfrom typing import IO, Container, Dict, ItemsView, List, Optional\n\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils import yaml\n\n# class name prefix \"Bottle\" is a workaround for:\n# https://github.com/python/cpython/issues/90104\n\n\n# noinspection PyDataclass\nclass DictCompatMixIn:\n    @staticmethod\n    def yaml_serialize_handler(dumper, data):\n        dict_repr = data.to_dict()\n        return dumper.represent_dict(dict_repr)\n\n    @staticmethod\n    def json_serialize_handler(data):\n        return data.to_dict()\n\n    def keys(self):\n        return self.__dict__.keys()\n\n    def get(self, key, __default=None):\n        return getattr(self, key, __default)\n\n    def copy(self):\n        return replace(self)\n\n    def to_dict(self) -> dict:\n        return asdict(self)\n\n    def items(self) -> ItemsView[str, Container]:\n        return self.to_dict().items()\n\n    def __iter__(self):\n        \"\"\"handle `for x in obj` syntax\"\"\"\n        return iter(self.__dict__)\n\n    def __getitem__(self, item):\n        \"\"\"handle `obj[x]` syntax\"\"\"\n        return getattr(self, item)\n\n    def __delitem__(self, key):\n        \"\"\"handle `del obj[x]` syntax\"\"\"\n        return delattr(self, key)\n\n    def __setitem__(self, key, value):\n        \"\"\"handle `obj[x] = y` syntax\"\"\"\n        return setattr(self, key, value)\n\n\n@dataclass\nclass BottleSandboxParams(DictCompatMixIn):\n    share_net: bool = False\n    share_sound: bool = False\n    # share_host_ro: bool = True  # TODO: implement, requires the Bottles runtime (next) for a minimal sandbox\n    # share_gpu: bool = True  # TODO: implement\n    # share_paths_ro: List[str] = field(default_factory=lambda: [])  # TODO: implement\n    # share_paths_rw: List[str] = field(default_factory=lambda: [])  # TODO: implement\n\n\n@dataclass\nclass BottleParams(DictCompatMixIn):\n    dxvk: bool = False\n    dxvk_nvapi: bool = False\n    vkd3d: bool = False\n    latencyflex: bool = False\n    mangohud: bool = False\n    mangohud_display_on_game_start: bool = True\n    obsvkc: bool = False\n    vkbasalt: bool = False\n    gamemode: bool = False\n    gamescope: bool = False\n    gamescope_game_width: int = 0\n    gamescope_game_height: int = 0\n    gamescope_window_width: int = 0\n    gamescope_window_height: int = 0\n    gamescope_fps: int = 0\n    gamescope_fps_no_focus: int = 0\n    gamescope_scaling: bool = False\n    gamescope_borderless: bool = False\n    gamescope_fullscreen: bool = True\n    gamescope_custom_options: str = \"\"\n    sync: str = \"wine\"\n    fsr: bool = False\n    fsr_sharpening_strength: int = 8\n    custom_dpi: int = 96\n    renderer: str = \"gl\"\n    discrete_gpu: bool = False\n    virtual_desktop: bool = False\n    virtual_desktop_res: str = \"1280x720\"\n    wayland: bool = False\n    pulseaudio_latency: bool = False\n    fullscreen_capture: bool = False\n    take_focus: bool = False\n    mouse_warp: bool = True\n    decorated: bool = True\n    fixme_logs: bool = False\n    use_runtime: bool = False\n    use_eac_runtime: bool = True\n    use_be_runtime: bool = True\n    use_steam_runtime: bool = False\n    winebridge: bool = False\n    sandbox: bool = False\n    versioning_compression: bool = False\n    versioning_automatic: bool = False\n    versioning_exclusion_patterns: bool = False\n    vmtouch: bool = False\n    vmtouch_cache_cwd: bool = False\n\n\n@dataclass\nclass BottleConfig(DictCompatMixIn):\n    Name: str = \"\"\n    Arch: str = \"win64\"  # Enum, Use bottles.backend.models.enum.Arch\n    Windows: str = \"win10\"\n    Runner: str = \"\"  # runner name, \"sys-*\", or any installed runner name\n    WorkingDir: str = \"\"\n    DXVK: str = \"\"\n    NVAPI: str = \"\"\n    VKD3D: str = \"\"\n    LatencyFleX: str = \"\"\n    Path: str = \"\"\n    Custom_Path: str = \"\"\n    Environment: str = \"\"  # Enum: \"Steam\", \"Custom\"\n    Creation_Date: str = \"\"\n    Update_Date: str = \"\"\n    Versioning: bool = False\n    Versioning_Exclusion_Patterns: list = field(default_factory=list)\n    State: int = 0\n    Parameters: BottleParams = field(default_factory=BottleParams)\n    Sandbox: BottleSandboxParams = field(default_factory=BottleSandboxParams)\n    Limit_System_Environment: bool = False\n    Environment_Variables: dict = field(default_factory=dict)\n    Inherited_Environment_Variables: List[str] = field(default_factory=list)\n    Installed_Dependencies: List[str] = field(default_factory=list)\n    DLL_Overrides: dict = field(default_factory=dict)\n    External_Programs: Dict[str, dict] = field(default_factory=dict)\n    Uninstallers: dict = field(default_factory=dict)\n    Registry_Rules: list = field(default_factory=list)\n    session_arguments: str = \"\"\n    run_in_terminal: bool = False\n    Language: str = \"sys\"  # \"sys\", \"any valid language code\"\n    Winebridge: bool = False\n\n    # Section - Not Existed in Sample Config but used in code\n    CompatData: str = \"\"\n    data: dict = field(default_factory=dict)  # possible keys: \"config\", ...\n    RunnerPath: str = \"\"\n\n    def dump(self, file: str | IO, mode=\"w\", encoding=None, indent=4) -> Result:\n        \"\"\"\n        Dump config to file\n\n        :param file: filepath str or IO-like object.\n        :param mode: when param 'file' is filepath, use this mode to open file, otherwise ignored.\n               default is 'w'\n        :param encoding: file content encoding, default is None(Decide by Python IO)\n        :param indent: file indent width, default is 4\n        \"\"\"\n        try:\n            if isinstance(file, IOBase):\n                yaml.dump(self.to_dict(), file, indent=indent, encoding=encoding)\n            else:\n                with open(file, mode=mode) as f:\n                    yaml.dump(self.to_dict(), f, indent=indent, encoding=encoding)\n            return Result(True)\n        except Exception as e:\n            logging.exception(e)\n            return Result(False, message=str(e))\n\n    @classmethod\n    def load(cls, file: str | IO, mode=\"r\") -> Result[Optional[\"BottleConfig\"]]:\n        \"\"\"\n        Load config from file\n\n        :param file: filepath str or IO-like object.\n        :param mode: when param 'file' is filepath, use this mode to open file, otherwise ignored.\n               default is 'r'\n        \"\"\"\n        try:\n            if isinstance(file, IOBase):\n                data = yaml.load(file)\n            else:\n                if not os.path.exists(file):\n                    logging.info(\"Config file %s not found, skipping load\", file)\n                    return Result(False, message=\"Config file not exists\")\n\n                with open(file, mode=mode) as f:\n                    data = yaml.load(f)\n            if not isinstance(data, dict):\n                raise TypeError(\n                    \"Config data should be dict type, but it was %s\" % type(data)\n                )\n\n            filled = cls._fill_with(data)\n            if not filled.status:\n                raise ValueError(\"Invalid Config data (%s)\" % filled.message)\n\n            return Result(True, data=filled.data)\n        except Exception as e:\n            logging.exception(e)\n            return Result(False, message=str(e))\n\n    @classmethod\n    def _fill_with(cls, data: dict) -> Result[Optional[\"BottleConfig\"]]:\n        \"\"\"fill with dict\"\"\"\n        try:\n            data = data.copy()\n            data = cls._fix(data)\n\n            params = BottleParams(**data.pop(\"Parameters\", {}))\n            sandbox_param = BottleSandboxParams(**data.pop(\"Sandbox\", {}))\n\n            return Result(\n                True,\n                data=BottleConfig(Parameters=params, Sandbox=sandbox_param, **data),\n            )\n        except Exception as e:\n            logging.exception(e)\n            return Result(False, message=repr(e))\n\n    @classmethod\n    def _fix(cls, data: dict) -> dict:\n        \"\"\"fix config data and return\"\"\"\n        data = data.copy()\n\n        # ensure Parameters field\n        if \"Parameters\" not in data:\n            data[\"Parameters\"] = {}\n        if \"Sandbox\" not in data:\n            data[\"Sandbox\"] = {}\n\n        # migrate old fsr_level key to fsr_sharpening_strength\n        # TODO: remove after some time\n        if \"fsr_level\" in data[\"Parameters\"]:\n            logging.warning(\n                \"Migrating config key 'fsr_level' to 'fsr_sharpening_strength'\"\n            )\n            data[\"Parameters\"][\"fsr_sharpening_strength\"] = data[\"Parameters\"].pop(\n                \"fsr_level\"\n            )\n\n        # migrate typo fields\n        if \"DXVK_NVAPI\" in data:\n            logging.warning(\"Migrating config key 'DXVK_NVAPI' to 'NVAPI'\")\n            data[\"NVAPI\"] = data.pop(\"DXVK_NVAPI\")\n        if \"LatencyFlex\" in data:\n            logging.warning(\"Migrating config key 'LatencyFlex' to 'LatencyFleX'\")\n            data[\"LatencyFleX\"] = data.pop(\"LatencyFlex\")\n\n        # cleanup unexpected fields\n        data = cls._filter(data)\n\n        return data\n\n    @classmethod\n    def _filter(cls, data: dict, clazz: object = None) -> dict:\n        \"\"\"filter unexpected dict fields recursively for dataclasses and return\"\"\"\n        if not isinstance(data, dict):\n            return {}\n        if not clazz:\n            clazz = cls\n\n        new_data = {}\n        expected_fields = inspect.signature(clazz).parameters\n\n        for k, v in data.items():\n            if k in expected_fields:\n                field_type = expected_fields[k].annotation\n                if is_dataclass(field_type):\n                    v = cls._filter(v, field_type)\n                new_data[k] = v\n            else:\n                logging.warning(\n                    \"Skipping unexpected config '%s' in %s\" % (k, clazz.__name__)\n                )\n\n        return new_data\n\n\n# Register custom YAML serializer for BottleConfig\nyaml.register_serializer(BottleConfig)\n"
  },
  {
    "path": "bottles/backend/models/enum.py",
    "content": "class Arch:\n    WIN32 = \"win32\"\n    WIN64 = \"win64\"\n"
  },
  {
    "path": "bottles/backend/models/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nmodelsdir = join_paths(pkgdatadir, 'bottles/backend/models')\n\nbottles_sources = [\n  '__init__.py',\n  'result.py',\n  'samples.py',\n  'vdict.py',\n  'config.py',\n  'enum.py',\n  'registry_rule.py',\n  'process.py'\n]\n\ninstall_data(bottles_sources, install_dir: modelsdir)\n"
  },
  {
    "path": "bottles/backend/models/process.py",
    "content": "from dataclasses import dataclass\nfrom typing import Literal\n\n\n@dataclass(frozen=True)\nclass ProcessStartedPayload:\n    launch_id: str\n    bottle_id: str\n    bottle_name: str\n    bottle_path: str\n    program_name: str\n    program_path: str\n\n\n@dataclass(frozen=True)\nclass ProcessFinishedPayload:\n    launch_id: str\n    status: Literal[\"success\", \"unknown\"]\n    ended_at: int  # epoch seconds\n\n\n"
  },
  {
    "path": "bottles/backend/models/registry_rule.py",
    "content": "from dataclasses import dataclass, field\nfrom typing import List\n\n\n@dataclass\nclass RegistryRule:\n    \"\"\"Reusable registry rule definition.\n\n    Each rule stores registry key definitions as raw text so the backend can\n    generate a .reg file when the rule is applied.\n    \"\"\"\n\n    name: str\n    description: str = \"\"\n    keys: str = \"\"\n    triggers: List[str] = field(default_factory=list)\n    run_once: bool = False\n\n    @classmethod\n    def from_dict(cls, data: dict) -> \"RegistryRule\":\n        return cls(\n            name=data.get(\"name\", \"\"),\n            description=data.get(\"description\", \"\"),\n            keys=data.get(\"keys\", \"\"),\n            triggers=data.get(\"triggers\", []) or [],\n            run_once=data.get(\"run_once\", False),\n        )\n\n    def to_dict(self) -> dict:\n        return {\n            \"name\": self.name,\n            \"description\": self.description,\n            \"keys\": self.keys,\n            \"triggers\": self.triggers,\n            \"run_once\": self.run_once,\n        }\n"
  },
  {
    "path": "bottles/backend/models/result.py",
    "content": "# result.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\nfrom typing import Generic, TypeVar\n\nT = TypeVar(\"T\")\n\n\nclass Result(Generic[T]):\n    \"\"\"\n    The Result object is the standard return object for every\n    method in the backend. It is important to use this object\n    to keep the code clean and consistent.\n    \"\"\"\n\n    status: bool = False\n    data: T = None\n    message: str = \"\"\n\n    def __init__(self, status: bool = False, data: T = None, message: str = \"\"):\n        self.status = status\n        self.data = data\n        self.message = message\n\n    def set_status(self, v: bool):\n        self.status = v\n\n    @property\n    def ok(self):\n        return self.status\n\n    @property\n    def has_data(self):\n        return bool(self.data)\n\n    @property\n    def ready(self):\n        return self.ok and self.has_data\n"
  },
  {
    "path": "bottles/backend/models/samples.py",
    "content": "class Samples:\n    data = {\n        \"funding_dialog_dismissed\": False,\n        \"personal_repositories\": {},\n    }\n    default_inherited_environment = [\n        \"DBUS_SESSION_BUS_ADDRESS\",\n        \"DISPLAY\",\n        \"HOME\",\n        \"LANG\",\n        \"LC_ALL\",\n        \"LC_CTYPE\",\n        \"LC_MESSAGES\",\n        \"PATH\",\n        \"PULSE_SERVER\",\n        \"TERM\",\n        \"TZ\",\n        \"USER\",\n        \"WAYLAND_DISPLAY\",\n        \"XAUTHORITY\",\n        \"XDG_RUNTIME_DIR\",\n    ]\n    environments = {\n        \"gaming\": {\n            \"Runner\": \"wine\",\n            \"Parameters\": {\n                \"dxvk\": True,\n                # \"nvapi\": True,\n                \"vkd3d\": True,\n                \"sync\": \"fsync\",\n                \"fsr\": False,\n                \"discrete_gpu\": True,\n                \"pulseaudio_latency\": False,\n            },\n            \"Installed_Dependencies\": [\n                \"d3dx9\",\n                \"msls31\",\n                \"arial32\",\n                \"times32\",\n                \"courie32\",\n                \"d3dcompiler_43\",\n                \"d3dcompiler_47\",\n                \"mono\",\n                \"gecko\",\n            ],\n        },\n        \"application\": {\n            \"Runner\": \"wine\",\n            \"Parameters\": {\"dxvk\": True, \"vkd3d\": True, \"pulseaudio_latency\": False},\n            \"Installed_Dependencies\": [\n                \"arial32\",\n                \"times32\",\n                \"courie32\",\n                \"mono\",\n                \"gecko\",\n                # \"dotnet40\",\n                # \"dotnet48\"\n            ],\n        },\n    }\n    bottles_to_steam_relations = {\n        \"MANGOHUD\": (\"mangohud\", True),\n        \"OBS_VKCAPTURE\": (\"obsvkc\", True),\n        \"ENABLE_VKBASALT\": (\"vkbasalt\", True),\n        \"WINEESYNC\": (\"sync\", \"esync\"),\n        \"WINEFSYNC\": (\"sync\", \"fsync\"),\n        \"GAMESCOPE\": (\"gamescope\", False),\n        \"DRI_PRIME\": (\"discrete_gpu\", True),\n        \"__NV_PRIME_RENDER_OFFLOAD\": (\"discrete_gpu\", True),\n        \"PULSE_LATENCY_MSEC\": (\"pulseaudio_latency\", True),\n        \"PROTON_EAC_RUNTIME\": (\"use_eac_runtime\", True),\n        \"PROTON_BATTLEYE_RUNTIME\": (\"use_be_runtime\", True),\n    }\n"
  },
  {
    "path": "bottles/backend/models/vdict.py",
    "content": "# Copyright (c) 2015 Rossen Georgiev <rossen@rgp.io>\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy of\n# this software and associated documentation files (the \"Software\"), to deal in\n# the Software without restriction, including without limitation the rights to\n# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\n# of the Software, and to permit persons to whom the Software is furnished to do\n# so, subject to the following conditions:\n#\n# The above copyright notice and this permission notice shall be included in all\n# copies or substantial portions of the Software.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n# SOFTWARE.\n#\n# Original source code: <https://github.com/ValvePython/vdf>\n\nfrom collections import Counter\nimport collections.abc as _c\n\n_iter_values = \"values\"\n_range = range\n_string_type = str\n\n\nclass _kView(_c.KeysView):\n    def __iter__(self):\n        return self._mapping.iterkeys()\n\n\nclass _vView(_c.ValuesView):\n    def __iter__(self):\n        return self._mapping.itervalues()\n\n\nclass _iView(_c.ItemsView):\n    def __iter__(self):\n        return self._mapping.iteritems()\n\n\nclass VDFDict(dict):\n    def __init__(self, data=None):\n        \"\"\"\n        This is a dictionary that supports duplicate keys and preserves insert order\n\n        ``data`` can be a ``dict``, or a sequence of key-value tuples. (e.g. ``[('key', 'value'),..]``)\n        The only supported type for key is str.\n\n        Get/set duplicates is done by tuples ``(index, key)``, where index is the duplicate index\n        for the specified key. (e.g. ``(0, 'key')``, ``(1, 'key')``...)\n\n        When the ``key`` is ``str``, instead of tuple, set will create a duplicate and get will look up ``(0, key)``\n        \"\"\"\n        self.__omap = []\n        self.__kcount = Counter()\n\n        if data is not None:\n            if not isinstance(data, (list, dict)):\n                raise ValueError(\n                    \"Expected data to be list of pairs or dict, got %s\" % type(data)\n                )\n            self.update(data)\n\n    def __repr__(self):\n        out = \"%s(\" % self.__class__.__name__\n        out += \"%s)\" % repr(list(self.iteritems()))\n        return out\n\n    def __len__(self):\n        return len(self.__omap)\n\n    @staticmethod\n    def _verify_key_tuple(key):\n        if len(key) != 2:\n            raise ValueError(\"Expected key tuple length to be 2, got %d\" % len(key))\n        if not isinstance(key[0], int):\n            raise TypeError(\"Key index should be an int\")\n        if not isinstance(key[1], _string_type):\n            raise TypeError(\"Key value should be a str\")\n\n    def _normalize_key(self, key):\n        if isinstance(key, _string_type):\n            key = (0, key)\n        elif isinstance(key, tuple):\n            self._verify_key_tuple(key)\n        else:\n            raise TypeError(\"Expected key to be a str or tuple, got %s\" % type(key))\n        return key\n\n    def __setitem__(self, key, value):\n        if isinstance(key, _string_type):\n            key = (self.__kcount[key], key)\n            self.__omap.append(key)\n        elif isinstance(key, tuple):\n            self._verify_key_tuple(key)\n            if key not in self:\n                raise KeyError(\"%s doesn't exist\" % repr(key))\n        else:\n            raise TypeError(\"Expected either a str or tuple for key\")\n        super(VDFDict, self).__setitem__(key, value)\n        self.__kcount[key[1]] += 1\n\n    def __getitem__(self, key):\n        return super(VDFDict, self).__getitem__(self._normalize_key(key))\n\n    def __delitem__(self, key):\n        key = self._normalize_key(key)\n        result = super(VDFDict, self).__delitem__(key)\n\n        start_idx = self.__omap.index(key)\n        del self.__omap[start_idx]\n\n        dup_idx, skey = key\n        self.__kcount[skey] -= 1\n        tail_count = self.__kcount[skey] - dup_idx\n\n        if tail_count > 0:\n            for idx in _range(start_idx, len(self.__omap)):\n                if self.__omap[idx][1] == skey:\n                    oldkey = self.__omap[idx]\n                    newkey = (dup_idx, skey)\n                    super(VDFDict, self).__setitem__(newkey, self[oldkey])\n                    super(VDFDict, self).__delitem__(oldkey)\n                    self.__omap[idx] = newkey\n\n                    dup_idx += 1\n                    tail_count -= 1\n                    if tail_count == 0:\n                        break\n\n        if self.__kcount[skey] == 0:\n            del self.__kcount[skey]\n\n        return result\n\n    def __iter__(self):\n        return iter(self.iterkeys())\n\n    def __contains__(self, key):\n        return super(VDFDict, self).__contains__(self._normalize_key(key))\n\n    def __eq__(self, other):\n        if isinstance(other, VDFDict):\n            return list(self.items()) == list(other.items())\n        else:\n            return False\n\n    def __ne__(self, other):\n        return not self.__eq__(other)\n\n    def clear(self):\n        super(VDFDict, self).clear()\n        self.__kcount.clear()\n        self.__omap = list()\n\n    def get(self, key, *_args):\n        return super(VDFDict, self).get(self._normalize_key(key), *_args)\n\n    def setdefault(self, key, default=None):\n        if key not in self:\n            self.__setitem__(key, default)\n        return self.__getitem__(key)\n\n    def pop(self, key):\n        key = self._normalize_key(key)\n        value = self.__getitem__(key)\n        self.__delitem__(key)\n        return value\n\n    def popitem(self):\n        if not self.__omap:\n            raise KeyError(\"VDFDict is empty\")\n        key = self.__omap[-1]\n        return key[1], self.pop(key)\n\n    def update(self, data=None, **kwargs):\n        if isinstance(data, dict):\n            data = data.items()\n        elif not isinstance(data, list):\n            raise TypeError(\"Expected data to be a list or dict, got %s\" % type(data))\n\n        for key, value in data:\n            self.__setitem__(key, value)\n\n    def iterkeys(self):\n        return (key[1] for key in self.__omap)\n\n    def keys(self):\n        return _kView(self)\n\n    def itervalues(self):\n        return (self[key] for key in self.__omap)\n\n    def values(self):\n        return _vView(self)\n\n    def iteritems(self):\n        return ((key[1], self[key]) for key in self.__omap)\n\n    def items(self):\n        return _iView(self)\n\n    def get_all_for(self, key):\n        \"\"\"Returns all values of the given key\"\"\"\n        if not isinstance(key, _string_type):\n            raise TypeError(\"Key needs to be a string.\")\n        return [self[(idx, key)] for idx in _range(self.__kcount[key])]\n\n    def remove_all_for(self, key):\n        \"\"\"Removes all items with the given key\"\"\"\n        if not isinstance(key, _string_type):\n            raise TypeError(\"Key need to be a string.\")\n\n        for idx in _range(self.__kcount[key]):\n            super(VDFDict, self).__delitem__((idx, key))\n\n        self.__omap = list(filter(lambda x: x[1] != key, self.__omap))\n\n        del self.__kcount[key]\n\n    def has_duplicates(self):\n        \"\"\"\n        Returns ``True`` if the dict contains keys with duplicates.\n        Recurses through any all keys with value that is ``VDFDict``.\n        \"\"\"\n        for n in getattr(self.__kcount, _iter_values)():\n            if n != 1:\n                return True\n\n        def dict_recurse(obj):\n            for v in getattr(obj, _iter_values)():\n                if isinstance(v, VDFDict) and v.has_duplicates():\n                    return True\n                elif isinstance(v, dict):\n                    return dict_recurse(v)\n            return False\n\n        return dict_recurse(self)\n"
  },
  {
    "path": "bottles/backend/params.py",
    "content": "APP_VERSION = \"@APP_VERSION@\"\nBASE_ID = \"@BASE_ID@\"\nAPP_ID = \"@APP_ID@\"\n"
  },
  {
    "path": "bottles/backend/repos/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/repos/component.py",
    "content": "# component.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom bottles.backend.repos.repo import Repo\n\n\nclass ComponentRepo(Repo):\n    name = \"components\"\n\n    def get(self, name: str, plain: bool = False) -> str | dict | bool:\n        if name in self.catalog:\n            entry = self.catalog[name]\n            category = entry[\"Category\"]\n            subcategory = entry.get(\"Sub-category\")\n\n            if subcategory:\n                url = f\"{self.url}/{category}/{subcategory}/{name}.yml\"\n            else:\n                url = f\"{self.url}/{category}/{name}.yml\"\n\n            return self.get_manifest(url, plain)\n        return False\n"
  },
  {
    "path": "bottles/backend/repos/dependency.py",
    "content": "# dependency.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom bottles.backend.repos.repo import Repo\n\n\nclass DependencyRepo(Repo):\n    name = \"dependencies\"\n\n    def get(self, name: str, plain: bool = False) -> str | dict | bool:\n        if name in self.catalog:\n            entry = self.catalog[name]\n            url = f\"{self.url}/{entry['Category']}/{name}.yml\"\n            return self.get_manifest(url, plain)\n        return False\n"
  },
  {
    "path": "bottles/backend/repos/installer.py",
    "content": "# installer.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom bottles.backend.repos.repo import Repo\n\n\nclass InstallerRepo(Repo):\n    name = \"installers\"\n\n    def get(self, name: str, plain: bool = False) -> str | dict | bool:\n        if name in self.catalog:\n            entry = self.catalog[name]\n            url = f\"{self.url}/{entry['Category']}/{name}.yml\"\n            return self.get_manifest(url, plain)\n        return False\n\n    def get_review(self, name: str) -> str | dict | bool:\n        if name in self.catalog:\n            return self.get_manifest(f\"{self.url}/Reviews/{name}.md\", plain=True)\n        return False\n\n    def get_icon(self, name: str) -> str | bytes | None:\n        if name in self.catalog:\n            entry = self.catalog[name]\n            icon = entry.get(\"Icon\")\n            if icon:\n                return f\"{self.url}/data/{name}/{icon}\"\n        return None\n"
  },
  {
    "path": "bottles/backend/repos/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nreposdir = join_paths(pkgdatadir, 'bottles/backend/repos')\n\nbottles_sources = [\n  '__init__.py',\n  'repo.py',\n  'dependency.py',\n  'component.py',\n  'installer.py',\n]\n\ninstall_data(bottles_sources, install_dir: reposdir)\n"
  },
  {
    "path": "bottles/backend/repos/repo.py",
    "content": "# repo.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom io import BytesIO\n\nimport pycurl\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.state import EventManager, Events\nfrom bottles.backend.utils import yaml\nfrom bottles.backend.utils.threading import RunAsync\n\nlogging = Logger()\n\n\nclass Repo:\n    name: str = \"\"\n\n    def __init__(self, url: str, index: str, offline: bool = False):\n        self.url = url\n        self.catalog = None\n\n        def set_catalog(result, error=None):\n            self.catalog = result\n            EventManager.done(Events(self.name + \".fetching\"))\n\n        RunAsync(self.__get_catalog, callback=set_catalog, index=index, offline=offline)\n\n    def __get_catalog(self, index: str, offline: bool = False):\n        if index in [\"\", None] or offline:\n            return {}\n\n        try:\n            buffer = BytesIO()\n\n            c = pycurl.Curl()\n            c.setopt(c.URL, index)\n            c.setopt(c.FOLLOWLOCATION, True)\n            c.setopt(c.WRITEDATA, buffer)\n            c.perform()\n            c.close()\n\n            index = yaml.load(buffer.getvalue())\n            logging.info(f\"Catalog {self.name} loaded\")\n\n            return index\n        except (pycurl.error, yaml.YAMLError):\n            logging.error(f\"Cannot fetch {self.name} repository index.\")\n            return {}\n\n    def get_manifest(self, url: str, plain: bool = False) -> str | dict | bool:\n        try:\n            buffer = BytesIO()\n\n            c = pycurl.Curl()\n            c.setopt(c.URL, url)\n            c.setopt(c.FOLLOWLOCATION, True)\n            c.setopt(c.WRITEDATA, buffer)\n            c.perform()\n            c.close()\n\n            res = buffer.getvalue()\n\n            if plain:\n                return res.decode(\"utf-8\")\n\n            return yaml.load(res)\n        except (pycurl.error, yaml.YAMLError):\n            logging.error(f\"Cannot fetch {self.name} manifest.\")\n            return False\n"
  },
  {
    "path": "bottles/backend/runner.py",
    "content": "# runner.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nfrom typing import TYPE_CHECKING\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.runtime import RuntimeManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.steam import SteamUtils\nfrom bottles.backend.wine.wineboot import WineBoot\n\nif TYPE_CHECKING:\n    from bottles.backend.managers.manager import Manager\n\nlogging = Logger()\n\n\nclass Runner:\n    \"\"\"\n    This class handle everything related to the runner (e.g. Wine, Proton).\n    It should not contain any manager logic (e.g. catalogs, checks, etc.) or\n    any bottle related stuff (e.g. config handling, etc.), also DXVK, VKD3D,\n    NVAPI handling should not performed from here.\n    \"\"\"\n\n    @staticmethod\n    def runner_update(\n        config: BottleConfig, manager: \"Manager\", runner: str\n    ) -> Result[dict]:\n        \"\"\"\n        This method should be executed after changing the runner\n        for a bottle. It does a prefix update and re-initialize the\n        active DLLComponents (dxvk, dxvk-nvapi, vkd3d…) to re-create\n        the overrides and fix broken registry keys.\n        \"\"\"\n        logging.info(f\"Doing runner update for bottle: {config.Name}\")\n        wineboot = WineBoot(config)\n\n        if not runner.startswith(\"sys-\"):\n            runner_path = ManagerUtils.get_runner_path(runner)\n\n            if not os.path.exists(runner_path):\n                logging.error(f\"Runner {runner} not found in {runner_path}\")\n                return Result(status=False, data={\"config\": config})\n\n        # kill wineserver after update\n        wineboot.kill(force_if_stalled=True)\n\n        # update bottle config\n        up_config = manager.update_config(\n            config=config, key=\"Runner\", value=runner\n        ).data[\"config\"]\n\n        # perform a prefix update\n        wineboot.update()\n\n        # re-initialize DLLComponents\n        if config.Parameters.dxvk:\n            manager.install_dll_component(config, \"dxvk\", overrides_only=True)\n        if config.Parameters.dxvk_nvapi:\n            manager.install_dll_component(config, \"nvapi\", overrides_only=True)\n        if config.Parameters.vkd3d:\n            manager.install_dll_component(config, \"vkd3d\", overrides_only=True)\n\n        \"\"\"\n        enable Steam runtime if using Proton.\n\n        NOTE: Official Proton runners need to be launched with the Steam Runtime to works\n        properly, since it relies on a lot of libraries that should not be present on\n        the host system. There are some exceptions, like the Soda and Wine-GE runners,\n        which are built to work without the Steam Runtime.\n        \"\"\"\n        if SteamUtils.is_proton(\n            ManagerUtils.get_runner_path(runner)\n        ) and RuntimeManager.get_runtimes(\"steam\"):\n            manager.update_config(config, \"use_steam_runtime\", True, \"Parameters\")\n\n        return Result(status=True, data={\"config\": up_config})\n"
  },
  {
    "path": "bottles/backend/state.py",
    "content": "import dataclasses\nfrom enum import Enum\nfrom gettext import gettext as _\nfrom threading import Lock as PyLock, Event as PyEvent\nfrom typing import Dict, Callable, Optional, Protocol, List\nfrom uuid import UUID, uuid4\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.result import Result\n\nlogging = Logger()\n\n\nclass Locks(Enum):\n    ComponentsInstall = \"components.install\"\n\n\nclass Events(Enum):\n    ComponentsFetching = \"components.fetching\"\n    DependenciesFetching = \"dependencies.fetching\"\n    InstallersFetching = \"installers.fetching\"\n    ComponentsOrganizing = \"components.organizing\"\n    DependenciesOrganizing = \"dependencies.organizing\"\n    InstallersOrganizing = \"installers.organizing\"\n\n\nclass Signals(Enum):\n    \"\"\"Signals backend support\"\"\"\n\n    ManagerLocalBottlesLoaded = \"Manager.local_bottles_loaded\"  # no extra data\n\n    ForceStopNetworking = (\n        \"LoadingView.stop_networking\"  # status(bool): Force Stop network operations\n    )\n    RepositoryFetched = \"RepositoryManager.repo_fetched\"  # status: fetch success or not, data(int): total repositories\n    NetworkStatusChanged = (\n        \"ConnectionUtils.status_changed\"  # status(bool): network ready or not\n    )\n\n    GNotification = (\n        \"G.send_notification\"  # data(Notification): data for Gio notification\n    )\n    GShowUri = \"G.show_uri\"  # data(str): the URI\n\n    # data(UUID): the UUID of task\n    TaskAdded = \"task.added\"\n    TaskRemoved = \"task.removed\"\n    TaskUpdated = \"task.updated\"\n\n    # Playtime lifecycle signals\n    ProgramStarted = \"Playtime.program_started\"\n\n    # ProgramFinished data payload:\n    ProgramFinished = \"Playtime.program_finished\"\n\n    # Eagle analysis signals\n    EagleStep = \"Eagle.step\"  # data(Result): msg(str)\n    EagleFinished = \"Eagle.finished\"  # data(Result): results(dict)\n\n    # Dynamic launcher portal\n    DesktopEntryCreated = \"DesktopEntry.created\"\n\n\nclass Status(Enum):\n    RUNNING = \"running\"\n    DONE = \"done\"\n    FAILED = \"failed\"\n    CANCELLED = \"cancelled\"\n\n\nclass TaskStreamUpdateHandler(Protocol):\n    def __call__(\n        self,\n        received_size: int = 0,\n        total_size: int = 0,\n        status: Optional[Status] = None,\n    ) -> None: ...\n\n\nclass SignalHandler(Protocol):\n    def __call__(self, data: Optional[Result] = None) -> None: ...\n\n\n@dataclasses.dataclass\nclass Notification:\n    title: str = \"Bottles\"\n    text: str = \"no message provided\"\n    image: str = \"\"\n\n\n@dataclasses.dataclass(init=False)\nclass Task:\n    _task_id: Optional[UUID] = None  # should only be set by TaskManager\n    title: str = \"Task\"\n    _subtitle: str = \"\"\n    hidden: bool = False  # hide from UI\n    cancellable: bool = False\n\n    def __init__(\n        self,\n        title: str = \"Task\",\n        subtitle: str = \"\",\n        hidden: bool = False,\n        cancellable: bool = False,\n    ):\n        self.title = title\n        self.subtitle = subtitle\n        self.hidden = hidden\n        self.cancellable = cancellable\n\n    @property\n    def task_id(self) -> Optional[UUID]:\n        return self._task_id\n\n    @task_id.setter\n    def task_id(self, value: UUID):\n        if self._task_id is not None:\n            raise NotImplementedError(\n                \"Invalid usage, Task.task_id should only set once\"\n            )\n        self._task_id = value\n\n    @property\n    def subtitle(self) -> str:\n        return self._subtitle\n\n    @subtitle.setter\n    def subtitle(self, value: str):\n        self._subtitle = value\n        SignalManager.send(Signals.TaskUpdated, Result(True, self.task_id))\n\n    def stream_update(\n        self,\n        received_size: int = 0,\n        total_size: int = 0,\n        status: Optional[Status] = None,\n    ):\n        \"\"\"This is a default subtitle updating handler for streaming downloading progress\"\"\"\n        match status:\n            case Status.DONE | Status.FAILED | Status.CANCELLED:\n                TaskManager.remove(self)\n                return\n            case _:\n                pass\n\n        if total_size == 0 and received_size == 0:\n            self.subtitle = _(\"Calculating…\")\n            return\n\n        percent = int(received_size / total_size * 100)\n        self.subtitle = f\"{percent}%\"\n\n\nclass LockManager:\n    _LOCKS: Dict[Locks, PyLock] = {}\n\n    @classmethod\n    def lock(cls, name: Locks):\n        \"\"\"decorator, used for mutex locking the decorated function\"\"\"\n        lock = cls.get(name)\n\n        def func_wrapper(func: Callable):\n            def wrapper(*args, **kwargs):\n                lock.acquire()\n                rv = func(*args, **kwargs)\n                lock.release()\n                return rv\n\n            return wrapper\n\n        return func_wrapper\n\n    @classmethod\n    def get(cls, name: Locks) -> PyLock:\n        return cls._LOCKS.setdefault(name, PyLock())\n\n\nclass EventManager:\n    \"\"\"\n    This class manages events, which are one-time events (can be reset) during the lifecycle of the app.\n    You can wait for the event to occur, or set it when the associated operations are finished.\n    Wait for an event that has already been set, will immediately return.\n    \"\"\"\n\n    _EVENTS: Dict[Events, PyEvent] = {}\n\n    @classmethod\n    def wait(cls, event: Events):\n        _event = cls._EVENTS.setdefault(event, PyEvent())\n        # By default, when an Event is created, it will be unset, so it will block\n        logging.debug(f\"Waiting on operation {event}\")\n        _event.wait()\n        logging.debug(f\"Done wait operation {event}\")\n\n    @classmethod\n    def done(cls, event: Events):\n        _event = cls._EVENTS.setdefault(event, PyEvent())\n        _event.set()\n        logging.debug(f\"Done operation {event}\")\n\n    @classmethod\n    def reset(cls, event: Events):\n        _event = cls._EVENTS.setdefault(event, PyEvent())\n        _event.clear()\n        logging.debug(f\"Reset operation {event}\")\n\n\nclass TaskManager:\n    \"\"\"Long-running tasks are registered here, for tracking and display them on UI\"\"\"\n\n    _TASKS: Dict[UUID, Task] = {}  # {UUID4: Task}\n\n    @classmethod\n    def get(cls, task_id: UUID) -> Optional[Task]:\n        return cls._TASKS.get(task_id)\n\n    @classmethod\n    def add(cls, task: Task) -> UUID:\n        \"\"\"register a running task to TaskManager\"\"\"\n        uniq = uuid4()\n        task.task_id = uniq\n        cls._TASKS[uniq] = task\n        SignalManager.send(Signals.TaskAdded, Result(True, task.task_id))\n        return uniq\n\n    @classmethod\n    def remove(cls, task: UUID | Task):\n        if isinstance(task, Task):\n            task = task.task_id\n        cls._TASKS.pop(task)\n        SignalManager.send(Signals.TaskRemoved, Result(True, task))\n\n\nclass SignalManager:\n    \"\"\"sync backend state to frontend via registered signal handlers\"\"\"\n\n    _SIGNALS: Dict[Signals, List[SignalHandler]] = {}\n\n    @classmethod\n    def connect(cls, signal: Signals, handler: SignalHandler) -> None:\n        cls._SIGNALS.setdefault(signal, [])\n        cls._SIGNALS[signal].append(handler)\n\n    @classmethod\n    def send(cls, signal: Signals, data: Optional[Result] = None) -> None:\n        \"\"\"\n        Send signal\n        should only be called by backend logic\n        \"\"\"\n        if signal not in cls._SIGNALS:\n            logging.debug(f\"No handler registered for {signal}\")\n            return\n        for fn in cls._SIGNALS[signal]:\n            fn(data)\n"
  },
  {
    "path": "bottles/backend/utils/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/utils/connection.py",
    "content": "# connection.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nfrom datetime import datetime\nfrom gettext import gettext as _\nfrom typing import Optional\n\nimport pycurl\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Notification, SignalManager, Signals\n\nlogging = Logger()\n\n\nclass ConnectionUtils:\n    \"\"\"\n    This class is used to check the connection, pinging the official\n    Bottle's website. If the connection is offline, the user will be\n    notified and False will be returned, otherwise True.\n    \"\"\"\n\n    _status: Optional[bool] = None\n    last_check = None\n\n    def __init__(self, force_offline=False, **kwargs):\n        super().__init__(**kwargs)\n        self.force_offline = force_offline\n        self.do_check_connection = True\n        self.aborted_connections = 0\n        SignalManager.connect(Signals.ForceStopNetworking, self.stop_check)\n\n    @property\n    def status(self) -> Optional[bool]:\n        return self._status\n\n    @status.setter\n    def status(self, value: bool):\n        if value is None:\n            logging.error(\"Cannot set network status to None\")\n            return\n        self._status = value\n        SignalManager.send(Signals.NetworkStatusChanged, Result(status=self.status))\n\n    def __curl_progress(self, _download_t, _download_d, _upload_t, _upload_d):\n        if self.do_check_connection:\n            return pycurl.E_OK\n        else:\n            self.aborted_connections += 1\n            return pycurl.E_ABORTED_BY_CALLBACK\n\n    def stop_check(self, res: Result):\n        if res.status:\n            self.do_check_connection = False\n\n    def check_connection(self, show_notification=False) -> Optional[bool]:\n        \"\"\"check network status, send result through signal NetworkReady and return\"\"\"\n        if self.force_offline or \"FORCE_OFFLINE\" in os.environ:\n            logging.info(\"Forcing offline mode\")\n            self.status = False\n            return False\n\n        try:\n            c = pycurl.Curl()\n            c.setopt(c.URL, \"https://ping.usebottles.com\")\n            c.setopt(c.FOLLOWLOCATION, True)\n            c.setopt(c.NOBODY, True)\n            c.setopt(c.NOPROGRESS, False)\n            c.setopt(c.XFERINFOFUNCTION, self.__curl_progress)\n            c.perform()\n\n            if c.getinfo(pycurl.HTTP_CODE) != 200:\n                raise Exception(\"Connection status: offline …\")\n\n            self.last_check = datetime.now()\n            self.status = True\n        except Exception:\n            logging.warning(\"Connection status: offline …\")\n            if show_notification:\n                SignalManager.send(\n                    Signals.GNotification,\n                    Result(\n                        True,\n                        Notification(\n                            title=\"Bottles\",\n                            text=_(\"You are offline, unable to download.\"),\n                            image=\"network-wireless-disabled-symbolic\",\n                        ),\n                    ),\n                )\n            self.last_check = datetime.now()\n            self.status = False\n        \n        self.do_check_connection = True\n        return self.status\n"
  },
  {
    "path": "bottles/backend/utils/decorators.py",
    "content": "# decorators.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom functools import lru_cache, wraps\nfrom time import monotonic_ns\n\n\ndef cache(_func=None, *, seconds: int = 600, maxsize: int = 128, typed: bool = False):\n    \"\"\"\n    Extension of functools lru_cache with a timeout\n\n    Parameters:\n    seconds (int): Timeout in seconds to clear the WHOLE cache, default = 10 minutes\n    maxsize (int): Maximum Size of the Cache\n    typed (bool): Same value of different type will be a different entry\n\n    Source: <https://gist.github.com/Morreski/c1d08a3afa4040815eafd3891e16b945>\n    \"\"\"\n\n    def wrapper_cache(f):\n        f = lru_cache(maxsize=maxsize, typed=typed)(f)\n        f.delta = seconds * 10**9\n        f.expiration = monotonic_ns() + f.delta\n\n        @wraps(f)\n        def wrapped_f(*args, **kwargs):\n            if monotonic_ns() >= f.expiration:\n                f.cache_clear()\n                f.expiration = monotonic_ns() + f.delta\n            return f(*args, **kwargs)\n\n        wrapped_f.cache_info = f.cache_info\n        wrapped_f.cache_clear = f.cache_clear\n        return wrapped_f\n\n    # To allow decorator to be used without arguments\n    if _func is None:\n        return wrapper_cache\n    else:\n        return wrapper_cache(_func)\n"
  },
  {
    "path": "bottles/backend/utils/display.py",
    "content": "import os\nimport subprocess\nfrom functools import lru_cache\n\n\nclass DisplayUtils:\n    @staticmethod\n    @lru_cache\n    def get_x_display():\n        \"\"\"Get the X display port.\"\"\"\n        env_var = \"DISPLAY\"\n        ports_range = range(3)\n\n        if os.environ.get(env_var):\n            return os.environ.get(env_var)\n\n        for i in ports_range:\n            _port = f\":{i}\"\n            _proc = (\n                subprocess.Popen(\n                    f\"xdpyinfo -display :{i}\",\n                    stdout=subprocess.PIPE,\n                    stderr=subprocess.PIPE,\n                    shell=True,\n                )\n                .communicate()[0]\n                .decode(\"utf-8\")\n                .lower()\n            )\n            if \"x.org\" in _proc:\n                return _port\n\n        return False\n\n    @staticmethod\n    def check_nvidia_device():\n        \"\"\"Check if there is an nvidia device connected\"\"\"\n        _query = \"NVIDIA Corporation\".lower()\n        _proc = (\n            subprocess.Popen(\n                \"lspci | grep 'VGA'\",\n                stdout=subprocess.PIPE,\n                stderr=subprocess.PIPE,\n                shell=True,\n            )\n            .communicate()[0]\n            .decode(\"utf-8\")\n            .lower()\n        )\n\n        if _query in _proc:\n            return True\n        return False\n\n    @staticmethod\n    def display_server_type():\n        \"\"\"Return the display server type\"\"\"\n        return os.environ.get(\"XDG_SESSION_TYPE\", \"x11\").lower()\n"
  },
  {
    "path": "bottles/backend/utils/file.py",
    "content": "# file.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport fcntl\nimport hashlib\nimport os\nimport shutil\nimport time\nfrom array import array\nfrom pathlib import Path\n\n\nclass FileUtils:\n    \"\"\"\n    This class provide some useful methods to work with files.\n    Like get checksum, human size, etc.\n    \"\"\"\n\n    @staticmethod\n    def get_checksum(file):\n        \"\"\"\n        This function returns the MD5 checksum of the given file.\n        \"\"\"\n        checksum = hashlib.md5()\n\n        try:\n            with open(file, \"rb\") as f:\n                for chunk in iter(lambda: f.read(4096), b\"\"):\n                    checksum.update(chunk)\n            return checksum.hexdigest().lower()\n        except FileNotFoundError:\n            return None\n\n    @staticmethod\n    def use_insensitive_ext(string):\n        \"\"\"Converts a glob pattern into a case-insensitive glob pattern\"\"\"\n        ext = string.split(\".\")[1]\n        globlist = [\"[%s%s]\" % (c.lower(), c.upper()) for c in ext]\n        return \"*.%s\" % \"\".join(globlist)\n\n    @staticmethod\n    def get_human_size(size: float) -> str:\n        \"\"\"Returns a human readable size from a given float size\"\"\"\n        for unit in [\"\", \"Ki\", \"Mi\", \"Gi\", \"Ti\", \"Pi\", \"Ei\", \"Zi\"]:\n            if abs(size) < 1024.0:\n                return f\"{size:3.1f}{unit}B\"\n            size /= 1024.0\n        return f\"{size:.1f}YiB\"\n\n    @staticmethod\n    def get_human_size_legacy(size: float) -> str:\n        \"\"\"Returns a human readable size from a given float size\"\"\"\n        for unit in [\"\", \"Ki\", \"Mi\", \"Gi\", \"Ti\", \"Pi\", \"Ei\", \"Zi\"]:\n            if abs(size) < 1024.0:\n                return \"%3.1f%s%s\" % (size, unit, \"B\")\n            size /= 1024.0\n\n        return \"%.1f%s%s\" % (size, \"Yi\", \"B\")\n\n    def get_path_size(self, path: str, human: bool = True) -> str | float:\n        \"\"\"\n        Returns the size of a given path. If human is True, returns as a\n        human-readable size.\n        \"\"\"\n        p = Path(path)\n        size = sum(f.stat().st_size for f in p.glob(\"**/*\") if f.is_file())\n\n        if human:\n            return self.get_human_size(size)\n\n        return size\n\n    def get_disk_size(self, human: bool = True) -> dict:\n        \"\"\"\n        Returns the size of the disk. If human is True, returns as a\n        human-readable size.\n        \"\"\"\n        disk_total, disk_used, disk_free = shutil.disk_usage(\"/\")\n\n        if human:\n            disk_total = self.get_human_size(disk_total)\n            disk_used = self.get_human_size(disk_used)\n            disk_free = self.get_human_size(disk_free)\n\n        return {\n            \"total\": disk_total,\n            \"used\": disk_used,\n            \"free\": disk_free,\n        }\n\n    @staticmethod\n    def wait_for_files(files: list, timeout: int = 0.5) -> bool:\n        \"\"\"Wait for a file to be created or modified.\"\"\"\n        for file in files:\n            if not os.path.isfile(file):\n                return False\n\n            while not os.path.exists(file):\n                time.sleep(timeout)\n\n        return True\n\n    @staticmethod\n    def remove_path(path: str) -> bool:\n        \"\"\"Remove a file or directory at the given path.\"\"\"\n        try:\n            if os.path.isdir(path):\n                shutil.rmtree(path)\n            else:\n                os.remove(path)\n        except FileNotFoundError:\n            return False\n        except OSError:\n            return False\n\n        return True\n\n    @staticmethod\n    def chattr_f(directory: str) -> bool:\n        FS_IOC_GETFLAGS = 0x80086601\n        FS_IOC_SETFLAGS = 0x40086602\n        FS_CASEFOLD_FL = 0x40000000\n\n        success = True\n        if os.path.isdir(directory) and len(os.listdir(directory)) == 0:\n            fd = os.open(directory, os.O_RDONLY)\n            try:\n                arg = array(\"L\", [0])\n                fcntl.ioctl(fd, FS_IOC_GETFLAGS, arg, True)\n                arg[0] |= FS_CASEFOLD_FL\n                fcntl.ioctl(fd, FS_IOC_SETFLAGS, arg, True)\n            except OSError:\n                success = False\n            os.close(fd)\n        else:\n            success = False\n\n        return success\n"
  },
  {
    "path": "bottles/backend/utils/generic.py",
    "content": "# generic.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\nimport codecs\nimport contextlib\nimport random\nimport re\nimport string\nimport subprocess\nfrom typing import Optional\n\nimport chardet\n\nfrom bottles.backend.globals import locale_encodings\n\n\ndef validate_url(url: str):\n    \"\"\"Validate a URL.\"\"\"\n    regex = re.compile(\n        r\"^(?:http|ftp)s?://\"\n        r\"(?:(?:[A-Z0-9](?:[A-Z0-9-]{0,61}[A-Z0-9])?\\.)+(?:[A-Z]{2,6}\\.?|[A-Z0-9-]{2,}\\.?)|\"\n        r\"localhost|\"\n        r\"\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3})\"\n        r\"(?::\\d+)?\"\n        r\"(?:/?|[/?]\\S+)$\",\n        re.IGNORECASE,\n    )\n\n    return re.match(regex, url) is not None\n\n\ndef detect_encoding(text: bytes, locale_hint: str = None) -> Optional[str]:\n    \"\"\"\n    Detect the encoding of a text by its bytes. Return None if it\n    can't be detected.\n    \"\"\"\n    if not text:  # when empty\n        return \"utf-8\"\n    if locale_hint:  # when hint available\n        hint = locale_hint.split(\".\")\n        match len(hint):\n            case 1:\n                loc = hint[0]\n                if loc in locale_encodings:  # Use Windows locale defaults\n                    return locale_encodings[loc]\n            case 2:\n                loc, encoding = hint\n                try:\n                    codecs.lookup(encoding)\n                    return encoding\n                except LookupError:  # Fallback to locale only\n                    if loc in locale_encodings:\n                        return locale_encodings[loc]\n            case _:\n                pass\n    result = chardet.detect(text)\n    encoding = result[\"encoding\"]\n    confidence = result[\"confidence\"]\n    if confidence < 0.5:\n        return None\n    return encoding\n\n\ndef is_glibc_min_available():\n    \"\"\"Check if the glibc minimum version is available.\"\"\"\n    try:\n        import ctypes\n\n        process_namespace = ctypes.CDLL(None)\n        gnu_get_libc_version = process_namespace.gnu_get_libc_version\n        gnu_get_libc_version.restype = ctypes.c_char_p\n        version = gnu_get_libc_version().decode(\"ascii\")\n        if version >= \"2.32\":\n            return version\n    except:\n        pass\n    return False\n\n\ndef sort_by_version(_list: list, extra_check: str = \"async\"):\n    def natural_keys(text):\n        result = [int(re.search(extra_check, text) is None)]\n        result.extend(\n            [int(n) for n in re.findall(r\"\\d+\", text)]\n        )\n        return result\n\n    _list.sort(key=natural_keys, reverse=True)\n    return _list\n\n\ndef get_mime(path: str):\n    \"\"\"Get the mime type of file.\"\"\"\n    with contextlib.suppress(FileNotFoundError):\n        res = subprocess.check_output([\"file\", \"--mime-type\", path])\n        if res:\n            return res.decode(\"utf-8\").split(\":\")[1].strip()\n    return None\n\n\ndef random_string(length: int):\n    return \"\".join(\n        random.choice(string.ascii_uppercase + string.digits) for _ in range(length)\n    )\n"
  },
  {
    "path": "bottles/backend/utils/gpu.py",
    "content": "# gpu.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport subprocess\nfrom enum import Enum\nfrom functools import lru_cache\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.utils.nvidia import get_nvidia_dll_path\nfrom bottles.backend.utils.vulkan import VulkanUtils\n\nlogging = Logger()\n\n\nclass GPUVendors(Enum):\n    AMD = \"amd\"\n    NVIDIA = \"nvidia\"\n    INTEL = \"intel\"\n\n\n# noinspection PyTypeChecker\nclass GPUUtils:\n    __vendors = {\n        \"nvidia\": \"NVIDIA Corporation\",\n        \"amd\": \"Advanced Micro Devices, Inc.\",\n        \"intel\": \"Intel Corporation\",\n    }\n\n    def __init__(self):\n        self.vk = VulkanUtils()\n\n    def list_all(self):\n        found = []\n        for _vendor in self.__vendors:\n            _proc = subprocess.Popen(\n                f\"lspci | grep '{self.__vendors[_vendor]}'\",\n                stdout=subprocess.PIPE,\n                stderr=subprocess.PIPE,\n                shell=True,\n            )\n            stdout, stderr = _proc.communicate()\n\n            if len(stdout) > 0:\n                found.append(_vendor)\n\n        return found\n\n    @staticmethod\n    def assume_discrete(vendors: list):\n        if \"nvidia\" in vendors and \"amd\" in vendors:\n            return {\"integrated\": \"amd\", \"discrete\": \"nvidia\"}\n        if \"nvidia\" in vendors and \"intel\" in vendors:\n            return {\"integrated\": \"intel\", \"discrete\": \"nvidia\"}\n        if \"amd\" in vendors and \"intel\" in vendors:\n            return {\"integrated\": \"intel\", \"discrete\": \"amd\"}\n        return {}\n\n    @staticmethod\n    def is_nouveau():\n        _proc = subprocess.Popen(\n            \"lsmod | grep nouveau\",\n            stdout=subprocess.PIPE,\n            stderr=subprocess.PIPE,\n            shell=True,\n        )\n        stdout, stderr = _proc.communicate()\n        if len(stdout) > 0:\n            logging.warning(\"Nouveau driver detected, this may cause issues\")\n            return True\n        return False\n\n    def get_gpu(self):\n        checks = {\n            \"nvidia\": {\"query\": \"(VGA|3D|Display).*NVIDIA\"},\n            \"amd\": {\"query\": \"(VGA|3D|Display).*AMD/ATI\"},\n            \"intel\": {\"query\": \"(VGA|3D|Display).*Intel\"},\n        }\n        gpus = {\n            \"nvidia\": {\n                \"vendor\": \"nvidia\",\n                \"envs\": {\n                    \"__NV_PRIME_RENDER_OFFLOAD\": \"1\",\n                    \"__GLX_VENDOR_LIBRARY_NAME\": \"nvidia\",\n                    \"__VK_LAYER_NV_optimus\": \"NVIDIA_only\",\n                },\n                \"icd\": self.vk.get_vk_icd(\"nvidia\", as_string=True),\n                \"nvngx_path\": get_nvidia_dll_path(),\n            },\n            \"amd\": {\n                \"vendor\": \"amd\",\n                \"envs\": {\"DRI_PRIME\": \"1\"},\n                \"icd\": self.vk.get_vk_icd(\"amd\", as_string=True),\n            },\n            \"intel\": {\n                \"vendor\": \"intel\",\n                \"envs\": {\"DRI_PRIME\": \"1\"},\n                \"icd\": self.vk.get_vk_icd(\"intel\", as_string=True),\n            },\n        }\n        found = []\n        result = {\"vendors\": {}, \"prime\": {\"integrated\": None, \"discrete\": None}}\n\n        if self.is_nouveau():\n            gpus[\"nvidia\"][\"envs\"] = {\"DRI_PRIME\": \"1\"}\n            gpus[\"nvidia\"][\"icd\"] = \"\"\n\n        for _check in checks:\n            _query = checks[_check][\"query\"]\n            _proc = subprocess.Popen(\n                f\"lspci | grep -iP '{_query}'\",\n                stdout=subprocess.PIPE,\n                stderr=subprocess.PIPE,\n                shell=True,\n            )\n            stdout, stderr = _proc.communicate()\n            if len(stdout) > 0:\n                found.append(_check)\n                result[\"vendors\"][_check] = gpus[_check]\n\n        if len(found) >= 2:\n            _discrete = self.assume_discrete(found)\n            if _discrete:\n                _integrated = _discrete[\"integrated\"]\n                _discrete = _discrete[\"discrete\"]\n                result[\"prime\"][\"integrated\"] = gpus[_integrated]\n                result[\"prime\"][\"discrete\"] = gpus[_discrete]\n\n        return result\n\n    @staticmethod\n    @lru_cache\n    def is_gpu(vendor: GPUVendors) -> bool:\n        _proc = subprocess.Popen(\n            f\"lspci | grep -iP '{vendor.value}'\",\n            stdout=subprocess.PIPE,\n            stderr=subprocess.PIPE,\n            shell=True,\n        )\n        stdout, stderr = _proc.communicate()\n        return len(stdout) > 0\n"
  },
  {
    "path": "bottles/backend/utils/gsettings_stub.py",
    "content": "from bottles.backend.logger import Logger\n\nlogging = Logger()\n\n\nclass GSettingsStub:\n    @staticmethod\n    def get_boolean(key: str) -> bool:\n        logging.warning(f\"Stub GSettings key {key}=False\")\n        return False\n\n    @staticmethod\n    def get_string(key: str) -> str:\n        logging.warning(f\"Stub GSettings key {key}='default'\")\n        return \"default\"\n\n    @staticmethod\n    def set_string(key: str, value: str) -> None:\n        logging.warning(f\"Stub GSettings set {key}='{value}'\")\n"
  },
  {
    "path": "bottles/backend/utils/imagemagick.py",
    "content": "# imagemagick.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport subprocess\n\n\nclass ImageMagickUtils:\n    def __init__(self, path: str):\n        self.path = path\n\n    @staticmethod\n    def __validate_path(path: str):\n        if os.path.exists(path):\n            return False\n        if os.path.isdir(path):\n            return False\n        return True\n\n    def list_assets(self):\n        cmd = f\"identify '{self.path}'\"\n\n        try:\n            res = subprocess.check_output([\"bash\", \"-c\", cmd])\n        except:\n            return []\n\n        assets = []\n        for r in res.decode().split(\"\\n\"):\n            _r = r.replace(self.path, \"\").split()\n            if len(_r) < 3:\n                continue\n            try:\n                assets.append(int(_r[2].split(\"x\")[0]))\n            except ValueError:\n                continue\n        return assets\n\n    def convert(\n        self,\n        dest: str,\n        asset_size: int = 256,\n        resize: int = 256,\n        flatten: bool = True,\n        alpha: bool = True,\n        fallback: bool = True,\n    ):\n        if not self.__validate_path(dest):\n            raise FileExistsError(\"Destination path already exists\")\n\n        assets = self.list_assets()\n        asset_index = -1\n        cmd = f\"convert '{self.path}'\"\n\n        if asset_size not in assets:\n            if not fallback:\n                raise ValueError(\"Asset size not available\")\n            if len(assets) > 0:\n                asset_size = max(assets)\n                asset_index = assets.index(asset_size)\n        else:\n            asset_index = assets.index(asset_size)\n\n        if asset_index != -1:\n            cmd = f\"convert '{self.path}[{asset_index}]'\"\n        if resize > 0:\n            cmd += f\" -thumbnail {resize}x{resize}\"\n        if alpha:\n            cmd += \" -alpha on -background none\"\n        if flatten:\n            cmd += \" -flatten\"\n\n        cmd += f\" '{dest}'\"\n        subprocess.run([\"bash\", \"-c\", cmd])\n"
  },
  {
    "path": "bottles/backend/utils/json.py",
    "content": "\"\"\"This should be a drop-in replacement for the json module built in CPython\"\"\"\n\nimport json\nimport json as _json\nfrom typing import Optional, IO, Any, Type\n\nfrom bottles.backend.models.config import DictCompatMixIn\n\nJSONDecodeError = json.JSONDecodeError\n\n\nclass ExtJSONEncoder(_json.JSONEncoder):\n    def default(self, o):\n        if isinstance(o, DictCompatMixIn):\n            return o.json_serialize_handler(o)\n        return super().default(o)\n\n\ndef load(fp: IO[str]) -> Any:\n    \"\"\"Deserialize fp (a .read()-supporting file-like object containing a JSON document) to a Python object.\"\"\"\n    return _json.load(fp)\n\n\ndef loads(s: str | bytes) -> Any:\n    \"\"\"Deserialize s (a str, bytes or bytearray instance containing a JSON document) to a Python object.\"\"\"\n    return _json.loads(s)\n\n\ndef dump(\n    obj: Any,\n    fp: IO[str],\n    *,\n    indent: Optional[str | int] = None,\n    cls: Optional[Type[_json.JSONEncoder]] = None,\n) -> None:\n    \"\"\"\n    Serialize obj as a JSON formatted stream to fp (a .write()-supporting file-like object).\n\n    :param obj: the object you want to serialize\n    :param fp: the file-like object you want to write\n    :param indent: `None` for compact output, `0` for newline only, non-negative integer for indent level\n    :param cls: Custom JsonEncoder subclass, use ExtJsonEncoder if not provided\n    \"\"\"\n    if cls is None:  # replace default JsonEncoder\n        cls = ExtJSONEncoder\n    return _json.dump(obj, fp, indent=indent, cls=cls)\n\n\ndef dumps(\n    obj: Any,\n    *,\n    indent: Optional[str | int] = None,\n    cls: Optional[Type[_json.JSONEncoder]] = None,\n) -> str:\n    \"\"\"\n    Serialize obj to a JSON formatted str.\n\n    :param obj: the object you want to serialize\n    :param indent: `None` for compact output, `0` for newline only, non-negative integer for indent level\n    :param cls: Custom JsonEncoder subclass, use ExtJsonEncoder if not provided\n    :return: serialized result\n    \"\"\"\n    if cls is None:  # replace default JsonEncoder\n        cls = ExtJSONEncoder\n    return _json.dumps(obj, indent=indent, cls=cls)\n"
  },
  {
    "path": "bottles/backend/utils/lnk.py",
    "content": "# lnk.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport locale\nimport struct\nfrom functools import lru_cache\n\n\nclass LnkUtils:\n    @staticmethod\n    @lru_cache\n    def get_data(path):\n        \"\"\"\n        Gets data from a .lnk file, and returns them in a dictionary.\n        Thanks to @Winand and @Jared for the code.\n        <https://gist.github.com/Winand/997ed38269e899eb561991a0c663fa49>\n        \"\"\"\n        with open(path, \"rb\") as stream:\n            content = stream.read()\n            \"\"\"\n            Skip first 20 bytes (HeaderSize and LinkCLSID)\n            read the LinkFlags structure (4 bytes)\n            \"\"\"\n            lflags = struct.unpack(\"I\", content[0x14:0x18])[0]\n            position = 0x18\n\n            if (lflags & 0x01) == 1:\n                \"\"\"\n                If the HasLinkTargetIDList bit is set then skip the stored IDList\n                structure and header\n                \"\"\"\n                position = struct.unpack(\"H\", content[0x4C:0x4E])[0] + 0x4E\n\n            last_pos = position\n            position += 0x04\n\n            # get how long the file information is (LinkInfoSize)\n            length = struct.unpack(\"I\", content[last_pos:position])[0]\n\n            \"\"\"\n            Skip 12 bytes (LinkInfoHeaderSize, LinkInfoFlags and\n            VolumeIDOffset)\n            \"\"\"\n            position += 0x0C\n\n            # go to the LocalBasePath position\n            lbpos = struct.unpack(\"I\", content[position : position + 0x04])[0]\n            position = last_pos + lbpos\n\n            # read the string at the given position of the determined length\n            size = (length + last_pos) - position - 0x02\n            content = content[position : position + size].split(b\"\\x00\", 1)\n\n            decode = locale.getdefaultlocale()[1]\n            if len(content) > 1 or decode is None:\n                decode = \"utf-16\"\n\n            try:\n                return content[-1].decode(decode)\n            except UnicodeDecodeError:\n                return None\n"
  },
  {
    "path": "bottles/backend/utils/manager.py",
    "content": "# manager.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\nimport os\nimport shlex\nimport shutil\nfrom gettext import gettext as _\nfrom typing import Optional\n\nimport icoextract  # type: ignore [import-untyped]\n\nfrom bottles.backend.params import APP_ID\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.utils.generic import get_mime\nfrom bottles.backend.utils.imagemagick import ImageMagickUtils\n\nfrom gi.repository import GLib, Gio, Xdp\n\nportal = Xdp.Portal()\n\nlogging = Logger()\n\n\nclass ManagerUtils:\n    \"\"\"\n    This class contains methods (tools, utilities) that are not\n    directly related to the Manager.\n    \"\"\"\n\n    @staticmethod\n    def open_filemanager(\n        config: Optional[BottleConfig] = None,\n        path_type: str = \"bottle\",\n        component: str = \"\",\n        custom_path: str = \"\",\n    ):\n        logging.info(\"Opening the file manager in the path …\")\n        path = \"\"\n\n        if path_type == \"bottle\" and config is None:\n            raise NotImplementedError(\"bottle type need a valid Config\")\n\n        if path_type == \"bottle\":\n            bottle_path = ManagerUtils.get_bottle_path(config)\n            if config.Environment == \"Steam\":\n                bottle_path = config.Path\n            path = f\"{bottle_path}/drive_c\"\n        elif component != \"\":\n            if path_type in [\"runner\", \"runner:proton\"]:\n                path = ManagerUtils.get_runner_path(component)\n            elif path_type == \"dxvk\":\n                path = ManagerUtils.get_dxvk_path(component)\n            elif path_type == \"vkd3d\":\n                path = ManagerUtils.get_vkd3d_path(component)\n            elif path_type == \"nvapi\":\n                path = ManagerUtils.get_nvapi_path(component)\n            elif path_type == \"latencyflex\":\n                path = ManagerUtils.get_latencyflex_path(component)\n            elif path_type == \"runtime\":\n                path = Paths.runtimes\n            elif path_type == \"winebridge\":\n                path = Paths.winebridge\n\n        if path_type == \"custom\" and custom_path != \"\":\n            path = custom_path\n\n        path = f\"file://{path}\"\n        SignalManager.send(Signals.GShowUri, Result(data=path))\n\n    @staticmethod\n    def get_bottle_path(config: BottleConfig) -> str:\n        if config.Environment == \"Steam\":\n            return os.path.join(Paths.steam, config.CompatData)\n\n        if config.Custom_Path:\n            return config.Path\n\n        return os.path.join(Paths.bottles, config.Path)\n\n    @staticmethod\n    def get_runner_path(runner: str) -> str:\n        if runner.startswith(\"sys-\"):\n            return runner\n        return f\"{Paths.runners}/{runner}\"\n\n    @staticmethod\n    def get_dxvk_path(dxvk: str) -> str:\n        return f\"{Paths.dxvk}/{dxvk}\"\n\n    @staticmethod\n    def get_vkd3d_path(vkd3d: str) -> str:\n        return f\"{Paths.vkd3d}/{vkd3d}\"\n\n    @staticmethod\n    def get_nvapi_path(nvapi: str) -> str:\n        return f\"{Paths.nvapi}/{nvapi}\"\n\n    @staticmethod\n    def get_latencyflex_path(latencyflex: str) -> str:\n        return f\"{Paths.latencyflex}/{latencyflex}\"\n\n    @staticmethod\n    def get_temp_path(dest: str) -> str:\n        return f\"{Paths.temp}/{dest}\"\n\n    @staticmethod\n    def get_template_path(template: str) -> str:\n        return f\"{Paths.templates}/{template}\"\n\n    @staticmethod\n    def move_file_to_bottle(\n        file_path: str, config: BottleConfig, fn_update: callable = None\n    ) -> str | bool:\n        logging.info(f\"Adding file {file_path} to the bottle …\")\n        bottle_path = ManagerUtils.get_bottle_path(config)\n\n        if not os.path.exists(f\"{bottle_path}/storage\"):\n            \"\"\"\n            If the storage folder does not exist for the bottle,\n            create it before moving the file.\n            \"\"\"\n            os.makedirs(f\"{bottle_path}/storage\")\n\n        file_name = os.path.basename(file_path)\n        file_size = os.path.getsize(file_path)\n        file_new_path = f\"{bottle_path}/storage/{file_name}\"\n\n        logging.info(f\"Copying file {file_path} to the bottle …\")\n        try:\n            if file_size == 0:\n                with open(file_new_path, \"wb\"):\n                    pass\n                if fn_update:\n                    fn_update(1)\n                return file_new_path\n\n            chunk_size = 64 * 1024\n            bytes_copied = 0\n            with open(file_path, \"rb\") as f_in:\n                with open(file_new_path, \"wb\") as f_out:\n                    while True:\n                        chunk = f_in.read(chunk_size)\n                        if not chunk:\n                            break\n                        f_out.write(chunk)\n                        bytes_copied += len(chunk)\n\n                        if fn_update:\n                            fn_update(bytes_copied / file_size)\n\n                    if fn_update:\n                        fn_update(1)\n            return file_new_path\n        except (OSError, IOError):\n            logging.error(f\"Could not copy file {file_path} to the bottle.\")\n            return False\n\n    @staticmethod\n    def get_exe_parent_dir(config, executable_path):\n        \"\"\"Get parent directory of the executable.\"\"\"\n        if \"\\\\\" in executable_path:\n            p = \"\\\\\".join(executable_path.split(\"\\\\\")[:-1])\n            p = p.replace(\"C:\\\\\", \"\\\\drive_c\\\\\").replace(\"\\\\\", \"/\")\n            return ManagerUtils.get_bottle_path(config) + p\n        return os.path.dirname(executable_path)\n\n    @staticmethod\n    def extract_icon(config: BottleConfig, program_name: str, program_path: str) -> str:\n        from bottles.backend.wine.winepath import WinePath\n\n        winepath = WinePath(config)\n        icon = \"com.usebottles.bottles-program\"\n        bottle_icons_path = os.path.join(ManagerUtils.get_bottle_path(config), \"icons\")\n\n        try:\n            if winepath.is_windows(program_path):\n                program_path = winepath.to_unix(program_path)\n\n            ico_dest_temp = os.path.join(bottle_icons_path, f\"_{program_name}.png\")\n            ico_dest = os.path.join(bottle_icons_path, f\"{program_name}.png\")\n            ico = icoextract.IconExtractor(program_path)\n            os.makedirs(bottle_icons_path, exist_ok=True)\n\n            if os.path.exists(ico_dest_temp):\n                os.remove(ico_dest_temp)\n\n            if os.path.exists(ico_dest):\n                os.remove(ico_dest)\n\n            ico.export_icon(ico_dest_temp)\n            # Some ICO files are incorrectly identified as TARGA\n            # See https://bugs.astron.com/view.php?id=723\n            if get_mime(ico_dest_temp) in [\"image/vnd.microsoft.icon\", \"image/x-tga\"]:\n                if not ico_dest_temp.endswith(\".ico\"):\n                    shutil.move(ico_dest_temp, f\"{ico_dest_temp}.ico\")\n                    ico_dest_temp = f\"{ico_dest_temp}.ico\"\n                im = ImageMagickUtils(ico_dest_temp)\n                im.convert(ico_dest)\n                icon = ico_dest\n            else:\n                shutil.move(ico_dest_temp, ico_dest)\n                icon = ico_dest\n        except:  # TODO: handle those\n            pass\n\n        return icon\n\n    @staticmethod\n    def create_desktop_entry(\n        config,\n        program: dict,\n        skip_icon: bool = False,\n        custom_icon: str = \"\",\n    ):\n        icon = \"com.usebottles.bottles-program\"\n\n        if not skip_icon and not custom_icon:\n            icon = ManagerUtils.extract_icon(\n                config, program.get(\"name\"), program.get(\"path\")\n            )\n        elif custom_icon:\n            icon = custom_icon\n\n        def prepare_install_cb (self, result):\n            ret = portal.dynamic_launcher_prepare_install_finish(result)\n            id = f\"{config.get('Name')}.{program.get('name')}\"\n            sum_type = GLib.ChecksumType.SHA1\n            exec = \"bottles-cli run -p {} -b '{}' -- %u\".format(\n                shlex.quote(program.get('name')), config.get('Name')\n            )\n            portal.dynamic_launcher_install(\n                ret[\"token\"],\n                \"{}.App_{}.desktop\".format(\n                    APP_ID, GLib.compute_checksum_for_string(sum_type, id, -1)\n                ),\n                \"\"\"[Desktop Entry]\n                Exec={}\n                Type=Application\n                Terminal=false\n                Categories=Application;\n                Comment=Launch {} using Bottles.\n                StartupWMClass={}\"\"\".format(\n                    exec, program.get(\"name\"), program.get(\"name\")\n                )\n            )\n            SignalManager.send(Signals.DesktopEntryCreated)\n\n        if icon == \"com.usebottles.bottles-program\":\n            icon += \".svg\"\n            _icon = Gio.File.new_for_uri(\n                f\"resource:/com/usebottles/bottles/icons/scalable/apps/{icon}\"\n            )\n        else:\n            _icon = Gio.File.new_for_path(icon)\n        icon_v = Gio.BytesIcon.new(_icon.load_bytes()[0]).serialize()\n        portal.dynamic_launcher_prepare_install(None,\n                                                program.get(\"name\"), icon_v,\n                                                Xdp.LauncherType.APPLICATION,\n                                                None, True, False, None,\n                                                prepare_install_cb)\n\n    @staticmethod\n    def browse_wineprefix(wineprefix: dict):\n        \"\"\"Presents a dialog to browse the wineprefix.\"\"\"\n        ManagerUtils.open_filemanager(\n            path_type=\"custom\", custom_path=wineprefix.get(\"Path\")\n        )\n\n    @staticmethod\n    def get_languages(\n        from_name=None,\n        from_locale=None,\n        from_index=None,\n        get_index=False,\n        get_locales=False,\n    ):\n        locales = [\n            \"sys\",\n            \"bg_BG\",\n            \"cs_CZ\",\n            \"da_DK\",\n            \"de_DE\",\n            \"el_GR\",\n            \"en_US\",\n            \"es_ES\",\n            \"et_EE\",\n            \"fi_FI\",\n            \"fr_FR\",\n            \"hr_HR\",\n            \"hu_HU\",\n            \"it_IT\",\n            \"lt_LT\",\n            \"lv_LV\",\n            \"nl_NL\",\n            \"no_NO\",\n            \"pl_PL\",\n            \"pt_PT\",\n            \"ro_RO\",\n            \"ru_RU\",\n            \"sk_SK\",\n            \"sl_SI\",\n            \"sv_SE\",\n            \"tr_TR\",\n            \"zh_CN\",\n            \"ja_JP\",\n            \"zh_TW\",\n            \"ko_KR\",\n        ]\n        names = [\n            _(\"System\"),\n            _(\"Bulgarian\"),\n            _(\"Czech\"),\n            _(\"Danish\"),\n            _(\"German\"),\n            _(\"Greek\"),\n            _(\"English\"),\n            _(\"Spanish\"),\n            _(\"Estonian\"),\n            _(\"Finnish\"),\n            _(\"French\"),\n            _(\"Croatian\"),\n            _(\"Hungarian\"),\n            _(\"Italian\"),\n            _(\"Lithuanian\"),\n            _(\"Latvian\"),\n            _(\"Dutch\"),\n            _(\"Norwegian\"),\n            _(\"Polish\"),\n            _(\"Portuguese\"),\n            _(\"Romanian\"),\n            _(\"Russian\"),\n            _(\"Slovak\"),\n            _(\"Slovenian\"),\n            _(\"Swedish\"),\n            _(\"Turkish\"),\n            _(\"Chinese\"),\n            _(\"Japanese\"),\n            _(\"Taiwanese\"),\n            _(\"Korean\"),\n        ]\n\n        if from_name and from_locale:\n            raise ValueError(\"Cannot pass both from_name, from_locale and from_index.\")\n\n        if from_name:\n            if from_name not in names:\n                raise ValueError(\"Given name not in list.\")\n            i = names.index(from_name)\n            if get_index:\n                return i\n            return from_name, locales[i]\n\n        if from_locale:\n            if from_locale not in locales:\n                raise ValueError(\"Given locale not in list.\")\n            i = locales.index(from_locale)\n            if get_index:\n                return i\n            return from_locale, names[i]\n\n        if isinstance(from_index, int):\n            if from_index not in range(0, len(locales)):\n                raise ValueError(\"Given index not in range.\")\n            return locales[from_index], names[from_index]\n\n        if get_locales:\n            return locales\n\n        return names\n"
  },
  {
    "path": "bottles/backend/utils/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nutilsdir = join_paths(pkgdatadir, 'bottles/backend/utils')\n\nbottles_sources = [\n  '__init__.py',\n  'display.py',\n  'gpu.py',\n  'manager.py',\n  'vulkan.py',\n  'terminal.py',\n  'file.py',\n  'generic.py',\n  'wine.py',\n  'steam.py',\n  'lnk.py',\n  'decorators.py',\n  'snake.py',\n  'vdf.py',\n  'imagemagick.py',\n  'proc.py',\n  'yaml.py',\n  'nvidia.py',\n  'threading.py',\n  'connection.py',\n  'gsettings_stub.py',\n  'json.py',\n  'singleton.py'\n]\n\ninstall_data(bottles_sources, install_dir: utilsdir)\n"
  },
  {
    "path": "bottles/backend/utils/nvidia.py",
    "content": "\"\"\"This file originated from Lutris (https://github.com/lutris/lutris/blob/master/lutris/util/nvidia.py)\"\"\"\n\n\"\"\"Nvidia library detection from Proton\"\"\"\n\nimport os\nfrom ctypes import CDLL, POINTER, Structure, addressof, c_char_p, c_int, c_void_p, cast\n\nfrom bottles.backend.logger import Logger\n\nlogging = Logger()\n\nRTLD_DI_LINKMAP = 2\n\n\nclass LinkMap(Structure):\n    \"\"\"\n    from dlinfo(3)\n\n    struct link_map {\n        ElfW(Addr) l_addr;  /* Difference between the\n                               address in the ELF file and\n                               the address in memory */\n        char      *l_name;  /* Absolute pathname where\n                               object was found */\n        ElfW(Dyn) *l_ld;    /* Dynamic section of the\n                               shared object */\n        struct link_map *l_next, *l_prev;\n                            /* Chain of loaded objects */\n        /* Plus additional fields private to the implementation */\n    };\n    \"\"\"\n\n    _fields_ = [(\"l_addr\", c_void_p), (\"l_name\", c_char_p), (\"l_ld\", c_void_p)]\n\n\ndef get_nvidia_glx_path():\n    \"\"\"Return the absolute path to the libGLX_nvidia library\"\"\"\n    try:\n        libdl = CDLL(\"libdl.so.2\")\n    except OSError:\n        logging.error(\"Unable to load libdl.so.2\")\n        return None\n\n    try:\n        libglx_nvidia = CDLL(\"libGLX_nvidia.so.0\")\n    except OSError:\n        logging.error(\"Unable to load libGLX_nvidia.so.0\")\n        return None\n\n    # from dlinfo(3)\n    #\n    # int dlinfo (void *restrict handle, int request, void *restrict info)\n    dlinfo_func = libdl.dlinfo\n    dlinfo_func.argtypes = c_void_p, c_int, c_void_p\n    dlinfo_func.restype = c_int\n\n    # Allocate a LinkMap object\n    glx_nvidia_info_ptr = POINTER(LinkMap)()\n\n    # Run dlinfo(3) on the handle to libGLX_nvidia.so.0, storing results at the\n    # address represented by glx_nvidia_info_ptr\n    if (\n        dlinfo_func(\n            libglx_nvidia._handle, RTLD_DI_LINKMAP, addressof(glx_nvidia_info_ptr)\n        )\n        != 0\n    ):\n        logging.error(\"Unable to read Nvidia information\")\n        return None\n\n    # Grab the contents our of our pointer\n    glx_nvidia_info = cast(glx_nvidia_info_ptr, POINTER(LinkMap)).contents\n\n    # Decode the path to our library to a str()\n    if glx_nvidia_info.l_name is None:\n        logging.error(\"Error reading the Nvidia library path\")\n        return None\n    try:\n        libglx_nvidia_path = os.fsdecode(glx_nvidia_info.l_name)\n    except UnicodeDecodeError as ex:\n        logging.error(\"Error decoding the Nvidia library path: %s\", ex)  # type: ignore\n        return None\n\n    # Follow any symlinks to the actual file\n    return os.path.realpath(libglx_nvidia_path)\n\n\ndef get_nvidia_dll_path():\n    \"\"\"Return the path to the location of DLL files for use by Wine/Proton\n    from the NVIDIA Linux driver.\n    See https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/issues/71 for\n    background on the chosen method of DLL discovery.\n    \"\"\"\n    from bottles.backend.utils.gpu import GPUUtils, GPUVendors\n\n    if not GPUUtils.is_gpu(GPUVendors.NVIDIA):\n        return None\n\n    libglx_path = get_nvidia_glx_path()\n    if not libglx_path:\n        logging.warning(\"Unable to locate libGLX_nvidia\")\n        return None\n\n    nvidia_wine_dir = os.path.join(os.path.dirname(libglx_path), \"nvidia/wine\")\n    if os.path.exists(os.path.join(nvidia_wine_dir, \"nvngx.dll\")):\n        return nvidia_wine_dir\n\n    return None\n"
  },
  {
    "path": "bottles/backend/utils/proc.py",
    "content": "# proc.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport subprocess\n\n\nclass Proc:\n    def __init__(self, pid):\n        self.pid = pid\n\n    def __get_data(self, data):\n        try:\n            with open(os.path.join(\"/proc\", str(self.pid), data), \"rb\") as f:\n                return f.read().decode(\"utf-8\")\n        except (FileNotFoundError, PermissionError):\n            return \"\"\n\n    def get_cmdline(self):\n        return self.__get_data(\"cmdline\")\n\n    def get_env(self):\n        return self.__get_data(\"environ\")\n\n    def get_cwd(self):\n        return self.__get_data(\"cwd\")\n\n    def get_name(self):\n        return self.__get_data(\"stat\")\n\n    def kill(self):\n        subprocess.Popen(\n            [\"kill\", str(self.pid)],\n            stdout=subprocess.DEVNULL,\n            stderr=subprocess.DEVNULL,\n        )\n\n\nclass ProcUtils:\n    @staticmethod\n    def get_procs():\n        procs = []\n        for pid in os.listdir(\"/proc\"):\n            if pid.isdigit():\n                procs.append(Proc(pid))\n        return procs\n\n    @staticmethod\n    def get_by_cmdline(cmdline):\n        _procs = ProcUtils.get_procs()\n        return [proc for proc in _procs if cmdline in proc.get_cmdline()]\n\n    @staticmethod\n    def get_by_env(env):\n        _procs = ProcUtils.get_procs()\n        return [proc for proc in _procs if env in proc.get_env()]\n\n    @staticmethod\n    def get_by_cwd(cwd):\n        _procs = ProcUtils.get_procs()\n        return [proc for proc in _procs if cwd in proc.get_cwd()]\n\n    @staticmethod\n    def get_by_name(name):\n        _procs = ProcUtils.get_procs()\n        return [proc for proc in _procs if name in proc.get_name()]\n\n    @staticmethod\n    def get_by_pid(pid):\n        return Proc(pid)\n"
  },
  {
    "path": "bottles/backend/utils/singleton.py",
    "content": "class Singleton(type):\n    _instances = {}\n\n    def __call__(cls, *args, **kwargs):\n        if cls not in cls._instances:\n            cls._instances[cls] = super(Singleton, cls).__call__(*args, **kwargs)\n        return cls._instances[cls]\n"
  },
  {
    "path": "bottles/backend/utils/snake.py",
    "content": "import curses\nimport random\nimport time\nimport sys\nimport os\n\n\nclass Snake:\n    def __init__(self, stdscr: curses.window):\n        self.__is_running = None\n        self.stdscr = stdscr\n        self.stdscr.nodelay(True)\n        self.stdscr.timeout(0)\n        curses.curs_set(0)\n        curses.init_pair(1, curses.COLOR_GREEN, curses.COLOR_BLACK)\n        curses.init_pair(2, curses.COLOR_YELLOW, curses.COLOR_BLACK)\n        curses.init_pair(3, curses.COLOR_BLACK, curses.COLOR_WHITE)\n\n        self.snake = [[4, 10], [4, 9], [4, 8]]\n        self.food = [0, 0]\n        self.score = 0\n        self.life = 3\n        self.direction = \"RIGHT\"\n\n        self.generate_food()\n\n    def generate_food(self):\n        self.food = [int(random.random() * 20), int(random.random() * 20)]\n        while self.food in self.snake:\n            bounds = self.stdscr.getmaxyx()\n            self.food = [\n                int(random.random() * (bounds[0] - 2)) + 1,\n                int(random.random() * (bounds[1] - 2)) + 1,\n            ]\n\n    def draw(self):\n        self.stdscr.clear()\n        self.stdscr.box()\n        self.stdscr.addstr(\n            self.stdscr.getmaxyx()[0] - 1,\n            self.stdscr.getmaxyx()[1] // 2 - len(str(self.score)) // 2,\n            f\"Score: {self.score}\",\n            curses.color_pair(3),\n        )\n\n        for i, j in self.snake:\n            try:\n                self.stdscr.addstr(i, j, \"◍\", curses.color_pair(1))\n            except:\n                self.__is_running = False\n\n        self.stdscr.addstr(self.food[0], self.food[1], \"🍎\", curses.color_pair(2))\n        self.stdscr.refresh()\n\n    def move(self):\n        new_head = [self.snake[0][0], self.snake[0][1]]\n\n        if self.direction == \"UP\":\n            new_head[0] -= 1\n        elif self.direction == \"DOWN\":\n            new_head[0] += 1\n        elif self.direction == \"LEFT\":\n            new_head[1] -= 1\n        elif self.direction == \"RIGHT\":\n            new_head[1] += 1\n\n        self.snake.insert(0, new_head)\n\n        if self.snake[0] == self.food:\n            self.score += 1\n            self.generate_food()\n        else:\n            self.snake.pop()\n\n    def get_input(self):\n        key = self.stdscr.getch()\n        if key == curses.KEY_UP and self.direction != \"DOWN\":\n            self.direction = \"UP\"\n        elif key == curses.KEY_DOWN and self.direction != \"UP\":\n            self.direction = \"DOWN\"\n        elif key == curses.KEY_LEFT and self.direction != \"RIGHT\":\n            self.direction = \"LEFT\"\n        elif key == curses.KEY_RIGHT and self.direction != \"LEFT\":\n            self.direction = \"RIGHT\"\n        elif key == ord(\"q\"):\n            exit()\n\n    def get_result(self):\n        return f\"Your score is {self.score}\"\n\n    def run(self):\n        self.__is_running = True\n        while self.__is_running:\n            self.get_input()\n            self.move()\n            self.draw()\n            time.sleep(0.1)\n\n\nresult = \"Game over!\"\n\n\ndef main(stdscr):\n    global result\n    snake = Snake(stdscr)\n    snake.run()\n    result = snake.get_result()\n\n\nif __name__ == \"__main__\":\n    os.system(\"clear\")\n    logo = \"\"\"\n.▄▄ ·  ▐ ▄  ▄▄▄· ▄ •▄ ▄▄▄ .\n▐█ ▀. •█▌▐█▐█ ▀█ █▌▄▌▪▀▄.▀·\n▄▀▀▀█▄▐█▐▐▌▄█▀▀█ ▐▀▀▄·▐▀▀▪▄\n▐█▄▪▐███▐█▌▐█ ▪▐▌▐█.█▌▐█▄▄▌\n ▀▀▀▀ ▀▀ █▪ ▀  ▀ ·▀  ▀ ▀▀▀\n\"\"\"\n    print(logo)\n    print(\"\\u2550\" * 27)\n    print(\"\"\"\n1. Play\n2. Exit\n\"\"\")\n    print(\"\\u2550\" * 27)\n    print(\"\\nDo you want to play a game? (1/2)\\n\")\n    choice = input()\n    if choice == \"1\":\n        curses.wrapper(main)\n        os.system(\"tput reset\")\n\n        print(\"\\u2554\" + \"\\u2550\" * (len(result) + 2) + \"\\u2557\")\n        print(\"\\u2551\" + \" \" + result + \" \" + \"\\u2551\")\n        print(\"\\u255a\" + \"\\u2550\" * (len(result) + 2) + \"\\u255d\")\n        print(\"Start again? (y/n)\")\n\n        if input() == \"y\":\n            os.execl(sys.executable, os.path.abspath(__file__), *sys.argv)\n        else:\n            exit()\n    elif choice == \"2\":\n        exit()\n"
  },
  {
    "path": "bottles/backend/utils/steam.py",
    "content": "# steam.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shlex\nfrom typing import Optional, TextIO\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.vdict import VDFDict\nfrom bottles.backend.utils import vdf\n\nlogging = Logger()\n\n\nclass SteamUtils:\n    @staticmethod\n    def parse_acf(data: str) -> VDFDict:\n        \"\"\"\n        Parses an ACF file. Just a wrapper for vdf.loads.\n        \"\"\"\n        return vdf.loads(data)\n\n    @staticmethod\n    def parse_vdf(data: str) -> VDFDict:\n        \"\"\"\n        Parses a VDF file. Just a wrapper for vdf.loads.\n        \"\"\"\n        return vdf.loads(data)\n\n    @staticmethod\n    def to_vdf(data: VDFDict, fp: TextIO):\n        \"\"\"\n        Saves a VDF file. Just a wrapper for vdf.dumps.\n        \"\"\"\n        vdf.dump(data, fp, pretty=True)\n\n    @staticmethod\n    def is_proton(path: str) -> bool:\n        \"\"\"\n        Checks if a directory is a Proton directory.\n        \"\"\"\n        toolmanifest = os.path.join(path, \"toolmanifest.vdf\")\n        if not os.path.isfile(toolmanifest):\n            return False\n\n        f = open(toolmanifest, \"r\", errors=\"replace\")\n        data = SteamUtils.parse_vdf(f.read())\n        compat_layer_name = data.get(\"manifest\", {}).get(\"compatmanager_layer_name\", {})\n\n        commandline = data.get(\"manifest\", {}).get(\"commandline\", {})\n\n        return \"proton\" in compat_layer_name or \"proton\" in commandline\n\n    @staticmethod\n    def get_associated_runtime(path: str) -> Optional[str]:\n        \"\"\"\n        Get the associated runtime of a Proton directory.\n        \"\"\"\n        toolmanifest = os.path.join(path, \"toolmanifest.vdf\")\n        if not os.path.isfile(toolmanifest):\n            logging.error(f\"toolmanifest.vdf not found in Proton directory: {path}\")\n            return None\n\n        runtime = \"scout\"\n        f = open(toolmanifest, \"r\", errors=\"replace\")\n        data = SteamUtils.parse_vdf(f.read())\n        tool_appid = data.get(\"manifest\", {}).get(\"require_tool_appid\", {})\n\n        if \"1628350\" in tool_appid:\n            runtime = \"sniper\"\n        elif \"1391110\" in tool_appid:\n            runtime = \"soldier\"\n\n        return runtime\n\n    @staticmethod\n    def get_dist_directory(path: str) -> str:\n        \"\"\"\n        Get the sub-directory containing the wine libraries and binaries.\n        \"\"\"\n        dist_directory = path\n        if os.path.isdir(os.path.join(path, \"dist\")):\n            dist_directory = os.path.join(path, \"dist\")\n        elif os.path.isdir(os.path.join(path, \"files\")):\n            dist_directory = os.path.join(path, \"files\")\n        else:\n            logging.warning(\n                f\"No /dist or /files sub-directory was found under this Proton directory: {path}\"\n            )\n\n        return dist_directory\n\n    @staticmethod\n    def handle_launch_options(launch_options: str) -> tuple[str, str, dict[str, str]]:\n        \"\"\"\n        Handle launch options. Supports the %command% pattern.\n        Return prefix, arguments, and environment variables.\n        \"\"\"\n        env_vars = {}\n        prefix, args = \"\", \"\"\n        if \"%command%\" in launch_options:\n            _c = launch_options.split(\"%command%\")\n            prefix = _c[0] if len(_c) > 0 else \"\"\n            args = _c[1] if len(_c) > 1 else \"\"\n        else:\n            args = launch_options\n\n        try:\n            prefix_list = shlex.split(prefix.strip())\n        except ValueError:\n            prefix_list = prefix.split(shlex.quote(prefix.strip()))\n\n        for p in prefix_list.copy():\n            if \"=\" in p:\n                k, v = p.split(\"=\", 1)\n                v = shlex.quote(v) if \" \" in v else v\n                env_vars[k] = v\n                prefix_list.remove(p)\n\n        prefix = \" \".join(prefix_list)\n        return prefix, args, env_vars\n"
  },
  {
    "path": "bottles/backend/utils/terminal.py",
    "content": "# terminal.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport shlex\nimport subprocess\n\nfrom bottles.backend.logger import Logger\n\nlogging = Logger()\n\n\nclass TerminalUtils:\n    \"\"\"\n    This class is used to launch commands in the system terminal.\n    It will loop all the \"supported\" terminals to find the one\n    that is available, so it will be used to launch the command.\n    \"\"\"\n\n    colors = {\n        \"default\": \"#00ffff #2b2d2e\",\n        \"debug\": \"#ff9800 #2e2c2b\",\n        \"easter\": \"#0bff00 #2b2e2c\",\n    }\n\n    terminals = [\n        # Part of Flatpak package\n        [\"easyterm.py\", '-d -p \"%s\" -c %s'],\n        # Third party\n        [\"foot\", \"%s\"],\n        [\"kitty\", \"%s\"],\n        [\"tilix\", \"-- %s\"],\n        [\"st\", \"-e %s\"],\n        [\"wezterm\", \"-e -- %s\"],\n        # Desktop environments\n        [\"xfce4-terminal\", \"-e %s\"],\n        [\"konsole\", \"--noclose -e %s\"],\n        [\"gnome-terminal\", \"-- %s\"],\n        [\"kgx\", \"-e %s\"],\n        [\"mate-terminal\", \"--command %s\"],\n        [\"qterminal\", \"--execute %s\"],\n        [\"lxterminal\", \"-e %s\"],\n        # Fallback\n        [\"xterm\", \"-e %s\"],\n    ]\n\n    def __init__(self):\n        self.terminal = None\n\n    def check_support(self):\n        if \"FLATPAK_ID\" in os.environ:\n            self.terminal = self.terminals[0]\n            return True\n\n        for terminal in self.terminals:\n            terminal_check = (\n                subprocess.Popen(\n                    f\"command -v {terminal[0]} > /dev/null && echo 1 || echo 0\",\n                    shell=True,\n                    stdout=subprocess.PIPE,\n                )\n                .communicate()[0]\n                .decode(\"utf-8\")\n            )\n\n            if \"1\" in terminal_check:\n                self.terminal = terminal\n                return True\n\n        return False\n\n    def execute(self, command, env=None, colors=\"default\", cwd=None):\n        if env is None:\n            env = os.environ.copy()\n\n        if not self.check_support():\n            logging.warning(\"Terminal not supported.\")\n            return False\n\n        if self.terminal is None:\n            logging.warning(\"No terminal available.\")\n            return False\n\n        if colors not in self.colors:\n            colors = \"default\"\n\n        command = str(command)\n        command = shlex.quote(command)\n\n        terminal = self.terminal\n        template = \" \".join(terminal)\n        term_bin = os.path.basename(terminal[0])\n\n        if \"FLATPAK_ID\" in os.environ and \"easyterm\" in term_bin:\n            ld = env.get(\"LD_LIBRARY_PATH\", \"\")\n            base = \"/app/lib:/app/lib64\"\n            env[\"LD_LIBRARY_PATH\"] = base + (\":\" + ld if ld else \"\")\n\n        if \"easyterm\" in term_bin:\n            for k in [\n                \"GI_TYPELIB_PATH\",\n                \"GI_MODULE_DIR\",\n                \"GSETTINGS_SCHEMA_DIR\",\n                \"XDG_DATA_DIRS\",\n                \"XDG_DATA_HOME\",\n                \"LD_LIBRARY_PATH\",\n            ]:\n                if k in os.environ:\n                    env[k] = os.environ[k]\n\n            palette = self.colors[colors]\n            cmd_for_shell = shlex.quote(f\"bash -c {command}\")\n            if \"ENABLE_BASH\" in os.environ:\n                cmd_for_shell = \"bash\"\n            try:\n                full_cmd = template % (palette, cmd_for_shell)\n            except Exception:\n                full_cmd = f\"{template} {palette} {cmd_for_shell}\"\n\n        elif term_bin == \"xfce4-terminal\":\n            cmd_for_shell = shlex.quote(f\"sh -c {command}\")\n            try:\n                full_cmd = template % cmd_for_shell\n            except Exception:\n                full_cmd = f\"{template} {cmd_for_shell}\"\n\n        elif term_bin in [\"kitty\", \"foot\", \"konsole\", \"gnome-terminal\", \"wezterm\"]:\n            cmd_for_shell = shlex.quote(f\"sh -c {command}\")\n            try:\n                full_cmd = template % cmd_for_shell\n            except Exception:\n                full_cmd = f\"{template} {cmd_for_shell}\"\n\n        else:\n            cmd_for_shell = shlex.quote(f\"bash -c {command}\")\n            try:\n                full_cmd = template % cmd_for_shell\n            except Exception:\n                full_cmd = f\"{template} {cmd_for_shell}\"\n\n        logging.info(f\"Command: {full_cmd}\")\n\n        try:\n            proc_out = subprocess.Popen(\n                full_cmd, shell=True, env=env, stdout=subprocess.PIPE, cwd=cwd\n            ).communicate()[0]\n            if proc_out:\n                try:\n                    proc_out.decode(\"utf-8\")\n                except Exception:\n                    pass\n        except Exception:\n            logging.warning(\"Failed to launch terminal command.\")\n            return False\n\n        return True\n\n    def launch_snake(self):\n        snake_path = os.path.dirname(os.path.realpath(__file__))\n        snake_path = os.path.join(snake_path, \"snake.py\")\n        self.execute(command=\"python %s\" % snake_path, colors=\"easter\")\n"
  },
  {
    "path": "bottles/backend/utils/threading.py",
    "content": "# threading.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport sys\nimport threading\nimport traceback\nfrom typing import Any\n\nfrom gi.repository import GLib\n\nfrom bottles.backend.logger import Logger\n\nlogging = Logger()\n\n\nclass RunAsync(threading.Thread):\n    \"\"\"\n    This class is used to execute a function asynchronously.\n    It takes a function, a callback and a list of arguments as input.\n    \"\"\"\n\n    def __init__(\n        self,\n        task_func,\n        callback=None,\n        daemon=True,\n        *args: Any,\n        **kwargs: Any,\n    ):\n        if \"DEBUG_MODE\" in os.environ:\n            import faulthandler\n\n            faulthandler.enable()\n\n        logging.debug(\n            f\"Running async job [{task_func}] \"\n            f\"(from main thread: {threading.current_thread() is threading.main_thread()}).\"\n        )\n\n        self._callback_in_main_loop = kwargs.pop(\"callback_in_main_loop\", True)\n\n        super(RunAsync, self).__init__(target=self.__target, args=args, kwargs=kwargs)\n\n        self.task_func = task_func\n\n        self.callback = callback if callback else lambda r, e: None\n        self.daemon = daemon\n        self.cancel_event = kwargs.get(\"cancel_event\")\n        self._cancel_requested = False\n\n        self.start()\n\n    def __target(self, *args, **kwargs):\n        result = None\n        error = None\n\n        try:\n            result = self.task_func(*args, **kwargs)\n        except Exception as exception:\n            logging.error(\n                f\"Error while running async job: {self.task_func}\\n\"\n                f\"Exception: {exception}\"\n            )\n\n            error = exception\n            _ex_type, _ex_value, trace = sys.exc_info()\n            traceback.print_tb(trace)\n            traceback_info = \"\\n\".join(traceback.format_tb(trace))\n\n            logging.write_log([str(exception), traceback_info])\n\n        def _dispatch_callback():\n            try:\n                self.callback(result, error)\n            except Exception as callback_exception:\n                logging.error(\n                    \"Error while running async callback: \"\n                    f\"{self.callback}\\nException: {callback_exception}\"\n                )\n                _ex_type, _ex_value, trace = sys.exc_info()\n                traceback.print_tb(trace)\n                traceback_info = \"\\n\".join(traceback.format_tb(trace))\n                logging.write_log([str(callback_exception), traceback_info])\n            return GLib.SOURCE_REMOVE\n\n        if (\n            self._callback_in_main_loop\n            and threading.current_thread() is not threading.main_thread()\n        ):\n            GLib.idle_add(_dispatch_callback)\n        else:\n            _dispatch_callback()\n\n    def cancel(self):\n        self._cancel_requested = True\n        if self.cancel_event and hasattr(self.cancel_event, \"set\"):\n            self.cancel_event.set()\n\n    @staticmethod\n    def run_async(func):\n        def inner(*args, **kwargs):\n            # Here we add None in the arguments so that callback=None,\n            # but we still pass all the required argument to the function called\n            RunAsync(\n                func,\n                *(\n                    (\n                        None,\n                        True,\n                    )\n                    + args\n                ),\n                **kwargs,\n            )\n\n        return inner\n"
  },
  {
    "path": "bottles/backend/utils/vdf.py",
    "content": "# Copyright (c) 2015 Rossen Georgiev <rossen@rgp.io>\n#\n# Permission is hereby granted, free of charge, to any person obtaining a copy of\n# this software and associated documentation files (the \"Software\"), to deal in\n# the Software without restriction, including without limitation the rights to\n# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies\n# of the Software, and to permit persons to whom the Software is furnished to do\n# so, subject to the following conditions:\n#\n# The above copyright notice and this permission notice shall be included in all\n# copies or substantial portions of the Software.\n#\n# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n# SOFTWARE.\n#\n# Original source code: <https://github.com/ValvePython/vdf>\n#\n# Module for deserializing/serializing to and from VDF\n\n__version__ = \"3.4\"\n__author__ = \"Rossen Georgiev\"\n\nimport re\nimport struct\nfrom binascii import crc32\nfrom io import BytesIO\nfrom io import StringIO as unicodeIO\nfrom collections.abc import Mapping\n\nstring_type = str\nint_type = int\nBOMS = \"\\ufffe\\ufeff\"\n\n\ndef strip_bom(line):\n    return line.lstrip(BOMS)\n\n\n# string escaping\n_unescape_char_map = {\n    r\"\\n\": \"\\n\",\n    r\"\\t\": \"\\t\",\n    r\"\\v\": \"\\v\",\n    r\"\\b\": \"\\b\",\n    r\"\\r\": \"\\r\",\n    r\"\\f\": \"\\f\",\n    r\"\\a\": \"\\a\",\n    r\"\\\\\": \"\\\\\",\n    r\"\\?\": \"?\",\n    r\"\\\"\": '\"',\n    r\"\\'\": \"'\",\n}\n_escape_char_map = {v: k for k, v in _unescape_char_map.items()}\n\n\ndef _re_escape_match(m):\n    return _escape_char_map[m.group()]\n\n\ndef _re_unescape_match(m):\n    return _unescape_char_map[m.group()]\n\n\ndef _escape(text):\n    return re.sub(r\"[\\n\\t\\v\\b\\r\\f\\a\\\\?\\\"']\", _re_escape_match, text)\n\n\ndef _unescape(text):\n    return re.sub(\n        r\"(\\\\n|\\\\t|\\\\v|\\\\b|\\\\r|\\\\f|\\\\a|\\\\\\\\|\\\\\\?|\\\\\\\"|\\\\')\", _re_unescape_match, text\n    )\n\n\n# parsing and dumping for KV1\ndef parse(fp, mapper=dict, merge_duplicate_keys=True, escaped=True):\n    \"\"\"\n    Deserialize ``s`` (a ``str`` or ``unicode`` instance containing a VDF)\n    to a Python object.\n    ``mapper`` specifies the Python object used after deserializetion. ``dict` is\n    used by default. Alternatively, ``collections.OrderedDict`` can be used if you\n    wish to preserve key order. Or any object that acts like a ``dict``.\n    ``merge_duplicate_keys`` when ``True`` will merge multiple KeyValue lists with the\n    same key into one instead of overwriting. You can se this to ``False`` if you are\n    using ``VDFDict`` and need to preserve the duplicates.\n    \"\"\"\n    if not issubclass(mapper, Mapping):\n        raise TypeError(\"Expected mapper to be subclass of dict, got %s\" % type(mapper))\n    if not hasattr(fp, \"readline\"):\n        raise TypeError(\n            \"Expected fp to be a file-like object supporting line iteration\"\n        )\n\n    stack = [mapper()]\n    expect_bracket = False\n\n    re_keyvalue = re.compile(\n        r'^(\"(?P<qkey>(?:\\\\.|[^\\\\\"])*)\"|(?P<key>#?[a-z0-9\\-_\\\\?$%<>]+))'\n        r\"([ \\t]*(\"\n        r'\"(?P<qval>(?:\\\\.|[^\\\\\"])*)(?P<vq_end>\")?'\n        r\"|(?P<val>(?:(?<!/)/(?!/)|[a-z0-9\\-_\\\\?*.$<> ])+)\"\n        r\"|(?P<sblock>{[ \\t]*)(?P<eblock>})?\"\n        r\"))?\",\n        flags=re.I,\n    )\n\n    lineno = line = -1\n    for lineno, line in enumerate(fp, 1):\n        if lineno == 1:\n            line = strip_bom(line)\n\n        line = line.lstrip()\n\n        # skip empty and comment lines\n        if line == \"\" or line[0] == \"/\":\n            continue\n\n        # one level deeper\n        if line[0] == \"{\":\n            expect_bracket = False\n            continue\n\n        if expect_bracket:\n            raise SyntaxError(\n                \"vdf.parse: expected openning bracket\",\n                (getattr(fp, \"name\", \"<%s>\" % fp.__class__.__name__), lineno, 1, line),\n            )\n\n        # one level back\n        if line[0] == \"}\":\n            if len(stack) > 1:\n                stack.pop()\n                continue\n\n            raise SyntaxError(\n                \"vdf.parse: one too many closing parenthasis\",\n                (getattr(fp, \"name\", \"<%s>\" % fp.__class__.__name__), lineno, 0, line),\n            )\n\n        # parse keyvalue pairs\n        while True:\n            match = re_keyvalue.match(line)\n\n            if not match:\n                try:\n                    line += next(fp)\n                    continue\n                except StopIteration:\n                    raise SyntaxError(\n                        \"vdf.parse: unexpected EOF (open key quote?)\",\n                        (\n                            getattr(fp, \"name\", \"<%s>\" % fp.__class__.__name__),\n                            lineno,\n                            0,\n                            line,\n                        ),\n                    )\n\n            key = (\n                match.group(\"key\")\n                if match.group(\"qkey\") is None\n                else match.group(\"qkey\")\n            )\n            val = match.group(\"qval\")\n            if val is None:\n                val = match.group(\"val\")\n                if val is not None:\n                    val = val.rstrip()\n                    if val == \"\":\n                        val = None\n\n            if escaped:\n                key = _unescape(key)\n\n            # we have a key with value in parenthesis, so we make a new dict obj (level deeper)\n            if val is None:\n                if merge_duplicate_keys and key in stack[-1]:\n                    _m = stack[-1][key]\n                    # we've descended a level deeper, if value is str, we have to overwrite it to mapper\n                    if not isinstance(_m, mapper):\n                        _m = stack[-1][key] = mapper()\n                else:\n                    _m = mapper()\n                    stack[-1][key] = _m\n\n                if match.group(\"eblock\") is None:\n                    # only expect a bracket if it's not already closed or on the same line\n                    stack.append(_m)\n                    if match.group(\"sblock\") is None:\n                        expect_bracket = True\n\n            # we've matched a simple keyvalue pair, map it to the last dict obj in the stack\n            else:\n                # if the value is line consume one more line and try to match again,\n                # until we get the KeyValue pair\n                if match.group(\"vq_end\") is None and match.group(\"qval\") is not None:\n                    try:\n                        line += next(fp)\n                        continue\n                    except StopIteration:\n                        raise SyntaxError(\n                            \"vdf.parse: unexpected EOF (open quote for value?)\",\n                            (\n                                getattr(fp, \"name\", \"<%s>\" % fp.__class__.__name__),\n                                lineno,\n                                0,\n                                line,\n                            ),\n                        )\n\n                stack[-1][key] = _unescape(val) if escaped else val\n\n            # exit the loop\n            break\n\n    if len(stack) != 1:\n        raise SyntaxError(\n            \"vdf.parse: unclosed parenthasis or quotes (EOF)\",\n            (getattr(fp, \"name\", \"<%s>\" % fp.__class__.__name__), lineno, 0, line),\n        )\n\n    return stack.pop()\n\n\ndef loads(s, **kwargs):\n    \"\"\"\n    Deserialize ``s`` (a ``str`` or ``unicode`` instance containing a JSON\n    document) to a Python object.\n    \"\"\"\n    if not isinstance(s, string_type):\n        raise TypeError(\"Expected s to be a str, got %s\" % type(s))\n\n    try:\n        fp = unicodeIO(s)\n    except TypeError:\n        fp = strIO(s)\n\n    return parse(fp, **kwargs)\n\n\ndef load(fp, **kwargs):\n    \"\"\"\n    Deserialize ``fp`` (a ``.readline()``-supporting file-like object containing\n    a JSON document) to a Python object.\n    \"\"\"\n    return parse(fp, **kwargs)\n\n\ndef dumps(obj, pretty=False, escaped=True):\n    \"\"\"\n    Serialize ``obj`` to a VDF formatted ``str``.\n    \"\"\"\n    if not isinstance(obj, Mapping):\n        raise TypeError(\"Expected data to be an instance of``dict``\")\n    if not isinstance(pretty, bool):\n        raise TypeError(\"Expected pretty to be of type bool\")\n    if not isinstance(escaped, bool):\n        raise TypeError(\"Expected escaped to be of type bool\")\n\n    return \"\".join(_dump_gen(obj, pretty, escaped))\n\n\ndef dump(obj, fp, pretty=False, escaped=True):\n    \"\"\"\n    Serialize ``obj`` as a VDF formatted stream to ``fp`` (a\n    ``.write()``-supporting file-like object).\n    \"\"\"\n    if not isinstance(obj, Mapping):\n        raise TypeError(\"Expected data to be an instance of``dict``\")\n    if not hasattr(fp, \"write\"):\n        raise TypeError(\"Expected fp to have write() method\")\n    if not isinstance(pretty, bool):\n        raise TypeError(\"Expected pretty to be of type bool\")\n    if not isinstance(escaped, bool):\n        raise TypeError(\"Expected escaped to be of type bool\")\n\n    for chunk in _dump_gen(obj, pretty, escaped):\n        fp.write(chunk)\n\n\ndef _dump_gen(data, pretty=False, escaped=True, level=0):\n    indent = \"\\t\"\n    line_indent = \"\"\n\n    if pretty:\n        line_indent = indent * level\n\n    for key, value in data.items():\n        if escaped and isinstance(key, string_type):\n            key = _escape(key)\n\n        if isinstance(value, Mapping):\n            yield '%s\"%s\"\\n%s{\\n' % (line_indent, key, line_indent)\n            for chunk in _dump_gen(value, pretty, escaped, level + 1):\n                yield chunk\n            yield \"%s}\\n\" % line_indent\n        else:\n            if escaped and isinstance(value, string_type):\n                value = _escape(value)\n\n            yield '%s\"%s\" \"%s\"\\n' % (line_indent, key, value)\n\n\n# binary VDF\nclass BASE_INT(int_type):\n    def __repr__(self):\n        return \"%s(%d)\" % (self.__class__.__name__, self)\n\n\nclass UINT_64(BASE_INT):\n    pass\n\n\nclass INT_64(BASE_INT):\n    pass\n\n\nclass POINTER(BASE_INT):\n    pass\n\n\nclass COLOR(BASE_INT):\n    pass\n\n\nBIN_NONE = b\"\\x00\"\nBIN_STRING = b\"\\x01\"\nBIN_INT32 = b\"\\x02\"\nBIN_FLOAT32 = b\"\\x03\"\nBIN_POINTER = b\"\\x04\"\nBIN_WIDESTRING = b\"\\x05\"\nBIN_COLOR = b\"\\x06\"\nBIN_UINT64 = b\"\\x07\"\nBIN_END = b\"\\x08\"\nBIN_INT64 = b\"\\x0a\"\nBIN_END_ALT = b\"\\x0b\"\n\n\ndef binary_loads(\n    b, mapper=dict, merge_duplicate_keys=True, alt_format=False, raise_on_remaining=True\n):\n    \"\"\"\n    Deserialize ``b`` (``bytes`` containing a VDF in \"binary form\")\n    to a Python object.\n    ``mapper`` specifies the Python object used after deserializetion. ``dict` is\n    used by default. Alternatively, ``collections.OrderedDict`` can be used if you\n    wish to preserve key order. Or any object that acts like a ``dict``.\n    ``merge_duplicate_keys`` when ``True`` will merge multiple KeyValue lists with the\n    same key into one instead of overwriting. You can se this to ``False`` if you are\n    using ``VDFDict`` and need to preserve the duplicates.\n    \"\"\"\n    if not isinstance(b, bytes):\n        raise TypeError(\"Expected s to be bytes, got %s\" % type(b))\n\n    return binary_load(\n        BytesIO(b), mapper, merge_duplicate_keys, alt_format, raise_on_remaining\n    )\n\n\ndef binary_load(\n    fp,\n    mapper=dict,\n    merge_duplicate_keys=True,\n    alt_format=False,\n    raise_on_remaining=False,\n):\n    \"\"\"\n    Deserialize ``fp`` (a ``.read()``-supporting file-like object containing\n    binary VDF) to a Python object.\n    ``mapper`` specifies the Python object used after deserializetion. ``dict` is\n    used by default. Alternatively, ``collections.OrderedDict`` can be used if you\n    wish to preserve key order. Or any object that acts like a ``dict``.\n    ``merge_duplicate_keys`` when ``True`` will merge multiple KeyValue lists with the\n    same key into one instead of overwriting. You can se this to ``False`` if you are\n    using ``VDFDict`` and need to preserve the duplicates.\n    \"\"\"\n    if not hasattr(fp, \"read\") or not hasattr(fp, \"tell\") or not hasattr(fp, \"seek\"):\n        raise TypeError(\n            \"Expected fp to be a file-like object with tell()/seek() and read() returning bytes\"\n        )\n    if not issubclass(mapper, Mapping):\n        raise TypeError(\"Expected mapper to be subclass of dict, got %s\" % type(mapper))\n\n    # helpers\n    int32 = struct.Struct(\"<i\")\n    uint64 = struct.Struct(\"<Q\")\n    int64 = struct.Struct(\"<q\")\n    float32 = struct.Struct(\"<f\")\n\n    def read_string(fp, wide=False):\n        buf, end = b\"\", -1\n        offset = fp.tell()\n\n        # locate string end\n        while end == -1:\n            chunk = fp.read(64)\n\n            if chunk == b\"\":\n                raise SyntaxError(\"Unterminated cstring (offset: %d)\" % offset)\n\n            buf += chunk\n            end = buf.find(b\"\\x00\\x00\" if wide else b\"\\x00\")\n\n        if wide:\n            end += end % 2\n\n        # rewind fp\n        fp.seek(end - len(buf) + (2 if wide else 1), 1)\n\n        # decode string\n        result = buf[:end]\n\n        if wide:\n            result = result.decode(\"utf-16\")\n        elif bytes is not str:\n            result = result.decode(\"utf-8\", \"replace\")\n        else:\n            try:\n                result.decode(\"ascii\")\n            except:\n                result = result.decode(\"utf-8\", \"replace\")\n\n        return result\n\n    stack = [mapper()]\n    CURRENT_BIN_END = BIN_END if not alt_format else BIN_END_ALT\n\n    for t in iter(lambda: fp.read(1), b\"\"):\n        if t == CURRENT_BIN_END:\n            if len(stack) > 1:\n                stack.pop()\n                continue\n            break\n\n        key = read_string(fp)\n\n        if t == BIN_NONE:\n            if merge_duplicate_keys and key in stack[-1]:\n                _m = stack[-1][key]\n            else:\n                _m = mapper()\n                stack[-1][key] = _m\n            stack.append(_m)\n        elif t == BIN_STRING:\n            stack[-1][key] = read_string(fp)\n        elif t == BIN_WIDESTRING:\n            stack[-1][key] = read_string(fp, wide=True)\n        elif t in (BIN_INT32, BIN_POINTER, BIN_COLOR):\n            val = int32.unpack(fp.read(int32.size))[0]\n\n            if t == BIN_POINTER:\n                val = POINTER(val)\n            elif t == BIN_COLOR:\n                val = COLOR(val)\n\n            stack[-1][key] = val\n        elif t == BIN_UINT64:\n            stack[-1][key] = UINT_64(uint64.unpack(fp.read(int64.size))[0])\n        elif t == BIN_INT64:\n            stack[-1][key] = INT_64(int64.unpack(fp.read(int64.size))[0])\n        elif t == BIN_FLOAT32:\n            stack[-1][key] = float32.unpack(fp.read(float32.size))[0]\n        else:\n            raise SyntaxError(\n                \"Unknown data type at offset %d: %s\" % (fp.tell() - 1, repr(t))\n            )\n\n    if len(stack) != 1:\n        raise SyntaxError(\"Reached EOF, but Binary VDF is incomplete\")\n    if raise_on_remaining and fp.read(1) != b\"\":\n        fp.seek(-1, 1)\n        raise SyntaxError(\n            \"Binary VDF ended at offset %d, but there is more data remaining\"\n            % (fp.tell() - 1)\n        )\n\n    return stack.pop()\n\n\ndef binary_dumps(obj, alt_format=False):\n    \"\"\"\n    Serialize ``obj`` to a binary VDF formatted ``bytes``.\n    \"\"\"\n    buf = BytesIO()\n    binary_dump(obj, buf, alt_format)\n    return buf.getvalue()\n\n\ndef binary_dump(obj, fp, alt_format=False):\n    \"\"\"\n    Serialize ``obj`` to a binary VDF formatted ``bytes`` and write it to ``fp`` filelike object\n    \"\"\"\n    if not isinstance(obj, Mapping):\n        raise TypeError(\"Expected obj to be type of Mapping\")\n    if not hasattr(fp, \"write\"):\n        raise TypeError(\"Expected fp to have write() method\")\n\n    for chunk in _binary_dump_gen(obj, alt_format=alt_format):\n        fp.write(chunk)\n\n\ndef _binary_dump_gen(obj, level=0, alt_format=False):\n    if level == 0 and len(obj) == 0:\n        return\n\n    int32 = struct.Struct(\"<i\")\n    uint64 = struct.Struct(\"<Q\")\n    int64 = struct.Struct(\"<q\")\n    float32 = struct.Struct(\"<f\")\n\n    for key, value in obj.items():\n        if isinstance(key, string_type):\n            key = key.encode(\"utf-8\")\n        else:\n            raise TypeError(\"dict keys must be of type str, got %s\" % type(key))\n\n        if isinstance(value, Mapping):\n            yield BIN_NONE + key + BIN_NONE\n            for chunk in _binary_dump_gen(value, level + 1, alt_format=alt_format):\n                yield chunk\n        elif isinstance(value, UINT_64):\n            yield BIN_UINT64 + key + BIN_NONE + uint64.pack(value)\n        elif isinstance(value, INT_64):\n            yield BIN_INT64 + key + BIN_NONE + int64.pack(value)\n        elif isinstance(value, string_type):\n            try:\n                value = value.encode(\"utf-8\") + BIN_NONE\n                yield BIN_STRING\n            except:\n                value = value.encode(\"utf-16\") + BIN_NONE * 2\n                yield BIN_WIDESTRING\n            yield key + BIN_NONE + value\n        elif isinstance(value, float):\n            yield BIN_FLOAT32 + key + BIN_NONE + float32.pack(value)\n        elif isinstance(value, (COLOR, POINTER, int, int_type)):\n            if isinstance(value, COLOR):\n                yield BIN_COLOR\n            elif isinstance(value, POINTER):\n                yield BIN_POINTER\n            else:\n                yield BIN_INT32\n            yield key + BIN_NONE\n            yield int32.pack(value)\n        else:\n            raise TypeError(\"Unsupported type: %s\" % type(value))\n\n    yield BIN_END if not alt_format else BIN_END_ALT\n\n\ndef vbkv_loads(s, mapper=dict, merge_duplicate_keys=True):\n    \"\"\"\n    Deserialize ``s`` (``bytes`` containing a VBKV to a Python object.\n    ``mapper`` specifies the Python object used after deserializetion. ``dict` is\n    used by default. Alternatively, ``collections.OrderedDict`` can be used if you\n    wish to preserve key order. Or any object that acts like a ``dict``.\n    ``merge_duplicate_keys`` when ``True`` will merge multiple KeyValue lists with the\n    same key into one instead of overwriting. You can se this to ``False`` if you are\n    using ``VDFDict`` and need to preserve the duplicates.\n    \"\"\"\n    if s[:4] != b\"VBKV\":\n        raise ValueError(\"Invalid header\")\n\n    (checksum,) = struct.unpack(\"<i\", s[4:8])\n\n    if checksum != crc32(s[8:]):\n        raise ValueError(\"Invalid checksum\")\n\n    return binary_loads(s[8:], mapper, merge_duplicate_keys, alt_format=True)\n\n\ndef vbkv_dumps(obj):\n    \"\"\"\n    Serialize ``obj`` to a VBKV formatted ``bytes``.\n    \"\"\"\n    data = b\"\".join(_binary_dump_gen(obj, alt_format=True))\n    checksum = crc32(data)\n\n    return b\"VBKV\" + struct.pack(\"<i\", checksum) + data\n"
  },
  {
    "path": "bottles/backend/utils/vulkan.py",
    "content": "# vulkan.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport filecmp\nimport os\nimport shutil\nimport subprocess\nfrom glob import glob\n\n\nclass VulkanUtils:\n    __vk_icd_dirs = [\n        \"/usr/share/vulkan\",\n        \"/etc/vulkan\",\n        \"/usr/local/share/vulkan\",\n        \"/usr/local/etc/vulkan\",\n    ]\n    if \"FLATPAK_ID\" in os.environ:\n        __vk_icd_dirs += [\n            \"/usr/lib/x86_64-linux-gnu/GL/vulkan\",\n            \"/usr/lib/i386-linux-gnu/GL/vulkan\",\n        ]\n\n    def __init__(self):\n        self.loaders = self.__get_vk_icd_loaders()\n\n    def __get_vk_icd_loaders(self):\n        loaders = {\"nvidia\": [], \"amd\": [], \"intel\": []}\n\n        for _dir in self.__vk_icd_dirs:\n            _files = glob(f\"{_dir}/icd.d/*.json\", recursive=True)\n\n            for file in _files:\n                if \"nvidia\" in file.lower():\n                    # Workaround for nvidia flatpak bug: https://github.com/flathub/org.freedesktop.Platform.GL.nvidia/issues/112\n                    should_skip = False\n                    for nvidia_loader in loaders[\"nvidia\"]:\n                        try:\n                            if filecmp.cmp(nvidia_loader, file):\n                                should_skip = True\n                                continue\n                        except:\n                            pass\n                    if not should_skip:\n                        loaders[\"nvidia\"] += [file]\n                elif \"amd\" in file.lower() or \"radeon\" in file.lower():\n                    loaders[\"amd\"] += [file]\n                elif \"intel\" in file.lower():\n                    loaders[\"intel\"] += [file]\n\n        return loaders\n\n    def get_vk_icd(self, vendor: str, as_string=False):\n        vendors = [\"nvidia\", \"amd\", \"intel\"]\n        icd = []\n\n        if vendor in vendors:\n            icd = self.loaders[vendor]\n\n        if as_string:\n            icd = \":\".join(icd)\n\n        return icd\n\n    @staticmethod\n    def check_support():\n        return True\n\n    @staticmethod\n    def test_vulkan():\n        if shutil.which(\"vulkaninfo\") is None:\n            return \"vulkaninfo tool not found\"\n\n        res = (\n            subprocess.Popen(\n                \"vulkaninfo\", stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True\n            )\n            .communicate()[0]\n            .decode(\"utf-8\")\n        )\n\n        return res\n"
  },
  {
    "path": "bottles/backend/utils/wine.py",
    "content": "import os\n\n\nclass WineUtils:\n    @staticmethod\n    def get_user_dir(prefix_path: str):\n        ignored = [\"Public\"]\n        usersdir = os.path.join(prefix_path, \"drive_c\", \"users\")\n        found = []\n\n        for user_dir in os.listdir(usersdir):\n            if user_dir in ignored:\n                continue\n            found.append(user_dir)\n\n        if len(found) == 0:\n            raise Exception(\"No user directories found.\")\n\n        return found[0]\n"
  },
  {
    "path": "bottles/backend/utils/yaml.py",
    "content": "import yaml as _yaml\n\ntry:\n    from yaml import CSafeLoader as SafeLoader, CSafeDumper as SafeDumper\nexcept ImportError:\n    from yaml import SafeLoader, SafeDumper\n\nYAMLError = _yaml.YAMLError\n\n\ndef register_serializer(cls):\n    \"\"\"Register a custom serializer for SafeDumper.\"\"\"\n    SafeDumper.add_representer(cls, cls.yaml_serialize_handler)\n\n\ndef dump(data, stream=None, **kwargs):\n    \"\"\"\n    Serialize a Python object into a YAML stream.\n    If stream is None, return the produced string instead.\n    Note: This function is a replacement for PyYAML's dump() function,\n          using the CDumper class instead of the default Dumper, to achieve\n          the best performance.\n    \"\"\"\n    return _yaml.dump(data, stream, Dumper=SafeDumper, **kwargs)\n\n\n# noinspection PyPep8Naming\ndef load(stream, Loader=SafeLoader):\n    \"\"\"\n    Load a YAML stream.\n    Note: This function is a replacement for PyYAML's safe_load() function,\n          using the CLoader class instead of the default Loader, to achieve\n          the best performance.\n    \"\"\"\n    return _yaml.load(stream, Loader=Loader)\n"
  },
  {
    "path": "bottles/backend/wine/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/backend/wine/catalogs.py",
    "content": "win_versions = {\n    \"win11\": {\n        \"CSDVersion\": \"\",\n        \"CSDVersionHex\": \"0\",\n        \"CurrentBuild\": \"22000\",\n        \"CurrentBuildNumber\": \"22000\",\n        \"CurrentVersion\": \"6.3\",\n        \"CurrentMinorVersionNumber\": \"0\",\n        \"CurrentMajorVersionNumber\": \"a\",  # 10\n        \"ProductType\": \"WinNT\",\n        \"ProductName\": \"Microsoft Windows 11\",\n    },\n    \"win10\": {\n        \"CSDVersion\": \"\",\n        \"CSDVersionHex\": \"0\",\n        \"CurrentBuild\": \"19043\",\n        \"CurrentBuildNumber\": \"19043\",\n        \"CurrentVersion\": \"6.3\",\n        \"CurrentMinorVersionNumber\": \"0\",\n        \"CurrentMajorVersionNumber\": \"a\",  # 10\n        \"ProductType\": \"WinNT\",\n        \"ProductName\": \"Microsoft Windows 10\",\n    },\n    \"win81\": {\n        \"CSDVersion\": \"\",\n        \"CSDVersionHex\": \"00000000\",\n        \"CurrentBuild\": \"9600\",\n        \"CurrentBuildNumber\": \"9600\",\n        \"CurrentVersion\": \"6.3\",\n        \"CurrentMinorVersionNumber\": \"3\",\n        \"CurrentMajorVersionNumber\": \"6\",\n        \"ProductType\": \"WinNT\",\n        \"ProductName\": \"Microsoft Windows 8.1\",\n    },\n    \"win8\": {\n        \"CSDVersion\": \"\",\n        \"CSDVersionHex\": \"0\",\n        \"CurrentBuild\": \"9200\",\n        \"CurrentBuildNumber\": \"9200\",\n        \"CurrentVersion\": \"6.2\",\n        \"CurrentMinorVersionNumber\": \"2\",\n        \"CurrentMajorVersionNumber\": \"6\",\n        \"ProductType\": \"WinNT\",\n        \"ProductName\": \"Microsoft Windows 8\",\n    },\n    \"win7\": {\n        \"CSDVersion\": \"Service Pack 1\",\n        \"CSDVersionHex\": \"100\",\n        \"CurrentBuild\": \"7601\",\n        \"CurrentBuildNumber\": \"7601\",\n        \"CurrentVersion\": \"6.1\",\n        \"CurrentMinorVersionNumber\": \"1\",\n        \"CurrentMajorVersionNumber\": \"6\",\n        \"ProductType\": \"WinNT\",\n        \"ProductName\": \"Microsoft Windows 7\",\n    },\n    \"win2008r2\": {\n        \"CSDVersion\": \"Service Pack 1\",\n        \"CSDVersionHex\": \"100\",\n        \"CurrentBuild\": \"7601\",\n        \"CurrentBuildNumber\": \"7601\",\n        \"CurrentVersion\": \"6.1\",\n        \"CurrentMinorVersionNumber\": \"1\",\n        \"CurrentMajorVersionNumber\": \"6\",\n        \"ProductType\": \"ServerNT\",\n        \"ProductName\": \"Microsoft Windows 2008 R2\",\n    },\n    \"win2008\": {\n        \"CSDVersion\": \"Service Pack 2\",\n        \"CSDVersionHex\": \"200\",\n        \"CurrentBuild\": \"6002\",\n        \"CurrentBuildNumber\": \"6002\",\n        \"CurrentVersion\": \"6.0\",\n        \"CurrentMinorVersionNumber\": \"0\",\n        \"CurrentMajorVersionNumber\": \"6\",\n        \"ProductType\": \"ServerNT\",\n        \"ProductName\": \"Microsoft Windows 2008\",\n    },\n    \"vista\": {\n        \"CSDVersion\": \"Service Pack 2\",\n        \"CSDVersionHex\": \"200\",\n        \"CurrentBuild\": \"6002\",\n        \"CurrentBuildNumber\": \"6002\",\n        \"CurrentVersion\": \"6.0\",\n        \"CurrentMinorVersionNumber\": \"0\",\n        \"CurrentMajorVersionNumber\": \"6\",\n        \"ProductType\": \"WinNT\",\n        \"ProductName\": \"Microsoft Windows Vista\",\n    },\n    \"win2003\": {\n        \"CSDVersion\": \"Service Pack 2\",\n        \"CSDVersionHex\": \"200\",\n        \"CurrentBuild\": \"3790\",\n        \"CurrentBuildNumber\": \"3790\",\n        \"CurrentVersion\": \"5.2\",\n        \"CurrentMinorVersionNumber\": \"2\",\n        \"CurrentMajorVersionNumber\": \"5\",\n        \"ProductType\": \"ServerNT\",\n        \"ProductName\": \"Microsoft Windows 2003\",\n    },\n    \"winxp\": {\n        \"CSDVersion\": \"Service Pack 3\",\n        \"CSDVersionHex\": \"768\",\n        \"CurrentBuild\": \"2600\",\n        \"CurrentBuildNumber\": \"3790\",\n        \"CurrentVersion\": \"5.1\",\n        \"CurrentMinorVersionNumber\": \"2\",\n        \"CurrentMajorVersionNumber\": \"5\",\n        \"ProductName\": \"Microsoft Windows XP\",\n    },\n    \"winxp64\": {\n        \"CSDVersion\": \"Service Pack 2\",\n        \"CSDVersionHex\": \"200\",\n        \"CurrentBuild\": \"3790\",\n        \"CurrentBuildNumber\": \"3790\",\n        \"CurrentVersion\": \"5.2\",\n        \"CurrentMinorVersionNumber\": \"2\",\n        \"CurrentMajorVersionNumber\": \"5\",\n        \"ProductType\": \"WinNT\",\n        \"ProductName\": \"Microsoft Windows XP\",\n    },\n    \"win98\": {\n        \"CSDVersion\": \"\",\n        \"CSDVersionHex\": \"00000000\",\n        \"VersionNumber\": \"4.10.2222\",\n        \"SubVersionNumber\": \" A \",\n        \"ProductName\": \"Microsoft Windows 98\",\n    },\n    \"win95\": {\n        \"CSDVersion\": \"\",\n        \"CSDVersionHex\": \"00000000\",\n        \"VersionNumber\": \"4.0.950\",\n        \"SubVersionNumber\": \"\",\n        \"ProductName\": \"Microsoft Windows 95\",\n    },\n}\n"
  },
  {
    "path": "bottles/backend/wine/cmd.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass CMD(WineProgram):\n    program = \"Wine Command Line\"\n    command = \"cmd\"\n\n    def run_batch(\n        self,\n        batch: str,\n        terminal: bool = True,\n        args: str = \"\",\n        environment: Optional[dict] = None,\n        cwd: Optional[str] = None,\n    ):\n        args = f\"/c {batch} {args}\"\n\n        self.launch(\n            args=args,\n            communicate=True,\n            terminal=terminal,\n            environment=environment,\n            cwd=cwd,\n            action_name=\"run_batch\",\n        )\n"
  },
  {
    "path": "bottles/backend/wine/control.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Control(WineProgram):\n    program = \"Wine Control Panel\"\n    command = \"control\"\n\n    def load_applet(self, name: str):\n        args = name\n        return self.launch(args=args, communicate=True, action_name=\"load_applet\")\n\n    def load_joystick(self):\n        return self.load_applet(\"joy.cpl\")\n\n    def load_appwiz(self):\n        return self.load_applet(\"appwiz.cpl\")\n\n    def load_inetcpl(self):\n        return self.load_applet(\"inetcpl.cpl\")\n"
  },
  {
    "path": "bottles/backend/wine/drives.py",
    "content": "import os\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\nclass Drives:\n    def __init__(self, config: BottleConfig):\n        self.config = config\n        bottle = ManagerUtils.get_bottle_path(self.config)\n        self.dosdevices_path = os.path.join(bottle, \"dosdevices\")\n\n    def get_all(self):\n        \"\"\"Get all the drives from the bottle\"\"\"\n        drives = {}\n        if os.path.exists(self.dosdevices_path):\n            for drive in os.listdir(self.dosdevices_path):\n                if os.path.islink(f\"{self.dosdevices_path}/{drive}\"):\n                    letter = os.path.basename(drive).replace(\":\", \"\").upper()\n                    if len(letter) == 1 and letter.isalpha():\n                        path = os.readlink(f\"{self.dosdevices_path}/{drive}\")\n                        drives[letter] = path\n        return drives\n\n    def get_drive(self, letter: str):\n        \"\"\"Get a drive from the bottle\"\"\"\n        if letter in self.get_all():\n            return self.get_all().get(letter)\n        return None\n\n    def set_drive_path(self, letter: str, path: str):\n        \"\"\"Change a drives path in the bottle\"\"\"\n        letter = f\"{letter}:\".lower()\n        drive_sym_path = os.path.join(self.dosdevices_path, letter)\n        if not os.path.exists(self.dosdevices_path):\n            os.makedirs(self.dosdevices_path)\n        if not os.path.exists(drive_sym_path):\n            os.symlink(path, drive_sym_path)\n            logging.info(f\"New drive {letter} added to the bottle\")\n        else:\n            os.remove(drive_sym_path)\n            os.symlink(path, drive_sym_path)\n            logging.info(f\"Drive {letter} path changed to {path}\")\n\n    def remove_drive(self, letter: str):\n        \"\"\"Remove a drive from the bottle\"\"\"\n        if letter.upper() in self.get_all():\n            os.remove(f\"{self.dosdevices_path}/{letter.lower()}:\")\n            logging.info(f\"Drive {letter} removed from the bottle\")\n"
  },
  {
    "path": "bottles/backend/wine/eject.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Eject(WineProgram):\n    program = \"Wine Eject CLI\"\n    command = \"eject\"\n\n    def cdrom(self, drive: str, unmount_only: bool = False):\n        args = drive\n        if unmount_only:\n            args += \" -u\"\n        return self.launch(args=args, communicate=True, action_name=\"cdrom\")\n\n    def all(self):\n        args = \"-a\"\n        return self.launch(args=args, communicate=True, action_name=\"all\")\n"
  },
  {
    "path": "bottles/backend/wine/executor.py",
    "content": "import os\nimport re\nimport shlex\nimport time\nimport uuid\nfrom typing import Optional, Pattern\n\nfrom bottles.backend.dlls.dxvk import DXVKComponent\nfrom bottles.backend.dlls.nvapi import NVAPIComponent\nfrom bottles.backend.dlls.vkd3d import VKD3DComponent\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.process import (\n    ProcessFinishedPayload,\n    ProcessStartedPayload,\n)\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.cmd import CMD\nfrom bottles.backend.wine.explorer import Explorer\nfrom bottles.backend.wine.msiexec import MsiExec\nfrom bottles.backend.wine.start import Start\nfrom bottles.backend.wine.winebridge import WineBridge\nfrom bottles.backend.wine.winecommand import WineCommand\nfrom bottles.backend.wine.winedbg import WineDbg\nfrom bottles.backend.wine.winepath import WinePath\n\nlogging = Logger()\n\n\nclass WineExecutor:\n    _PLACEHOLDER_PATTERN: Pattern[str] = re.compile(r\"%([A-Z_]+)%\")\n    _KNOWN_PLACEHOLDERS: set[str] = {\n        \"PROGRAM_NAME\",\n        \"PROGRAM_PATH\",\n        \"PROGRAM_DIR\",\n        \"BOTTLE_NAME\",\n        \"BOTTLE_PATH\",\n    }\n\n    def __init__(\n        self,\n        config: BottleConfig,\n        exec_path: str,\n        args: str = \"\",\n        terminal: bool = False,\n        environment: Optional[dict] = None,\n        move_file: bool = False,\n        move_upd_fn: callable = None,\n        pre_script: Optional[str] = None,\n        post_script: Optional[str] = None,\n        pre_script_args: Optional[str] = None,\n        post_script_args: Optional[str] = None,\n        cwd: Optional[str] = None,\n        monitoring: Optional[list] = None,\n        program_dxvk: Optional[bool] = None,\n        program_vkd3d: Optional[bool] = None,\n        program_nvapi: Optional[bool] = None,\n        program_gamescope: Optional[bool] = None,\n        program_virt_desktop: Optional[bool] = None,\n        program_winebridge: Optional[bool] = None,\n    ):\n        logging.info(\"Launching an executable…\")\n        self.config = config\n        self.__validate_path(exec_path)\n\n        if monitoring is None:\n            monitoring = []\n\n        if environment is None:\n            environment = {}\n\n        if move_file:\n            exec_path = self.__move_file(exec_path, move_upd_fn)\n\n        self.exec_type = self.__get_exec_type(exec_path)\n        self._raw_exec_path = exec_path\n        self.exec_path = shlex.quote(exec_path)\n        self.args = args\n        self.terminal = terminal\n        self.environment = environment\n        self.pre_script = pre_script\n        self.post_script = post_script\n        self.pre_script_args = pre_script_args\n        self.post_script_args = post_script_args\n        self.cwd = self.__get_cwd(cwd)\n        self.monitoring = monitoring\n        self.use_gamescope = program_gamescope\n        self.use_virt_desktop = program_virt_desktop\n        self.use_winebridge = (\n            program_winebridge\n            if program_winebridge is not None\n            else getattr(self.config.Parameters, \"winebridge\", True)\n        )\n        self._play_session_id = -1\n\n        env_dll_overrides = []\n\n        # None = use global DXVK value\n        if program_dxvk is not None:\n            # DXVK is globally activated, but disabled for the program\n            if not program_dxvk and self.config.Parameters.dxvk:\n                # Disable DXVK for the program\n                override_dxvk = DXVKComponent.get_override_keys() + \"=b\"\n                env_dll_overrides.append(override_dxvk)\n\n        if program_vkd3d is not None:\n            if not program_vkd3d and self.config.Parameters.vkd3d:\n                override_vkd3d = VKD3DComponent.get_override_keys() + \"=b\"\n                env_dll_overrides.append(override_vkd3d)\n\n        if program_nvapi is not None:\n            if not program_nvapi and self.config.Parameters.dxvk_nvapi:\n                override_nvapi = NVAPIComponent.get_override_keys() + \"=b\"\n                env_dll_overrides.append(override_nvapi)\n\n        if (\n            program_gamescope is not None\n            and program_gamescope != self.config.Parameters.gamescope\n        ):\n            self.environment[\"GAMESCOPE\"] = \"1\" if program_gamescope else \"0\"\n\n        if env_dll_overrides:\n            if \"WINEDLLOVERRIDES\" in self.environment:\n                self.environment[\"WINEDLLOVERRIDES\"] += \";\" + \";\".join(\n                    env_dll_overrides\n                )\n            else:\n                self.environment[\"WINEDLLOVERRIDES\"] = \";\".join(env_dll_overrides)\n\n    @classmethod\n    def run_program(cls, config: BottleConfig, program: dict, terminal: bool = False):\n        if program is None:\n            logging.warning(\"The program entry is not well formatted.\")\n\n        placeholders = cls._build_placeholder_map(config, program or {})\n\n        def _resolve(field: str):\n            return cls._replace_placeholders((program or {}).get(field), placeholders)\n\n        return cls(\n            config=config,\n            exec_path=program.get(\"path\"),\n            args=_resolve(\"arguments\"),\n            pre_script=cls._replace_placeholders(\n                program.get(\"pre_script\"), placeholders\n            ),\n            post_script=cls._replace_placeholders(\n                program.get(\"post_script\"), placeholders\n            ),\n            pre_script_args=_resolve(\"pre_script_args\"),\n            post_script_args=_resolve(\"post_script_args\"),\n            cwd=_resolve(\"folder\"),\n            terminal=terminal,\n            program_dxvk=program.get(\"dxvk\"),\n            program_vkd3d=program.get(\"vkd3d\"),\n            program_nvapi=program.get(\"dxvk_nvapi\"),\n            program_gamescope=program.get(\"gamescope\"),\n            program_virt_desktop=program.get(\"virtual_desktop\"),\n            program_winebridge=program.get(\"winebridge\"),\n        ).run()\n\n    @staticmethod\n    def _build_placeholder_map(config: BottleConfig, program: dict) -> dict[str, str]:\n        program_path = program.get(\"path\", \"\") or \"\"\n        program_dir_raw = program.get(\"folder\")\n        program_dir = program_dir_raw or \"\"\n        if isinstance(program_dir_raw, str):\n            matches = WineExecutor._PLACEHOLDER_PATTERN.findall(program_dir_raw)\n            if any(match in WineExecutor._KNOWN_PLACEHOLDERS for match in matches):\n                # ignore unresolved placeholders that reference known tokens\n                program_dir = \"\"\n        if not program_dir and isinstance(program_path, str) and program_path:\n            program_dir = os.path.dirname(program_path)\n\n        bottle_path = \"\"\n        if config:\n            try:\n                bottle_path = ManagerUtils.get_bottle_path(config)\n            except Exception:\n                bottle_path = \"\"\n\n        placeholders = {\n            \"PROGRAM_NAME\": program.get(\"name\", \"\"),\n            \"PROGRAM_PATH\": program_path,\n            \"PROGRAM_DIR\": program_dir,\n            \"BOTTLE_NAME\": getattr(config, \"Name\", \"\") or \"\",\n            \"BOTTLE_PATH\": bottle_path,\n        }\n        return {\n            key: value for key, value in placeholders.items() if isinstance(value, str)\n        }\n\n    @classmethod\n    def _replace_placeholders(\n        cls, value: Optional[str], placeholders: dict[str, str]\n    ) -> Optional[str]:\n        if not isinstance(value, str) or not value:\n            return value\n\n        def _sub(match: re.Match[str]) -> str:\n            key = match.group(1)\n            return placeholders.get(key, match.group(0))\n\n        return cls._PLACEHOLDER_PATTERN.sub(_sub, value)\n\n    def __get_cwd(self, cwd: str) -> str | None:\n        winepath = WinePath(self.config)\n        if cwd in [None, \"\"]:\n            path = self.exec_path\n            if winepath.is_windows(self.exec_path):\n                path = \"\\\\\".join(path.split(\"\\\\\")[:-1])\n                path = winepath.to_unix(path)\n            if path.startswith((\"'\", '\"')):\n                path = path[1:]\n            if path.endswith((\"'\", '\"')):\n                path = path[:-1]\n            return os.path.dirname(path)\n        return cwd  # will be set by WineCommand if None\n\n    @staticmethod\n    def __validate_path(exec_path):\n        if exec_path in [None, \"\"]:\n            logging.error(\"No executable file path provided.\")\n            return False\n\n        if \":\\\\\" in exec_path:\n            logging.warning(\"Windows path detected. Avoiding validation.\")\n            return True\n\n        if not os.path.isfile(exec_path):\n            _msg = f\"Executable file path does not exist: {exec_path}\"\n            if \"FLATPAK_ID\" in os.environ:\n                _msg = f\"Executable file path does not exist or is not accessible by the Flatpak: {exec_path}\"\n            logging.error(\n                _msg,\n            )\n            return False\n\n    def __move_file(self, exec_path, move_upd_fn):\n        new_path = ManagerUtils.move_file_to_bottle(\n            file_path=exec_path, config=self.config, fn_update=move_upd_fn\n        )\n        if new_path:\n            exec_path = new_path\n\n        self.__validate_path(exec_path)\n\n        return exec_path\n\n    @staticmethod\n    def __get_exec_type(exec_path):\n        _exec = exec_path.lower()\n        if _exec.endswith(\".exe\"):\n            return \"exe\"\n        if _exec.endswith(\".msi\"):\n            return \"msi\"\n        if _exec.endswith(\".bat\"):\n            return \"batch\"\n        if _exec.endswith(\".lnk\"):\n            return \"lnk\"\n        if _exec.endswith(\".dll\"):\n            return \"dll\"\n\n        logging.warning(\"Not a common executable type, trying to launch it anyway.\")\n        return \"unsupported\"\n\n    def run_cli(self):\n        \"\"\"\n        We need to launch the application and then exit,\n        so we use Wine Starter, which will exit as soon\n        as the program is launched\n        \"\"\"\n        winepath = WinePath(self.config)\n        start = Start(self.config)\n\n        if winepath.is_unix(self.exec_path):\n            return self.__launch_with_bridge()\n\n        res = start.run(\n            file=self.exec_path,\n            terminal=self.terminal,\n            args=self.args,\n            environment=self.environment,\n            pre_script=self.pre_script,\n            post_script=self.post_script,\n            pre_script_args=self.pre_script_args,\n            post_script_args=self.post_script_args,\n            cwd=self.cwd,\n        )\n        return Result(status=True, data={\"output\": res})\n\n    def run(self) -> Result:\n        # Emit ProgramStarted (best-effort)\n        launch_id = f\"{self.config.Name}:{int(time.time() * 1000)}:{os.getpid()}\"\n        bottle_id = self.config.Name\n        bottle_name = self.config.Name\n        bottle_path = ManagerUtils.get_bottle_path(self.config)\n        program_name = (\n            os.path.basename(self._raw_exec_path) if self._raw_exec_path else \"unknown\"\n        )\n        program_path = self._raw_exec_path or self.exec_path\n        try:\n            SignalManager.send(\n                Signals.ProgramStarted,\n                Result(\n                    True,\n                    ProcessStartedPayload(\n                        launch_id=launch_id,\n                        bottle_id=bottle_id,\n                        bottle_name=bottle_name,\n                        bottle_path=bottle_path,\n                        program_name=program_name,\n                        program_path=program_path,\n                    ),\n                ),\n            )\n        except Exception:\n            pass\n\n        try:\n            match self.exec_type:\n                case \"exe\" | \"msi\":\n                    res = self.__launch_with_bridge()\n                case \"batch\":\n                    res = self.__launch_batch()\n                case \"lnk\" | \"unsupported\":\n                    res = self.__launch_with_starter()\n                case \"dll\":\n                    res = self.__launch_dll()\n                case _:\n                    res = Result(\n                        status=False, data={\"message\": \"Unknown executable type.\"}\n                    )\n        except Exception as e:\n            try:\n                SignalManager.send(\n                    Signals.ProgramFinished,\n                    Result(\n                        True,\n                        ProcessFinishedPayload(\n                            launch_id=launch_id,\n                            status=\"unknown\",\n                            ended_at=int(time.time()),\n                        ),\n                    ),\n                )\n            except Exception:\n                pass\n            raise e\n\n        # Finalize session\n        try:\n            SignalManager.send(\n                Signals.ProgramFinished,\n                Result(\n                    True,\n                    ProcessFinishedPayload(\n                        launch_id=launch_id,\n                        status=\"success\" if res.status else \"unknown\",\n                        ended_at=int(time.time()),\n                    ),\n                ),\n            )\n        except Exception:\n            pass\n\n        return res\n\n    def __launch_with_bridge(self):\n        if self.use_winebridge and self.exec_type == \"exe\":\n            winebridge = WineBridge(self.config)\n            if winebridge.is_available():\n                winepath = WinePath(self.config)\n                exec_path = (\n                    winepath.to_windows(self.exec_path, native=True)\n                    if winepath.is_unix(self.exec_path)\n                    else self.exec_path\n                )\n                res = winebridge.run_exe(exec_path)\n                return Result(status=True, data={\"output\": res})\n        winepath = WinePath(self.config)\n        if self.use_virt_desktop:\n            if winepath.is_unix(self.exec_path):\n                self.exec_path = winepath.to_windows(self.exec_path)\n            return self.__launch_with_explorer()\n        if winepath.is_windows(self.exec_path):\n            return self.__launch_with_starter()\n\n        match self.exec_type:\n            case \"exe\":\n                return self.__launch_exe()\n            case \"msi\":\n                return self.__launch_msi()\n            case \"batch\":\n                return self.__launch_batch()\n            case _:\n                logging.error(f\"exec_type {self.exec_type} is not valid\")\n                return Result(\n                    status=False, data={\"message\": \"Unknown executable type.\"}\n                )\n\n    def __launch_exe(self):\n        # winebridge = WineBridge(self.config)\n        # if winebridge.is_available():\n        #     res = winebridge.run_exe(self.exec_path)\n        #     return Result(\n        #         status=True,\n        #         data={\"output\": res}\n        #     )\n\n        winecmd = WineCommand(\n            self.config,\n            command=self.exec_path,\n            arguments=self.args,\n            terminal=self.terminal,\n            environment=self.environment,\n            communicate=True,\n            pre_script=self.pre_script,\n            post_script=self.post_script,\n            pre_script_args=self.pre_script_args,\n            post_script_args=self.post_script_args,\n            cwd=self.cwd,\n        )\n        res = winecmd.run()\n        self.__set_monitors()\n        return Result(status=True, data={\"output\": res})\n\n    def __launch_msi(self):\n        msiexec = MsiExec(self.config)\n        msiexec.install(\n            pkg_path=self.exec_path,\n            args=self.args,\n            terminal=self.terminal,\n            cwd=self.cwd,\n            environment=self.environment,\n        )\n        self.__set_monitors()\n        return Result(True)\n\n    def __launch_batch(self):\n        cmd = CMD(self.config)\n        res = cmd.run_batch(\n            batch=self.exec_path,\n            terminal=self.terminal,\n            args=self.args,\n            environment=self.environment,\n            cwd=self.cwd,\n        )\n        return Result(status=True, data={\"output\": res})\n\n    def __launch_with_starter(self):\n        start = Start(self.config)\n        res = start.run(\n            file=self.exec_path,\n            terminal=self.terminal,\n            args=self.args,\n            environment=self.environment,\n            pre_script=self.pre_script,\n            post_script=self.post_script,\n            pre_script_args=self.pre_script_args,\n            post_script_args=self.post_script_args,\n            cwd=self.cwd,\n        )\n        self.__set_monitors()\n        return Result(status=True, data={\"output\": res})\n\n    def __launch_with_explorer(self):\n        w, h = self.config.Parameters.virtual_desktop_res.split(\"x\")\n        start = Explorer(self.config)\n        res = start.launch_desktop(\n            desktop=str(uuid.uuid4()),\n            width=w,\n            height=h,\n            program=self.exec_path,\n            args=self.args,\n            environment=self.environment,\n            cwd=self.cwd,\n        )\n        self.__set_monitors()\n        return Result(status=res.status, data={\"output\": res.data})\n\n    @staticmethod\n    def __launch_dll():\n        logging.warning(\"DLLs are not supported yet.\")\n        return Result(status=False, data={\"error\": \"DLLs are not supported yet.\"})\n\n    def __set_monitors(self):\n        if not self.monitoring:\n            return\n\n        logging.info(\"Starting {} monitors\".format(len(self.monitoring)))\n\n        winedbg = WineDbg(self.config, silent=True)\n        for m in self.monitoring:\n            winedbg.wait_for_process(name=m)\n"
  },
  {
    "path": "bottles/backend/wine/expand.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Expand(WineProgram):\n    program = \"Wine cabinet expander\"\n    command = \"expand\"\n\n    def extract(self, cabinet: str, filename: str):\n        args = f\"{cabinet} {filename}\"\n        return self.launch(args=args, communicate=True, action_name=\"extract\")\n\n    def extract_all(self, cabinet: str, filenames: list):\n        for filename in filenames:\n            self.extract(cabinet, filename)\n"
  },
  {
    "path": "bottles/backend/wine/explorer.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Explorer(WineProgram):\n    program = \"Wine Explorer\"\n    command = \"explorer\"\n\n    def launch_desktop(\n        self,\n        desktop: str = \"shell\",\n        width: int = 0,\n        height: int = 0,\n        program: Optional[str] = None,\n        args: Optional[str] = None,\n        environment: Optional[dict] = None,\n        cwd: Optional[str] = None,\n    ):\n        _args = f\"/desktop={desktop}\"\n\n        if width and height:\n            _args += f\",{width}x{height}\"\n        if program:\n            _args += f\" {program}\"\n        if args:\n            _args += args\n\n        return self.launch(\n            args=_args,\n            communicate=True,\n            action_name=\"launch_desktop\",\n            environment=environment,\n            cwd=cwd,\n        )\n"
  },
  {
    "path": "bottles/backend/wine/hh.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Hh(WineProgram):\n    program = \"Wine HTML help viewer\"\n    command = \"hh\"\n"
  },
  {
    "path": "bottles/backend/wine/icinfo.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Icinfo(WineProgram):\n    program = \"List installed video compressors\"\n    command = \"icinfo\"\n\n    def get_output(self):\n        return self.launch(communicate=True, action_name=\"get_output\")\n\n    def get_dict(self):\n        res = self.launch(communicate=True, action_name=\"get_dict\")\n        if not res.ready:\n            return {}\n\n        res = [r.strip() for r in res.split(\"\\n\")[1:]]\n        _res = {}\n        _latest = None\n\n        for r in res:\n            if not r:\n                continue\n            k, v = r.split(\":\")\n            if r.startswith(\"vidc.\"):\n                _latest = k\n                _res[k] = {}\n                _res[k][\"name\"] = k\n                _res[k][\"description\"] = v\n            else:\n                _res[_latest][k] = v\n\n        return _res\n"
  },
  {
    "path": "bottles/backend/wine/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nwinedir = join_paths(pkgdatadir, 'bottles/backend/wine')\n\nbottles_sources = [\n  '__init__.py',\n  'catalogs.py',\n  'winecommand.py',\n  'wineprogram.py',\n  'uninstaller.py',\n  'winecfg.py',\n  'winedbg.py',\n  'wineserver.py',\n  'wineboot.py',\n  'winepath.py',\n  'cmd.py',\n  'taskmgr.py',\n  'control.py',\n  'regedit.py',\n  'reg.py',\n  'regkeys.py',\n  'net.py',\n  'msiexec.py',\n  'executor.py',\n  'start.py',\n  'register.py',\n  'regsvr32.py',\n  'winebridge.py',\n  'explorer.py',\n  'drives.py',\n  'eject.py',\n  'expand.py',\n  'hh.py',\n  'icinfo.py',\n  'notepad.py',\n  'oleview.py',\n  'progman.py',\n  'rundll32.py',\n  'winefile.py',\n  'winhelp.py',\n  'xcopy.py',\n]\n\ninstall_data(bottles_sources, install_dir: winedir)\n"
  },
  {
    "path": "bottles/backend/wine/msiexec.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass MsiExec(WineProgram):\n    program = \"Wine MSI Installer\"\n    command = \"msiexec\"\n\n    def install(\n        self,\n        pkg_path: str,  # or product code\n        args: str = \"\",\n        terminal: bool = False,\n        cwd: Optional[str] = None,\n        environment: Optional[dict] = None,\n    ):\n        args = f\"/i {pkg_path} {args}\"\n\n        self.launch(\n            args=args,\n            communicate=True,\n            minimal=True,\n            environment=environment,\n            terminal=terminal,\n            cwd=cwd,\n            action_name=\"install\",\n        )\n\n    def repair(\n        self,\n        pkg_path: str,\n        if_missing: bool = False,\n        if_missing_or_outdated: bool = False,\n        if_missing_or_outdated_or_same: bool = False,\n        if_missing_or_different: bool = False,\n        if_missing_or_hash_fail: bool = False,\n        force_all: bool = False,\n        all_user_registry_keys: bool = False,\n        all_computer_registry_keys: bool = False,\n        all_shortcuts: bool = False,\n        recache: bool = False,\n        cwd: Optional[str] = None,\n    ):\n        \"\"\"\n        NOTICE: I have not been able to use the repair in any way, it seems to show\n                no signs of life. This function is here for future needs, all options\n                are mapped.\n        \"\"\"\n        args = \"/f\"\n        if if_missing:\n            args += \"p\"\n        elif if_missing_or_outdated:\n            args += \"o\"\n        elif if_missing_or_outdated_or_same:\n            args += \"e\"\n        elif if_missing_or_different:\n            args += \"d\"\n        elif if_missing_or_hash_fail:\n            args += \"c\"\n        elif force_all:\n            args += \"a\"\n        if all_user_registry_keys:\n            args += \"u\"\n        if all_computer_registry_keys:\n            args += \"m\"\n        if all_shortcuts:\n            args += \"s\"\n        if recache:\n            args += \"v\"\n\n        args += f\" {pkg_path}\"\n\n        self.launch(\n            args=args, communicate=True, minimal=True, cwd=cwd, action_name=\"repair\"\n        )\n\n    def uninstall(self, pkg_path: str, cwd: Optional[str] = None):\n        args = f\"/x {pkg_path}\"\n        self.launch(\n            args=args, communicate=True, minimal=True, cwd=cwd, action_name=\"uninstall\"\n        )\n\n    def apply_patch(self, patch: str, update: bool = False, cwd: Optional[str] = None):\n        args = f\"/p {patch}\"\n        if update:\n            args = f\" /update {patch}\"\n\n        self.launch(\n            args=args, communicate=True, minimal=True, cwd=cwd, action_name=\"apply_path\"\n        )\n\n    def uninstall_patch(\n        self, patch: str, product: Optional[str] = None, cwd: Optional[str] = None\n    ):\n        args = f\"/uninstall {patch}\"\n        if product:\n            args += f\" /package {product}\"\n\n        self.launch(\n            args=args,\n            communicate=True,\n            minimal=True,\n            cwd=cwd,\n            action_name=\"uninstall_patch\",\n        )\n\n    def register_module(self, module: str, cwd: Optional[str] = None):\n        args = f\"/y {module}\"\n        self.launch(\n            args=args,\n            communicate=True,\n            minimal=True,\n            cwd=cwd,\n            action_name=\"register_module\",\n        )\n\n    def unregister_module(self, module: str, cwd: Optional[str] = None):\n        args = f\"/z {module}\"\n        self.launch(\n            args=args,\n            communicate=True,\n            minimal=True,\n            cwd=cwd,\n            action_name=\"unregister_module\",\n        )\n"
  },
  {
    "path": "bottles/backend/wine/net.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Net(WineProgram):\n    program = \"Wine Services manager\"\n    command = \"net\"\n\n    def start(self, name: Optional[str] = None):\n        args = \"start\"\n\n        if name is not None:\n            args = f\"start '{name}'\"\n\n        return self.launch(args=args, communicate=True, action_name=\"start\")\n\n    def stop(self, name: Optional[str] = None):\n        args = \"stop\"\n\n        if name is not None:\n            args = f\"stop '{name}'\"\n\n        return self.launch(args=args, communicate=True, action_name=\"stop\")\n\n    def use(self, name: Optional[str] = None):\n        # this command has no documentation, not tested yet\n        args = \"use\"\n\n        if name is not None:\n            args = f\"use '{name}'\"\n\n        return self.launch(args=args, communicate=True, action_name=\"use\")\n\n    def list(self):\n        services = []\n        res = self.start()\n\n        if not res.ready:\n            return services\n\n        lines = res.data.strip().splitlines()\n        for r in lines[1:]:\n            r = r[4:]\n            services.append(r)\n\n        return services\n"
  },
  {
    "path": "bottles/backend/wine/notepad.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Notepad(WineProgram):\n    program = \"Wine Notepad\"\n    command = \"notepad\"\n\n    def open(self, path: str, as_ansi: bool = False, as_utf16: bool = False):\n        args = path\n        if as_ansi:\n            args = f\"/a {path}\"\n        elif as_utf16:\n            args = f\"/w {path}\"\n        return self.launch(args=args, communicate=True, action_name=\"open\")\n\n    def print(self, path: str, printer_name: Optional[str] = None):\n        args = f\"/p {path}\"\n        if printer_name:\n            args = f\"/pt {path} {printer_name}\"\n        return self.launch(args=args, communicate=True, action_name=\"print\")\n"
  },
  {
    "path": "bottles/backend/wine/oleview.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Oleview(WineProgram):\n    program = \"OLE/COM object viewer\"\n    command = \"oleview\"\n"
  },
  {
    "path": "bottles/backend/wine/progman.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Progman(WineProgram):\n    program = \"Wine Program Manager\"\n    command = \"progman\"\n"
  },
  {
    "path": "bottles/backend/wine/reg.py",
    "content": "import codecs\nimport dataclasses\nimport os\nimport uuid\nfrom datetime import datetime\nfrom itertools import groupby\nfrom typing import List, Dict, Optional\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.utils.generic import random_string\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.winedbg import WineDbg\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\n@dataclasses.dataclass\nclass RegItem:\n    key: str\n    value: str\n    value_type: str\n    data: str\n\n\nclass Reg(WineProgram):\n    program = \"Wine Registry CLI\"\n    command = \"reg\"\n\n    def bulk_add(self, regs: List[RegItem]):\n        \"\"\"Import multiple registries at once, with v5.00 reg file\"\"\"\n        config = self.config\n        logging.info(f\"Importing {len(regs)} Key(s) to {config.Name} registry\")\n        winedbg = WineDbg(config)\n\n        mapping: Dict[str, List[RegItem]] = {\n            k: list(v) for k, v in groupby(regs, lambda x: x.key)\n        }\n        reg_file_header = \"Windows Registry Editor Version 5.00\\n\\n\"\n        reg_key_header = \"[%s]\\n\"\n        reg_item_fmt = '\"%s\"=\"%s:%s\"\\n'\n        reg_item_def_fmt = '\"%s\"=\"%s\"\\n'  # default is REG_SZ(string)\n\n        file_content = reg_file_header\n        for key, items in mapping.items():\n            file_content += reg_key_header % key\n            for item in items:\n                if item.value_type:\n                    file_content += reg_item_fmt % (\n                        item.value,\n                        item.value_type,\n                        item.data,\n                    )\n                else:\n                    file_content += reg_item_def_fmt % (item.value, item.data)\n            file_content += \"\\n\"\n\n        tmp_reg_filepath = os.path.join(\n            Paths.temp, f\"bulk_{int(datetime.now().timestamp())}_{random_string(8)}.reg\"\n        )\n        with open(tmp_reg_filepath, \"wb\") as f:\n            f.write(codecs.BOM_UTF16_LE)\n            f.write(file_content.encode(\"utf-16le\"))\n\n        # avoid conflicts when executing async\n        winedbg.wait_for_process(\"reg.exe\")\n\n        res = self.launch(\n            (\"import\", tmp_reg_filepath),\n            communicate=True,\n            minimal=True,\n            action_name=\"bulk_add\",\n        )\n        logging.info(res.data)\n\n    def add(self, key: str, value: str, data: str, value_type: Optional[str] = None):\n        config = self.config\n        logging.info(\n            f\"Adding Key: [{key}] with Value: [{value}] and \"\n            f\"Data: [{data}] in {config.Name} registry\"\n        )\n        winedbg = WineDbg(config)\n        args = \"add '%s' /v '%s' /d '%s' /f\" % (key, value, data)\n\n        if value_type is not None:\n            args = \"add '%s' /v '%s' /t %s /d '%s' /f\" % (key, value, value_type, data)\n\n        # avoid conflicts when executing async\n        winedbg.wait_for_process(\"reg.exe\")\n\n        res = self.launch(args, communicate=True, minimal=True, action_name=\"add\")\n        logging.info(res.data)\n\n    def remove(self, key: str, value: str):\n        \"\"\"Remove a key from the registry\"\"\"\n        config = self.config\n        logging.info(\n            f\"Removing Value: [{key}] from Key: [{value}] in \" f\"{config.Name} registry\"\n        )\n        winedbg = WineDbg(config)\n        args = \"delete '%s' /v %s /f\" % (key, value)\n\n        # avoid conflicts when executing async\n        winedbg.wait_for_process(\"reg.exe\")\n\n        res = self.launch(args, communicate=True, minimal=True, action_name=\"remove\")\n        logging.info(res.data)\n\n    def import_bundle(self, bundle: dict):\n        \"\"\"Import a bundle of keys into the registry\"\"\"\n        config = self.config\n        logging.info(f\"Importing bundle to {config.Name} registry\")\n        winedbg = WineDbg(config)\n        reg_file = ManagerUtils.get_temp_path(f\"{uuid.uuid4()}.reg\")\n\n        # prepare reg file\n        with open(reg_file, \"w\") as f:\n            f.write(\"REGEDIT4\\n\\n\")\n\n            for key in bundle:\n                f.write(f\"[{key}]\\n\")\n\n                for value in bundle[key]:\n                    if value[\"data\"] == \"-\":\n                        f.write(f'\"{value[\"value\"]}\"=-\\n')\n                    elif \"key_type\" in value:\n                        f.write(\n                            f'\"{value[\"value\"]}\"={value[\"key_type\"]}:{value[\"data\"]}\\n'\n                        )\n                    else:\n                        f.write(f'\"{value[\"value\"]}\"=\"{value[\"data\"]}\"\\n')\n\n                f.write(\"\\n\")\n\n        args = f\"import {reg_file}\"\n\n        # avoid conflicts when executing async\n        winedbg.wait_for_process(\"reg.exe\")\n\n        res = self.launch(\n            args, communicate=True, minimal=True, action_name=\"import_bundle\"\n        )\n        logging.info(f\"Import bundle result: '{res.data}'\")\n\n        # remove reg file\n        os.remove(reg_file)\n"
  },
  {
    "path": "bottles/backend/wine/regedit.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Regedit(WineProgram):\n    program = \"Wine Registry Editor\"\n    command = \"regedit\"\n"
  },
  {
    "path": "bottles/backend/wine/register.py",
    "content": "# register.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport uuid\nfrom typing import Optional\n\nfrom bottles.backend.utils import json\n\n\nclass WinRegister:\n    def __init__(self):\n        self.path = None\n        self.diff = {}\n        self.exclude = []\n        self.reg_dict = {}\n\n    def new(self, path: str):\n        \"\"\"Create a new WinRegister object with the given path.\"\"\"\n\n        self.path = path\n        self.diff = {}  # will store last diff\n        self.exclude = []\n        self.reg_dict = self.__parse_dict(path)\n        return self\n\n    def __get_header(self):\n        \"\"\"Return the header of the registry file.\"\"\"\n        with open(self.path, \"r\") as reg:\n            header = reg.readlines(2)\n            return header\n\n    @staticmethod\n    def __parse_dict(path: str):\n        \"\"\"\n        Parse the registry file and return a dictionary.\n        \"\"\"\n        _dict = {}\n        exclude = []  # append here the keys to exclude, not safe\n\n        with open(path, \"rb\") as _reg:\n            content = _reg.read()\n            content = content.decode(\"utf-16\")\n            cur_line = 0\n            regs = content.split(\"\\r\")\n            print(\"Total keys:\", len(regs))\n\n            for reg in regs:\n                if cur_line <= 2:\n                    \"\"\"\n                    Skip the first 4 lines which are the\n                    register header.\n                    \"\"\"\n                    cur_line += 1\n                    continue\n\n                for line in reg.split(\"\\n\"):\n                    \"\"\"\n                    Following checks will check the line format, when\n                    one check succeed, continue to the next line.\n                    \"\"\"\n\n                    if line.startswith(\"[\"):\n                        \"\"\"\n                        Check if line format corresponds to a key, if\n                        true, create a new key in the dictionary.\n                        \"\"\"\n                        key = line.strip(\"[]\")\n                        if any(key.startswith(ex) for ex in exclude):\n                            key = None\n                            continue\n\n                        _dict[key] = {}\n                        continue\n                    elif line not in [\"\", \"\\n\"]:\n                        \"\"\"\n                        Check if line format corresponds to a value, if\n                        true get key and value and append to last key.\n                        \"\"\"\n                        if key is None:\n                            continue\n\n                        _key = line.split(\"=\")[0]\n                        _value = line[len(_key) + 1 :]\n                        _dict[key][_key] = _value\n                        continue\n\n        return _dict\n\n    def compare(self, path: Optional[str] = None, register: object = None):\n        \"\"\"Compare the current register with the given path or register.\"\"\"\n        if path is not None:\n            register = WinRegister().new(path)\n        elif register is None:\n            raise ValueError(\"No register given\")\n\n        diff = self.__get_diff(register)\n        self.diff = diff\n        return diff\n\n    def __get_diff(self, register: \"WinRegister\"):\n        \"\"\"Return the difference between the current register and the given one.\"\"\"\n        diff = {}\n        other_reg = register.reg_dict\n\n        for key in self.reg_dict:\n            if key not in other_reg:\n                diff[key] = self.reg_dict[key]\n                continue\n\n            for _key in self.reg_dict[key]:\n                if _key not in other_reg[key]:\n                    diff[key] = self.reg_dict[key]\n                    break\n\n                if self.reg_dict[key][_key] != other_reg[key][_key]:\n                    diff[key] = self.reg_dict[key]\n                    break\n\n        return diff\n\n    def update(self, diff: Optional[dict] = None):\n        \"\"\"Update the current register with the given diff.\"\"\"\n        if diff is None:\n            diff = self.diff  # use last diff\n\n        for key in diff:\n            self.reg_dict[key] = diff[key]\n\n        if os.path.exists(self.path):\n            \"\"\"\n            Make a backup before overwriting the register.\n            \"\"\"\n            os.rename(self.path, f\"{self.path}.{uuid.uuid4()}.bak\")\n\n        with open(self.path, \"w\") as reg:\n            for h in self.__get_header():\n                reg.write(h)\n\n            for key in self.reg_dict:\n                reg.write(f\"[{key}]\\n\")\n                for _key in self.reg_dict[key]:\n                    if _key == \"time\":\n                        reg.write(f\"#time={self.reg_dict[key][_key]}\\n\")\n                    else:\n                        reg.write(f\"{_key}={self.reg_dict[key][_key]}\\n\")\n                reg.write(\"\\n\")\n\n    def export_json(self, path: str):\n        \"\"\"Export the current register to a json file.\"\"\"\n        with open(path, \"w\") as json_file:\n            json.dump(self.reg_dict, json_file, indent=4)\n"
  },
  {
    "path": "bottles/backend/wine/regkeys.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.enum import Arch\nfrom bottles.backend.wine.catalogs import win_versions\nfrom bottles.backend.wine.reg import Reg\nfrom bottles.backend.wine.wineboot import WineBoot\nfrom bottles.backend.wine.winecfg import WineCfg\n\nlogging = Logger()\n\n\nclass RegKeys:\n    def __init__(self, config: BottleConfig):\n        self.config = config\n        self.reg = Reg(self.config)\n\n    def lg_set_windows(self, version: str):\n        \"\"\"\n        Legacy method to change Windows version in a bottle using\n        the Wine Configuration tool.\n        \"\"\"\n        winecfg = WineCfg(self.config)\n        res = winecfg.set_windows_version(version)\n        if not res.ok:\n            raise ValueError(f\"Failed to set Windows version to {version}\")\n\n    def set_windows(self, version: str):\n        \"\"\"\n        Change Windows version in a bottle from the given\n        configuration.\n        ----------\n        supported versions:\n            - win10 (Microsoft Windows 10)\n            - win81 (Microsoft Windows 8.1)\n            - win8 (Microsoft Windows 8)\n            - win7 (Microsoft Windows 7)\n            - vista (Microsoft Windows Vista)\n            - win2008r2 (Microsoft Windows 2008 R1)\n            - win2008 (Microsoft Windows 2008)\n            - winxp (Microsoft Windows XP)\n        ------\n        raises: ValueError\n            If the given version is invalid.\n        \"\"\"\n\n        win_version = win_versions.get(version)\n        if win_version is None:\n            raise ValueError(\"Given version is not supported.\")\n\n        if version == \"winxp\" and self.config.Arch == Arch.WIN64:\n            version = \"winxp64\"\n\n        wineboot = WineBoot(self.config)\n        del_keys = {\n            \"HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\": [\n                \"SubVersionNumber\",\n                \"VersionNumber\",\n            ],\n            \"HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Windows NT\\\\CurrentVersion\": [\n                \"CSDVersion\",\n                \"CurrentBuildNumber\",\n                \"CurrentVersion\",\n            ],\n            \"HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Control\\\\ProductOptions\": \"ProductType\",\n            \"HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Control\\\\ServiceCurrent\": \"OS\",\n            \"HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Control\\\\Windows\": \"CSDVersion\",\n            \"HKEY_CURRENT_USER\\\\Software\\\\Wine\": \"Version\",\n        }\n        for d in del_keys:\n            _val = del_keys.get(d)\n            if isinstance(_val, list):\n                for v in _val:\n                    self.reg.remove(d, v)\n            else:\n                self.reg.remove(d, _val)\n\n        if version not in [\"win98\", \"win95\"]:\n            bundle = {\n                \"HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Windows NT\\\\CurrentVersion\": [\n                    {\"value\": \"CSDVersion\", \"data\": win_version[\"CSDVersion\"]},\n                    {\"value\": \"CurrentBuild\", \"data\": win_version[\"CurrentBuild\"]},\n                    {\n                        \"value\": \"CurrentBuildNumber\",\n                        \"data\": win_version[\"CurrentBuildNumber\"],\n                    },\n                    {\"value\": \"CurrentVersion\", \"data\": win_version[\"CurrentVersion\"]},\n                    {\"value\": \"ProductName\", \"data\": win_version[\"ProductName\"]},\n                    {\n                        \"value\": \"CurrentMinorVersionNumber\",\n                        \"data\": win_version[\"CurrentMinorVersionNumber\"],\n                        \"key_type\": \"dword\",\n                    },\n                    {\n                        \"value\": \"CurrentMajorVersionNumber\",\n                        \"data\": win_version[\"CurrentMajorVersionNumber\"],\n                        \"key_type\": \"dword\",\n                    },\n                ],\n                \"HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Control\\\\Windows\": [\n                    {\n                        \"value\": \"CSDVersion\",\n                        \"data\": win_version[\"CSDVersionHex\"],\n                        \"key_type\": \"dword\",\n                    }\n                ],\n            }\n        else:\n            bundle = {\n                \"HKEY_LOCAL_MACHINE\\\\Software\\\\Microsoft\\\\Windows\\\\CurrentVersion\": [\n                    {\"value\": \"ProductName\", \"data\": win_version[\"ProductName\"]},\n                    {\n                        \"value\": \"SubVersionNumber\",\n                        \"data\": win_version[\"SubVersionNumber\"],\n                    },\n                    {\"value\": \"VersionNumber\", \"data\": win_version[\"VersionNumber\"]},\n                ]\n            }\n\n        if self.config.Arch == Arch.WIN64:\n            bundle[\n                \"HKEY_LOCAL_MACHINE\\\\Software\\\\Wow6432Node\\\\Microsoft\\\\Windows NT\\\\CurrentVersion\"\n            ] = [\n                {\"value\": \"CSDVersion\", \"data\": win_version[\"CSDVersion\"]},\n                {\"value\": \"CurrentBuild\", \"data\": win_version[\"CurrentBuild\"]},\n                {\n                    \"value\": \"CurrentBuildNumber\",\n                    \"data\": win_version[\"CurrentBuildNumber\"],\n                },\n                {\"value\": \"CurrentVersion\", \"data\": win_version[\"CurrentVersion\"]},\n                {\"value\": \"ProductName\", \"data\": win_version[\"ProductName\"]},\n                {\n                    \"value\": \"CurrentMinorVersionNumber\",\n                    \"data\": win_version[\"CurrentMinorVersionNumber\"],\n                    \"key_type\": \"dword\",\n                },\n                {\n                    \"value\": \"CurrentMajorVersionNumber\",\n                    \"data\": win_version[\"CurrentMajorVersionNumber\"],\n                    \"key_type\": \"dword\",\n                },\n            ]\n\n        if \"ProductType\" in win_version:\n            \"\"\"windows xp 32 doesn't have ProductOptions/ProductType key\"\"\"\n            bundle[\n                \"HKEY_LOCAL_MACHINE\\\\System\\\\CurrentControlSet\\\\Control\\\\ProductOptions\"\n            ] = [{\"value\": \"ProductType\", \"data\": win_version[\"ProductType\"]}]\n\n        self.reg.import_bundle(bundle)\n\n        wineboot.restart()\n        wineboot.update()\n\n    def set_app_default(self, version: str, executable: str):\n        \"\"\"\n        Change default Windows version per application in a bottle\n        from the given configuration.\n        \"\"\"\n        if version not in win_versions:\n            raise ValueError(\"Given version is not supported.\")\n\n        if version == \"winxp\" and self.config.Arch == Arch.WIN64:\n            version = \"winxp64\"\n\n        self.reg.add(\n            key=f\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\AppDefaults\\\\{executable}\",\n            value=\"Version\",\n            data=version,\n        )\n\n    def toggle_virtual_desktop(self, state: bool, resolution: str = \"800x600\"):\n        \"\"\"\n        This function toggles the virtual desktop for a bottle, updating\n        the Desktop's registry key.\n        \"\"\"\n        wineboot = WineBoot(self.config)\n\n        if state:\n            self.reg.add(\n                key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Explorer\",\n                value=\"Desktop\",\n                data=\"Default\",\n            )\n            self.reg.add(\n                key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Explorer\\\\Desktops\",\n                value=\"Default\",\n                data=resolution,\n            )\n        else:\n            self.reg.remove(\n                key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Explorer\", value=\"Desktop\"\n            )\n        wineboot.update()\n\n    def toggle_wayland_driver(self, state: bool):\n        key = \"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Drivers\"\n        value = \"Graphics\"\n        if state:\n            self.reg.add(key=key, value=value, data=\"x11,wayland\")\n        else:\n            self.reg.remove(key=key, value=value)\n\n    def apply_cmd_settings(self, scheme=None):\n        \"\"\"\n        Change settings for the wine command line in a bottle.\n        This method can also be used to apply the default settings, part\n        of the Bottles experience, these are meant to improve the\n        readability and usability.\n        \"\"\"\n        if scheme is None:\n            scheme = {}\n        self.reg.import_bundle(\n            {\n                \"HKEY_CURRENT_USER\\\\Console\\\\C:_windows_system32_wineconsole.exe\": [\n                    {\"value\": \"ColorTable00\", \"data\": \"2368548\"},\n                    {\"value\": \"CursorSize\", \"data\": \"25\"},\n                    {\"value\": \"CursorVisible\", \"data\": \"1\"},\n                    {\"value\": \"EditionMode\", \"data\": \"0\"},\n                    {\"value\": \"FaceName\", \"data\": \"Monospace\", \"key_type\": \"dword\"},\n                    {\"value\": \"FontPitchFamily\", \"data\": \"1\"},\n                    {\"value\": \"FontSize\", \"data\": \"1248584\"},\n                    {\"value\": \"FontWeight\", \"data\": \"400\"},\n                    {\"value\": \"HistoryBufferSize\", \"data\": \"50\"},\n                    {\"value\": \"HistoryNoDup\", \"data\": \"0\"},\n                    {\"value\": \"InsertMode\", \"data\": \"1\"},\n                    {\"value\": \"MenuMask\", \"data\": \"0\"},\n                    {\"value\": \"PopupColors\", \"data\": \"245\"},\n                    {\"value\": \"QuickEdit\", \"data\": \"1\"},\n                    {\"value\": \"ScreenBufferSize\", \"data\": \"9830480\"},\n                    {\"value\": \"ScreenColors\", \"data\": \"11\"},\n                    {\"value\": \"WindowSize\", \"data\": \"1638480\"},\n                ]\n            }\n        )\n\n    def apply_font_smoothing(self, mode: str = \"rgb\"):\n        \"\"\"Enable Wine font smoothing using a predefined mode.\"\"\"\n\n        modes = {\n            \"disable\": {\"smoothing\": \"0\", \"orientation\": 1, \"type\": 0},\n            \"gray\": {\"smoothing\": \"2\", \"orientation\": 1, \"type\": 1},\n            \"bgr\": {\"smoothing\": \"2\", \"orientation\": 0, \"type\": 2},\n            \"rgb\": {\"smoothing\": \"2\", \"orientation\": 1, \"type\": 2},\n        }\n\n        if mode not in modes:\n            raise ValueError(\"Given font smoothing mode is not supported.\")\n\n        selected = modes[mode]\n\n        self.reg.import_bundle(\n            {\n                \"HKEY_CURRENT_USER\\\\Control Panel\\\\Desktop\": [\n                    {\"value\": \"FontSmoothing\", \"data\": selected[\"smoothing\"]},\n                    {\n                        \"value\": \"FontSmoothingGamma\",\n                        \"data\": \"00000578\",\n                        \"key_type\": \"dword\",\n                    },\n                    {\n                        \"value\": \"FontSmoothingOrientation\",\n                        \"data\": f\"{selected['orientation']:08x}\",\n                        \"key_type\": \"dword\",\n                    },\n                    {\n                        \"value\": \"FontSmoothingType\",\n                        \"data\": f\"{selected['type']:08x}\",\n                        \"key_type\": \"dword\",\n                    },\n                ]\n            }\n        )\n\n    def set_renderer(self, value: str):\n        \"\"\"\n        Set what backend to use for wined3d.\n        \"\"\"\n        if value not in [\"gl\", \"gdi\", \"vulkan\"]:\n            raise ValueError(f\"{value} is not a valid renderer (gl, gdi, vulkan)\")\n\n        self.reg.add(\n            key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Direct3D\",\n            value=\"renderer\",\n            data=value,\n            value_type=\"REG_SZ\",\n        )\n\n    def set_audio_driver(self, driver: Optional[str]):\n        \"\"\"\n        Set the Wine audio driver for the bottle.\n        Pass None or \"default\" to remove the override and restore the default driver.\n        \"\"\"\n\n        key = \"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\Drivers\"\n        if driver in (None, \"\", \"default\"):\n            try:\n                self.reg.remove(key=key, value=\"Audio\")\n            except Exception as exc:  # noqa: BLE001 - backend logger handles errors\n                logging.debug(f\"Failed to remove audio driver override: {exc}\")\n            return\n\n        value = driver.lower()\n        valid = {\"pulse\", \"alsa\", \"oss\", \"disabled\"}\n        if value not in valid:\n            raise ValueError(\n                f\"{driver} is not a valid audio driver ({', '.join(sorted(valid))} or default)\"\n            )\n\n        self.reg.add(\n            key=key,\n            value=\"Audio\",\n            data=value,\n            value_type=\"REG_SZ\",\n        )\n\n    def set_dpi(self, value: int):\n        \"\"\"\n        Set the DPI for a bottle.\n        \"\"\"\n        self.reg.add(\n            key=\"HKEY_CURRENT_USER\\\\Control Panel\\\\Desktop\",\n            value=\"LogPixels\",\n            data=str(value),\n            value_type=\"REG_DWORD\",\n        )\n\n    def set_grab_fullscreen(self, state: bool):\n        \"\"\"\n        Set the grab fullscreen setting for a bottle.\n        \"\"\"\n        value = \"Y\" if state else \"N\"\n        self.reg.add(\n            key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\X11 Driver\",\n            value=\"GrabFullscreen\",\n            data=value,\n        )\n\n    def set_take_focus(self, state: bool):\n        \"\"\"\n        Set the take focus setting for a bottle.\n        \"\"\"\n        value = \"Y\" if state else \"N\"\n        self.reg.add(\n            key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\X11 Driver\",\n            value=\"UseTakeFocus\",\n            data=value,\n        )\n\n    def set_decorated(self, state: bool):\n        \"\"\"\n        Set the decorated setting for a bottle.\n        \"\"\"\n        value = \"Y\" if state else \"N\"\n        self.reg.add(\n            key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\X11 Driver\",\n            value=\"Decorated\",\n            data=value,\n        )\n\n    def set_mouse_warp(self, state: int, executable: str = \"\"):\n        \"\"\"\n        Set the mouse warp setting for a bottle or a specific executable.\n        Values:\n            0: Disabled\n            1: Enabled\n            2: Forced\n        \"\"\"\n        values = {0: \"disable\", 1: \"enable\", 2: \"force\"}\n        if state not in values.keys():\n            raise ValueError(f\"{state} is not a valid mouse warp setting (0, 1, 2)\")\n\n        key = \"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\DirectInput\"\n        if executable:\n            key = f\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\AppDefaults\\\\{executable}\\\\DirectInput\"\n\n        self.reg.add(key=key, value=\"MouseWarpOverride\", data=values[state])\n"
  },
  {
    "path": "bottles/backend/wine/regsvr32.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Regsvr32(WineProgram):\n    program = \"Wine DLL Registration Server\"\n    command = \"regsvr32\"\n\n    def register(self, dll: str):\n        args = f\"/s {dll}\"\n        return self.launch(args=args, communicate=True, action_name=\"register\")\n\n    def unregister(self, dll: str):\n        args = f\"/s /u {dll}\"\n        return self.launch(args=args, communicate=True, action_name=\"unregister\")\n\n    def register_all(self, dlls: list):\n        for dll in dlls:\n            self.register(dll)\n\n    def unregister_all(self, dlls: list):\n        for dll in dlls:\n            self.unregister(dll)\n"
  },
  {
    "path": "bottles/backend/wine/rundll32.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass RunDLL32(WineProgram):\n    program = \"32-bit DLLs loader and runner\"\n    command = \"rundll32\"\n"
  },
  {
    "path": "bottles/backend/wine/start.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\nfrom bottles.backend.wine.winepath import WinePath\n\nlogging = Logger()\n\n\nclass Start(WineProgram):\n    program = \"Wine Starter\"\n    command = \"start\"\n\n    def run(\n        self,\n        file: str,\n        terminal: bool = True,\n        args: str = \"\",\n        environment: Optional[dict] = None,\n        pre_script: Optional[str] = None,\n        post_script: Optional[str] = None,\n        pre_script_args: Optional[str] = None,\n        post_script_args: Optional[str] = None,\n        cwd: Optional[str] = None,\n    ):\n        winepath = WinePath(self.config)\n\n        if winepath.is_unix(file):\n            # running unix paths with start is not recommended\n            # as it can miss important files due to the wrong\n            # current working directory\n            _args = f\"/unix /wait {file}\"\n        else:\n            if cwd not in [None, \"\"] and winepath.is_windows(cwd):\n                _args = f\"/wait /dir {cwd} {file}\"\n            else:\n                _args = f\"/wait {file}\"\n\n        self.launch(\n            args=(_args, args),\n            communicate=True,\n            terminal=terminal,\n            environment=environment,\n            pre_script=pre_script,\n            post_script=post_script,\n            pre_script_args=pre_script_args,\n            post_script_args=post_script_args,\n            cwd=cwd,\n            minimal=False,\n            action_name=\"run\",\n        )\n"
  },
  {
    "path": "bottles/backend/wine/taskmgr.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Taskmgr(WineProgram):\n    program = \"Wine Task Manager\"\n    command = \"taskmgr\"\n"
  },
  {
    "path": "bottles/backend/wine/uninstaller.py",
    "content": "from typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Uninstaller(WineProgram):\n    program = \"Wine Uninstaller\"\n    command = \"uninstaller\"\n\n    def get_uuid(self, name: Optional[str] = None):\n        args = \" --list\"\n\n        if name is not None:\n            args = f\"--list | grep -i '{name}' | cut -f1 -d\\\\|\"\n\n        return self.launch(args=args, communicate=True, action_name=\"get_uuid\")\n\n    def from_uuid(self, uuid: Optional[str] = None):\n        args = \"\"\n\n        if uuid not in [None, \"\"]:\n            args = f\"--remove {uuid}\"\n\n        return self.launch(args=args, action_name=\"from_uuid\")\n\n    def from_name(self, name: str):\n        res = self.get_uuid(name)\n        if not res.ready:\n            \"\"\"\n            No UUID found, at this point it is safe to assume that the\n            program is not installed\n            ref: <https://github.com/bottlesdevs/Bottles/issues/2237>\n            \"\"\"\n            return\n        uuid = res.data.strip()\n        for _uuid in uuid.splitlines():\n            self.from_uuid(_uuid)\n"
  },
  {
    "path": "bottles/backend/wine/wineboot.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\nfrom bottles.backend.wine.wineserver import WineServer\n\nimport os\nimport signal\n\nlogging = Logger()\n\n\nclass WineBoot(WineProgram):\n    program = \"Wine Runtime tool\"\n    command = \"wineboot\"\n\n    def send_status(self, status: int):\n        if status == -2:\n            return self.nv_stop_all_processes()\n\n        states = {-1: \"force\", 0: \"-k\", 1: \"-r\", 2: \"-s\", 3: \"-u\", 4: \"-i\"}\n        envs = {\n            \"WINEDEBUG\": \"-all\",\n            \"DISPLAY\": \":3.0\",\n            \"WINEDLLOVERRIDES\": \"winemenubuilder=d\",\n        }\n\n        if status == 0 and not WineServer(self.config).is_alive():\n            logging.info(\"There is no running wineserver.\")\n            return\n\n        if status in states:\n            args = f\"{states[status]} /nogui\"\n            self.launch(\n                args=args,\n                environment=envs,\n                communicate=True,\n                action_name=f\"send_status({states[status]})\",\n            )\n        else:\n            raise ValueError(f\"[{status}] is not a valid status for wineboot!\")\n\n    def force(self):\n        return self.send_status(-1)\n\n    def kill(self, force_if_stalled: bool = False):\n        self.send_status(0)\n\n        if force_if_stalled:\n            wineserver = WineServer(self.config)\n            if wineserver.is_alive():\n                wineserver.force_kill()\n                wineserver.wait()\n\n    def restart(self):\n        return self.send_status(1)\n\n    def shutdown(self):\n        return self.send_status(2)\n\n    def update(self):\n        return self.send_status(3)\n\n    def init(self):\n        return self.send_status(4)\n\n    def nv_stop_all_processes(self):\n        try:\n            for pid in os.listdir(\"/proc\"):\n                if pid.isdigit():\n                    try:\n                        with open(f\"/proc/{pid}/environ\", \"r\") as env_file:\n                            env_vars = env_file.read()\n                            if f\"BOTTLE={self.config.Path}\" in env_vars:\n                                os.kill(int(pid), signal.SIGTERM)\n                                logging.info(f\"Killed process with PID {pid}.\")\n                    except (FileNotFoundError, ProcessLookupError):\n                        continue\n        except Exception as e:\n            logging.error(f\"Error stopping processes: {e}\")\n"
  },
  {
    "path": "bottles/backend/wine/winebridge.py",
    "content": "import os\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.winepath import WinePath\nfrom bottles.backend.wine.wineprogram import WineProgram\nfrom bottles.backend.wine.wineserver import WineServer\n\nlogging = Logger()\n\n\nclass WineBridge(WineProgram):\n    program = \"Wine Bridge\"\n    command = \"WineBridge.exe\"\n    is_internal = True\n    internal_path = \"winebridge\"\n\n    def __wineserver_status(self):\n        return WineServer(self.config).is_alive()\n\n    def is_available(self):\n        if os.path.isfile(self.get_command()):\n            logging.info(f\"{self.program} is available.\")\n            return True\n        return False\n\n    def get_procs(self):\n        args = \"getProcs\"\n        processes = []\n\n        if not self.__wineserver_status:\n            return processes\n\n        res = self.launch(args=args, communicate=True, action_name=\"get_procs\")\n        if not res.ready:\n            return processes\n\n        lines = res.data.split(\"\\n\")\n        for r in lines:\n            if r in [\"\", \"\\r\"]:\n                continue\n\n            r = r.split(\"|\")\n\n            if len(r) < 3:\n                continue\n\n            processes.append(\n                {\n                    \"pid\": r[1],\n                    \"threads\": r[2],\n                    \"name\": r[0],\n                    # \"parent\": r[3]\n                }\n            )\n\n        return processes\n\n    def kill_proc(self, pid: str):\n        args = f\"killProc {pid}\"\n        return self.launch(args=args, communicate=True, action_name=\"kill_proc\")\n\n    def kill_proc_by_name(self, name: str):\n        args = f\"killProcByName {name}\"\n        return self.launch(args=args, communicate=True, action_name=\"kill_proc_by_name\")\n\n    def run_exe(self, exec_path: str):\n        winepath = WinePath(self.config)\n        exec_path = winepath.to_windows(exec_path, True)\n        args = f'runExe \"{exec_path}\"'\n        return self.launch(args=args, communicate=True, action_name=\"run_exe\")\n"
  },
  {
    "path": "bottles/backend/wine/winecfg.py",
    "content": "import os\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\nfrom bottles.backend.wine.winedbg import WineDbg\nfrom bottles.backend.wine.wineboot import WineBoot\n\nlogging = Logger()\n\n\nclass WineCfg(WineProgram):\n    program = \"Wine Configuration\"\n    command = \"winecfg\"\n\n    def set_windows_version(self, version):\n        logging.info(f\"Setting Windows version to {version}\")\n\n        winedbg = WineDbg(self.config)\n        wineboot = WineBoot(self.config)\n\n        wineboot.kill()\n\n        res = self.launch(\n            args=f\"-v {version}\",\n            communicate=True,\n            environment={\n                \"DISPLAY\": os.environ.get(\"DISPLAY\", \":0\"),\n                \"WAYLAND_DISPLAY\": os.environ.get(\"WAYLAND_DISPLAY\", \"\"),\n            },\n            action_name=\"set_windows_version\",\n        )\n\n        winedbg.wait_for_process(\"winecfg\")\n        wineboot.restart()\n\n        return res\n"
  },
  {
    "path": "bottles/backend/wine/winecommand.py",
    "content": "import os\nimport re\nimport shlex\nimport shutil\nimport stat\nimport subprocess\nimport tempfile\nfrom typing import Iterable, Optional\n\nfrom bottles.backend.globals import (\n    Paths,\n    gamemode_available,\n    gamescope_available,\n    mangohud_available,\n    obs_vkc_available,\n    vmtouch_available,\n)\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.runtime import RuntimeManager\nfrom bottles.backend.managers.sandbox import SandboxManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.display import DisplayUtils\nfrom bottles.backend.utils.generic import detect_encoding\nfrom bottles.backend.utils.gpu import GPUUtils\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.steam import SteamUtils\nfrom bottles.backend.utils.terminal import TerminalUtils\n\nlogging = Logger()\n\n\nclass WineEnv:\n    \"\"\"\n    This class is used to store and return a command environment.\n    \"\"\"\n\n    __env: dict = {}\n    __result: dict = {\"envs\": {}, \"overrides\": []}\n\n    def __init__(self, clean: bool = False, allowed_keys: Optional[Iterable[str]] = None):\n        self.__env = {}\n        if clean:\n            return\n\n        if allowed_keys is None:\n            self.__env = os.environ.copy()\n            return\n\n        for key in allowed_keys:\n            if key in os.environ:\n                self.__env[key] = os.environ[key]\n\n    def add(self, key, value, override=False):\n        if key in self.__env:\n            if override:\n                self.__result[\"overrides\"].append(f\"{key}={value}\")\n            else:\n                return\n        self.__env[key] = value\n\n    def add_bundle(self, bundle, override=False):\n        for key, value in bundle.items():\n            self.add(key, value, override)\n\n    def get(self):\n        result = self.__result\n        result[\"count_envs\"] = len(result[\"envs\"])\n        result[\"count_overrides\"] = len(result[\"overrides\"])\n        result[\"envs\"] = self.__env\n        return result\n\n    def remove(self, key):\n        if key in self.__env:\n            del self.__env[key]\n\n    def is_empty(self, key):\n        return len(self.__env.get(key, \"\").strip()) == 0\n\n    def concat(self, key, values, sep=\":\"):\n        if isinstance(values, str):\n            values = [values]\n        values = sep.join(values)\n\n        if self.has(key):\n            values = self.__env[key] + sep + values\n        self.add(key, values, True)\n\n    def has(self, key):\n        return key in self.__env\n\n\ndef apply_wayland_preferences(env: \"WineEnv\", params) -> None:\n    if not getattr(params, \"wayland\", False):\n        return\n    if DisplayUtils.display_server_type() != \"wayland\":\n        return\n    wayland_display = os.environ.get(\"WAYLAND_DISPLAY\")\n    if not env.has(\"WAYLAND_DISPLAY\") and wayland_display:\n        env.add(\"WAYLAND_DISPLAY\", wayland_display, override=True)\n    if env.has(\"WAYLAND_DISPLAY\") or wayland_display:\n        env.remove(\"DISPLAY\")\n\n\ndef _needs_steam_virtual_gamepad_workaround(runner_name: Optional[str]) -> bool:\n    \"\"\"Return True if the runner should force SteamVirtualGamepadInfo.\"\"\"\n\n    if not runner_name:\n        return False\n\n    normalized = runner_name.lower()\n    if not any(\n        prefix in normalized for prefix in (\"ge-proton\", \"proton-ge\", \"wine-ge\", \"soda\")\n    ):\n        return False\n\n    match = re.search(r\"(\\d+)\", normalized)\n    if not match:\n        return False\n\n    try:\n        major = int(match.group(1))\n    except ValueError:\n        return False\n\n    return major <= 8\n\n\nclass WineCommand:\n    \"\"\"\n    This class is used to run a wine command with a custom environment.\n    It also handles the launch in a terminal or not.\n    \"\"\"\n\n    def __init__(\n        self,\n        config: BottleConfig,\n        command: str,\n        terminal: bool = False,\n        arguments: str = \"\",\n        environment: dict = {},\n        communicate: bool = False,\n        colors: str = \"default\",\n        minimal: bool = False,  # avoid gamemode/gamescope usage\n        pre_script: Optional[str] = None,\n        post_script: Optional[str] = None,\n        pre_script_args: Optional[str] = None,\n        post_script_args: Optional[str] = None,\n        cwd: Optional[str] = None,\n    ):\n        _environment = environment.copy()\n        self.config = self._get_config(config)\n        self.minimal = minimal\n        self.arguments = arguments\n        self.cwd = self._get_cwd(cwd)\n        self.runner, self.runner_runtime = self._get_runner_info()\n        self.gamescope_activated = (\n            environment[\"GAMESCOPE\"] == \"1\"\n            if \"GAMESCOPE\" in environment\n            else self.config.Parameters.gamescope\n        )\n        self.command = self.get_cmd(\n            command,\n            pre_script,\n            post_script,\n            pre_script_args,\n            post_script_args,\n            environment=_environment,\n        )\n        self.terminal = terminal\n        self.env = self.get_env(_environment)\n        self.communicate = communicate\n        self.colors = colors\n        self.vmtouch_files = None\n\n    def _get_config(self, config: BottleConfig) -> BottleConfig:\n        if cnf := config.data.get(\"config\"):\n            return cnf\n\n        if not isinstance(config, BottleConfig):\n            logging.error(\"Invalid config type: %s\" % type(config))\n            return BottleConfig()\n\n        return config\n\n    def _get_cwd(self, cwd) -> str:\n        config = self.config\n\n        if config.Environment == \"Steam\":\n            bottle = config.Path\n        else:\n            bottle = ManagerUtils.get_bottle_path(config)\n\n        if not cwd:\n            \"\"\"\n            If no cwd is given, use the WorkingDir from the\n            bottle configuration.\n            \"\"\"\n            cwd = config.WorkingDir\n        if cwd == \"\" or not os.path.exists(cwd):\n            \"\"\"\n            If the WorkingDir is empty, use the bottle path as\n            working directory.\n            \"\"\"\n            cwd = bottle\n\n        return cwd\n\n    def get_env(\n        self,\n        environment: Optional[dict] = None,\n        return_steam_env: bool = False,\n        return_clean_env: bool = False,\n    ) -> dict:\n        config = self.config\n        clean_env = return_steam_env or return_clean_env\n        allowed_env_keys: Optional[Iterable[str]] = None\n        if not clean_env and getattr(config, \"Limit_System_Environment\", False):\n            allowed_env_keys = config.Inherited_Environment_Variables\n\n        env = WineEnv(clean=clean_env, allowed_keys=allowed_env_keys)\n        arch = config.Arch\n        params = config.Parameters\n\n        # Bottle Path as environment variable\n        env.add(\"BOTTLE\", config.Path)\n\n        if None in [arch, params]:\n            return env.get()[\"envs\"]\n\n        if environment is None:\n            environment = {}\n\n        bottle = ManagerUtils.get_bottle_path(config)\n        runner_path = ManagerUtils.get_runner_path(config.Runner)\n\n        if config.Environment == \"Steam\":\n            bottle = config.Path\n            runner_path = config.RunnerPath\n\n        if SteamUtils.is_proton(runner_path):\n            runner_path = SteamUtils.get_dist_directory(runner_path)\n\n        # Clean some env variables which can cause trouble\n        # ref: <https://github.com/bottlesdevs/Bottles/issues/2127>\n        # env.remove(\"XDG_DATA_HOME\")\n\n        dll_overrides = []\n        gpu = GPUUtils().get_gpu()\n        DisplayUtils.check_nvidia_device()\n        ld = []\n\n        # Bottle environment variables\n        if _needs_steam_virtual_gamepad_workaround(config.Runner) and not env.has(\n            \"SteamVirtualGamepadInfo\"\n        ):\n            env.add(\"SteamVirtualGamepadInfo\", \"\", override=True)\n\n        if config.Environment_Variables:\n            for key, value in config.Environment_Variables.items():\n                env.add(key, value, override=True)\n\n        # Environment variables from argument\n        if environment:\n            if environment.get(\"WINEDLLOVERRIDES\"):\n                dll_overrides.append(environment[\"WINEDLLOVERRIDES\"])\n                del environment[\"WINEDLLOVERRIDES\"]\n\n            if environment.get(\"DXVK_CONFIG_FILE\", \"\") == \"bottle_root\":\n                environment[\"DXVK_CONFIG_FILE\"] = os.path.join(bottle, \"dxvk.conf\")\n\n            for e in environment:\n                env.add(e, environment[e], override=True)\n\n        # Language\n        if config.Language != \"sys\":\n            env.add(\"LC_ALL\", config.Language)\n\n        # Bottle DLL_Overrides\n        if config.DLL_Overrides:\n            for k, v in config.DLL_Overrides.items():\n                dll_overrides.append(f\"{k}={v}\")\n\n        # Default DLL overrides\n        if not return_steam_env:\n            dll_overrides.append(\"winemenubuilder=''\")\n\n        # Get Runtime libraries\n        if (\n            (params.use_runtime or params.use_eac_runtime or params.use_be_runtime)\n            and not self.terminal\n            and not return_steam_env\n        ):\n            _rb = RuntimeManager.get_runtime_env(\"bottles\")\n            if _rb:\n                _eac = RuntimeManager.get_eac()\n                _be = RuntimeManager.get_be()\n\n                if params.use_runtime:\n                    logging.info(\"Using Bottles runtime\")\n                    ld += _rb\n\n                if (\n                    _eac and not self.minimal\n                ):  # NOTE: should check for runner compatibility with \"eac\" (?)\n                    logging.info(\"Using EasyAntiCheat runtime\")\n                    env.add(\"PROTON_EAC_RUNTIME\", _eac)\n                    dll_overrides.append(\"easyanticheat_x86,easyanticheat_x64=b,n\")\n\n                if (\n                    _be and not self.minimal\n                ):  # NOTE: should check for runner compatibility with \"be\" (?)\n                    logging.info(\"Using BattlEye runtime\")\n                    env.add(\"PROTON_BATTLEYE_RUNTIME\", _be)\n                    dll_overrides.append(\"beclient,beclient_x64=b,n\")\n            else:\n                logging.warning(\"Bottles runtime was requested but not found\")\n\n        # Get Runner libraries\n        if arch == \"win64\":\n            runner_libs = [\n                \"lib\",\n                \"lib64\",\n                \"lib/wine/x86_64-unix\",\n                \"lib32/wine/x86_64-unix\",\n                \"lib64/wine/x86_64-unix\",\n                \"lib/wine/i386-unix\",\n                \"lib32/wine/i386-unix\",\n                \"lib64/wine/i386-unix\",\n            ]\n            gst_libs = [\n                \"lib64/gstreamer-1.0\",\n                \"lib/gstreamer-1.0\",\n                \"lib32/gstreamer-1.0\",\n            ]\n        else:\n            runner_libs = [\n                \"lib\",\n                \"lib/wine/i386-unix\",\n                \"lib32/wine/i386-unix\",\n                \"lib64/wine/i386-unix\",\n            ]\n            gst_libs = [\"lib/gstreamer-1.0\", \"lib32/gstreamer-1.0\"]\n\n        if not config.Runner.startswith(\"sys-\"):\n            for lib in runner_libs:\n                _path = os.path.join(runner_path, lib)\n                if os.path.exists(_path):\n                    ld.append(_path)\n\n            # Embedded GStreamer environment variables\n            if not env.has(\"BOTTLES_USE_SYSTEM_GSTREAMER\") and not return_steam_env:\n                gst_env_path = []\n                for lib in gst_libs:\n                    if os.path.exists(os.path.join(runner_path, lib)):\n                        gst_env_path.append(os.path.join(runner_path, lib))\n                if len(gst_env_path) > 0:\n                    env.add(\"GST_PLUGIN_SYSTEM_PATH\", \":\".join(gst_env_path), override=True)\n\n        # DXVK environment variables\n        if params.dxvk and not return_steam_env:\n            env.add(\"WINE_LARGE_ADDRESS_AWARE\", \"1\")\n            env.add(\n                \"DXVK_STATE_CACHE_PATH\", os.path.join(bottle, \"cache\", \"dxvk_state\")\n            )\n            env.add(\"STAGING_SHARED_MEMORY\", \"1\")\n            env.add(\"__GL_SHADER_DISK_CACHE\", \"1\")\n            env.add(\n                \"__GL_SHADER_DISK_CACHE_SKIP_CLEANUP\", \"1\"\n            )  # should not be needed anymore\n            env.add(\n                \"__GL_SHADER_DISK_CACHE_PATH\",\n                os.path.join(bottle, \"cache\", \"gl_shader\"),\n            )\n            env.add(\n                \"MESA_SHADER_CACHE_DIR\", os.path.join(bottle, \"cache\", \"mesa_shader\")\n            )\n\n        # VKD3D environment variables\n        if params.vkd3d and not return_steam_env:\n            env.add(\n                \"VKD3D_SHADER_CACHE_PATH\", os.path.join(bottle, \"cache\", \"vkd3d_shader\")\n            )\n\n        # LatencyFleX environment variables\n        if params.latencyflex and not return_steam_env:\n            _lf_path = ManagerUtils.get_latencyflex_path(config.LatencyFleX)\n            _lf_layer_path = os.path.join(\n                _lf_path, \"layer/usr/share/vulkan/implicit_layer.d\"\n            )\n            env.concat(\"VK_ADD_LAYER_PATH\", _lf_layer_path)\n            env.add(\"LFX\", \"1\")\n            ld.append(os.path.join(_lf_path, \"layer/usr/lib/x86_64-linux-gnu\"))\n        else:\n            env.add(\"DISABLE_LFX\", \"1\")\n\n        # Mangohud environment variables\n        if (\n            params.mangohud\n            and not self.minimal\n            and not (gamescope_available and self.gamescope_activated)\n        ):\n            env.add(\"MANGOHUD\", \"1\")\n            env.add(\"MANGOHUD_DLSYM\", \"1\")\n            if not params.mangohud_display_on_game_start:\n                env.add(\"MANGOHUD_CONFIG\", \"no_display\")\n\n        # vkBasalt environment variables\n        if params.vkbasalt and not self.minimal:\n            vkbasalt_conf_path = os.path.join(\n                ManagerUtils.get_bottle_path(config), \"vkBasalt.conf\"\n            )\n            if os.path.isfile(vkbasalt_conf_path):\n                env.add(\"VKBASALT_CONFIG_FILE\", vkbasalt_conf_path)\n            env.add(\"ENABLE_VKBASALT\", \"1\")\n\n        # OBS Vulkan Capture environment variables\n        if params.obsvkc and not self.minimal:\n            env.add(\"OBS_VKCAPTURE\", \"1\")\n            if DisplayUtils.display_server_type() == \"x11\":\n                env.add(\"OBS_USE_EGL\", \"1\")\n\n        # DXVK-Nvapi environment variables\n        if params.dxvk_nvapi and not return_steam_env:\n            # NOTE: users reported that DXVK_ENABLE_NVAPI and DXVK_NVAPIHACK must be set to make\n            #       DLSS works. I don't have a GPU compatible with this tech, so I'll trust them\n            env.add(\"DXVK_NVAPIHACK\", \"0\")\n            env.add(\"DXVK_ENABLE_NVAPI\", \"1\")\n\n        # Esync environment variable\n        if params.sync == \"esync\":\n            env.add(\"WINEESYNC\", \"1\")\n\n        # Fsync environment variable\n        if params.sync == \"fsync\":\n            env.add(\"WINEFSYNC\", \"1\")\n\n        # Wine debug level\n        if not return_steam_env:\n            debug_level = \"fixme-all\"\n            if params.fixme_logs:\n                debug_level = \"+fixme-all\"\n            env.add(\"WINEDEBUG\", debug_level)\n\n        # Aco compiler\n        # if params[\"aco_compiler\"]:\n        #     env.add(\"ACO_COMPILER\", \"aco\")\n\n        # PulseAudio latency\n        if params.pulseaudio_latency:\n            env.add(\"PULSE_LATENCY_MSEC\", \"60\")\n\n        # Discrete GPU\n        if not return_steam_env:\n            if params.discrete_gpu:\n                discrete = gpu[\"prime\"][\"discrete\"]\n                if discrete is not None:\n                    gpu_envs = discrete[\"envs\"]\n                    for p in gpu_envs:\n                        env.add(p, gpu_envs[p])\n                    env.concat(\"VK_ICD_FILENAMES\", discrete[\"icd\"])\n\n            # VK_ICD\n            if not env.has(\"VK_ICD_FILENAMES\"):\n                if gpu[\"prime\"][\"integrated\"] is not None:\n                    \"\"\"\n                    System support PRIME but user disabled the discrete GPU\n                    setting (previus check skipped), so using the integrated one.\n                    \"\"\"\n                    env.concat(\"VK_ICD_FILENAMES\", gpu[\"prime\"][\"integrated\"][\"icd\"])\n                else:\n                    \"\"\"\n                    System doesn't support PRIME, so using the first result\n                    from the gpu vendors list.\n                    \"\"\"\n                    if \"vendors\" in gpu and len(gpu[\"vendors\"]) > 0:\n                        _first = list(gpu[\"vendors\"].keys())[0]\n                        env.concat(\"VK_ICD_FILENAMES\", gpu[\"vendors\"][_first][\"icd\"])\n                    else:\n                        logging.warning(\n                            \"No GPU vendor found, keep going without setting VK_ICD_FILENAMES…\"\n                        )\n\n            # Add ld to LD_LIBRARY_PATH\n            if ld:\n                env.concat(\"LD_LIBRARY_PATH\", ld)\n\n        # Vblank\n        # env.add(\"__GL_SYNC_TO_VBLANK\", \"0\")\n        # env.add(\"vblank_mode\", \"0\")\n\n        # DLL Overrides\n        env.concat(\"WINEDLLOVERRIDES\", dll_overrides, sep=\";\")\n        if env.is_empty(\"WINEDLLOVERRIDES\"):\n            env.remove(\"WINEDLLOVERRIDES\")\n\n        if not return_steam_env:\n            # Wine prefix\n            env.add(\"WINEPREFIX\", bottle, override=True)\n            # Wine arch\n            env.add(\"WINEARCH\", arch)\n\n        apply_wayland_preferences(env, params)\n\n        return env.get()[\"envs\"]\n\n    def _get_runner_info(self) -> tuple[str, str]:\n        config = self.config\n        runner = ManagerUtils.get_runner_path(config.Runner)\n        arch = config.Arch\n        runner_runtime = \"\"\n\n        if config.Environment == \"Steam\":\n            runner = config.RunnerPath\n\n        if runner in [None, \"\"]:\n            return \"\", \"\"\n\n        if SteamUtils.is_proton(runner):\n            \"\"\"\n            If the runner is Proton, set the path to /dist or /files\n            based on check if files exists.\n            Additionally, check for its corresponding runtime.\n            \"\"\"\n            runner_runtime = SteamUtils.get_associated_runtime(runner)\n            runner = os.path.join(SteamUtils.get_dist_directory(runner), \"bin/wine\")\n\n        elif runner.startswith(\"sys-\"):\n            \"\"\"\n            If the runner type is system, set the runner binary\n            path to the system command. Else set it to the full path.\n            \"\"\"\n            runner = shutil.which(\"wine\")\n\n        else:\n            runner = f\"{runner}/bin/wine\"\n\n        if arch == \"win64\" and os.path.exists(f\"{runner}64\"):\n            runner = f\"{runner}64\"\n\n        runner = shlex.quote(runner)  # type: ignore\n\n        return runner, runner_runtime\n\n    def get_cmd(\n        self,\n        command,\n        pre_script: Optional[str] = None,\n        post_script: Optional[str] = None,\n        pre_script_args: Optional[str] = None,\n        post_script_args: Optional[str] = None,\n        return_steam_cmd: bool = False,\n        return_clean_cmd: bool = False,\n        environment: Optional[dict] = None,\n    ) -> str:\n        config = self.config\n        params = config.Parameters\n        runner = self.runner\n\n        if environment is None:\n            environment = {}\n\n        if return_clean_cmd:\n            return_steam_cmd = True\n\n        if not return_steam_cmd and not return_clean_cmd:\n            command = f\"{runner} {command}\"\n\n        if not self.minimal:\n            if gamemode_available and params.gamemode:\n                if not return_steam_cmd:\n                    command = f\"{gamemode_available} {command}\"\n                else:\n                    command = f\"gamemode {command}\"\n\n            if mangohud_available and params.mangohud and not self.gamescope_activated:\n                if not return_steam_cmd:\n                    command = f\"{mangohud_available} {command}\"\n                else:\n                    command = f\"mangohud {command}\"\n\n            if gamescope_available and self.gamescope_activated:\n                gamescope_run = tempfile.NamedTemporaryFile(mode=\"w\", suffix=\".sh\").name\n\n                # Create temporary sh script in /tmp where Gamescope will execute it\n                file = [\"#!/usr/bin/env sh\\n\"]\n                file.append(f\"{command} $@\")\n                if mangohud_available and params.mangohud:\n                    file.append(\" &\\nmangoapp\")\n                with open(gamescope_run, \"w\") as f:\n                    f.write(\"\".join(file))\n\n                # Update command\n                command = (\n                    f\"{self._get_gamescope_cmd(return_steam_cmd)} -- {gamescope_run}\"\n                )\n                logging.info(f\"Running Gamescope command: '{command}'\")\n                logging.info(f\"{gamescope_run} contains:\")\n                with open(gamescope_run, \"r\") as f:\n                    logging.info(f\"\\n\\n{f.read()}\")\n\n                # Set file as executable\n                st = os.stat(gamescope_run)\n                os.chmod(gamescope_run, st.st_mode | stat.S_IEXEC)\n\n            if obs_vkc_available and params.obsvkc:\n                command = f\"{obs_vkc_available} {command}\"\n\n        if params.use_steam_runtime:\n            _rs = RuntimeManager.get_runtimes(\"steam\")\n            _picked = {}\n\n            if _rs:\n                if \"sniper\" in _rs.keys() and \"sniper\" in self.runner_runtime:\n                    \"\"\"\n                    Sniper is the default runtime used by Proton version >= 8.0\n                    \"\"\"\n                    _picked = _rs[\"sniper\"]\n                elif \"soldier\" in _rs.keys() and \"soldier\" in self.runner_runtime:\n                    \"\"\"\n                    Sniper is the default runtime used by Proton version >= 5.13 and < 8.0\n                    \"\"\"\n                    _picked = _rs[\"soldier\"]\n                elif \"scout\" in _rs.keys():\n                    \"\"\"\n                    For Wine runners, we cannot make assumption about which runtime would suits\n                    them the best, as it would depend on their build environment.\n                    Sniper/Soldier are not backward-compatible, defaulting to Scout should maximize compatibility.\n                    \"\"\"\n                    _picked = _rs[\"scout\"]\n            else:\n                logging.warning(\"Steam runtime was requested but not found\")\n\n            if _picked:\n                logging.info(f\"Using Steam runtime {_picked['name']}\")\n                command = f\"{_picked['entry_point']} {command}\"\n            else:\n                logging.warning(\n                    \"Steam runtime was requested and found but there are no valid combinations\"\n                )\n\n        if self.arguments:\n            prefix, suffix, extracted_env = SteamUtils.handle_launch_options(\n                self.arguments\n            )\n            if prefix:\n                command = f\"{prefix} {command}\"\n            if suffix:\n                command = f\"{command} {suffix}\"\n            if extracted_env:\n                if extracted_env.get(\"WINEDLLOVERRIDES\") and environment.get(\n                    \"WINEDLLOVERRIDES\"\n                ):\n                    environment[\"WINEDLLOVERRIDES\"] += \";\" + extracted_env.get(\n                        \"WINEDLLOVERRIDES\"\n                    )\n                    del extracted_env[\"WINEDLLOVERRIDES\"]\n                environment.update(extracted_env)\n\n        if post_script not in (None, \"\"):\n            post_cmd_parts = [post_script]\n            if post_script_args not in (None, \"\"):\n                post_cmd_parts.extend(shlex.split(post_script_args))\n            post_cmd = \" \".join(shlex.quote(part) for part in post_cmd_parts)\n            command = f\"{command} ; sh {post_cmd}\"\n\n        if pre_script not in (None, \"\"):\n            pre_cmd_parts = [pre_script]\n            if pre_script_args not in (None, \"\"):\n                pre_cmd_parts.extend(shlex.split(pre_script_args))\n            pre_cmd = \" \".join(shlex.quote(part) for part in pre_cmd_parts)\n            command = f\"sh {pre_cmd} ; {command}\"\n\n        return command\n\n    def _get_gamescope_cmd(self, return_steam_cmd: bool = False) -> str:\n        config = self.config\n        params = config.Parameters\n        gamescope_cmd = []\n\n        if gamescope_available and self.gamescope_activated:\n            gamescope_cmd = [gamescope_available]\n            if return_steam_cmd:\n                gamescope_cmd = [\"gamescope\"]\n            if params.gamescope_custom_options:\n                gamescope_cmd.append(params.gamescope_custom_options)\n            if params.gamescope_fullscreen:\n                gamescope_cmd.append(\"-f\")\n            if params.gamescope_borderless:\n                gamescope_cmd.append(\"-b\")\n            if params.gamescope_scaling:\n                gamescope_cmd.append(\"-S integer\")\n            if params.fsr:\n                gamescope_cmd.append(\"-F fsr\")\n                gamescope_cmd.append(\n                    f\"--fsr-sharpness {params.fsr_sharpening_strength}\"\n                )\n            if params.gamescope_fps > 0:\n                gamescope_cmd.append(f\"-r {params.gamescope_fps}\")\n            if params.gamescope_fps_no_focus > 0:\n                gamescope_cmd.append(f\"-o {params.gamescope_fps_no_focus}\")\n            if params.gamescope_game_width > 0:\n                gamescope_cmd.append(f\"-w {params.gamescope_game_width}\")\n            if params.gamescope_game_height > 0:\n                gamescope_cmd.append(f\"-h {params.gamescope_game_height}\")\n            if params.gamescope_window_width > 0:\n                gamescope_cmd.append(f\"-W {params.gamescope_window_width}\")\n            if params.gamescope_window_height > 0:\n                gamescope_cmd.append(f\"-H {params.gamescope_window_height}\")\n\n        return \" \".join(gamescope_cmd)\n\n    def _vmtouch_preload(self):\n        vmtouch_flags = \"-t -v -l -d\"\n        vmtouch_file_size = \" -m 1024M\"\n        if self.command.find(\"C:\\\\\") > 0:\n            s = (\n                self.cwd + \"/\" + (self.command.split(\" \")[-1].split(\"\\\\\")[-1])\n            ).replace(\"'\", \"\")\n        else:\n            s = self.command.split(\" \")[-1]\n        self.vmtouch_files = shlex.quote(s)\n\n        # if self.config.Parameters.vmtouch_cache_cwd:\n        #    self.vmtouch_files = \"'\"+self.vmtouch_files+\"' '\"+self.cwd+\"/'\" Commented out as fix for #1941\n        self.command = f\"{vmtouch_available} {vmtouch_flags} {vmtouch_file_size} {self.vmtouch_files} && {self.command}\"\n\n    def _vmtouch_free(self):\n        subprocess.Popen(\n            \"kill $(pidof vmtouch)\",\n            shell=True,\n            env=self.env,\n            cwd=self.cwd,\n        )\n        if not self.vmtouch_files:\n            return\n\n        vmtouch_flags = \"-e -v\"\n        command = f\"{vmtouch_available} {vmtouch_flags} {self.vmtouch_files}\"\n        subprocess.Popen(\n            command,\n            shell=True,\n            env=self.env,\n            cwd=self.cwd,\n        )\n\n    def _get_sandbox_manager(self) -> SandboxManager:\n        return SandboxManager(\n            envs=self.env,\n            chdir=self.cwd,\n            share_paths_rw=[ManagerUtils.get_bottle_path(self.config)],\n            share_paths_ro=[p for p in [Paths.runners, Paths.temp] if p],\n            share_net=self.config.Sandbox.share_net,\n            share_sound=self.config.Sandbox.share_sound,\n        )\n\n    def run(self) -> Result[Optional[str]]:\n        \"\"\"\n        Run command with pre-configured parameters\n\n        :return: `status` is True if command executed successfully,\n                 `data` may be available even if `status` is False.\n        \"\"\"\n        if None in [self.runner, self.env]:\n            return Result(\n                False, message=\"runner or env is not ready, Wine command terminated.\"\n            )\n\n        # Log the final command that will be executed\n        logging.info(f\"Executing command: {self.command}\")\n\n        if vmtouch_available and self.config.Parameters.vmtouch and not self.terminal:\n            self._vmtouch_preload()\n\n        sandbox = (\n            self._get_sandbox_manager() if self.config.Parameters.sandbox else None\n        )\n\n        # run command in external terminal if terminal is True\n        if self.terminal:\n            if sandbox:\n                return Result(\n                    status=TerminalUtils().execute(\n                        sandbox.get_cmd(self.command), self.env, self.colors, self.cwd\n                    )\n                )\n            else:\n                return Result(\n                    status=TerminalUtils().execute(\n                        self.command, self.env, self.colors, self.cwd\n                    )\n                )\n\n        # prepare proc if we are going to execute command internally\n        # proc should always be `Popen[bytes]` to make sure\n        # stdout_data's type is `bytes`\n        proc: subprocess.Popen[bytes]\n        if sandbox:\n            proc = sandbox.run(self.command)\n        else:\n            try:\n                proc = subprocess.Popen(\n                    self.command,\n                    stdout=subprocess.PIPE,\n                    shell=True,\n                    env=self.env,\n                    cwd=self.cwd,\n                )\n            except FileNotFoundError:\n                return Result(False, message=\"File not found\")\n\n        stdout_data, _ = proc.communicate()\n\n        if vmtouch_available and self.config.Parameters.vmtouch:\n            # don't call vmtouch_free while running via external terminal\n            self._vmtouch_free()\n\n        # Consider changing the locale to C.UTF-8 when\n        # executing commands, to ensure consistent output and\n        # enable callers to make use of the returned value,\n        # also without requiring the encoding detection dance\n        codec = detect_encoding(stdout_data)\n        rv: str\n        try:\n            rv = stdout_data.decode(codec)\n        except (UnicodeDecodeError, LookupError, TypeError):\n            # UnicodeDecodeError: codec mismatch\n            # LookupError: unknown codec name\n            # TypeError: codec is None\n            logging.warning(\"stdout decoding failed\")\n            rv = str(stdout_data)[2:-1]  # trim b''\n\n        # \"ShellExecuteEx\" exception may occur while executing command,\n        # previously we rerun the command without `cwd` and `stdout=PIPE`\n        # to fix it, which is removed since it may lead to unexpected behavior\n        if \"ShellExecuteEx\" in rv:\n            logging.warning(\"ShellExecuteEx exception seems occurred.\")\n            return Result(\n                False, data=rv, message=\"ShellExecuteEx exception seems occurred.\"\n            )\n\n        return Result(True, data=rv)\n"
  },
  {
    "path": "bottles/backend/wine/winedbg.py",
    "content": "import re\nimport time\nimport subprocess\nfrom typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\nfrom bottles.backend.wine.wineserver import WineServer\nfrom bottles.backend.wine.wineboot import WineBoot\nfrom bottles.backend.utils.decorators import cache\n\nlogging = Logger()\n\n\nclass WineDbg(WineProgram):\n    program = \"Wine debug tool\"\n    command = \"winedbg\"\n    colors = \"debug\"\n\n    def __wineserver_status(self):\n        return WineServer(self.config).is_alive()\n\n    @cache(seconds=5)\n    def get_processes(self):\n        \"\"\"Get all processes running on the wineprefix.\"\"\"\n        processes = []\n        parent = None\n\n        if not self.__wineserver_status():\n            return processes\n\n        res = self.launch(\n            args='--command \"info proc\"', communicate=True, action_name=\"get_processes\"\n        )\n        if not res.ready:\n            return processes\n\n        lines = res.data.split(\"\\n\")\n        for w in lines[1:]:  # remove the first line from the output (the header)\n            w = re.sub(\"\\\\s{2,}\", \" \", w)[1:].replace(\"'\", \"\")\n\n            if \"\\\\_\" in w:\n                w = w.replace(\"\\\\_ \", \"\")\n                w += \" child\"\n\n            w = w.split(\" \")\n            w_parent = None\n\n            if len(w) >= 3 and w[1].isdigit():\n                w_pid = w[0]\n                w_threads = w[1]\n                w_name = w[2]\n\n                if len(w) == 3:\n                    parent = w_pid\n                else:\n                    w_parent = parent\n\n                w = {\n                    \"pid\": w_pid,\n                    \"threads\": w_threads,\n                    \"name\": w_name,\n                    \"parent\": w_parent,\n                }\n                processes.append(w)\n\n        return processes\n\n    def wait_for_process(self, name: str, timeout: float = 0.5):\n        \"\"\"Wait for a process to exit.\"\"\"\n        if not self.__wineserver_status():\n            return True\n\n        while True:\n            processes = self.get_processes()\n            if len(processes) == 0:\n                break\n            if name not in [p[\"name\"] for p in processes]:\n                break\n            time.sleep(timeout)\n        return True\n\n    def kill_process(self, pid: Optional[str] = None, name: Optional[str] = None):\n        \"\"\"\n        Kill a process by its PID or name.\n        \"\"\"\n        wineboot = WineBoot(self.config)\n        if not self.__wineserver_status():\n            return\n\n        if pid:\n            args = \"\\n\".join(\n                [\"<< END_OF_INPUTS\", f\"attach 0x{pid}\", \"kill\", \"quit\", \"END_OF_INPUTS\"]\n            )\n            res = self.launch(args=args, communicate=True, action_name=\"kill_process\")\n            if res.has_data and \"error 5\" in res.data and name:\n                subprocess.Popen(\n                    f\"kill $(pgrep {name[:15]})\",\n                    stdout=subprocess.PIPE,\n                    stderr=subprocess.PIPE,\n                    shell=True,\n                )\n                return\n            wineboot.kill()\n\n        if name:\n            processes = self.get_processes()\n            for p in processes:\n                if p[\"name\"] == name:\n                    self.kill_process(p[\"pid\"], name)\n\n    def is_process_alive(self, pid: Optional[str] = None, name: Optional[str] = None):\n        \"\"\"\n        Check if a process is running on the wineprefix.\n        \"\"\"\n        if not self.__wineserver_status():\n            return False\n\n        processes = self.get_processes()\n\n        if pid:\n            return pid in [p[\"pid\"] for p in processes]\n        if name:\n            return name in [p[\"name\"] for p in processes]\n        return False\n"
  },
  {
    "path": "bottles/backend/wine/winefile.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass WineFile(WineProgram):\n    program = \"Wine File Explorer\"\n    command = \"winefile\"\n\n    def open_path(self, path: str = \"C:\\\\\\\\\"):\n        args = path\n        return self.launch(args=args, communicate=True, action_name=\"open_path\")\n"
  },
  {
    "path": "bottles/backend/wine/winepath.py",
    "content": "import re\nfrom functools import lru_cache\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass WinePath(WineProgram):\n    program = \"Wine path converter\"\n    command = \"winepath\"\n\n    @staticmethod\n    @lru_cache\n    def is_windows(path: str):\n        return \":\" in path or \"\\\\\" in path\n\n    @staticmethod\n    @lru_cache\n    def is_unix(path: str):\n        return not WinePath.is_windows(path)\n\n    @staticmethod\n    @lru_cache\n    def __clean_path(path):\n        return path.replace(\"\\n\", \" \").replace(\"\\r\", \" \").replace(\"\\t\", \" \").strip()\n\n    @lru_cache\n    def to_unix(self, path: str, native: bool = False):\n        if native:\n            bottle_path = ManagerUtils.get_bottle_path(self.config)\n            path = path.replace(\"\\\\\", \"/\")\n            path = path.replace(\n                path[0:2], f\"{bottle_path}/dosdevices/{path[0:2].lower()}\"\n            )\n            return self.__clean_path(path)\n        args = f\"--unix '{path}'\"\n        res = self.launch(args=args, communicate=True, action_name=\"--unix\")\n        return self.__clean_path(res.data)\n\n    @lru_cache\n    def to_windows(self, path: str, native: bool = False):\n        path = re.sub(r\"\\s+\", \" \", path).strip()\n\n        if native:\n            bottle_path = ManagerUtils.get_bottle_path(self.config)\n            if \"/drive_\" in path:\n                drive = re.search(r\"drive_([a-z])/\", path.lower()).group(1)\n                path = path.replace(\n                    f\"{bottle_path}/drive_{drive.lower()}\", f\"{drive.upper()}:\"\n                )\n            elif \"/dosdevices\" in path:\n                drive = re.search(r\"dosdevices/([a-z]):\", path.lower()).group(1)\n                path = path.replace(\n                    f\"{bottle_path}/dosdevices/{drive.lower()}\", f\"{drive.upper()}:\"\n                )\n            path = path.replace(\"/\", \"\\\\\")\n            return self.__clean_path(path)\n\n        args = f\"--windows '{path}'\"\n        res = self.launch(args=args, communicate=True, action_name=\"--windows\")\n        return self.__clean_path(res.data)\n\n    @lru_cache\n    def to_long(self, path: str):\n        args = f\"--long '{path}'\"\n        res = self.launch(args=args, communicate=True, action_name=\"--long\")\n        return self.__clean_path(res.data)\n\n    @lru_cache\n    def to_short(self, path: str):\n        args = f\"--short '{path}'\"\n        res = self.launch(args=args, communicate=True, action_name=\"--short\")\n        return self.__clean_path(res.data)\n"
  },
  {
    "path": "bottles/backend/wine/wineprogram.py",
    "content": "import os\nfrom typing import Optional\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.wine.winecommand import WineCommand\n\nlogging = Logger()\n\n\nclass WineProgram:\n    program: str = \"unknown\"\n    command: str = \"\"\n    config: BottleConfig\n    colors: str = \"default\"\n    is_internal: bool = False\n    internal_path: str = \"\"\n\n    def __init__(self, config: BottleConfig, silent=False):\n        if not isinstance(config, BottleConfig):\n            raise TypeError(\n                \"config should be BottleConfig type, but it was %s\" % type(config)\n            )\n        self.config = config\n        self.silent = silent\n\n    def get_command(self, args: Optional[str] = None):\n        command = self.command\n\n        if self.is_internal:\n            command = os.path.join(Paths.base, self.internal_path, command)\n\n        if args is not None:\n            command += f\" {args}\"\n\n        return command\n\n    def launch(\n        self,\n        args: tuple | str | None = None,\n        terminal: bool = False,\n        minimal: bool = True,\n        communicate: bool = False,\n        environment: Optional[dict] = None,\n        pre_script: Optional[str] = None,\n        post_script: Optional[str] = None,\n        pre_script_args: Optional[str] = None,\n        post_script_args: Optional[str] = None,\n        cwd: Optional[str] = None,\n        action_name: str = \"launch\",\n    ):\n        if environment is None:\n            environment = {}\n\n        if not self.silent:\n            logging.info(f\"Using {self.program} -- {action_name}\")\n\n        if isinstance(args, tuple):\n            wineprogram_args = args[0]\n            program_args = args[1]\n        else:\n            wineprogram_args = args\n            program_args = None\n\n        command = self.get_command(wineprogram_args)\n        res = WineCommand(\n            self.config,\n            command=command,\n            terminal=terminal,\n            minimal=minimal,\n            communicate=communicate,\n            colors=self.colors,\n            environment=environment,\n            pre_script=pre_script,\n            post_script=post_script,\n            pre_script_args=pre_script_args,\n            post_script_args=post_script_args,\n            cwd=cwd,\n            arguments=program_args,\n        )\n\n        # logging.info(\"Executing command:\", res.command)\n        res = res.run()\n        return res\n\n    def launch_terminal(self, args: Optional[str] = None):\n        self.launch(args=args, terminal=True, action_name=\"launch_terminal\")\n\n    def launch_minimal(self, args: Optional[str] = None):\n        self.launch(args=args, minimal=True, action_name=\"launch_minimal\")\n"
  },
  {
    "path": "bottles/backend/wine/wineserver.py",
    "content": "import os\nimport subprocess\nimport time\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.proc import ProcUtils\nfrom bottles.backend.utils.steam import SteamUtils\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass WineServer(WineProgram):\n    program = \"Wine Server\"\n    command = \"wineserver\"\n\n    def is_alive(self):\n        config = self.config\n\n        # If the config has no Runner, skip the execution\n        if not config.Runner:\n            return False\n\n        # Perform native check before wasting time using wine\n        res = subprocess.Popen([\"pgrep\", \"wineserver\"], stdout=subprocess.PIPE)\n        if res.stdout.read() == b\"\":\n            return False\n\n        # Check using wine\n        bottle = ManagerUtils.get_bottle_path(config)\n        runner = ManagerUtils.get_runner_path(config.Runner)\n\n        if config.Environment == \"Steam\":\n            bottle = config.Path\n            runner = config.RunnerPath\n\n        if SteamUtils.is_proton(runner):\n            runner = SteamUtils.get_dist_directory(runner)\n\n        env = os.environ.copy()\n        env[\"WINEPREFIX\"] = bottle\n        if not config.Runner.startswith(\"sys-\"):\n            env[\"PATH\"] = f\"{runner}/bin:{env['PATH']}\"\n        res = subprocess.Popen(\n            \"wineserver -w\",\n            stdout=subprocess.PIPE,\n            stderr=subprocess.PIPE,\n            shell=True,\n            cwd=bottle,\n            env=env,\n        )\n        time.sleep(0.5)\n        if res.poll() is None:\n            res.kill()  # kill the process to avoid zombie incursion\n            return True\n        return False\n\n    def wait(self):\n        config = self.config\n        bottle = ManagerUtils.get_bottle_path(config)\n        runner = ManagerUtils.get_runner_path(config.Runner)\n\n        if config.Environment == \"Steam\":\n            bottle = config.Path\n            runner = config.RunnerPath\n\n        if SteamUtils.is_proton(runner):\n            runner = SteamUtils.get_dist_directory(runner)\n\n        env = os.environ.copy()\n        env[\"WINEPREFIX\"] = bottle\n        env[\"PATH\"] = f\"{runner}/bin:{env['PATH']}\"\n\n        subprocess.Popen(\n            \"wineserver -w\",\n            stdout=subprocess.PIPE,\n            stderr=subprocess.PIPE,\n            shell=True,\n            cwd=bottle,\n            env=env,\n        ).wait()\n\n    def kill(self, signal: int = -1):\n        args = \"-k\"\n        if signal != -1:\n            args += str(signal)\n\n        self.launch(\n            args=args, communicate=True, action_name=\"sending signal to the wine server\"\n        )\n\n    def force_kill(self):\n        bottle = ManagerUtils.get_bottle_path(self.config)\n        procs = ProcUtils.get_by_env(f\"WINEPREFIX={bottle}\")\n        for proc in procs:\n            proc.kill()\n\n        if len(procs) == 0:\n            self.kill(9)\n"
  },
  {
    "path": "bottles/backend/wine/winhelp.py",
    "content": "from bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass WinHelp(WineProgram):\n    program = \"Microsoft help file viewer\"\n    command = \"winhelp\"\n"
  },
  {
    "path": "bottles/backend/wine/xcopy.py",
    "content": "from typing import Optional\nfrom datetime import datetime\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.wine.wineprogram import WineProgram\n\nlogging = Logger()\n\n\nclass Xcopy(WineProgram):\n    program = \"Wine Xcopy implementation\"\n    command = \"xcopy\"\n\n    def copy(\n        self,\n        source: str,\n        dest: str,\n        dir_and_subs: bool = False,\n        keep_empty_dirs: bool = False,\n        quiet: bool = False,\n        full_log: bool = False,\n        simulate: bool = False,\n        ask_confirm: bool = False,\n        only_struct: bool = False,\n        no_overwrite_notify: bool = False,\n        use_short_names: bool = False,\n        only_existing_in_dest: bool = False,\n        overwrite_read_only_files: bool = False,\n        include_hidden_and_sys_files: bool = False,\n        continue_if_error: bool = False,\n        copy_attributes: bool = False,\n        after_date: Optional[datetime] = None,\n    ):\n        args = f\"{source} {dest} /i\"\n\n        if dir_and_subs:\n            args += \"/s\"\n        if keep_empty_dirs:\n            args += \"/e\"\n        if quiet:\n            args += \"/q\"\n        if full_log:\n            args += \"/f\"\n        if simulate:\n            args += \"/l\"\n        if ask_confirm:\n            args += \"/w\"\n        if only_struct:\n            args += \"/t\"\n        if no_overwrite_notify:\n            args += \"/y\"\n        if use_short_names:\n            args += \"/n\"\n        if only_existing_in_dest:\n            args += \"/u\"\n        if overwrite_read_only_files:\n            args += \"/r\"\n        if include_hidden_and_sys_files:\n            args += \"/h\"\n        if continue_if_error:\n            args += \"/c\"\n        if copy_attributes:\n            args += \"/a\"\n        if after_date:\n            if isinstance(after_date, datetime):\n                args += f\"/d:{after_date.strftime('%m-%d-%Y')}\"\n\n        return self.launch(args=args, communicate=True, action_name=\"start\")\n"
  },
  {
    "path": "bottles/frontend/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/frontend/bottles.py",
    "content": "#!@PYTHON@\n\n# bottles.in\n#\n# Copyright 2020 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nimport gettext\nimport os\nimport signal\nimport sys\n\nAPP_VERSION = \"@APP_VERSION@\"\npkgdatadir = \"@pkgdatadir@\"\nlocaledir = \"@localedir@\"\n# noinspection DuplicatedCode\ndata_gresource_path = f\"{pkgdatadir}/data.gresource\"\nbottles_gresource_path = f\"{pkgdatadir}/bottles.gresource\"\nsys.path.insert(1, pkgdatadir)\n\n# Remove GTK_THEME variable to prevent breakages\n# REF: https://github.com/bottlesdevs/Bottles/pull/2886\nos.unsetenv(\"GTK_THEME\")\n\nsignal.signal(signal.SIGINT, signal.SIG_DFL)\ngettext.install(\"bottles\", localedir)\n\nif __name__ == \"__main__\":\n    from gi.repository import Gio\n\n    data_resource = Gio.Resource.load(data_gresource_path)\n    bottles_resource = Gio.Resource.load(bottles_gresource_path)\n    # noinspection PyProtectedMember\n    data_resource._register()\n    bottles_resource._register()\n\n    from bottles.frontend import main\n\n    sys.exit(main.main(APP_VERSION))\n"
  },
  {
    "path": "bottles/frontend/cli/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/frontend/cli/cli.py",
    "content": "#!@PYTHON@\n\n# cli.in\n#\n# Copyright 2020 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\n\nimport argparse\nimport os\nimport signal\nimport sys\nimport uuid\nimport warnings\n\nimport gi\n\nwarnings.filterwarnings(\"ignore\")  # suppress GTK warnings\ngi.require_version(\"Gtk\", \"4.0\")\n\nAPP_VERSION = \"@APP_VERSION@\"\npkgdatadir = \"@pkgdatadir@\"\n# noinspection DuplicatedCode\ngresource_path = f\"{pkgdatadir}/bottles.gresource\"\nsys.path.insert(1, pkgdatadir)\n\nsignal.signal(signal.SIGINT, signal.SIG_DFL)\n\n# ruff: noqa: E402\nfrom gi.repository import Gio\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.health import HealthChecker\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.managers.registry_rule import RegistryRuleManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.registry_rule import RegistryRule\nfrom bottles.backend.runner import Runner\nfrom bottles.backend.utils import json, yaml\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.cmd import CMD\nfrom bottles.backend.wine.control import Control\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.explorer import Explorer\nfrom bottles.backend.wine.reg import Reg\nfrom bottles.backend.wine.regedit import Regedit\nfrom bottles.backend.wine.regkeys import RegKeys\nfrom bottles.backend.wine.taskmgr import Taskmgr\nfrom bottles.backend.wine.uninstaller import Uninstaller\nfrom bottles.backend.wine.winecfg import WineCfg\nfrom bottles.backend.wine.winecommand import WineCommand\nfrom bottles.backend.wine.winepath import WinePath\nfrom bottles.frontend.params import APP_ID\n\n\n# noinspection DuplicatedCode\nclass CLI:\n    settings = Gio.Settings.new(APP_ID)\n\n    def __init__(self):\n        # self.__clear()\n\n        self.parser = argparse.ArgumentParser(\n            description=\"Bottles is a tool to manage your bottles\"\n        )\n        self.parser.add_argument(\n            \"-v\", \"--version\", action=\"version\", version=f\"Bottles {APP_VERSION}\"\n        )\n        self.parser.add_argument(\n            \"-j\", \"--json\", action=\"store_true\", help=\"Outputs in JSON format\"\n        )\n\n        subparsers = self.parser.add_subparsers(dest=\"command\", help=\"sub-command help\")\n\n        info_parser = subparsers.add_parser(\n            \"info\", help=\"Show information about Bottles\"\n        )\n        info_parser.add_argument(\n            \"type\", choices=[\"bottles-path\", \"health-check\"], help=\"Type of information\"\n        )\n\n        list_parser = subparsers.add_parser(\"list\", help=\"List entities\")\n        list_parser.add_argument(\n            \"type\", choices=[\"bottles\", \"components\"], help=\"Type of entity\"\n        )\n        list_parser.add_argument(\n            \"-f\",\n            \"--filter\",\n            help=\"Filter bottles and components (e.g. '-f 'environment:gaming')\",\n        )\n\n        programs_parser = subparsers.add_parser(\"programs\", help=\"List programs\")\n        programs_parser.add_argument(\n            \"-b\", \"--bottle\", help=\"Bottle name\", required=True\n        )\n\n        add_parser = subparsers.add_parser(\"add\", help=\"Add program\")\n        add_parser.add_argument(\"-b\", \"--bottle\", help=\"Bottle name\", required=True)\n        add_parser.add_argument(\"-n\", \"--name\", help=\"Program name\", required=True)\n        add_parser.add_argument(\"-p\", \"--path\", help=\"Program path\", required=True)\n        add_parser.add_argument(\"-l\", \"--launch-options\", help=\"Program launch options\")\n        add_parser.add_argument(\n            \"--no-dxvk\", action=\"store_true\", help=\"Disable DXVK for the program\"\n        )\n        add_parser.add_argument(\n            \"--no-vkd3d\", action=\"store_true\", help=\"Disable VKD3D for the program\"\n        )\n        add_parser.add_argument(\n            \"--no-dxvk-nvapi\",\n            action=\"store_true\",\n            help=\"Disable DXVK Nvapi for the program\",\n        )\n\n        tools_parser = subparsers.add_parser(\"tools\", help=\"Launch Wine tools\")\n        tools_parser.add_argument(\n            \"tool\",\n            choices=[\n                \"cmd\",\n                \"winecfg\",\n                \"uninstaller\",\n                \"regedit\",\n                \"taskmgr\",\n                \"control\",\n                \"explorer\",\n            ],\n            help=\"Tool to launch\",\n        )\n        tools_parser.add_argument(\"-b\", \"--bottle\", help=\"Bottle name\", required=True)\n\n        reg_parser = subparsers.add_parser(\"reg\", help=\"Manage registry\")\n        reg_parser.add_argument(\n            \"action\", choices=[\"add\", \"edit\", \"del\"], help=\"Action to perform\"\n        )\n        reg_parser.add_argument(\"-b\", \"--bottle\", help=\"Bottle name\", required=True)\n        reg_parser.add_argument(\"-k\", \"--key\", help=\"Registry key\", required=True)\n        reg_parser.add_argument(\"-v\", \"--value\", help=\"Registry value\", required=True)\n        reg_parser.add_argument(\"-d\", \"--data\", help=\"Data to be set\")\n        reg_parser.add_argument(\n            \"-t\",\n            \"--key-type\",\n            help=\"Data type\",\n            choices=[\"REG_DWORD\", \"REG_SZ\", \"REG_BINARY\", \"REG_MULTI_SZ\"],\n        )\n\n        reg_rules_parser = subparsers.add_parser(\n            \"reg-rules\", help=\"Manage reusable registry rules\"\n        )\n        reg_rules_parser.add_argument(\n            \"action\",\n            choices=[\"list\", \"apply\", \"set\", \"delete\"],\n            help=\"Action to perform\",\n        )\n        reg_rules_parser.add_argument(\n            \"-b\", \"--bottle\", help=\"Bottle name\", required=False\n        )\n        reg_rules_parser.add_argument(\"--name\", help=\"Rule name\")\n        reg_rules_parser.add_argument(\n            \"--bundle\",\n            help=\"Path to a YAML file describing the registry bundle\",\n        )\n        reg_rules_parser.add_argument(\n            \"--description\", help=\"Description for the rule\", default=\"\"\n        )\n        reg_rules_parser.add_argument(\n            \"--triggers\",\n            help=\"Comma separated triggers (runner_change, components, dependencies)\",\n        )\n        reg_rules_parser.add_argument(\n            \"--run-once\", action=\"store_true\", help=\"Apply only once\"\n        )\n        reg_rules_parser.add_argument(\n            \"--trigger\",\n            help=\"Trigger context to filter rules when applying\",\n        )\n        reg_rules_parser.add_argument(\n            \"--rules\",\n            nargs=\"*\",\n            help=\"Specific rule names to apply\",\n        )\n\n        edit_parser = subparsers.add_parser(\"edit\", help=\"Edit a bottle configuration\")\n        edit_parser.add_argument(\"-b\", \"--bottle\", help=\"Bottle name\", required=True)\n        edit_parser.add_argument(\n            \"--params\", help=\"Set parameters (e.g. '-p dxvk:true')\"\n        )\n        edit_parser.add_argument(\n            \"--env-var\",\n            help=\"Add new environment variable (e.g. '-env-var WINEDEBUG=-all')\",\n        )\n        edit_parser.add_argument(\n            \"--win\", help=\"Change Windows version (e.g. '--win win7')\"\n        )\n        edit_parser.add_argument(\n            \"--runner\", help=\"Change Runner (e.g. '--runner caffe-7.2')\"\n        )\n        edit_parser.add_argument(\n            \"--dxvk\", help=\"Change DXVK (e.g. '--dxvk dxvk-1.9.0')\"\n        )\n        edit_parser.add_argument(\n            \"--vkd3d\", help=\"Change VKD3D (e.g. '--vkd3d vkd3d-proton-2.6')\"\n        )\n        edit_parser.add_argument(\n            \"--nvapi\", help=\"Change DXVK-Nvapi (e.g. '--nvapi dxvk-nvapi-1.9.0')\"\n        )\n        edit_parser.add_argument(\n            \"--latencyflex\",\n            help=\"Change LatencyFleX (e.g. '--latencyflex latencyflex-v0.1.0')\",\n        )\n\n        new_parser = subparsers.add_parser(\"new\", help=\"Create a new bottle\")\n        new_parser.add_argument(\"--bottle-name\", help=\"Bottle name\", required=True)\n        new_parser.add_argument(\n            \"--environment\",\n            help=\"Environment to apply (gaming|application|custom)\",\n            required=True,\n        )\n        new_parser.add_argument(\n            \"--custom-environment\", help=\"Path to a custom environment.yml file\"\n        )\n        new_parser.add_argument(\"--arch\", help=\"Architecture (win32|win64)\")\n        new_parser.add_argument(\"--runner\", help=\"Name of the runner to be used\")\n        new_parser.add_argument(\"--dxvk\", help=\"Name of the dxvk to be used\")\n        new_parser.add_argument(\"--vkd3d\", help=\"Name of the vkd3d to be used\")\n        new_parser.add_argument(\"--nvapi\", help=\"Name of the dxvk-nvapi to be used\")\n        new_parser.add_argument(\n            \"--latencyflex\", help=\"Name of the latencyflex to be used\"\n        )\n\n        run_parser = subparsers.add_parser(\"run\", help=\"Run a program\")\n        run_parser.add_argument(\"-b\", \"--bottle\", help=\"Bottle name\", required=True)\n        run_parser.add_argument(\"-e\", \"--executable\", help=\"Path to the executable\")\n        run_parser.add_argument(\"-p\", \"--program\", help=\"Program to run\")\n        run_parser.add_argument(\n            \"--args-replace\",\n            action=\"store_false\",\n            dest=\"keep_args\",\n            help=\"Replace current program arguments, instead of append\",\n        )\n        run_parser.add_argument(\n            \"args\",\n            nargs=\"*\",\n            action=\"extend\",\n            help=\"Arguments to pass to the executable\",\n        )\n\n        standalone_parser = subparsers.add_parser(\n            \"standalone\",\n            help=\"Generate a standalone script to launch commands \"\n            \"without passing trough Bottles\",\n        )\n        standalone_parser.add_argument(\n            \"-b\", \"--bottle\", help=\"Bottle name\", required=True\n        )\n\n        shell_parser = subparsers.add_parser(\n            \"shell\", help=\"Launch commands in a Wine shell\"\n        )\n        shell_parser.add_argument(\"-b\", \"--bottle\", help=\"Bottle name\", required=True)\n        shell_parser.add_argument(\n            \"-i\", \"--input\", help=\"Command to execute\", required=True\n        )\n\n        self.__process_args()\n\n    @staticmethod\n    def __clear():\n        os.system(\"clear\")\n\n    def __process_args(self):\n        self.args = self.parser.parse_args()\n\n        # INFO parser\n        if self.args.command == \"info\":\n            self.show_info()\n\n        # LIST parser\n        elif self.args.command == \"list\":\n            _filter = None if self.args.filter is None else self.args.filter\n            _type = self.args.type\n\n            if _type == \"bottles\":\n                self.list_bottles(c_filter=_filter)\n            elif _type == \"components\":\n                self.list_components(c_filter=_filter)\n\n        # PROGRAMS parser\n        elif self.args.command == \"programs\":\n            self.list_programs()\n\n        # TOOLS parser\n        elif self.args.command == \"tools\":\n            self.launch_tool()\n\n        # ADD parser\n        elif self.args.command == \"add\":\n            self.add_program()\n\n        # REG parser\n        elif self.args.command == \"reg\":\n            self.manage_reg()\n\n        elif self.args.command == \"reg-rules\":\n            self.manage_reg_rules()\n\n        # EDIT parser\n        elif self.args.command == \"edit\":\n            self.edit_bottle()\n\n        # NEW parser\n        elif self.args.command == \"new\":\n            self.new_bottle()\n\n        # RUN parser\n        elif self.args.command == \"run\":\n            self.run_program()\n\n        # SHELL parser\n        elif self.args.command == \"shell\":\n            self.run_shell()\n\n        # STANDALONE parser\n        elif self.args.command == \"standalone\":\n            self.generate_standalone()\n\n        else:\n            self.parser.print_help()\n\n    # region INFO\n    def show_info(self):\n        _type = self.args.type\n        if _type == \"bottles-path\":\n            res = Paths.bottles\n            sys.stdout.write(res)\n            exit(0)\n        elif _type == \"health-check\":\n            hc = HealthChecker()\n            if self.args.json:\n                sys.stdout.write(json.dumps(hc.get_results()) + \"\\n\")\n                exit(0)\n            sys.stdout.write(hc.get_results(plain=True))\n\n    # endregion\n\n    # region LIST\n    def list_bottles(self, c_filter=None):\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_bottles()\n        bottles = mng.local_bottles\n\n        if c_filter and c_filter.startswith(\"environment:\"):\n            environment = c_filter.split(\":\")[1].lower()\n            bottles = [\n                name\n                for name, bottle in bottles.items()\n                if bottle.Environment.lower() == environment\n            ]\n\n        if self.args.json:\n            sys.stdout.write(json.dumps(bottles))\n            exit(0)\n\n        if len(bottles) > 0:\n            sys.stdout.write(f\"Found {len(bottles)} bottles:\\n\")\n            for b in bottles:\n                sys.stdout.write(f\"- {b}\\n\")\n\n    def list_components(self, c_filter=None):\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_runners(False)\n        mng.check_dxvk(False)\n        mng.check_vkd3d(False)\n        mng.check_nvapi(False)\n        mng.check_latencyflex(False)\n\n        components = {\n            \"runners\": mng.runners_available,\n            \"dxvk\": mng.dxvk_available,\n            \"vkd3d\": mng.vkd3d_available,\n            \"nvapi\": mng.nvapi_available,\n            \"latencyflex\": mng.latencyflex_available,\n        }\n\n        if c_filter and c_filter.startswith(\"category:\"):\n            category = c_filter.split(\":\")[1].lower()\n            if category in components:\n                components = {category: components[category]}\n\n        if self.args.json:\n            sys.stdout.write(json.dumps(components))\n            exit(0)\n\n        for c in components:\n            sys.stdout.write(f\"Found {len(components[c])} {c}\\n\")\n            for i in components[c]:\n                sys.stdout.write(f\"- {i}\\n\")\n\n    # endregion\n\n    # region PROGRAMS\n    def list_programs(self):\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_bottles()\n        _bottle = self.args.bottle\n\n        if _bottle not in mng.local_bottles:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n        programs = mng.get_programs(bottle)\n        programs = [p for p in programs if not p.get(\"removed\", False)]\n\n        if self.args.json:\n            sys.stdout.write(json.dumps(programs))\n            exit(0)\n\n        if len(programs) > 0:\n            sys.stdout.write(f\"Found {len(programs)} programs:\\n\")\n            for p in programs:\n                sys.stdout.write(f\"- {p['name']}\\n\")\n\n    # endregion\n\n    # region TOOLS\n    def launch_tool(self):\n        _bottle = self.args.bottle\n        _tool = self.args.tool\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_bottles()\n\n        if _bottle not in mng.local_bottles:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n\n        if _tool == \"cmd\":\n            CMD(bottle).launch()\n        elif _tool == \"winecfg\":\n            WineCfg(bottle).launch()\n        elif _tool == \"uninstaller\":\n            Uninstaller(bottle).launch()\n        elif _tool == \"regedit\":\n            Regedit(bottle).launch()\n        elif _tool == \"taskmgr\":\n            Taskmgr(bottle).launch()\n        elif _tool == \"control\":\n            Control(bottle).launch()\n        elif _tool == \"explorer\":\n            Explorer(bottle).launch()\n\n    # endregion\n\n    # region ADD\n    def add_program(self):\n        _bottle = self.args.bottle\n        _name = self.args.name\n        _path = self.args.path\n        _launch_options = self.args.launch_options\n        _no_dxvk = self.args.no_dxvk\n        _no_vkd3d = self.args.no_vkd3d\n        _no_dxvk_nvapi = self.args.no_dxvk_nvapi\n        _executable = \"\"\n        _folder = \"\"\n        _uuid = str(uuid.uuid4())\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_bottles()\n\n        if _bottle not in mng.local_bottles:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n        winepath = WinePath(bottle)\n\n        if winepath.is_unix(_path):\n            if not os.path.exists(_path):\n                sys.stderr.write(f\"Path doesn't exists or is unreachable: {_path}\")\n                exit(1)\n            _executable = os.path.basename(_path)\n            _folder = os.path.dirname(_path)\n        elif winepath.is_windows(_path):\n            _executable = _path.split(\"\\\\\")[-1]\n            _folder = ManagerUtils.get_exe_parent_dir(bottle, _path)\n        else:\n            sys.stderr.write(f\"Unsupported path type: {_path}\")\n            exit(1)\n\n        _program = {\n            \"arguments\": _launch_options if _launch_options else \"\",\n            \"executable\": _executable,\n            \"name\": _name,\n            \"folder\": _folder,\n            \"icon\": \"\",\n            \"id\": _uuid,\n            \"path\": _path,\n            \"dxvk\": not _no_dxvk if _no_dxvk else bottle.Parameters.dxvk,\n            \"vkd3d\": not _no_vkd3d if _no_vkd3d else bottle.Parameters.vkd3d,\n            \"dxvk_nvapi\": (\n                not _no_dxvk_nvapi if _no_dxvk_nvapi else bottle.Parameters.dxvk_nvapi\n            ),\n        }\n        mng.update_config(bottle, _uuid, _program, scope=\"External_Programs\")\n        sys.stdout.write(f\"'{_name}' added to '{bottle.Name}'!\")\n\n    # endregion\n\n    # region REG\n    def manage_reg(self):\n        _bottle = self.args.bottle\n        _action = self.args.action\n        _key = self.args.key\n        _value = self.args.value\n        _data = self.args.data\n        _key_type = self.args.key_type\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_bottles()\n\n        if _bottle not in mng.local_bottles:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n        allowed_types = [\"REG_SZ\", \"REG_DWORD\", \"REG_BINARY\", \"REG_MULTI_SZ\"]\n        _key_type = \"REG_SZ\" if _key_type is None else _key_type.upper()\n\n        if _action in [\"add\", \"edit\"]:\n            if _data is None or _key_type not in allowed_types:\n                sys.stderr.write(\"Missing or invalid data or key type\\n\")\n                exit(1)\n            Reg(bottle).add(_key, _value, _data, _key_type)\n        elif _action == \"del\":\n            Reg(bottle).remove(_key, _value)\n\n    # endregion\n\n    # region REG RULES\n    def manage_reg_rules(self):\n        _action = self.args.action\n\n        mng = None\n\n        if _action != \"apply\":\n            if not self.args.bottle:\n                sys.stderr.write(\"--bottle is required for this action\\n\")\n                exit(1)\n            mng = Manager(g_settings=self.settings, is_cli=True)\n            mng.check_bottles()\n            if self.args.bottle not in mng.local_bottles:\n                sys.stderr.write(f\"Bottle {self.args.bottle} not found\\n\")\n                exit(1)\n            bottle = mng.local_bottles[self.args.bottle]\n\n        if _action == \"list\":\n            rules = RegistryRuleManager.list_rules(bottle)\n            if self.args.json:\n                sys.stdout.write(json.dumps([rule.to_dict() for rule in rules]))\n            else:\n                for rule in rules:\n                    triggers = \", \".join(rule.triggers) if rule.triggers else \"-\"\n                    sys.stdout.write(\n                        f\"{rule.name}: {rule.description} (triggers: {triggers})\\n\"\n                    )\n            return\n\n        if _action == \"set\":\n            if not self.args.name or not self.args.bundle:\n                sys.stderr.write(\"--name and --bundle are required\\n\")\n                exit(1)\n\n            with open(self.args.bundle, \"r\") as bundle_file:\n                bundle_text = bundle_file.read()\n\n            triggers = []\n            if self.args.triggers:\n                triggers = [t.strip() for t in self.args.triggers.split(\",\") if t]\n\n            rule = RegistryRule(\n                name=self.args.name,\n                description=self.args.description,\n                keys=bundle_text,\n                triggers=triggers,\n                run_once=self.args.run_once,\n            )\n            RegistryRuleManager.upsert_rule(mng, bottle, rule)\n            return\n\n        if _action == \"delete\":\n            if not self.args.name:\n                sys.stderr.write(\"--name is required\\n\")\n                exit(1)\n            RegistryRuleManager.delete_rule(mng, bottle, self.args.name)\n            return\n\n        if _action == \"apply\":\n            if not self.args.bottle:\n                sys.stderr.write(\"--bottle is required\\n\")\n                exit(1)\n\n            mng = Manager(g_settings=self.settings, is_cli=True)\n            mng.check_bottles()\n            if self.args.bottle not in mng.local_bottles:\n                sys.stderr.write(f\"Bottle {self.args.bottle} not found\\n\")\n                exit(1)\n\n            RegistryRuleManager.apply_rules(\n                mng.local_bottles[self.args.bottle],\n                rule_names=self.args.rules,\n                trigger=self.args.trigger,\n            )\n            return\n\n    # endregion\n\n    # region EDIT\n    def edit_bottle(self):\n        _bottle = self.args.bottle\n        _params = self.args.params\n        _env_var = self.args.env_var\n        _win = self.args.win\n        _runner = self.args.runner\n        _dxvk = self.args.dxvk\n        _vkd3d = self.args.vkd3d\n        _nvapi = self.args.nvapi\n        _latencyflex = self.args.latencyflex\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_bottles()\n\n        valid_parameters = BottleConfig().Parameters.keys()\n\n        if _bottle not in mng.local_bottles:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n\n        if _params is not None:\n            _params = _params.split(\",\")\n            _params = [p.split(\":\") for p in _params]\n            for k, v in _params:\n                if k not in valid_parameters:\n                    sys.stderr.write(f\"Invalid parameter {k}\\n\")\n                    exit(1)\n\n                if v.lower() == \"true\":\n                    v = True\n                elif v.lower() == \"false\":\n                    v = False\n                else:\n                    try:\n                        v = int(v)\n                    except ValueError:\n                        pass\n\n                mng.update_config(bottle, k, v, scope=\"Parameters\")\n\n        if _env_var is not None and \"=\" in _env_var:\n            k, v = _env_var.split(\"=\", 1)\n            mng.update_config(bottle, k, v, scope=\"Environment_Variables\")\n\n        if _win is not None:\n            RegKeys(bottle).lg_set_windows(_win)\n\n        if _runner is not None:\n            Runner.runner_update(bottle, mng, _runner)\n\n        if _dxvk is not None:\n            mng.check_dxvk(False)\n\n            if _dxvk not in mng.dxvk_available:\n                sys.stderr.write(f\"DXVK version {_dxvk} not available\\n\")\n                exit(1)\n\n            if mng.install_dll_component(bottle, \"dxvk\", version=_dxvk):\n                mng.update_config(bottle, \"DXVK\", _dxvk)\n\n        if _vkd3d is not None:\n            mng.check_vkd3d(False)\n\n            if _vkd3d not in mng.vkd3d_available:\n                sys.stderr.write(f\"VKD3D version {_vkd3d} not available\\n\")\n                exit(1)\n\n            if mng.install_dll_component(bottle, \"vkd3d\", version=_vkd3d):\n                mng.update_config(bottle, \"VKD3D\", _vkd3d)\n\n        if _nvapi is not None:\n            mng.check_nvapi(False)\n\n            if _nvapi not in mng.nvapi_available:\n                sys.stderr.write(f\"NVAPI version {_nvapi} not available\\n\")\n                exit(1)\n\n            if mng.install_dll_component(bottle, \"nvapi\", version=_nvapi):\n                mng.update_config(bottle, \"NVAPI\", _nvapi)\n\n        if _latencyflex is not None:\n            mng.check_latencyflex(False)\n\n            if _latencyflex not in mng.latencyflex_available:\n                sys.stderr.write(f\"LatencyFlex version {_latencyflex} not available\\n\")\n                exit(1)\n\n            if mng.install_dll_component(bottle, \"latencyflex\", version=_latencyflex):\n                mng.update_config(bottle, \"LatencyFlex\", _latencyflex)\n\n    # endregion\n\n    # region NEW\n    def new_bottle(self):\n        _name = self.args.bottle_name\n        _environment = self.args.environment\n        _custom_environment = self.args.custom_environment\n        _arch = \"win64\" if self.args.arch is None else self.args.arch\n        _runner = self.args.runner\n        _dxvk = self.args.dxvk\n        _vkd3d = self.args.vkd3d\n        _nvapi = self.args.nvapi\n        _latencyflex = self.args.latencyflex\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.checks()\n\n        mng.create_bottle(\n            name=_name,\n            environment=_environment,\n            runner=_runner,\n            dxvk=_dxvk,\n            vkd3d=_vkd3d,\n            nvapi=_nvapi,\n            latencyflex=_latencyflex,\n            arch=_arch,\n            custom_environment=_custom_environment,\n        )\n\n    # endregion\n\n    # region RUN\n    def run_program(self):\n        _bottle = self.args.bottle\n        _program = self.args.program\n        _keep = self.args.keep_args\n        _args = \" \".join(self.args.args)\n        _executable = self.args.executable\n\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.checks()\n\n        if _bottle.startswith('\"') and _bottle.endswith('\"'):\n            _bottle = _bottle[1:-1]\n        elif _bottle.startswith(\"'\") and _bottle.endswith(\"'\"):\n            _bottle = _bottle[1:-1]\n\n        for b in mng.local_bottles.keys():\n            if b == _bottle:\n                break\n        else:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n        programs = mng.get_programs(bottle)\n\n        if _program is not None:\n            if _executable is not None:\n                sys.stderr.write(\"Cannot specify both --program and --executable\\n\")\n                exit(1)\n\n            if _program not in [p[\"name\"] for p in programs]:\n                sys.stderr.write(f\"Program {_program} not found\\n\")\n                exit(1)\n\n            program = [p for p in programs if p[\"name\"] == _program][0]\n            _executable = program.get(\"path\", \"\")\n            _program_args = program.get(\"arguments\")\n            if _keep and _program_args:\n                _args = _program_args + \" \" + _args\n            program.get(\"pre_script\", None)\n            program.get(\"post_script\", None)\n            program.get(\"folder\", None)\n\n            program.get(\"dxvk\")\n            program.get(\"vkd3d\")\n            program.get(\"dxvk_nvapi\")\n            program.get(\"gamescope\")\n            program.get(\"virtual_desktop\")\n\n            WineExecutor.run_program(bottle, program | {\"arguments\": _args})\n\n        elif _executable:\n            _executable = _executable.replace(\"file://\", \"\")\n            if _executable.startswith('\"') and _executable.endswith('\"'):\n                _executable = _executable[1:-1]\n            elif _executable.startswith(\"'\") and _executable.endswith(\"'\"):\n                _executable = _executable[1:-1]\n\n            WineExecutor(\n                bottle,\n                exec_path=_executable,\n                args=_args,\n            ).run_cli()\n        else:\n            sys.stderr.write(\n                \"No program or executable specified, you must use either --program or --executable\\n\"\n            )\n            exit(1)\n\n    # endregion\n\n    # region SHELL\n    def run_shell(self):\n        _bottle = self.args.bottle\n        _input = self.args.input\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.checks()\n\n        if _bottle not in mng.local_bottles:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n        winecommand = WineCommand(config=bottle, command=_input, communicate=True)\n        res = winecommand.run()\n        if not res.ok:\n            sys.stdout.write(res.message)\n        sys.stdout.write(res.data)\n\n    # endregion\n\n    # region STANDALONE\n    def generate_standalone(self):\n        _bottle = self.args.bottle\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.checks()\n\n        if _bottle not in mng.local_bottles:\n            sys.stderr.write(f\"Bottle {_bottle} not found\\n\")\n            exit(1)\n\n        bottle = mng.local_bottles[_bottle]\n        path = ManagerUtils.get_bottle_path(bottle)\n        standalone_path = os.path.join(path, \"standalone\")\n        winecommand = WineCommand(config=bottle, command='\"$@\"')\n        env = winecommand.get_env(return_clean_env=True)\n        cmd = winecommand.get_cmd('\"$@\"', return_clean_cmd=True)\n        winecommand.command.replace(\n            \"/usr/lib/extensions/vulkan/MangoHud/bin/mangohud\", \"\"\n        )\n\n        if os.path.isfile(standalone_path):\n            os.remove(standalone_path)\n\n        with open(standalone_path, \"w\") as f:\n            f.write(\"#!/bin/bash\\n\")\n            for k, v in env.items():\n                f.write(f\"export {k}='{v}'\\n\")\n            f.write(f\"{cmd}\\n\")\n\n        os.chmod(os.path.join(path, \"standalone\"), 0o755)\n        sys.stdout.write(f\"Standalone generated in {path}\\n\")\n        sys.stdout.write(\"Re-generate after every bottle change.\\n\")\n\n\nif __name__ == \"__main__\":\n    cli = CLI()\n"
  },
  {
    "path": "bottles/frontend/cli/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nclidir = join_paths(pkgdatadir, 'bottles/frontend/cli')\n\nbottles_sources = [\n  '__init__.py',\n]\n\ninstall_data(bottles_sources, install_dir: clidir)\n\nconfigure_file(\n  input: 'cli.py',\n  output: 'bottles-cli',\n  configuration: conf,\n  install: true,\n  install_dir: get_option('bindir'),\n  install_mode: ['rwxr-xr-x']\n)\n"
  },
  {
    "path": "bottles/frontend/main.py",
    "content": "# main.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport gettext\nimport locale\nimport sys\nimport webbrowser\nfrom os import path\n\nimport gi\n\nfrom bottles.backend.health import HealthChecker\nfrom bottles.backend.logger import Logger\nfrom bottles.frontend.params import (\n    APP_ID,\n    APP_MAJOR_VERSION,\n    APP_MINOR_VERSION,\n    APP_VERSION,\n)\n\ngi.require_version(\"Gtk\", \"4.0\")\ngi.require_version(\"Adw\", \"1\")\ngi.require_version(\"GtkSource\", \"5\")\ngi.require_version(\"Xdp\", \"1.0\")\n# gi.require_version(\"XdpGtk4\", \"1.0\")\n\n# ruff: noqa: E402\nfrom gi.repository import Adw, Gio, GLib, GObject  # type: ignore\n\nfrom bottles.frontend.views.preferences import PreferencesWindow\nfrom bottles.frontend.windows.window import BottlesWindow\n\nlogging = Logger()\n\n# region Translations\n\"\"\"\nThis code snippet searches for and uploads translations to different\ndirectories, depending on your production or development environment.\nThe function _() can be used to create and retrieve translations.\n\"\"\"\nshare_dir = path.join(sys.prefix, \"share\")\nbase_dir = \".\"\n\nif getattr(sys, \"frozen\", False):\n    base_dir = path.dirname(sys.executable)\n    share_dir = path.join(base_dir, \"share\")\nelif sys.argv[0]:\n    exec_dir = path.dirname(path.realpath(sys.argv[0]))\n    base_dir = path.dirname(exec_dir)\n    share_dir = path.join(base_dir, \"share\")\n\n    if not path.exists(share_dir):\n        share_dir = base_dir\n\nlocale_dir = path.join(share_dir, \"locale\")\n\nif not path.exists(locale_dir):  # development\n    locale_dir = path.join(base_dir, \"build\", \"mo\")\n\nlocale.bindtextdomain(\"bottles\", locale_dir)\nlocale.textdomain(\"bottles\")\ngettext.bindtextdomain(\"bottles\", locale_dir)\ngettext.textdomain(\"bottles\")\n_ = gettext.gettext\n\n\n# endregion\n\n\nclass Bottles(Adw.Application):\n    arg_exe = None\n    arg_bottle = None\n    dark_provider = None\n    journal_window = None\n\n    def __init__(self):\n        super().__init__(\n            application_id=APP_ID,\n            resource_base_path=\"/com/usebottles/bottles\",\n            flags=Gio.ApplicationFlags.HANDLES_COMMAND_LINE,\n            register_session=True,\n        )\n        self.__create_action(\"quit\", self.__quit, [\"<primary>q\", \"<primary>w\"])\n        self.__create_action(\"about\", self.__show_about_dialog)\n        self.__create_action(\"import\", self.__show_importer_view, [\"<primary>i\"])\n        self.__create_action(\"journal\", self.__show_journal, [\"<primary>j\"])\n        self.__create_action(\"preferences\", self.__show_preferences, [\"<primary>comma\"])\n        self.__create_action(\"help\", self.__help, [\"F1\"])\n        self.__create_action(\"new\", self.__new_bottle, [\"<primary>n\"])\n\n        self.__register_arguments()\n\n    def __register_arguments(self):\n        \"\"\"\n        This function registers the command line arguments.\n            --version, -v: Prints the version of the application.\n            --executable, -e: The path of the executable to be launched.\n            --lnk, -l: The path of the shortcut to be launched.\n            --bottle, -b: The name of the bottle to be used.\n            --arguments, -a: The arguments to be passed to the executable.\n            --help, -h: Prints the help.\n        \"\"\"\n        self.add_main_option(\n            \"version\",\n            ord(\"v\"),\n            GLib.OptionFlags.NONE,\n            GLib.OptionArg.NONE,\n            _(\"Show version\"),\n            None,\n        )\n        self.add_main_option(\n            \"executable\",\n            ord(\"e\"),\n            GLib.OptionFlags.NONE,\n            GLib.OptionArg.STRING,\n            _(\"Executable path\"),\n            None,\n        )\n        self.add_main_option(\n            \"lnk\",\n            ord(\"l\"),\n            GLib.OptionFlags.NONE,\n            GLib.OptionArg.STRING,\n            _(\"lnk path\"),\n            None,\n        )\n        self.add_main_option(\n            \"bottle\",\n            ord(\"b\"),\n            GLib.OptionFlags.NONE,\n            GLib.OptionArg.STRING,\n            _(\"Bottle name\"),\n            None,\n        )\n        self.add_main_option(\n            \"arguments\",\n            ord(\"a\"),\n            GLib.OptionFlags.NONE,\n            GLib.OptionArg.STRING,\n            _(\"Pass arguments\"),\n            None,\n        )\n        self.add_main_option(\n            GLib.OPTION_REMAINING,\n            0,\n            GLib.OptionFlags.NONE,\n            GLib.OptionArg.STRING_ARRAY,\n            \"URI\",\n            None,\n        )\n\n    def do_command_line(self, command):\n        \"\"\"\n        This function is called when the application is launched from the\n        command line. It parses the command line arguments and calls the\n        corresponding functions.\n        See: __register_arguments()\n        \"\"\"\n        commands = command.get_options_dict()\n\n        if commands.contains(\"executable\"):\n            self.arg_exe = commands.lookup_value(\"executable\").get_string()\n\n        if commands.contains(\"version\"):\n            print(APP_VERSION)\n            quit()\n\n        if commands.contains(\"bottle\"):\n            self.arg_bottle = commands.lookup_value(\"bottle\").get_string()\n\n        if not self.arg_exe:\n            \"\"\"\n            If no executable is specified, look if it was passed without\n            the --executable argument.\n            \"\"\"\n            for a in sys.argv:\n                if a.endswith((\".exe\", \".msi\", \".bat\", \".lnk\")):\n                    self.arg_exe = a\n                    logging.info(\n                        _(\"Launching with executable: {0}\").format(a),\n                    )\n\n        uri = commands.lookup_value(GLib.OPTION_REMAINING)\n        logging.info(\n            _(\"Launching with URI: {0}\").format(uri),\n        )\n        if uri:\n            return self.__process_uri(uri)\n\n        self.do_activate()\n        return 0\n\n    def __process_uri(self, uri):\n        \"\"\"\n        This function processes the URI passed to the application.\n        e.g. xdg-open bottles:run/<bottle>/<program>\n        \"\"\"\n        uri = uri[0]\n\n        if uri.startswith(\"bottles:run/\"):\n            if len(uri.split(\"/\")) != 3:\n                logging.error(_(\"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"))\n                return False\n\n            uri = uri.replace(\"bottles:run/\", \"\")\n            bottle, program = uri.split(\"/\")\n\n            import subprocess\n\n            subprocess.Popen([\"bottles-cli\", \"run\", \"-b\", bottle, \"-p\", program])\n            return 0\n\n        try:\n            from bottles.frontend.windows.bottlepicker import BottlePickerDialog\n\n            dialog = BottlePickerDialog(application=self, arg_exe=uri)\n            dialog.present()\n            return 0\n        except Exception as e:\n            logging.error(\n                _(\"Error while processing URI: {0}\").format(e),\n            )\n            return False\n\n    def do_startup(self):\n        \"\"\"\n        This function is called when the application is started.\n        Here we register the application actions (shortcuts).\n        See: __register_actions()\n        \"\"\"\n        Adw.Application.do_startup(self)\n\n    def do_activate(self):\n        \"\"\"\n        This function is called when the application is activated.\n        \"\"\"\n\n        logging.info(\n            _(\"[Activate] request received.\"),\n        )\n\n        # create the main window\n        Adw.Application.do_activate(self)\n        win = self.props.active_window\n        if not win:\n            win = BottlesWindow(application=self, arg_bottle=self.arg_bottle)\n        self.win = win\n\n        win.present()\n\n    def __quit(self, *args):\n        \"\"\"\n        This function close the application.\n        It is used by the [Ctrl+Q] shortcut.\n        \"\"\"\n        logging.info(\n            _(\"[Quit] request received.\"),\n        )\n        self.win.on_close_request()\n        quit()\n\n    @staticmethod\n    def __help(action=None, param=None):\n        \"\"\"\n        This function open the documentation in the user's default browser.\n        It is used by the [F1] shortcut.\n        \"\"\"\n        logging.info(\n            _(\"[Help] request received.\"),\n        )\n        webbrowser.open_new_tab(\"https://docs.usebottles.com\")\n\n    def __refresh(self, action=None, param=None):\n        \"\"\"\n        This function refresh the user bottle list.\n        It is used by the [Ctrl+R] shortcut.\n        \"\"\"\n        logging.info(\n            _(\"[Refresh] request received.\"),\n        )\n        self.win.manager.update_bottles()\n\n    def __show_preferences(self, *args):\n        preferences_window = PreferencesWindow(self.win)\n        preferences_window.present()\n\n    def __new_bottle(self, *args):\n        self.win.show_add_view()\n\n    def __show_importer_view(self, widget=False, *args):\n        self.win.main_leaf.set_visible_child(self.win.page_importer)\n\n    def __show_journal(self, *args):\n        from bottles.frontend.windows.journal import JournalDialog\n\n        if self.journal_window:\n            self.journal_window.present()\n            return\n\n        self.journal_window = JournalDialog(application=self)\n        self.journal_window.set_transient_for(self.win)\n        self.journal_window.connect(\"close-request\", self.__on_journal_close)\n        self.journal_window.present()\n\n    def __on_journal_close(self, *_args):\n        self.journal_window = None\n        return False\n\n    def __show_about_dialog(self, *_args):\n        developers = [\n            \"Mirko Brombin https://github.com/mirkobrombin\",\n            \"hthre7 https://github.com/hthre7\",\n            \"Kekun https://github.com/Kekun\",\n            \"Sonny Piers https://github.com/sonnyp\",\n            \"BrainBlasted https://github.com/BrainBlasted\",\n            \"Francesco Masala <mail@francescomasala.me>\",\n            \"Hari Rana (TheEvilSkeleton) https://theevilskeleton.gitlab.io\",\n            \"axtlos https://axtloss.github.io\",\n            \"Oro https://github.com/orowith2os\",\n            \"gregorni https://gitlab.com/gregorni\",\n        ]\n\n        artists = [\n            \"Marco Montini https://github.com/marckniack\",\n            \"Noëlle https://github.com/jannuary\",\n            \"Alvar Lagerlöf https://github.com/alvarlagerlof\",\n            \"Ezekiel Smith https://github.com/ZekeSmith\",\n        ]\n\n        about_dialog = Adw.AboutDialog.new_from_appdata(\n            \"/com/usebottles/bottles/appdata\",\n            f\"{APP_MAJOR_VERSION}.{APP_MINOR_VERSION}\",\n        )\n        about_dialog.set_developers(developers)\n        about_dialog.set_translator_credits(_(\"translator_credits\"))\n        about_dialog.set_artists(artists)\n        about_dialog.set_debug_info(HealthChecker().get_results(plain=True))\n        about_dialog.add_link(_(\"Donate\"), \"https://usebottles.com/funding\")\n        about_dialog.set_copyright(\n            _(\"Copyright © 2017 {developer_name}\").format(\n                developer_name=about_dialog.get_developer_name()\n            )\n        )\n        about_dialog.add_acknowledgement_section(\n            _(\"Third-Party Libraries and Special Thanks\"),\n            [\n                \"DXVK https://github.com/doitsujin/dxvk\",\n                \"VKD3D https://github.com/HansKristian-Work/vkd3d-proton\",\n                \"DXVK-NVAPI https://github.com/jp7677/dxvk-nvapi\",\n                \"LatencyFleX https://github.com/ishitatsuyuki/LatencyFleX\",\n                \"MangoHud https://github.com/flightlessmango/MangoHud\",\n                \"AMD FidelityFX™ Super Resolution https://www.amd.com/en/technologies/fidelityfx-super-resolution\",\n                \"vkBasalt https://github.com/DadSchoorse/vkBasalt\",\n                \"vkbasalt-cli https://gitlab.com/TheEvilSkeleton/vkbasalt-cli\",\n                \"GameMode https://github.com/FeralInteractive/gamemode\",\n                \"Gamescope https://github.com/Plagman/gamescope\",\n                \"OBS Vulkan/OpenGL capture https://github.com/nowrep/obs-vkcapture\",\n                \"Wine-TKG https://github.com/Frogging-Family/wine-tkg-git\",\n                \"Proton https://github.com/ValveSoftware/proton\",\n                \"Wine-GE https://github.com/GloriousEggroll/wine-ge-custom\",\n                \"Wine https://www.winehq.org\",\n                \"orjson https://github.com/ijl/orjson\",\n                \"libadwaita https://gitlab.gnome.org/GNOME/libadwaita\",\n                \"icoextract https://github.com/jlu5/icoextract\",\n                \"vmtouch https://github.com/hoytech/vmtouch\",\n                \"FVS https://github.com/mirkobrombin/FVS\",\n                \"pathvalidate https://github.com/thombashi/pathvalidate\",\n            ],\n        )\n        about_dialog.add_acknowledgement_section(\n            _(\"Sponsored and Funded by\"),\n            [\n                \"JetBrains https://www.jetbrains.com/?from=bottles\",\n                \"GitBook https://www.gitbook.com/?ref=bottles\",\n                \"Linode https://www.linode.com/?from=bottles\",\n                \"Appwrite https://appwrite.io/?from=bottles\",\n                \"Community ❤️ https://usebottles.com/funding\",\n            ],\n        )\n        about_dialog.present(self.win)\n\n    def __create_action(self, name, callback, shortcuts=None, param=None):\n        \"\"\"Add an application action.\n\n        Args:\n            name: the name of the action\n            callback: the function to be called when the action is\n              activated\n            shortcuts: an optional list of accelerators\n            param: an optional list of parameters for the action\n        \"\"\"\n        action = Gio.SimpleAction.new(name, param)\n        action.connect(\"activate\", callback)\n        self.add_action(action)\n        if shortcuts:\n            self.set_accels_for_action(f\"app.{name}\", shortcuts)\n\n\nGObject.threads_init()\n\n\ndef main(version):\n    app = Bottles()\n    return app.run(sys.argv)\n"
  },
  {
    "path": "bottles/frontend/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nfrontenddir = join_paths(pkgdatadir, 'bottles/frontend')\n\nsubdir('ui')\nsubdir('utils')\nsubdir('views')\nsubdir('widgets')\nsubdir('windows')\nsubdir('cli')\n\nconfigure_file(\n  input: 'bottles.py',\n  output: 'bottles',\n  configuration: conf,\n  install: true,\n  install_dir: get_option('bindir'),\n  install_mode: ['rwxr-xr-x']\n)\n\nparams_file = configure_file(\n    input:  'params.py',\n    output:  'params.py',\n    configuration: conf\n)\n\nfs = import('fs')\n\nif not fs.is_file('/' + '.flatpak-info')\n  error('file does not exist')\nendif\n\nbottles_sources = [\n  '__init__.py',\n  'main.py',\n  'operation.py',\n  params_file,\n]\n\ninstall_data(bottles_sources, install_dir: frontenddir)\n"
  },
  {
    "path": "bottles/frontend/operation.py",
    "content": "# operation.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\nfrom typing import Dict\nfrom uuid import UUID\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import TaskManager\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/task-entry.ui\")\nclass TaskEntry(Adw.ActionRow):\n    __gtype_name__ = \"TaskEntry\"\n\n    # region Widgets\n    btn_cancel = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, title, cancellable=True, **kwargs):\n        super().__init__(**kwargs)\n\n        self.window = window\n\n        if len(title) > 30:\n            title = f\"{title[:20]}…\"\n\n        # Populate widgets data\n        self.set_title(title)\n        if not cancellable:\n            self.btn_cancel.hide()\n\n    def update(self, subtitle: str):\n        self.set_subtitle(subtitle)\n\n\nclass TaskSyncer:\n    \"\"\"Keep task list updated with backend TaskManager\"\"\"\n\n    _TASK_WIDGETS: Dict[UUID, TaskEntry] = {}\n\n    def __init__(self, window):\n        self.window = window\n\n    def _new_widget(self, title, cancellable=True) -> TaskEntry:\n        \"\"\"create TaskEntry widget & add to task list\"\"\"\n        task_entry = TaskEntry(self.window, title, cancellable)\n        self.window.page_details.list_tasks.append(task_entry)\n        return task_entry\n\n    def _set_task_btn_visible(self, visible: bool):\n        self.window.page_details.btn_operations.set_visible(visible)\n\n    def task_added_handler(self, res: Result):\n        \"\"\"handler for Signals.TaskAdded\"\"\"\n        task_id: UUID = res.data\n        task = TaskManager.get(task_id)\n        self._TASK_WIDGETS[task_id] = self._new_widget(task.title, task.cancellable)\n        self._set_task_btn_visible(True)\n\n    def task_updated_handler(self, res: Result):\n        \"\"\"handler for Signals.TaskUpdated\"\"\"\n        task_id: UUID = res.data\n        if task_id not in self._TASK_WIDGETS:\n            return\n\n        self._TASK_WIDGETS[task_id].update(subtitle=TaskManager.get(task_id).subtitle)\n\n    def task_removed_handler(self, res: Result):\n        \"\"\"handler for Signals.TaskRemoved\"\"\"\n        task_id: UUID = res.data\n        if task_id not in self._TASK_WIDGETS:\n            return\n\n        self.window.page_details.list_tasks.remove(self._TASK_WIDGETS[task_id])\n        del self._TASK_WIDGETS[task_id]\n\n        if len(self._TASK_WIDGETS) == 0:\n            self._set_task_btn_visible(False)\n"
  },
  {
    "path": "bottles/frontend/params.py",
    "content": "# Application details\nAPP_NAME = \"@APP_NAME@\"\nAPP_NAME_LOWER = APP_NAME.lower()\nBASE_ID = \"@BASE_ID@\"\nAPP_ID = \"@APP_ID@\"\nAPP_VERSION = \"@APP_VERSION@\"\nAPP_MAJOR_VERSION = \"@APP_MAJOR_VERSION@\"\nAPP_MINOR_VERSION = \"@APP_MINOR_VERSION@\"\nAPP_ICON = \"@APP_ID@\"\nPROFILE = \"@PROFILE@\"\n\n# Internal settings not user editable\nANIM_DURATION = 120\n\n# General purpose definitions\nEXECUTABLE_EXTS = (\".exe\", \".msi\", \".bat\", \".lnk\")\n\n# URLs\nDOC_URL = \"https://docs.usebottles.com\"\n"
  },
  {
    "path": "bottles/frontend/ui/bottle-row.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $BottlesBottleRow: Adw.ActionRow {\n  activatable: true;\n  use-markup: false;\n\n  Adw.WrapBox wrap_box {\n    valign: center;\n\n    styles [\n      \"tag\",\n      \"caption\",\n    ]\n  }\n\n  Button button_run {\n    halign: center;\n    valign: center;\n    icon-name: \"system-run-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n\n  Image {\n    icon-name: \"go-next-symbolic\";\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/bottles.gresource.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<gresources>\n  <gresource prefix=\"/com/usebottles/bottles\">\n    <file>style.css</file>\n    <file>style-dark.css</file>\n    <file alias=\"gtk/help-overlay.ui\">help-overlay.ui</file>\n    <file preprocess=\"xml-stripblanks\">window.ui</file>\n    <file preprocess=\"xml-stripblanks\">new-bottle-dialog.ui</file>\n    <file preprocess=\"xml-stripblanks\">list.ui</file>\n    <file preprocess=\"xml-stripblanks\">loading.ui</file>\n    <file preprocess=\"xml-stripblanks\">bottle-row.ui</file>\n    <file preprocess=\"xml-stripblanks\">check-row.ui</file>\n    <file preprocess=\"xml-stripblanks\">task-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">dependency-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">program-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">importer-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">state-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">installer-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">dll-override-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">env-var-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">inherited-env-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">registry-rule-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">component-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">drive-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">library-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">local-resource-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">exclusion-pattern-entry.ui</file>\n    <file preprocess=\"xml-stripblanks\">details.ui</file>\n    <file preprocess=\"xml-stripblanks\">details-bottle.ui</file>\n    <file preprocess=\"xml-stripblanks\">details-dependencies.ui</file>\n    <file preprocess=\"xml-stripblanks\">details-registry-rules.ui</file>\n    <file preprocess=\"xml-stripblanks\">details-installers.ui</file>\n    <file preprocess=\"xml-stripblanks\">details-preferences.ui</file>\n    <file preprocess=\"xml-stripblanks\">details-versioning.ui</file>\n    <file preprocess=\"xml-stripblanks\">details-taskmanager.ui</file>\n    <file preprocess=\"xml-stripblanks\">preferences.ui</file>\n    <file preprocess=\"xml-stripblanks\">importer.ui</file>\n    <file preprocess=\"xml-stripblanks\">library.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-launch-options.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-playtime-graph.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-dll-overrides.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-env-vars.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-crash-report.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-duplicate.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-dependency-install.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-registry-rules.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-rename.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-gamescope.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-vkbasalt.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-mangohud.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-display.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-drives.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-journal.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-sandbox.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-installer.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-bottle-picker.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-proton-alert.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-winebridge-update.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-deps-check.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-exclusion-patterns.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-upgrade-versioning.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-versioning-settings.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-vmtouch.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-versioning-commit.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-versioning-branch.ui</file>\n    <file preprocess=\"xml-stripblanks\">dialog-versioning-manage-branches.ui</file>\n    <file preprocess=\"xml-stripblanks\">onboard.ui</file>\n    <file preprocess=\"xml-stripblanks\">eagle.ui</file>\n  </gresource>\n</gresources>\n"
  },
  {
    "path": "bottles/frontend/ui/check-row.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $BottlesCheckRow: Adw.ActionRow {\n  activatable-widget: check_button;\n  active: bind check_button.active bidirectional;\n\n  [prefix]\n  CheckButton check_button {\n    valign: center;\n    can-focus: false;\n    can-target: false;\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/component-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $ComponentEntry: Adw.ActionRow {\n  title: _(\"Component version\");\n\n  Spinner spinner {\n    visible: false;\n  }\n\n  Button btn_remove {\n    visible: false;\n    tooltip-text: _(\"Uninstall\");\n    valign: center;\n    icon-name: \"user-trash-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n\n  Button btn_browse {\n    visible: false;\n    tooltip-text: _(\"Browse Files\");\n    valign: center;\n    icon-name: \"folder-open-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n\n  Button btn_err {\n    visible: false;\n    tooltip-text: _(\"The installation failed. This may be due to a repository error, partial download or checksum mismatch. Press to try again.\");\n    valign: center;\n    icon-name: \"emblem-important-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n\n  Button btn_download {\n    visible: false;\n    tooltip-text: _(\"Download & Install\");\n    valign: center;\n    icon-name: \"document-save-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n\n  Box box_download_status {\n    visible: false;\n\n    Label label_task_status {\n      label: _(\"0%\");\n    }\n\n    Image {\n      icon-name: \"document-save-symbolic\";\n    }\n  }\n\n  Button btn_cancel {\n    visible: false;\n    valign: center;\n    icon-name: \"edit-delete-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dependency-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\nPopover pop_actions {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n    orientation: vertical;\n\n    $GtkModelButton btn_manifest {\n      text: _(\"Show Manifest\");\n    }\n\n    $GtkModelButton btn_license {\n      text: _(\"License\");\n    }\n\n    $GtkModelButton btn_reinstall {\n      text: _(\"Reinstall\");\n      visible: false;\n    }\n\n    $GtkModelButton btn_remove {\n      text: _(\"Uninstall\");\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_report {\n      text: _(\"Report a Bug…\");\n    }\n  }\n}\n\ntemplate $DependencyEntry: Adw.ActionRow {\n  title: _(\"Dependency name\");\n  activatable-widget: btn_install;\n  subtitle: _(\"Dependency description\");\n\n  Box box_actions {\n    spacing: 6;\n\n    Label label_category {\n      valign: center;\n      label: _(\"Category\");\n\n      styles [\n        \"tag\",\n        \"caption\",\n      ]\n    }\n\n    Spinner spinner {\n      visible: false;\n    }\n\n    Button btn_install {\n      tooltip-text: _(\"Download & Install this Dependency\");\n      valign: center;\n\n      Image {\n        icon-name: \"document-save-symbolic\";\n      }\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Button btn_err {\n      visible: false;\n      sensitive: false;\n      tooltip-text: _(\"An installation error occurred. Restart Bottles to read the Crash Report or run it via terminal to read the output.\");\n      valign: center;\n      icon-name: \"emblem-important-symbolic\";\n    }\n\n    Separator {\n      margin-top: 12;\n      margin-bottom: 12;\n    }\n\n    MenuButton {\n      valign: center;\n      popover: pop_actions;\n      icon-name: \"view-more-symbolic\";\n      tooltip-text: _(\"Dependency Menu\");\n\n      styles [\n        \"flat\",\n      ]\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details-bottle.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\nPopover pop_context {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n    orientation: vertical;\n\n    $GtkModelButton btn_flatpak_doc {\n      text: _(\"Troubleshooting\");\n      tooltip-text: \"https://docs.usebottles.com/flatpak/black-screen-or-silent-crash\";\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_duplicate {\n      text: _(\"Duplicate Bottle…\");\n    }\n\n    $GtkModelButton btn_backup_full {\n      tooltip-text: _(\"This is the complete archive of your bottle, including personal files.\");\n      text: _(\"Full Backup…\");\n    }\n\n    $GtkModelButton btn_backup_config {\n      tooltip-text: _(\"This is just the bottle configuration, it\\'s perfect if you want to create a new one but without personal files.\");\n      text: _(\"Export Configuration…\");\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_toggle_removed {\n      text: _(\"Show Hidden Programs\");\n    }\n\n    $GtkModelButton btn_update {\n      text: _(\"Search for new programs\");\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_delete {\n      text: _(\"Delete Bottle…\");\n    }\n  }\n}\n\nBox actions {\n  spacing: 6;\n\n  Box box_backup_progress {\n    visible: false;\n    spacing: 4;\n    tooltip-text: _(\"Backup in progress…\");\n\n    Spinner spinner_backup {}\n\n    Label label_backup_progress {\n      styles [\"dim-label\", \"caption\"]\n    }\n  }\n\n  MenuButton {\n    always-show-arrow: true;\n    popover: pop_power;\n    icon-name: \"system-shutdown-symbolic\";\n  }\n\n  MenuButton {\n    popover: pop_context;\n    icon-name: \"view-more-symbolic\";\n    tooltip-text: _(\"Secondary Menu\");\n  }\n}\n\nPopover pop_power {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    $GtkModelButton btn_forcestop {\n      text: _(\"Force Stop all Processes\");\n    }\n\n    $GtkModelButton btn_nv_forcestop {\n      text: _(\"Force Stop all Processes (Native method)\");\n    }\n\n    $GtkModelButton btn_shutdown {\n      tooltip-text: _(\"Simulate a Windows system shutdown.\");\n      text: _(\"Shutdown\");\n    }\n\n    $GtkModelButton btn_reboot {\n      tooltip-text: _(\"Simulate a Windows system reboot.\");\n      text: _(\"Reboot\");\n    }\n  }\n}\n\nPopover popover_exec_settings {\n  width-request: 300;\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    Label {\n      halign: start;\n      margin-bottom: 12;\n      label: _(\"Launch Options\");\n\n      styles [\n        \"heading\"\n      ]\n    }\n\n    Entry exec_arguments {}\n\n    Separator {\n      margin-top: 12;\n      margin-bottom: 12;\n    }\n\n    CheckButton exec_terminal {\n      Label {\n        label: _(\"Run in Terminal\");\n        margin-start: 6;\n      }\n    }\n\n    CheckButton exec_winebridge {\n      Label {\n        label: _(\"Run using Winebridge\");\n        margin-start: 6;\n      }\n    }\n  }\n}\n\ntemplate $DetailsBottle: Adw.PreferencesPage {\n  Overlay drop_overlay {\n    visible: false;\n\n    [overlay]\n    Adw.StatusPage {\n      icon-name: \"system-run-symbolic\";\n      title: _(\"Drop files to execute them\");\n\n      styles [\n        \"dragndrop_overlay\",\n      ]\n    }\n  }\n\n  Adw.PreferencesGroup {\n    Adw.Clamp {\n      maximum-size: 720;\n\n      Box {\n        orientation: vertical;\n        spacing: 12;\n\n        Label label_name {\n          halign: center;\n          justify: center;\n          wrap: true;\n          max-width-chars: 30;\n          label: _(\"My bottle\");\n          wrap-mode: word_char;\n          use-markup: false;\n\n          styles [\n            \"title-1\",\n          ]\n        }\n\n        Box {\n          spacing: 6;\n          halign: center;\n\n          Box {\n            spacing: 6;\n\n            styles [\n              \"tag\",\n            ]\n\n            Label label_arch {\n              label: _(\"Win64\");\n\n              styles [\n                \"heading\",\n              ]\n            }\n          }\n\n          Box {\n            spacing: 6;\n\n            styles [\n              \"tag\",\n            ]\n\n            Label label_environment {\n              label: _(\"Environment\");\n\n              styles [\n                \"heading\",\n              ]\n            }\n          }\n\n          Box {\n            spacing: 6;\n\n            styles [\n              \"tag\",\n            ]\n\n            Label label_runner {\n              label: _(\"Runner\");\n\n              styles [\n                \"heading\",\n              ]\n            }\n          }\n\n          Label dot_versioning {\n            label: \"·\";\n          }\n\n          Button btn_versioning_badge {\n            tooltip-text: _(\"View snapshots\");\n            halign: center;\n            valign: center;\n\n            styles [\n              \"tag\",\n              \"tag-versioning\",\n              \"flat\",\n            ]\n\n            Box {\n              spacing: 6;\n\n              Image {\n                icon-name: \"view-wrapped-symbolic\";\n              }\n\n              Label label_state {\n                label: \"main\";\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n\n  Adw.PreferencesGroup {\n    title: _(\"Quick actions\");\n\n    Adw.ActionRow {\n      activatable: false;\n      focusable: false;\n      title: _(\"Launch executable\");\n      subtitle: _(\"Run a program now or adjust its launch options.\");\n\n      [suffix]\n      MenuButton btn_exec_settings {\n        valign: center;\n        icon-name: \"applications-system-symbolic\";\n        popover: popover_exec_settings;\n\n        styles [\n          \"flat\",\n        ]\n      }\n\n      [suffix]\n      Button btn_execute {\n        valign: center;\n\n        Box {\n          spacing: 6;\n\n          Image {\n            icon-name: \"media-playback-start-symbolic\";\n          }\n\n          Label {\n            label: _(\"Run Executable…\");\n          }\n        }\n      }\n    }\n\n    Adw.ActionRow {\n      activatable: false;\n      focusable: false;\n      title: _(\"Analyze with Eagle (Beta)\");\n      subtitle: _(\"Eagle will extract and analyze as much details as possible of an executable to provide you with a compatibility report.\");\n\n      [suffix]\n      Button btn_eagle {\n        valign: center;\n\n        Box {\n          spacing: 6;\n\n          Image {\n            icon-name: \"com.usebottles.eagle-symbolic\";\n          }\n\n          Label {\n            label: _(\"Analyse…\");\n          }\n        }\n      }\n    }\n\n    Adw.ActionRow {\n      activatable: false;\n      focusable: false;\n      title: _(\"Browse C:/ drive\");\n      subtitle: _(\"Browse the files of this bottle.\");\n\n      [suffix]\n      Button btn_browse {\n        valign: center;\n\n        Box {\n          spacing: 6;\n\n          Image {\n            icon-name: \"document-open-symbolic\";\n          }\n\n          Label {\n            label: _(\"Browse\");\n          }\n        }\n      }\n    }\n  }\n\n  Adw.PreferencesGroup group_programs {\n    title: _(\"Programs\");\n\n    Adw.ActionRow row_no_programs {\n      subtitle: _(\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an executable to the Programs list, or \\\"Install Programs…\\\" to install programs curated by the community.\");\n    }\n\n    Adw.PreferencesRow bottom_bar {\n      activatable: false;\n      focusable: false;\n\n      Box {\n        Button add_shortcuts {\n          hexpand: true;\n\n          Box {\n            halign: center;\n\n            Image {\n              icon-name: \"list-add-symbolic\";\n            }\n\n            Separator {\n              styles [\n                \"spacer\"\n              ]\n            }\n\n            Label {\n              label: _(\"Add Shortcuts…\");\n            }\n          }\n\n          styles [\n            \"flat\"\n          ]\n        }\n\n        Separator {}\n\n        Button install_programs {\n          hexpand: true;\n\n          Box {\n            halign: center;\n\n            Image {\n              icon-name: \"folder-download-symbolic\";\n            }\n\n            Separator {\n              styles [\n                \"spacer\"\n              ]\n            }\n\n            Label {\n              label: _(\"Install Programs…\");\n            }\n          }\n\n          styles [\n            \"flat\"\n          ]\n        }\n\n        styles [\n          \"linked\"\n        ]\n      }\n\n      styles [\n        \"bottom-bar\"\n      ]\n    }\n  }\n\n  Adw.PreferencesGroup group_updates {\n    title: _(\"Updates\");\n\n    Adw.ActionRow row_no_updates {\n      subtitle: _(\"All components for this bottle are up to date.\");\n    }\n  }\n\n  Adw.PreferencesGroup group_options {\n    title: _(\"Options\");\n\n    Adw.ActionRow row_preferences {\n      activatable: true;\n      title: _(\"Settings\");\n      subtitle: _(\"Configure bottle settings.\");\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n      }\n    }\n\n    Adw.ActionRow row_dependencies {\n      activatable: true;\n      title: _(\"Dependencies\");\n      subtitle: _(\"Install dependencies for programs.\");\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n      }\n    }\n\n    Adw.ActionRow row_registry_rules {\n      activatable: true;\n      title: _(\"Registry Rules\");\n      subtitle: _(\"Manage reusable registry tweaks.\");\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n      }\n    }\n\n    Adw.ActionRow row_snapshots {\n      activatable: true;\n      title: _(\"Snapshots\");\n      subtitle: _(\"Create and manage bottle states.\");\n\n      [suffix]\n      Button btn_snapshots_settings {\n        valign: center;\n        icon-name: \"emblem-system-symbolic\";\n        styles [ \"flat\" ]\n      }\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n      }\n    }\n\n    Adw.ActionRow row_taskmanager {\n      activatable: true;\n      title: _(\"Task Manager\");\n      subtitle: _(\"Manage running programs.\");\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n      }\n    }\n  }\n\n  Adw.PreferencesGroup group_utilities {\n    title: _(\"Tools\");\n\n    Adw.ActionRow row_cmd {\n      activatable: true;\n      title: _(\"Command Line\");\n      subtitle: _(\"Run commands inside the Bottle.\");\n\n      Image {\n        icon-name: \"external-link-symbolic\";\n      }\n    }\n\n    Adw.ActionRow row_regedit {\n      activatable: true;\n      title: _(\"Registry Editor\");\n      subtitle: _(\"Edit the internal registry.\");\n\n      Image {\n        icon-name: \"external-link-symbolic\";\n      }\n    }\n\n    Adw.ExpanderRow {\n      title: _(\"Legacy Wine Tools\");\n\n      Adw.ActionRow row_explorer {\n        activatable: true;\n        title: _(\"Explorer\");\n\n        Image {\n          icon-name: \"external-link-symbolic\";\n        }\n      }\n\n      Adw.ActionRow row_taskmanager_legacy {\n        activatable: true;\n        title: _(\"Task Manager\");\n\n        Image {\n          icon-name: \"external-link-symbolic\";\n        }\n      }\n\n      Adw.ActionRow row_debug {\n        activatable: true;\n        title: _(\"Debugger\");\n\n        Image {\n          icon-name: \"external-link-symbolic\";\n        }\n      }\n\n      Adw.ActionRow row_winecfg {\n        activatable: true;\n        title: _(\"Configuration\");\n\n        Image {\n          icon-name: \"external-link-symbolic\";\n        }\n      }\n\n      Adw.ActionRow row_uninstaller {\n        activatable: true;\n        title: _(\"Uninstaller\");\n\n        Image {\n          icon-name: \"external-link-symbolic\";\n        }\n      }\n\n      Adw.ActionRow row_controlpanel {\n        activatable: true;\n        title: _(\"Control Panel\");\n\n        Image {\n          icon-name: \"external-link-symbolic\";\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details-dependencies.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DetailsDependencies: Adw.Bin {\n  Box {\n    orientation: vertical;\n\n    SearchBar search_bar {\n      SearchEntry entry_search {\n        placeholder-text: _(\"Search for dependencies…\");\n      }\n    }\n\n    Stack stack {\n      transition-type: crossfade;\n\n      StackPage {\n        name: \"page_offline\";\n\n        child: Adw.StatusPage {\n          icon-name: \"network-error-symbolic\";\n          title: _(\"You're offline :(\");\n          vexpand: true;\n          hexpand: true;\n          description: _(\"Bottles is running in offline mode, so dependencies are not available.\");\n        };\n      }\n\n      StackPage {\n        name: \"page_loading\";\n\n        child: Adw.StatusPage {\n          vexpand: true;\n          hexpand: true;\n\n          Spinner spinner_loading {\n            valign: center;\n          }\n        };\n      }\n\n      StackPage {\n        name: \"page_deps\";\n\n        child: Adw.PreferencesPage {\n          Adw.PreferencesGroup {\n            description: _(\"Dependencies are resources that improve compatibility of Windows software.\\n\\nFiles on this page are provided by third parties under a proprietary license. By installing them, you agree with their respective licensing terms.\");\n\n            ListBox list_dependencies {\n              selection-mode: none;\n\n              styles [\n                \"boxed-list\",\n              ]\n            }\n          }\n        };\n      }\n    }\n  }\n}\n\nPopover pop_context {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    $GtkModelButton btn_report {\n      tooltip-text: _(\"Report a problem or a missing dependency.\");\n      text: _(\"Report Missing Dependency\");\n    }\n\n    $GtkModelButton btn_help {\n      tooltip-text: _(\"Read Documentation.\");\n      text: _(\"Documentation\");\n    }\n  }\n}\n\nBox actions {\n  spacing: 6;\n\n  ToggleButton btn_search {\n    active: bind search_bar.search-mode-enabled no-sync-create bidirectional;\n    tooltip-text: _(\"Search\");\n    icon-name: \"system-search-symbolic\";\n  }\n\n  MenuButton {\n    popover: pop_context;\n    icon-name: \"view-more-symbolic\";\n    tooltip-text: _(\"Secondary Menu\");\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details-installers.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DetailsInstallers: Adw.Bin {\n  Box {\n    orientation: vertical;\n\n    SearchBar search_bar {\n      SearchEntry entry_search {\n        placeholder-text: _(\"Search for Programs…\");\n      }\n    }\n\n    Adw.PreferencesPage pref_page {\n      Adw.PreferencesGroup {\n        description: _(\"Install programs curated by our community.\\n\\nFiles on this page are provided by third parties under a proprietary license. By installing them, you agree with their respective licensing terms.\");\n\n        ListBox list_installers {\n          selection-mode: none;\n\n          styles [\n            \"boxed-list\",\n          ]\n        }\n      }\n    }\n\n    Adw.StatusPage status_page {\n      icon-name: \"system-software-install-symbolic\";\n      title: _(\"No Installers Found\");\n      vexpand: true;\n      hexpand: true;\n      description: _(\"The repository is unreachable or no installer is compatible with this bottle.\");\n    }\n  }\n}\n\nPopover pop_context {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    $GtkModelButton btn_help {\n      tooltip-text: _(\"Read Documentation\");\n      text: _(\"Documentation\");\n    }\n  }\n}\n\nBox actions {\n  spacing: 6;\n\n  ToggleButton btn_toggle_search {\n    active: bind search_bar.search-mode-enabled no-sync-create bidirectional;\n    tooltip-text: _(\"Search\");\n    icon-name: \"system-search-symbolic\";\n  }\n\n  MenuButton {\n    popover: pop_context;\n    icon-name: \"view-more-symbolic\";\n    tooltip-text: _(\"Secondary Menu\");\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details-preferences.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DetailsPreferences: Adw.PreferencesPage {\n  Adw.PreferencesGroup group_details {\n    Adw.EntryRow entry_name {\n      title: _(\"Name\");\n      show-apply-button: true;\n    }\n  }\n\n  Adw.PreferencesGroup {\n    title: _(\"Components\");\n\n    Adw.ComboRow combo_runner {\n      title: _(\"Runner\");\n      subtitle: _(\"The version of the Wine compatibility layer.\");\n\n      Spinner spinner_runner {\n        tooltip-text: _(\"Updating Runner and components, please wait…\");\n        valign: center;\n        visible: false;\n      }\n\n      model: StringList str_list_runner {};\n    }\n\n    Adw.ComboRow combo_dxvk {\n      title: _(\"DXVK\");\n      subtitle: _(\"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\");\n\n      Spinner spinner_dxvk {\n        tooltip-text: _(\"Updating DXVK, please wait…\");\n        valign: center;\n        visible: false;\n      }\n\n      model: StringList str_list_dxvk {};\n    }\n\n    Adw.ComboRow combo_vkd3d {\n      title: _(\"VKD3D\");\n      subtitle: _(\"Improve Direct3D 12 compatibility by translating it to Vulkan.\");\n\n      Spinner spinner_vkd3d {\n        tooltip-text: _(\"Updating VKD3D, please wait…\");\n        valign: center;\n        visible: false;\n      }\n\n      model: StringList str_list_vkd3d {};\n    }\n\n    Adw.ComboRow combo_nvapi {\n      title: _(\"DXVK NVAPI\");\n      visible: false;\n\n      Spinner spinner_nvapi {\n        tooltip-text: _(\"Updating DXVK-NVAPI, please wait…\");\n        valign: center;\n        visible: false;\n      }\n\n      model: StringList str_list_nvapi {};\n    }\n\n    Adw.ComboRow combo_latencyflex {\n      title: _(\"LatencyFleX\");\n      subtitle: _(\"Increase responsiveness. Can be detected by some anti-cheat software.\");\n\n      Spinner spinner_latencyflex {\n        tooltip-text: _(\"Updating LatencyFleX, please wait…\");\n        valign: center;\n        visible: false;\n      }\n\n      model: StringList str_list_latencyflex {};\n    }\n  }\n\n  Adw.PreferencesGroup {\n    title: _(\"Display\");\n\n    Adw.ActionRow row_nvapi {\n      activatable-widget: switch_nvapi;\n      title: _(\"Deep Learning Super Sampling\");\n      subtitle: _(\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works on newer NVIDIA GPUs.\");\n      visible: false;\n\n      Spinner spinner_nvapibool {\n        tooltip-text: _(\"Updating DXVK-NVAPI, please wait…\");\n        valign: center;\n        margin-end: 6;\n      }\n\n      Switch switch_nvapi {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_discrete {\n      visible: false;\n      activatable-widget: switch_discrete;\n      title: _(\"Discrete Graphics\");\n      subtitle: _(\"Use the discrete graphics card to increase performance at the expense of power consumption.\");\n\n      Switch switch_discrete {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_wayland {\n      activatable-widget: switch_wayland;\n      title: _(\"Wayland (Experimental)\");\n      subtitle: _(\"Force the experimental native Wayland driver instead of Xwayland. Requires a Wayland session.\");\n\n      Switch switch_wayland {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_vkbasalt {\n      activatable-widget: switch_vkbasalt;\n      title: _(\"Post-Processing Effects\");\n      subtitle: _(\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\");\n\n      Button btn_manage_vkbasalt {\n        tooltip-text: _(\"Manage Post-Processing Layer settings\");\n        valign: center;\n        icon-name: \"applications-system-symbolic\";\n\n        styles [\n          \"flat\",\n        ]\n      }\n\n      Switch switch_vkbasalt {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_gamescope {\n      activatable-widget: switch_gamescope;\n      title: \"Gamescope\";\n      subtitle: _(\"Manage how games should be displayed on the screen using Gamescope.\");\n\n      Button btn_manage_gamescope {\n        tooltip-text: _(\"Manage Gamescope settings\");\n        valign: center;\n        icon-name: \"applications-system-symbolic\";\n\n        styles [\n          \"flat\",\n        ]\n      }\n\n      Switch switch_gamescope {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_manage_display {\n      title: _(\"Advanced Display Settings\");\n      activatable: true;\n\n      Spinner spinner_display {\n        valign: center;\n        margin-end: 6;\n      }\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n\n        styles [\n          \"dim-label\"\n        ]\n      }\n    }\n  }\n\n  Adw.PreferencesGroup {\n    title: _(\"Performance\");\n\n    Adw.ComboRow combo_sync {\n      tooltip-text: _(\"Enable synchronization to increase performance of multicore processors.\");\n      title: _(\"Synchronization\");\n\n      model: StringList {\n        strings [\n          _(\"System\"),\n          _(\"Esync\"),\n          _(\"Fsync\"),\n        ]\n      };\n    }\n\n    Adw.ActionRow row_mangohud {\n      activatable-widget: switch_mangohud;\n      title: _(\"Monitor Performance\");\n      subtitle: _(\"Display monitoring information such as framerate, temperatures, CPU/GPU load and more on OpenGL and Vulkan using MangoHud.\");\n\n      Button btn_manage_mangohud {\n        tooltip-text: _(\"Manage MangoHud settings\");\n        valign: center;\n        icon-name: \"applications-system-symbolic\";\n\n        styles [\n          \"flat\",\n        ]\n      }\n\n      Switch switch_mangohud {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_gamemode {\n      activatable-widget: switch_gamemode;\n      title: _(\"Feral GameMode\");\n      subtitle: _(\"Apply a set of optimizations to your device. Can improve game performance.\");\n\n      Switch switch_gamemode {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_vmtouch {\n      activatable-widget: switch_vmtouch;\n      title: _(\"Preload Game Files\");\n      subtitle: _(\"Improve loading time when launching the game multiple times. The game will take longer to start for the first time.\");\n\n      Button btn_manage_vmtouch {\n        visible: false;\n        tooltip-text: _(\"Manage vmtouch settings\");\n        valign: center;\n        icon-name: \"applications-system-symbolic\";\n\n        styles [\n          \"flat\",\n        ]\n      }\n\n      Switch switch_vmtouch {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_obsvkc {\n      activatable-widget: switch_obsvkc;\n      title: _(\"OBS Game Capture\");\n      subtitle: _(\"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\");\n\n      Switch switch_obsvkc {\n        valign: center;\n      }\n    }\n  }\n\n  Adw.PreferencesGroup {\n    title: _(\"Compatibility\");\n\n    Adw.ComboRow combo_windows {\n      title: _(\"Windows Version\");\n\n      Spinner spinner_windows {\n        tooltip-text: _(\"Updating Windows version, please wait…\");\n        valign: center;\n        visible: false;\n      }\n\n      model: StringList str_list_windows {};\n    }\n\n    Adw.ComboRow combo_language {\n      title: _(\"Language\");\n      subtitle: _(\"Choose the language to use with programs.\");\n\n      model: StringList str_list_languages {};\n    }\n\n    Adw.ActionRow row_sandbox {\n      activatable-widget: switch_sandbox;\n      title: _(\"Dedicated Sandbox\");\n      subtitle: _(\"Use a restricted/managed environment for this bottle.\");\n\n      Button btn_manage_sandbox {\n        tooltip-text: _(\"Manage the Sandbox Permissions\");\n        valign: center;\n        icon-name: \"applications-system-symbolic\";\n\n        styles [\n          \"flat\",\n        ]\n      }\n\n      Switch switch_sandbox {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_runtime {\n      activatable-widget: switch_runtime;\n      title: _(\"Bottles Runtime\");\n      subtitle: _(\"Provide a bundle of extra libraries for more compatibility. Disable it if you run into issues.\");\n      visible: false;\n\n      Switch switch_runtime {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_winebridge {\n      activatable-widget: switch_winebridge;\n      title: _(\"Use WineBridge\");\n      subtitle: _(\"Start programs through WineBridge by default for this bottle.\");\n\n      Switch switch_winebridge {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_steam_runtime {\n      activatable-widget: switch_steam_runtime;\n      title: _(\"Steam Runtime\");\n      subtitle: _(\"Provide a bundle of extra libraries for more compatibility with Steam games. Disable it if you run into issues.\");\n      visible: false;\n\n      Switch switch_steam_runtime {\n        valign: center;\n      }\n    }\n\n    Adw.ActionRow row_cwd {\n      title: _(\"Working Directory\");\n      activatable-widget: btn_cwd;\n\n      Button btn_cwd_reset {\n        tooltip-text: _(\"Reset to Default\");\n        valign: center;\n        visible: false;\n        icon-name: \"edit-undo-symbolic\";\n\n        styles [\n          \"flat\",\n        ]\n      }\n\n      Button btn_cwd {\n        valign: center;\n\n        Box {\n          spacing: 6;\n\n          Image {\n            icon-name: \"document-open-symbolic\";\n          }\n\n          Label label_cwd {\n            label: _(\"(Default)\");\n          }\n        }\n      }\n    }\n\n    Adw.ActionRow row_overrides {\n      activatable: true;\n      title: _(\"DLL Overrides\");\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n\n        styles [\n          \"dim-label\"\n        ]\n      }\n    }\n\n    Adw.ActionRow row_env_variables {\n      activatable: true;\n      title: _(\"Environment Variables\");\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n\n        styles [\n          \"dim-label\"\n        ]\n      }\n    }\n\n    Adw.ActionRow row_drives {\n      activatable: true;\n      title: _(\"Manage Drives\");\n\n      Image {\n        icon-name: \"go-next-symbolic\";\n\n        styles [\n          \"dim-label\"\n        ]\n      }\n    }\n  }\n\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details-registry-rules.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DetailsRegistryRules: Adw.Bin {\n  Box {\n    orientation: vertical;\n\n    SearchBar search_bar {\n      SearchEntry entry_search {\n        placeholder-text: _(\"Search for rules…\");\n      }\n    }\n\n    Stack stack {\n      transition-type: crossfade;\n\n      StackPage {\n        name: \"page_empty\";\n\n        child: Adw.StatusPage {\n          icon-name: \"document-open-symbolic\";\n          title: _(\"No rules yet\");\n          description: _(\"Create a registry rule to reuse your tweaks across bottles.\");\n          vexpand: true;\n          hexpand: true;\n        };\n      }\n\n      StackPage {\n        name: \"page_rules\";\n\n        child: Adw.PreferencesPage {\n          Adw.PreferencesGroup {\n            description: _(\"Registry rules are stored locally and can be applied to bottles on demand.\");\n\n            ListBox list_rules {\n              selection-mode: none;\n\n              styles [\n                \"boxed-list\",\n              ]\n            }\n          }\n        };\n      }\n    }\n  }\n}\n\nBox actions {\n  spacing: 6;\n\n  ToggleButton btn_search {\n    active: bind search_bar.search-mode-enabled no-sync-create bidirectional;\n    tooltip-text: _(\"Search\");\n    icon-name: \"system-search-symbolic\";\n  }\n\n  Button btn_add_rule {\n    icon-name: \"list-add-symbolic\";\n    tooltip-text: _(\"New Rule\");\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details-taskmanager.blp",
    "content": "using Gtk 4.0;\n\ntemplate $TaskManagerView: ScrolledWindow {\n  TreeView treeview_processes {\n    enable-grid-lines: horizontal;\n\n    [internal-child selection]\n    TreeSelection {}\n  }\n}\n\nBox actions {\n  spacing: 6;\n\n  Button btn_update {\n    tooltip-text: _(\"Refresh\");\n    icon-name: \"view-refresh-symbolic\";\n  }\n\n  Button btn_kill {\n    tooltip-text: _(\"Stop process\");\n    icon-name: \"process-stop-symbolic\";\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details-versioning.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DetailsVersioning: Adw.PreferencesPage {\n  Adw.PreferencesPage pref_page {\n    Adw.Banner banner_dirty {\n      title: _(\"You have unsaved changes. Create a snapshot to save them.\");\n      revealed: false;\n      button-label: _(\"Create Snapshot\");\n    }\n\n    Adw.PreferencesGroup {\n      Adw.ComboRow combo_branch {\n        title: _(\"Branch\");\n        subtitle: _(\"Switch to another workspace.\");\n        model: StringList str_list_branch {};\n\n        [suffix]\n        Button btn_manage_branches {\n          tooltip-text: _(\"Manage Branches\");\n          valign: center;\n          icon-name: \"document-edit-symbolic\";\n          styles [ \"flat\" ]\n        }\n\n        [suffix]\n        Button btn_add_branch {\n          tooltip-text: _(\"Create new Branch\");\n          valign: center;\n          icon-name: \"list-add-symbolic\";\n          styles [ \"flat\" ]\n        }\n      }\n    }\n\n    Adw.PreferencesGroup {\n      Box box_spinner {\n        orientation: vertical;\n        halign: center;\n        valign: center;\n        spacing: 12;\n        margin-top: 24;\n        margin-bottom: 24;\n        visible: false;\n\n        Spinner spinner {\n          width-request: 32;\n          height-request: 32;\n          halign: center;\n        }\n\n        Label label_spinner {\n          label: _(\"Switching branch…\");\n          styles [ \"dim-label\" ]\n        }\n      }\n    }\n\n    Adw.PreferencesGroup {\n      ListBox list_states {\n        selection-mode: none;\n\n        styles [\n          \"boxed-list\",\n        ]\n      }\n    }\n  }\n\n  Adw.StatusPage status_page {\n    icon-name: \"preferences-system-time-symbolic\";\n    title: _(\"No Snapshots Found\");\n    description: _(\"Create your first snapshot to start saving states of your preferences.\");\n  }\n}\n\nPopover pop_context {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    $GtkModelButton btn_help {\n      tooltip-text: _(\"Read Documentation\");\n      text: _(\"Documentation\");\n    }\n  }\n}\n\nBox actions {\n  spacing: 6;\n\n  Button btn_add {\n    tooltip-text: _(\"Create new Snapshot\");\n    icon-name: \"list-add-symbolic\";\n  }\n\n  MenuButton {\n    popover: pop_context;\n    icon-name: \"view-more-symbolic\";\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/details.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $Details: Adw.Bin {\n  Adw.Leaflet leaflet {\n    can-navigate-back: true;\n    can-unfold: false;\n    hexpand: true;\n\n    Box {\n      orientation: vertical;\n\n      Adw.HeaderBar sidebar_headerbar {\n        show-end-title-buttons: false;\n\n        title-widget: Adw.WindowTitle sidebar_title {\n          title: _(\"Details\");\n        };\n\n        [start]\n        Button btn_back {\n          icon-name: \"go-previous-symbolic\";\n          tooltip-text: _(\"Go Back\");\n        }\n\n        [end]\n        Box default_actions {}\n      }\n\n      Box default_view {}\n    }\n\n    Adw.LeafletPage {\n      navigatable: false;\n\n      child: Separator panel_separator {\n        orientation: vertical;\n\n        styles [\n          \"sidebar\",\n        ]\n      };\n    }\n\n    Box content {\n      orientation: vertical;\n\n      Adw.HeaderBar content_headerbar {\n        show-start-title-buttons: false;\n\n        title-widget: Adw.WindowTitle content_title {};\n\n        [start]\n        Button btn_back_sidebar {\n          icon-name: \"go-previous-symbolic\";\n          tooltip-text: _(\"Go Back\");\n          visible: false;\n        }\n\n        [end]\n        Box box_actions {}\n\n        [end]\n        MenuButton btn_operations {\n          visible: false;\n          tooltip-text: _(\"Operations\");\n          popover: pop_tasks;\n\n          Spinner spinner_tasks {}\n\n          styles [\n            \"flat\",\n          ]\n        }\n      }\n\n      Stack stack_bottle {\n        transition-type: crossfade;\n        hexpand: true;\n        vexpand: true;\n      }\n    }\n  }\n}\n\nPopover pop_tasks {\n  Box {\n    orientation: vertical;\n    spacing: 3;\n\n    Box {\n      orientation: vertical;\n\n      ListBox list_tasks {\n        selection-mode: none;\n\n        styles [\n          \"content\",\n        ]\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-bottle-picker.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $BottlePickerDialog: Adw.ApplicationWindow {\n  title: _(\"Select Bottle\");\n  default-width: 450;\n  default-height: 450;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      [start]\n      Button btn_cancel {\n        label: _(\"Cancel\");\n      }\n\n      [end]\n      Button btn_select {\n        label: _(\"Select\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    ScrolledWindow {\n      hexpand: true;\n      vexpand: true;\n\n      ListBox list_bottles {}\n    }\n\n    Button btn_open {\n      label: _(\"Create New Bottle\");\n      margin-top: 6;\n      margin-start: 6;\n      margin-bottom: 6;\n      margin-end: 6;\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-crash-report.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $CrashReportDialog: Adw.Window {\n  resizable: false;\n  deletable: true;\n  modal: true;\n  default-width: 550;\n  title: _(\"Bottles Crash Report\");\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-start-title-buttons: false;\n      show-end-title-buttons: false;\n\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      [end]\n      Button btn_send {\n        label: _(\"Send Report\");\n        sensitive: false;\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Box {\n      spacing: 10;\n      margin-top: 10;\n      margin-start: 10;\n      margin-bottom: 10;\n      margin-end: 10;\n      orientation: vertical;\n\n      Label {\n        halign: start;\n        label: _(\"Bottles crashed last time. Please fill out a report attaching the following traceback to help us identify the problem preventing it from happening again.\");\n        wrap: true;\n      }\n\n      Label label_output {\n        hexpand: true;\n        wrap: true;\n        selectable: true;\n        max-width-chars: 78;\n        xalign: 0;\n\n        styles [\n          \"monospace\",\n          \"terminal\",\n          \"card\",\n        ]\n      }\n\n      Box box_related {\n        visible: false;\n        spacing: 10;\n        orientation: vertical;\n\n        Box {\n          Image {\n            icon-name: \"dialog-warning\";\n          }\n\n          Label label_notice {\n            halign: start;\n            label: _(\"We found one or more similar (or identical) reports. Please make sure to check carefully that it has not already been reported before submitting a new one. Each report requires effort on the part of the developers to diagnose, please respect their work and make sure you don\\'t post duplicates.\");\n            wrap: true;\n            max-width-chars: 78;\n          }\n\n          styles [\n            \"custom_warning\",\n          ]\n        }\n\n        Adw.PreferencesGroup list_reports {}\n\n        Expander {\n          CheckButton check_unlock_send {\n            label: _(\"I still want to report.\");\n            halign: start;\n          }\n\n          [label]\n          Label {\n            label: _(\"Advanced options\");\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-dependency-install.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DependencyInstallDialog: Adw.Window {\n  modal: true;\n  deletable: false;\n  default-width: 500;\n  default-height: 600;\n\n  Box {\n    orientation: vertical;\n    spacing: 18;\n    margin-top: 18;\n    margin-bottom: 18;\n    margin-start: 18;\n    margin-end: 18;\n\n    Adw.HeaderBar {\n      title-widget: Adw.WindowTitle window_title {};\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Box {\n      orientation: vertical;\n      spacing: 6;\n\n      Label label_title {\n          wrap: true;\n          xalign: 0;\n\n          styles [\n          \"title\",\n          \"title-1\",\n          ]\n      }\n\n      Label label_status {\n          wrap: true;\n          xalign: 0;\n\n          styles [\n          \"body\",\n          ]\n      }\n    }\n\n    ProgressBar progress_download {\n      show-text: true;\n      visible: false;\n    }\n\n    ScrolledWindow {\n      vexpand: true;\n      hexpand: true;\n      overflow: hidden;\n\n      child: ListBox steps_list {\n          selection-mode: none;\n\n          styles [\n          \"boxed-list\",\n          ]\n      };\n\n      styles [\n          \"card\",\n      ]\n    }\n\n    Box {\n      halign: end;\n      spacing: 8;\n\n      Spinner spinner_progress {}\n\n      Button btn_close {\n        label: _(\"_Close\");\n        use-underline: true;\n        sensitive: false;\n\n        styles [\n        \"suggested-action\",\n        ]\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-deps-check.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DependenciesCheckDialog: Adw.Window {\n  modal: true;\n  deletable: true;\n  resizable: false;\n  default-width: 550;\n  default-height: 500;\n\n  Adw.Clamp {\n    Adw.StatusPage {\n      icon-name: \"dialog-warning-symbolic\";\n      title: _(\"Incomplete package\");\n      description: _(\"This version of Bottles does not seem to provide all the necessary core dependencies, please contact the package maintainer or use an official version.\");\n\n      Button btn_quit {\n        halign: center;\n        label: _(\"Quit\");\n\n        styles [\n          \"pill\",\n          \"suggested-action\",\n        ]\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-display.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DisplayDialog: Adw.Window {\n  default-width: 500;\n  default-height: 450;\n  modal: true;\n  title: _(\"Display Settings\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-start-title-buttons: false;\n      show-end-title-buttons: false;\n\n      Button {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      [end]\n      Button btn_save {\n        label: _(\"Save\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        Adw.ExpanderRow expander_virtual_desktop {\n          show-enable-switch: true;\n          title: _(\"Virtual Desktop\");\n          subtitle: _(\"Create a virtual environment to place windows inside. Recommended when the application doesn\\'t work as intended.\");\n\n          Adw.ActionRow {\n            title: _(\"Width\");\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n\n              adjustment: Adjustment spin_width {\n                step-increment: 1;\n                upper: 7680;\n              };\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Height\");\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n\n              adjustment: Adjustment spin_height {\n                step-increment: 1;\n                upper: 7680;\n              };\n            }\n          }\n        }\n\n        Adw.ActionRow {\n          activatable-widget: switch_mouse_capture;\n          title: _(\"Fullscreen Mouse Capture\");\n          subtitle: _(\"Let the program capture mouse input when fullscreen.\");\n\n          Switch switch_mouse_capture {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow {\n          activatable-widget: switch_take_focus;\n          title: _(\"Take Focus\");\n          subtitle: _(\"Activate it if the program does not retake focus on switch.\");\n\n          Switch switch_take_focus {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow {\n          activatable-widget: switch_mouse_warp;\n          title: _(\"Mouse Warp\");\n          subtitle: _(\"Change this if you are running into mouse lag or desync.\");\n\n          Switch switch_mouse_warp {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow {\n          activatable-widget: switch_decorated;\n          title: _(\"Window Manager Decorations\");\n          subtitle: _(\"Enable to use the window manager's decorations.\");\n\n          Switch switch_decorated {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Screen Scaling\");\n          subtitle: _(\"Set custom DPI.\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_dpi {\n              step-increment: 1;\n              upper: 480;\n            };\n          }\n        }\n\n        Adw.ComboRow combo_renderer {\n          title: _(\"Renderer\");\n          subtitle: _(\"Select what backend to use for wined3d.\");\n\n          model: StringList {\n            strings [\n              _(\"GL (Default)\"),\n              \"GDI\",\n              \"Vulkan\",\n            ]\n          };\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-dll-overrides.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DLLOverridesDialog: Adw.PreferencesWindow {\n  modal: true;\n  default-width: 500;\n  search-enabled: false;\n  title: _(\"DLL Overrides\");\n\n  Adw.PreferencesPage {\n    Adw.PreferencesGroup {\n      description: _(\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or native (provided by the program).\");\n      title: _(\"DLL Overrides\");\n\n      Adw.EntryRow entry_row {\n        title: _(\"New Override\");\n        show-apply-button: true;\n\n        [suffix]\n        MenuButton menu_invalid_override {\n          valign: center;\n          tooltip-text: _(\"Show Information\");\n          icon-name: \"warning-symbolic\";\n          popover: popover_invalid_override;\n          visible: false;\n\n          styles [\n            \"flat\",\n          ]\n        }\n      }\n    }\n\n    Adw.PreferencesGroup group_overrides {\n      title: _(\"Overrides\");\n    }\n  }\n}\n\nPopover popover_invalid_override {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"This override is already managed by Bottles.\");\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-drives.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DrivesDialog: Adw.Window {\n  modal: true;\n  default-width: 500;\n  default-height: 500;\n  title: _(\"Drives\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {}\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        description: _(\"These are paths from your host system that are mapped and recognized as devices by the runner (e.g. C: D:…).\");\n\n        Adw.ComboRow combo_letter {\n          title: _(\"Letter\");\n\n          model: StringList str_list_letters {};\n\n          Button btn_save {\n            valign: center;\n\n            Image {\n              icon-name: \"object-select-symbolic\";\n            }\n\n            styles [\n              \"flat\",\n            ]\n          }\n        }\n      }\n\n      Adw.PreferencesGroup list_drives {\n        title: _(\"Existing Drives\");\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-duplicate.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DuplicateDialog: Adw.Window {\n  modal: true;\n  default-width: 400;\n  default-height: 400;\n  destroy-with-parent: true;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      title-widget: Adw.WindowTitle {\n        title: _(\"Duplicate Bottle\");\n      };\n\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      ShortcutController {\n        scope: managed;\n\n        Shortcut {\n          trigger: \"Escape\";\n          action: \"action(window.close)\";\n        }\n      }\n\n      [end]\n      Button btn_duplicate {\n        label: _(\"Duplicate\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Stack stack_switcher {\n      Adw.PreferencesPage page_name {\n        Adw.PreferencesGroup {\n          description: _(\"Enter a name for the duplicate of the Bottle.\");\n\n          Adw.EntryRow entry_name {\n            title: _(\"Name\");\n          }\n        }\n      }\n\n      StackPage {\n        name: \"page_duplicating\";\n\n        child: Box page_duplicating {\n          margin-top: 24;\n          margin-bottom: 24;\n          orientation: vertical;\n\n          Label {\n            halign: center;\n            margin-top: 12;\n            margin-bottom: 12;\n            label: _(\"Duplicating…\");\n\n            styles [\n              \"title-1\",\n            ]\n          }\n\n          Label {\n            margin-bottom: 6;\n            label: _(\"This could take a while.\");\n          }\n\n          ProgressBar progressbar {\n            width-request: 300;\n            halign: center;\n            margin-top: 24;\n            margin-bottom: 12;\n          }\n        };\n      }\n\n      StackPage {\n        name: \"page_duplicated\";\n\n        child: Adw.StatusPage page_duplicated {\n          icon-name: \"object-select-symbolic\";\n          title: _(\"Bottle Duplicated\");\n        };\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-env-vars.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $EnvironmentVariablesDialog: Adw.Dialog {\n  content-width: 600;\n  content-height: 800;\n  title: _(\"Environment Variables\");\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        description: _(\"Environment variables are dynamic-named values that can affect the way running processes will behave in your bottle\");\n\n        Adw.EntryRow entry_new_var {\n          title: _(\"New Variable (KEY=VALUE)\");\n          show-apply-button: true;\n        }\n      }\n\n      Adw.PreferencesGroup group_vars {}\n\n      Adw.PreferencesGroup group_inherited {\n        title: _(\"System Environment\");\n        description: _(\"Control which variables from your system are visible to programs inside this bottle\");\n\n        Adw.SwitchRow switch_limit_inherited {\n          title: _(\"Limit system environment\");\n          subtitle: _(\"Only inherit the variables listed below\");\n        }\n\n        Adw.EntryRow entry_new_inherited {\n          title: _(\"Add variable\");\n          show-apply-button: true;\n        }\n\n        Gtk.ListBox list_inherited {\n          selection-mode: none;\n          margin-top: 6;\n\n          styles [\n            \"boxed-list\",\n          ]\n        }\n\n        Gtk.Label label_inherited_empty {\n          wrap: true;\n\n          styles [\n            \"dim-label\",\n          ]\n\n          label: _(\"No variables selected\");\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-exclusion-patterns.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $ExclusionPatternsDialog: Adw.Window {\n  modal: true;\n  default-width: 500;\n  default-height: 500;\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      title-widget: Adw.WindowTitle {\n        title: _(\"Exclusion Patterns\");\n      };\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        description: _(\"Define patterns that will be used to prevent some directories to being versioned.\");\n\n        Adw.EntryRow entry_name {\n          title: _(\"Pattern\");\n          show-apply-button: true;\n        }\n      }\n\n      Adw.PreferencesGroup group_patterns {\n        title: _(\"Existing Patterns\");\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-gamescope.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $GamescopeDialog: Adw.Window {\n  modal: true;\n  default-width: 550;\n  title: _(\"Gamescope Settings\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      [start]\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      [end]\n      Button btn_save {\n        label: _(\"Save\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        description: _(\"Manage how games should be displayed.\");\n      }\n\n      Adw.PreferencesGroup {\n        title: _(\"Game Resolution\");\n        description: _(\"Uses the resolution of the video game as a reference in pixels.\");\n\n        Adw.ActionRow {\n          title: _(\"Width\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_width {\n              step-increment: 1;\n              upper: 7680;\n            };\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Height\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_height {\n              step-increment: 1;\n              upper: 7680;\n            };\n          }\n        }\n      }\n\n      Adw.PreferencesGroup {\n        title: _(\"Window Resolution\");\n        description: _(\"Upscales the resolution when using a resolution higher than the game resolution in pixels.\");\n\n        Adw.ActionRow {\n          title: _(\"Width\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_gamescope_width {\n              step-increment: 1;\n              upper: 7680;\n            };\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Height\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_gamescope_height {\n              step-increment: 1;\n              upper: 7680;\n            };\n          }\n        }\n      }\n\n      Adw.PreferencesGroup {\n        title: _(\"FSR\");\n\n        Adw.ActionRow {\n          title: _(\"Enable\");\n          activatable-widget: switch_fsr;\n\n          Switch switch_fsr {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Sharpening Strength\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_sharpening_strength {\n              step-increment: 4;\n              upper: 20;\n            };\n          }\n        }\n      }\n\n      Adw.PreferencesGroup {\n        title: _(\"Miscellaneous\");\n\n        Adw.ActionRow {\n          title: _(\"Frame Rate Limit\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_fps_limit {\n              step-increment: 1;\n              upper: 244;\n            };\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Frame Rate Limit When Unfocused\");\n\n          SpinButton {\n            numeric: true;\n            valign: center;\n\n            adjustment: Adjustment spin_fps_limit_no_focus {\n              step-increment: 1;\n              upper: 244;\n            };\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Integer Scaling\");\n          activatable-widget: switch_scaling;\n\n          Switch switch_scaling {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Window Type\");\n\n          Box {\n            ToggleButton toggle_borderless {\n              label: _(\"Borderless\");\n              active: true;\n              valign: center;\n            }\n\n            ToggleButton toggle_fullscreen {\n              label: _(\"Fullscreen\");\n              valign: center;\n            }\n\n            styles [\n              \"linked\",\n            ]\n          }\n        }\n\n        Adw.EntryRow entry_custom_options {\n          title: _(\"Custom Gamescope Options\");\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-installer.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $InstallerDialog: Adw.Window {\n  modal: true;\n  deletable: true;\n  default-width: 500;\n  default-height: 600;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      title-widget: Adw.WindowTitle window_title {};\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Stack stack {\n      vexpand: true;\n\n      StackPage page_init {\n        name: \"page_init\";\n\n        child: Box {\n          orientation: vertical;\n          spacing: 10;\n          valign: center;\n          halign: fill;\n\n          Image img_icon {\n            halign: center;\n          }\n\n          Adw.StatusPage status_init {\n            description: _(\"Do you want to proceed with the installation?\");\n            hexpand: true;\n            vexpand: true;\n\n            Button btn_install {\n              label: _(\"Start Installation\");\n              halign: center;\n\n              styles [\n                \"pill\",\n                \"suggested-action\",\n              ]\n            }\n          }\n        };\n      }\n\n      StackPage page_resources {\n        name: \"page_resources\";\n\n        child: Adw.PreferencesPage {\n          Adw.PreferencesGroup group_resources {\n            description: _(\"This installer requires some local resources which cannot be provided otherwise.\");\n          }\n\n          Button btn_proceed {\n            label: _(\"Proceed\");\n            sensitive: false;\n            visible: false;\n            halign: center;\n            valign: center;\n\n            styles [\n              \"pill\",\n              \"suggested-action\",\n            ]\n          }\n        };\n      }\n\n      StackPage page_install {\n        name: \"page_install\";\n\n        child: Box {\n          margin-top: 10;\n          margin-start: 10;\n          margin-bottom: 10;\n          margin-end: 10;\n          orientation: vertical;\n          valign: center;\n          spacing: 5;\n\n          Image img_icon_install {\n            halign: center;\n            margin-bottom: 2;\n          }\n\n          Adw.StatusPage install_status_page {\n            title: \"name\";\n            description: _(\"This could take a while.\");\n\n            ProgressBar progressbar {\n              width-request: 300;\n              halign: center;\n              margin-top: 10;\n              margin-bottom: 12;\n              show-text: true;\n\n              styles [\n                \"installer\",\n              ]\n            }\n          }\n        };\n      }\n\n      StackPage page_installed {\n        name: \"page_installed\";\n\n        child: Adw.StatusPage status_installed {\n          icon-name: \"selection-mode-symbolic\";\n          title: _(\"Completed!\");\n\n          Button btn_close {\n            label: _(\"Show Programs\");\n            halign: center;\n\n            styles [\n              \"pill\",\n              \"suggested-action\",\n            ]\n          }\n        };\n      }\n\n      StackPage page_error {\n        name: \"page_error\";\n\n        child: Adw.StatusPage status_error {\n          icon-name: \"dialog-warning-symbolic\";\n          title: _(\"Installation Failed!\");\n          description: _(\"Something went wrong.\");\n        };\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-journal.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\nPopover pop_menu {\n  Box {\n    orientation: vertical;\n    spacing: 3;\n\n    $GtkModelButton btn_all {\n      text: _(\"All messages\");\n    }\n\n    $GtkModelButton btn_critical {\n      text: _(\"Critical\");\n    }\n\n    $GtkModelButton btn_error {\n      text: _(\"Errors\");\n    }\n\n    $GtkModelButton btn_warning {\n      text: _(\"Warnings\");\n    }\n\n    $GtkModelButton btn_info {\n      text: _(\"Info\");\n    }\n  }\n}\n\ntemplate $JournalDialog: Adw.Window {\n  default-width: 800;\n  default-height: 600;\n  destroy-with-parent: true;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      title-widget: Adw.WindowTitle {\n        title: _(\"Journal Browser\");\n      };\n\n      [title]\n      Box {\n        SearchEntry search_entry {\n          placeholder-text: _(\"Journal Browser\");\n        }\n\n        MenuButton {\n          focus-on-click: false;\n          tooltip-text: _(\"Change Logging Level.\");\n          popover: pop_menu;\n\n          Label label_filter {\n            label: _(\"All\");\n          }\n        }\n\n        styles [\n          \"linked\",\n        ]\n      }\n    }\n\n    ScrolledWindow {\n      hexpand: true;\n      vexpand: true;\n\n      TreeView tree_view {\n        reorderable: true;\n        hexpand: true;\n        vexpand: true;\n\n        [internal-child selection]\n        TreeSelection {}\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-launch-options.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $LaunchOptionsDialog: Adw.Window {\n  modal: true;\n  default-width: 500;\n  title: _(\"Launch Options\");\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      [start]\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      ShortcutController {\n        scope: managed;\n\n        Shortcut {\n          trigger: \"Escape\";\n          action: \"action(window.close)\";\n        }\n      }\n\n      [end]\n      Button btn_save {\n        label: _(\"Save\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        description: _(\"Those arguments will be passed at launch.\");\n        title: _(\"Custom Arguments\");\n\n        Adw.EntryRow entry_arguments {\n          title: _(\"Command Arguments\");\n          tooltip-text: _(\"e.g.: VAR=value %command% -example1 -example2 -example3=hello\");\n        }\n\n        Adw.ActionRow action_pre_script {\n          activatable-widget: btn_pre_script;\n          title: _(\"Pre-run Script\");\n          subtitle: _(\"Choose a script which should be executed before run.\");\n\n          Box {\n            spacing: 6;\n\n            Button btn_pre_script_reset {\n              tooltip-text: _(\"Reset to Default\");\n              valign: center;\n              visible: false;\n              icon-name: \"edit-undo-symbolic\";\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            Button btn_pre_script {\n              tooltip-text: _(\"Choose a Script\");\n              valign: center;\n              icon-name: \"document-open-symbolic\";\n\n              styles [\n                \"flat\",\n              ]\n            }\n          }\n        }\n\n        Adw.EntryRow entry_pre_script_args {\n          title: _(\"Pre-run Script Arguments\");\n            tooltip-text: _(\"e.g.: ludusavi restore --force \\\"Game Name\\\"\");\n          visible: false;\n        }\n\n        Adw.ActionRow action_post_script {\n          activatable-widget: btn_post_script;\n          title: _(\"Post-run Script\");\n          subtitle: _(\"Choose a script which should be executed after run.\");\n\n          Box {\n            spacing: 6;\n\n            Button btn_post_script_reset {\n              tooltip-text: _(\"Reset to Default\");\n              valign: center;\n              visible: false;\n              icon-name: \"edit-undo-symbolic\";\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            Button btn_post_script {\n              tooltip-text: _(\"Choose a Script\");\n              valign: center;\n              icon-name: \"document-open-symbolic\";\n\n              styles [\n                \"flat\",\n              ]\n            }\n          }\n        }\n\n        Adw.EntryRow entry_post_script_args {\n          title: _(\"Post-run Script Arguments\");\n            tooltip-text: _(\"e.g.: ludusavi backup --force \\\"Game Name\\\"\");\n          visible: false;\n        }\n\n        Adw.ActionRow action_cwd {\n          activatable-widget: btn_cwd;\n          title: _(\"Working Directory\");\n          subtitle: _(\"Choose from where start the program.\");\n\n          Box {\n            spacing: 6;\n\n            Button btn_cwd_reset {\n              tooltip-text: _(\"Reset to Default\");\n              valign: center;\n              visible: false;\n              icon-name: \"edit-undo-symbolic\";\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            Button btn_cwd {\n              tooltip-text: _(\"Choose a Directory\");\n              valign: center;\n              icon-name: \"document-open-symbolic\";\n\n              styles [\n                \"flat\",\n              ]\n            }\n          }\n        }\n      }\n\n      Adw.PreferencesGroup {\n        description: _(\"These settings will override the default settings for this executable.\");\n        title: _(\"Preferences Overrides\");\n\n        [header-suffix]\n        Button btn_reset_defaults {\n          tooltip-text: _(\"Reset to Bottle\\'s Defaults\");\n          valign: center;\n          icon-name: \"edit-undo-symbolic\";\n\n          styles [\n            \"flat\",\n          ]\n        }\n\n        Adw.ActionRow action_dxvk {\n          title: \"DXVK\";\n          activatable-widget: switch_dxvk;\n\n          Switch switch_dxvk {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow action_vkd3d {\n          title: \"VKD3D\";\n          activatable-widget: switch_vkd3d;\n\n          Switch switch_vkd3d {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow action_nvapi {\n          title: \"DLSS (DXVK-NVAPI)\";\n          activatable-widget: switch_nvapi;\n\n          Switch switch_nvapi {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow action_winebridge {\n          title: \"WineBridge\";\n          activatable-widget: switch_winebridge;\n\n          Switch switch_winebridge {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow action_gamescope {\n          title: _(\"Gamescope\");\n          activatable-widget: switch_gamescope;\n\n          Switch switch_gamescope {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow action_virt_desktop {\n          title: _(\"Virtual Desktop\");\n          activatable-widget: switch_virt_desktop;\n\n          Switch switch_virt_desktop {\n            valign: center;\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-mangohud.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $MangoHudDialog : Adw.Window {\n default-width: 500;\n  modal: true;\n\n  title:_(\"MangoHud Settings\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-start-title-buttons: false;\n      show-end-title-buttons: false;\n\n      Button {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      [end]\n      Button btn_save {\n        label: _(\"Save\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        Adw.ActionRow {\n          title: _(\"Display On Game Start\");\n          subtitle: _(\"Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).\");\n          activatable-widget: display_on_game_start;\n\n          Switch display_on_game_start {\n            valign: center;\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-playtime-graph.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $PlaytimeGraphDialog: Adw.Window {\n  modal: true;\n  default-height: 600;\n  destroy-with-parent: true;\n  title: _(\"window-title\");\n\n  ShortcutController {\n    scope: managed;\n\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Adw.ToolbarView {\n    [top]\n    Adw.HeaderBar {\n      styles [\n        \"flat\",\n      ]\n\n      [title]\n      Box {\n        orientation: horizontal;\n        halign: center;\n        spacing: 0;\n\n        styles [\n          \"linked\",\n        ]\n\n        ToggleButton btn_view_day {\n          label: _(\"Day\");\n          active: false;\n        }\n\n        ToggleButton btn_view_week {\n          label: _(\"Week\");\n          active: true;\n          group: btn_view_day;\n        }\n\n        ToggleButton btn_view_year {\n          label: _(\"Year\");\n          group: btn_view_day;\n        }\n      }\n    }\n\n    content: Box {\n      orientation: vertical;\n      halign: center;\n      valign: center;\n      width-request: 600;\n      vexpand: true;\n\n      Box {\n        orientation: vertical;\n        margin-top: 24;\n        margin-bottom: 24;\n        margin-start: 18;\n        margin-end: 18;\n        spacing: 24;\n        // Current period stats\n        Box {\n          orientation: vertical;\n          spacing: 0;\n\n          styles [\n            \"card\",\n          ]\n\n          Box {\n            orientation: horizontal;\n            spacing: 12;\n            homogeneous: true;\n            margin-top: 12;\n            margin-bottom: 12;\n            margin-start: 12;\n            margin-end: 12;\n\n            Box {\n              orientation: vertical;\n              spacing: 6;\n\n              Label {\n                label: _(\"Today\");\n                halign: start;\n\n                styles [\n                  \"dim-label\",\n                ]\n              }\n\n              Label label_today_time {\n                label: \"0m\";\n                halign: start;\n\n                styles [\n                  \"title-1\",\n                ]\n              }\n\n              Label label_program_title {\n                label: \"Program Name\";\n                halign: start;\n                hexpand: true;\n\n                styles [\n                  \"caption\",\n                  \"dim-label\",\n                ]\n              }\n            }\n\n            Box {\n              orientation: vertical;\n              spacing: 6;\n\n              Label label_week_label {\n                label: _(\"Weekly\");\n                halign: start;\n\n                styles [\n                  \"dim-label\",\n                ]\n              }\n\n              Label label_week_time {\n                label: \"0h 0m\";\n                halign: start;\n\n                styles [\n                  \"title-1\",\n                ]\n              }\n\n              Label label_week_avg {\n                label: _(\"Average: 0h 0m\");\n                halign: start;\n\n                styles [\n                  \"caption\",\n                  \"dim-label\",\n                ]\n              }\n            }\n          }\n        }\n\n        // Chart area with card background\n        Box {\n          orientation: vertical;\n          spacing: 0;\n          vexpand: false;\n\n          styles [\n            \"card\",\n          ]\n\n          Box {\n            orientation: vertical;\n            spacing: 12;\n            margin-top: 12;\n            margin-bottom: 12;\n            margin-start: 12;\n            margin-end: 12;\n            // Bar chart container\n            Box chart_container {\n              orientation: vertical;\n              spacing: 0;\n              valign: end;\n              // PlaytimeChart widget will be added here programmatically\n            }\n\n            Separator {\n              styles [\n                \"spacer\",\n              ]\n            }\n\n            // Chart navigation\n            Box {\n              orientation: horizontal;\n              spacing: 12;\n\n              Button btn_prev {\n                icon-name: \"go-previous-symbolic\";\n                valign: center;\n                tooltip-text: _(\"Previous Week\");\n\n                styles [\n                  \"circular\",\n                ]\n              }\n\n              Label label_date_range {\n                label: \"Nov 2 – Nov 8\";\n                hexpand: true;\n                halign: center;\n                valign: center;\n\n                styles [\n                  \"title-4\",\n                ]\n              }\n\n              Button btn_next {\n                icon-name: \"go-next-symbolic\";\n                valign: center;\n                tooltip-text: _(\"Next Week\");\n\n                styles [\n                  \"circular\",\n                ]\n              }\n            }\n          }\n        }\n\n        // Total stats\n        Box {\n          orientation: vertical;\n          spacing: 12;\n\n          Box {\n            orientation: vertical;\n\n            styles [\n              \"card\",\n            ]\n\n            Box {\n              orientation: horizontal;\n              spacing: 24;\n              margin-top: 12;\n              margin-bottom: 12;\n              margin-start: 12;\n              margin-end: 12;\n\n              Box {\n                orientation: vertical;\n                spacing: 6;\n\n                Label label_total_time {\n                  label: \"0h 0m\";\n                  halign: start;\n\n                  styles [\n                    \"title-2\",\n                  ]\n                }\n\n                Label {\n                  label: _(\"Total Playtime\");\n                  halign: start;\n\n                  styles [\n                    \"dim-label\",\n                  ]\n                }\n              }\n\n              Box {\n                orientation: vertical;\n                spacing: 6;\n\n                Label label_sessions_count {\n                  label: \"0\";\n                  halign: start;\n\n                  styles [\n                    \"title-2\",\n                  ]\n                }\n\n                Label {\n                  label: _(\"Sessions\");\n                  halign: start;\n\n                  styles [\n                    \"dim-label\",\n                  ]\n                }\n              }\n\n              Box {\n                orientation: vertical;\n                spacing: 6;\n\n                Label label_last_played {\n                  label: _(\"Never\");\n                  halign: start;\n\n                  styles [\n                    \"title-2\",\n                  ]\n                }\n\n                Label {\n                  label: _(\"Last Played\");\n                  halign: start;\n\n                  styles [\n                    \"dim-label\",\n                  ]\n                }\n              }\n            }\n          }\n        }\n      }\n    };\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-proton-alert.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $ProtonAlertDialog: Adw.Window {\n  title: _(\"Proton Disclaimer\");\n  default-width: 500;\n  default-height: 380;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      [start]\n      Button btn_cancel {\n        label: _(\"Cancel\");\n      }\n\n      [end]\n      Button btn_use {\n        label: _(\"Use Proton\");\n        sensitive: false;\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Label {\n      margin-top: 10;\n      margin-start: 10;\n      margin-end: 10;\n      wrap: true;\n      label: _(\"Beware, using Proton-based runners in non-Steam bottles can cause problems and prevent them from behaving correctly.\\n\\nWe recommend using Wine-GE rather, a version of Proton meant to run outside of Steam.\\n\\nProceeding will automatically enable the Steam runtime (if present in the system and detected by Bottles) in order to allow it to access the necessary libraries and limit compatibility problems. Be aware that GloriousEggroll, the runner\\'s provider, is not responsible for any problems and we ask that you do not report to them.\");\n    }\n\n    CheckButton check_confirm {\n      margin-top: 10;\n      margin-bottom: 10;\n      margin-start: 10;\n      margin-end: 10;\n      label: _(\"I got it.\");\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-registry-rules.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $RegistryRulesDialog: Adw.Dialog {\n  title: _(\"Registry Rule\");\n  content-width: 540;\n  content-height: 520;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Adw.PreferencesPage {\n      title: _(\"Registry Rule\");\n\n      Adw.PreferencesGroup {\n        description: _(\"Define registry keys to apply and when they should trigger.\");\n\n        Adw.EntryRow entry_rule_name {\n          title: _(\"Name\");\n          show-apply-button: false;\n        }\n\n        Adw.EntryRow entry_rule_description {\n          title: _(\"Description\");\n          show-apply-button: false;\n        }\n\n        Adw.ExpanderRow row_triggers {\n          title: _(\"Triggers\");\n          subtitle: _(\"Select when this rule should be applied.\");\n\n          Box {\n            orientation: vertical;\n            spacing: 6;\n\n            CheckButton chk_trigger_components {\n              label: _(\"Component changes\");\n            }\n\n            CheckButton chk_trigger_dependencies {\n              label: _(\"Dependencies changes\");\n            }\n\n            CheckButton chk_trigger_start_program {\n              label: _(\"Start program\");\n            }\n\n            CheckButton chk_trigger_stop_program {\n              label: _(\"Stop program\");\n            }\n\n            CheckButton chk_trigger_all {\n              label: _(\"All triggers\");\n            }\n          }\n        }\n\n        Adw.ExpanderRow {\n          title: _(\"Registry keys\");\n          subtitle: _(\"Paste .reg content to run for this rule.\");\n\n          ScrolledWindow {\n            height-request: 220;\n\n            TextView text_keys {\n              monospace: true;\n              wrap-mode: word_char;\n            }\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Run Once\");\n          subtitle: _(\"Apply this rule only a single time per bottle.\");\n          activatable-widget: switch_run_once;\n\n          Switch switch_run_once {\n            valign: center;\n          }\n        }\n\n        Button btn_save_rule {\n          label: _(\"Save Rule\");\n          halign: end;\n          margin-top: 6;\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-rename.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $RenameDialog: Adw.Window {\n  modal: true;\n  deletable: false;\n  default-width: 550;\n  title: _(\"Rename\");\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      [start]\n      Button btn_cancel {\n        label: _(\"Cancel\");\n      }\n\n      [end]\n      Button btn_save {\n        label: _(\"Save\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        description: _(\"Choose a new name for the selected program.\");\n\n        Adw.EntryRow entry_name {\n          title: _(\"New Name\");\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-run-args.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $RunArgsDialog: Window {\n  modal: true;\n  default-width: 550;\n  destroy-with-parent: true;\n\n  [titlebar]\n  HeaderBar {\n    show-title-buttons: false;\n\n    title-widget: Adw.WindowTitle {\n      title: _(\"Run With Arguments\");\n    };\n\n    [start]\n    Button btn_cancel {\n      label: _(\"Cancel\");\n\n      ShortcutController {\n        scope: managed;\n\n        Shortcut {\n          trigger: \"Escape\";\n          action: \"activate\";\n        }\n      }\n    }\n\n    [end]\n    Button btn_run {\n      label: _(\"Run\");\n\n      styles [\n        \"suggested-action\",\n      ]\n    }\n  }\n\n  Adw.PreferencesPage {\n    Adw.PreferencesGroup {\n      description: _(\"Write below the arguments to be passed to the executable.\");\n\n      Adw.EntryRow entry_args {\n        title: _(\"e.g.: -opengl -SkipBuildPatchPrereq\");\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-sandbox.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $SandboxDialog: Adw.Window {\n  modal: true;\n  deletable: true;\n  default-width: 550;\n  title: _(\"Sandbox Settings\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {}\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        Adw.ActionRow {\n          title: _(\"Share Network\");\n          activatable-widget: switch_net;\n\n          Switch switch_net {\n            valign: center;\n          }\n        }\n\n        Adw.ActionRow {\n          title: _(\"Share Sound\");\n          activatable-widget: switch_sound;\n\n          Switch switch_sound {\n            valign: center;\n          }\n        }\n\n      }\n\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-upgrade-versioning.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $UpgradeVersioningDialog: Adw.Window {\n  modal: true;\n  default-width: 500;\n  default-height: 400;\n  destroy-with-parent: true;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      title-widget: Adw.WindowTitle {\n        title: _(\"Upgrade Needed\");\n      };\n\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      ShortcutController {\n        scope: managed;\n\n        Shortcut {\n          trigger: \"Escape\";\n          action: \"action(window.close)\";\n        }\n      }\n\n      [end]\n      Button btn_proceed {\n        label: _(\"Continue\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n\n      [end]\n      Button btn_upgrade {\n        label: _(\"Launch upgrade\");\n        visible: false;\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Stack stack_switcher {\n      StackPage {\n        name: \"page_status\";\n\n        child: Adw.StatusPage status_page {\n          icon-name: \"preferences-system-time-symbolic\";\n          title: _(\"New Versioning System\");\n          vexpand: true;\n          hexpand: true;\n          description: _(\"The new bottle versioning system has landed.\");\n        };\n      }\n\n      StackPage {\n        name: \"page_info\";\n\n        child: Label {\n          margin-top: 10;\n          margin-start: 10;\n          margin-end: 10;\n          wrap: true;\n          label: _(\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\\nTo continue using versioning we need to re-initialize the bottle repository. This will not delete data from your bottle but will delete all existing snapshots and create a new one.\\n\\nIf you need to go back to a previous snapshot before continuing, close this window and restore the snapshot, then reopen the bottle to show this window again.\\n\\nThe old system will be discontinued in one of the next releases.\");\n        };\n      }\n\n      StackPage {\n        name: \"page_upgrading\";\n\n        child: Box page_upgrading {\n          margin-top: 24;\n          margin-bottom: 24;\n          orientation: vertical;\n          vexpand: true;\n          hexpand: true;\n\n          Label {\n            halign: center;\n            margin-top: 12;\n            margin-bottom: 12;\n            label: _(\"Re-initializing Repository…\");\n\n            styles [\n              \"title-1\",\n            ]\n          }\n\n          Label {\n            margin-bottom: 6;\n            label: _(\"This could take a while.\");\n          }\n\n          ProgressBar progressbar {\n            width-request: 300;\n            halign: center;\n            margin-top: 24;\n            margin-bottom: 12;\n          }\n        };\n      }\n\n      StackPage {\n        name: \"page_finish\";\n\n        child: Adw.StatusPage page_finish {\n          vexpand: true;\n          hexpand: true;\n          icon-name: \"object-select-symbolic\";\n          title: _(\"Done! Please restart Bottles.\");\n        };\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-versioning-branch.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $VersioningBranchDialog: Adw.PreferencesDialog {\n  title: _(\"Create Branch\");\n\n  Adw.PreferencesPage {\n    Adw.PreferencesGroup {\n      description: _(\"A branch is an independent workspace where you can make changes without affecting the main timeline.\");\n\n      Adw.EntryRow entry_name {\n        title: _(\"Branch Name\");\n        show-apply-button: true;\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-versioning-commit.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $VersioningCommitDialog: Adw.PreferencesDialog {\n  title: _(\"Create Snapshot\");\n\n  Adw.PreferencesPage {\n    Adw.PreferencesGroup {\n      description: _(\"A snapshot saves the current state of your bottle, so you can restore it later if something goes wrong.\");\n\n      Adw.EntryRow entry_message {\n        title: _(\"Commit Message\");\n        show-apply-button: true;\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-versioning-manage-branches.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $VersioningManageBranchesDialog: Adw.PreferencesDialog {\n  title: _(\"Manage Branches\");\n  width-request: 450;\n  height-request: 400;\n  Adw.PreferencesPage {\n    Adw.PreferencesGroup {\n      ListBox list_branches {\n        selection-mode: none;\n\n        styles [\n          \"boxed-list\",\n        ]\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-versioning-settings.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $VersioningSettingsDialog: Adw.Window {\n  modal: true;\n  deletable: true;\n  default-width: 550;\n  title: _(\"Snapshot Settings\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {}\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        Adw.ActionRow {\n          activatable-widget: switch_auto_versioning;\n          title: _(\"Automatic Snapshots\");\n          subtitle: _(\"Automatically create snapshots before installing software or changing settings.\");\n\n          Switch switch_auto_versioning {\n            valign: center;\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-vkbasalt.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $VkBasaltDialog: Adw.Window {\n  default-width: 500;\n  default-height: 500;\n  modal: true;\n\n  /* Translators: vkBasalt is a Vulkan post processing layer for Linux */\n  title: _(\"Post-Processing Effects Settings\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-start-title-buttons: false;\n      show-end-title-buttons: false;\n\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      [end]\n      Button btn_save {\n        label: _(\"Save\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        title: _(\"Default\");\n\n        Adw.ActionRow {\n          activatable-widget: switch_default;\n          title: _(\"Default Settings\");\n\n          Switch switch_default {\n            valign: center;\n          }\n        }\n      }\n\n      Adw.PreferencesGroup group_effects {\n        description: _(\"Effects are applied according to the list order.\");\n        title: _(\"Effects\");\n\n        Adw.ExpanderRow expander_cas {\n          show-enable-switch: true;\n          title: _(\"Contrast Adaptive Sharpening\");\n\n          Adw.ActionRow {\n            title: _(\"Sharpness\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_cas_sharpness;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n              digits: 2;\n\n              adjustment: Adjustment spin_cas_sharpness {\n                lower: -1.0;\n                step-increment: 0.1;\n                upper: 1.0;\n              };\n            }\n          }\n        }\n\n        Adw.ExpanderRow expander_dls {\n          show-enable-switch: true;\n\n          /* Translators: Luma is not translatable */\n          title: _(\"Denoised Luma Sharpening\");\n\n          Adw.ActionRow {\n            title: _(\"Sharpness\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_dls_sharpness;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n              digits: 2;\n\n              adjustment: Adjustment spin_dls_sharpness {\n                step-increment: 0.1;\n                upper: 1.0;\n              };\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Denoise\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_dls_denoise;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n              digits: 2;\n\n              adjustment: Adjustment spin_dls_denoise {\n                step-increment: 0.1;\n                upper: 1.0;\n              };\n            }\n          }\n        }\n\n        Adw.ExpanderRow expander_fxaa {\n          show-enable-switch: true;\n          title: _(\"Fast Approximate Anti-Aliasing\");\n\n          Adw.ActionRow {\n            title: _(\"Subpixel Quality\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_fxaa_subpixel_quality;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n              digits: 2;\n\n              adjustment: Adjustment spin_fxaa_subpixel_quality {\n                step-increment: 0.1;\n                upper: 1.0;\n              };\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Quality Edge Threshold\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_fxaa_quality_edge_threshold;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n              digits: 2;\n\n              adjustment: Adjustment spin_fxaa_quality_edge_threshold {\n                step-increment: 0.1;\n                upper: 1.0;\n              };\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Quality Edge Threshold Minimum\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_fxaa_quality_edge_threshold_min;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n              digits: 2;\n\n              adjustment: Adjustment spin_fxaa_quality_edge_threshold_min {\n                step-increment: 0.01;\n                upper: 0.1;\n              };\n            }\n          }\n        }\n\n        Adw.ExpanderRow expander_smaa {\n          show-enable-switch: true;\n          title: _(\"Subpixel Morphological Anti-Aliasing\");\n\n          Adw.ActionRow {\n            title: _(\"Edge Detection\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_edge_detection;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            Box {\n              ToggleButton toggle_luma {\n                label: _(\"Luma\");\n                active: true;\n                valign: center;\n              }\n\n              ToggleButton toggle_color {\n                label: _(\"Color\");\n                valign: center;\n              }\n\n              styles [\n                \"linked\",\n              ]\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Threshold\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_smaa_threshold;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n              digits: 2;\n\n              adjustment: Adjustment spin_smaa_threshold {\n                step-increment: 0.05;\n                upper: 0.5;\n              };\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Max Search Steps\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_smaa_max_search_steps;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n\n              adjustment: Adjustment spin_smaa_max_search_steps {\n                step-increment: 10;\n                upper: 112;\n              };\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Max Search Steps Diagonal\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_smaa_max_search_steps_diagonal;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n\n              adjustment: Adjustment spin_smaa_max_search_steps_diagonal {\n                step-increment: 2;\n                upper: 20;\n              };\n            }\n          }\n\n          Adw.ActionRow {\n            title: _(\"Max Corner Rounding\");\n\n            MenuButton {\n              valign: center;\n              tooltip-text: _(\"Show Information\");\n              icon-name: \"info-symbolic\";\n              popover: popover_smaa_corner_rounding;\n\n              styles [\n                \"flat\",\n              ]\n            }\n\n            SpinButton {\n              numeric: true;\n              valign: center;\n\n              adjustment: Adjustment spin_smaa_corner_rounding {\n                step-increment: 10;\n                upper: 100;\n              };\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\nPopover popover_cas_sharpness {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    valign: center;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"CAS sharpness increases the sharpness of a frame. Higher values make the frame sharper, whereas values lower than 0 make the frame softer than native.\");\n  }\n}\n\nPopover popover_dls_sharpness {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"DLS sharpness increases the sharpness of a frame. Higher values make the frame sharper.\");\n  }\n}\n\nPopover popover_dls_denoise {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"DLS denoise decreases the noise of a frame. Higher values make the frame softer.\");\n  }\n}\n\nPopover popover_fxaa_subpixel_quality {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher values make the frame softer.\");\n  }\n}\n\nPopover popover_fxaa_quality_edge_threshold {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"FXAA edge threshold is the minimum amount of contrast required to apply the FXAA algorithm. Higher values make the frame have more contrast.\");\n  }\n}\n\nPopover popover_fxaa_quality_edge_threshold_min {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 60;\n    label: _(\"FXAA quality edge threshold minimum is the minimum value of dark pixels that are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels below the specified value and can lead to a performance increase.\");\n  }\n}\n\nPopover popover_edge_detection {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"Luma detects edges from a monochrome perspective, whereas Color detects edges based on colors. Luma is more performant than Color.\");\n  }\n}\n\nPopover popover_smaa_threshold {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"SMAA threshold specifies the sensitivity of edge detection. Lower values detect more edges at the expense of performance.\");\n  }\n}\n\nPopover popover_smaa_max_search_steps {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"SMAA max search steps specifies how many horizontal and vertical search steps are performed when searching for edges.\");\n  }\n}\n\nPopover popover_smaa_max_search_steps_diagonal {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"SMAA max diagonal search steps specifies how many diagonal search steps are performed when searching for edges.\");\n  }\n}\n\nPopover popover_smaa_corner_rounding {\n  Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"SMAA corner rounding specifies the strength of rounding edge corners.\");\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-vmtouch.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $VmtouchDialog: Adw.Window {\n  modal: true;\n  default-width: 550;\n  title: _(\"Vmtouch Settings\");\n\n  ShortcutController {\n    Shortcut {\n      trigger: \"Escape\";\n      action: \"action(window.close)\";\n    }\n  }\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      [start]\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n        action-name: \"window.close\";\n      }\n\n      [end]\n      Button btn_save {\n        label: _(\"Save\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.PreferencesGroup {\n        title: _(\"Files to cache\");\n        description: _(\"Select which files should be cached alongside the main executable.\");\n\n        Adw.ActionRow {\n          title: _(\"Cache work directory\");\n          activatable-widget: switch_cache_cwd;\n\n          Switch switch_cache_cwd {\n            valign: center;\n          }\n        }\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dialog-winebridge-update.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $WineBridgeUpdateDialog: Adw.Window {\n  modal: true;\n  default-width: 520;\n  default-height: 420;\n  destroy-with-parent: true;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-end-title-buttons: false;\n\n      title-widget: Adw.WindowTitle window_title {};\n\n      Button btn_cancel {\n        label: _(\"_Cancel\");\n        use-underline: true;\n      }\n\n      [end]\n      Button btn_close {\n        label: _(\"_Close\");\n        use-underline: true;\n        visible: false;\n      }\n\n      [end]\n      Button btn_update {\n        label: _(\"Update\");\n\n        styles [\n          \"suggested-action\",\n        ]\n      }\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Stack stack_switcher {\n      StackPage {\n        name: \"page_status\";\n\n        child: Box {\n          margin-top: 18;\n          margin-start: 18;\n          margin-end: 18;\n          margin-bottom: 12;\n          orientation: vertical;\n          spacing: 12;\n\n          Adw.StatusPage status_page {\n            icon-name: \"software-update-available-symbolic\";\n            vexpand: true;\n            hexpand: true;\n          }\n        };\n      }\n\n      StackPage {\n        name: \"page_progress\";\n\n        child: Adw.StatusPage status_progress {\n          icon-name: \"folder-download-symbolic\";\n          title: _(\"Updating WineBridge…\");\n          description: _(\"Please wait while WineBridge is downloading and installing.\");\n          vexpand: true;\n          hexpand: true;\n\n          child: Box {\n            orientation: vertical;\n            spacing: 12;\n            halign: center;\n            valign: center;\n\n            Label label_status {\n              wrap: true;\n              xalign: 0.5;\n            }\n\n            ProgressBar progressbar {\n              width-request: 260;\n              show-text: true;\n            }\n          };\n        };\n      }\n\n      StackPage {\n        name: \"page_done\";\n\n        child: Adw.StatusPage status_done {\n          icon-name: \"object-select-symbolic\";\n          title: _(\"WineBridge is up to date\");\n          description: _(\"You can now continue using Bottles with the latest WineBridge release.\");\n          vexpand: true;\n          hexpand: true;\n        };\n      }\n\n      StackPage {\n        name: \"page_error\";\n\n        child: Adw.StatusPage status_error {\n          icon-name: \"dialog-error-symbolic\";\n          title: _(\"WineBridge update failed\");\n          description: _(\"Check your connection or try again later.\");\n          vexpand: true;\n          hexpand: true;\n        };\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/dll-override-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DLLEntry: Adw.ComboRow {\n  title: \"DLL Name\";\n\n  model: StringList {\n    strings [\n      _(\"Builtin (Wine)\"),\n      _(\"Native (Windows)\"),\n      _(\"Builtin, then Native\"),\n      _(\"Native, then Builtin\"),\n      _(\"Disabled\")\n    ]\n  };\n\n  Button btn_remove {\n    valign: center;\n    icon-name: \"user-trash-symbolic\";\n    tooltip-text: _(\"Remove\");\n\n    styles [\n      \"flat\",\n    ]\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/drive-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $DriveEntry: Adw.ActionRow {\n  title: \"C:\";\n  subtitle: _(\"/point/to/path\");\n\n  Box {\n    spacing: 6;\n\n    Button btn_remove {\n      valign: center;\n      tooltip-text: _(\"Remove\");\n      icon-name: \"user-trash-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Button btn_path {\n      valign: center;\n      tooltip-text: _(\"Choose a Directory\");\n      icon-name: \"document-open-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/eagle.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $EagleView : Gtk.Box {\n  orientation: vertical;\n\n  Adw.Banner banner_disclaimer {\n    title: _(\"Suggestions are based on technical analysis and do not guarantee compatibility.\");\n    revealed: false;\n  }\n\n  Adw.ViewStack stack {\n    vexpand: true;\n\n    Adw.ViewStackPage {\n      name: \"console\";\n      child: Gtk.Box {\n        orientation: vertical;\n        spacing: 12;\n        margin-top: 24;\n        margin-bottom: 24;\n        margin-start: 24;\n        margin-end: 24;\n\n        Adw.StatusPage {\n          title: _(\"Analysing Executable\");\n          description: _(\"Eagle is inspecting the binary structure, dependencies and patterns.\");\n          icon-name: \"com.usebottles.eagle-symbolic\";\n          vexpand: false;\n        }\n\n        Gtk.ScrolledWindow scrolled_steps {\n          vexpand: true;\n          styles [\"card\"]\n\n          Gtk.ListBox steps_list {\n            selection-mode: none;\n            styles [\"boxed-list\"]\n          }\n        }\n      };\n    }\n\n    Adw.ViewStackPage {\n      name: \"results\";\n      child: Adw.PreferencesPage {\n        Adw.PreferencesGroup group_results {\n          title: _(\"Analysis Results\");\n          description: _(\"Binary details and detected frameworks.\");\n        }\n\n        Adw.PreferencesGroup group_warnings {\n          title: _(\"Compatibility Warnings\");\n          description: _(\"Issues that may prevent this program from running.\");\n          visible: false;\n\n          Gtk.ListBox list_warnings {\n            selection-mode: none;\n            styles [\"boxed-list\"]\n          }\n        }\n\n        Adw.PreferencesGroup group_dependencies {\n          title: _(\"Recommended Dependencies\");\n          description: _(\"Libraries or runtimes required by this program.\");\n          visible: false;\n\n          Gtk.ListBox list_dependencies {\n            selection-mode: none;\n            styles [\"boxed-list\"]\n          }\n        }\n\n        Adw.PreferencesGroup {\n          title: _(\"Optimizations\");\n          description: _(\"Suggested configuration overrides for this program.\");\n\n          Gtk.ListBox list_suggestions {\n            selection-mode: none;\n            styles [\"boxed-list\"]\n          }\n        }\n\n        Adw.PreferencesGroup group_files {\n          title: _(\"Extraction Details\");\n          description: _(\"Files analyzed during deep scan.\");\n          visible: false;\n\n          Adw.ExpanderRow label_files {\n            title: _(\"Analysed Files\");\n            icon-name: \"text-x-generic-symbolic\";\n          }\n        }\n      };\n    }\n  }\n\n  Gtk.ActionBar {\n    revealed: bind btn_launch.visible;\n    [start]\n    Gtk.Button btn_report {\n      icon-name: \"document-properties-symbolic\";\n      tooltip-text: _(\"View Full Report\");\n      visible: false;\n      styles [\"flat\"]\n    }\n    [center]\n    Gtk.Button btn_launch {\n      label: _(\"Add and Launch Program\");\n      visible: false;\n      styles [\"suggested-action\", \"pill\"]\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/env-var-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $EnvironmentVariableEntryRow: Adw.EntryRow {\n  show-apply-button: true;\n\n  Button btn_remove {\n    valign: center;\n    icon-name: \"user-trash-symbolic\";\n    tooltip-text: _(\"Remove\");\n\n    styles [\n      \"flat\",\n    ]\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/exclusion-pattern-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $ExclusionPatternEntry: Adw.ActionRow {\n  title: _(\"Value\");\n\n  Button btn_remove {\n    valign: center;\n    icon-name: \"user-trash-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/help-overlay.blp",
    "content": "using Gtk 4.0;\n\nShortcutsWindow help_overlay {\n  modal: true;\n\n  ShortcutsSection {\n    section-name: \"shortcuts\";\n    max-height: 10;\n\n    ShortcutsGroup {\n      title: C_(\"shortcut window\", \"General\");\n\n      ShortcutsShortcut {\n        title: C_(\"shortcut window\", \"New Bottle\");\n        action-name: \"app.new\";\n      }\n\n      ShortcutsShortcut {\n        title: C_(\"shortcut window\", \"Import Bottle\");\n        action-name: \"app.import\";\n      }\n\n      ShortcutsShortcut {\n        title: C_(\"shortcut window\", \"Preferences\");\n        action-name: \"app.preferences\";\n      }\n\n      ShortcutsShortcut {\n        title: C_(\"shortcut window\", \"Documentation\");\n        action-name: \"app.help\";\n      }\n\n      ShortcutsShortcut {\n        title: C_(\"shortcut window\", \"Show Shortcuts\");\n        action-name: \"win.show-help-overlay\";\n      }\n\n      ShortcutsShortcut {\n        title: C_(\"shortcut window\", \"Quit\");\n        action-name: \"app.quit\";\n      }\n\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/importer-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\nPopover pop_actions {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    spacing: 3;\n\n    $GtkModelButton btn_browse {\n      text: _(\"Browse Files\");\n    }\n  }\n}\n\ntemplate $ImporterEntry: Adw.ActionRow {\n  /* Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program */\n  title: _(\"Wine prefix name\");\n\n  Box {\n    spacing: 6;\n\n    Label label_manager {\n      valign: center;\n      label: _(\"Manager\");\n\n      styles [\n        \"tag\",\n        \"caption\",\n      ]\n    }\n\n    Image img_lock {\n      visible: false;\n      tooltip-text: _(\"This Wine prefix was already imported in Bottles.\");\n      valign: center;\n      icon-name: \"channel-secure-symbolic\";\n\n      styles [\n        \"tag\",\n        \"caption\",\n      ]\n    }\n\n    Button btn_import {\n      valign: center;\n\n      Image {\n        icon-name: \"document-save-symbolic\";\n      }\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Separator {\n      margin-top: 12;\n      margin-bottom: 12;\n    }\n\n    MenuButton {\n      valign: center;\n      popover: pop_actions;\n      icon-name: \"view-more-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/importer.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $ImporterView: Adw.Bin {\n  Box {\n    orientation: vertical;\n\n    HeaderBar headerbar {\n      title-widget: Adw.WindowTitle window_title {};\n\n      [start]\n      Button btn_back {\n        tooltip-text: _(\"Go Back\");\n        icon-name: \"go-previous-symbolic\";\n      }\n\n      [end]\n      Box box_actions {\n        spacing: 6;\n\n        Box box_import_progress {\n          visible: false;\n          spacing: 4;\n          tooltip-text: _(\"Import in progress…\");\n\n          Spinner spinner_import {}\n\n          Label label_import_progress {\n            styles [\"dim-label\", \"caption\"]\n          }\n        }\n\n        MenuButton btn_import_backup {\n          tooltip-text: _(\"Import a Bottle backup\");\n          popover: pop_backup;\n          icon-name: \"document-send-symbolic\";\n        }\n\n        Button btn_find_prefixes {\n          tooltip-text: _(\"Search again for prefixes\");\n          icon-name: \"view-refresh-symbolic\";\n        }\n      }\n    }\n\n    Adw.PreferencesPage {\n      Adw.StatusPage status_page {\n        vexpand: true;\n        icon-name: \"document-save-symbolic\";\n        title: _(\"No Prefixes Found\");\n        description: _(\"No external prefixes were found. Does Bottles have access to them?\\nUse the icon on the top to import a bottle from a backup.\");\n      }\n\n      Adw.PreferencesGroup group_prefixes {\n        visible: false;\n\n        ListBox list_prefixes {\n          styles [\n            \"boxed-list\",\n          ]\n        }\n      }\n    }\n  }\n}\n\nPopover pop_backup {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    $GtkModelButton btn_import_config {\n      tooltip-text: _(\"This is just the bottle configuration, it\\'s perfect if you want to create a new one but without personal files.\");\n      text: _(\"Configuration\");\n    }\n\n    $GtkModelButton btn_import_full {\n      tooltip-text: _(\"This is the complete archive of your bottle, including personal files.\");\n      text: _(\"Full Archive\");\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/inherited-env-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $InheritedEnvironmentVariableRow: Adw.ActionRow {\n  activatable: false;\n\n  Button btn_remove {\n    valign: center;\n    icon-name: \"user-trash-symbolic\";\n    tooltip-text: _(\"Remove\");\n\n    styles [\n      \"flat\",\n    ]\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/installer-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\nPopover pop_actions {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    $GtkModelButton btn_manifest {\n      text: _(\"Show Manifest…\");\n    }\n\n    $GtkModelButton btn_review {\n      text: _(\"Read Review…\");\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_report {\n      text: _(\"Report a Bug…\");\n    }\n  }\n}\n\ntemplate $InstallerEntry: Adw.ActionRow {\n  activatable-widget: btn_install;\n  title: _(\"Installer name\");\n  subtitle: _(\"Installer description\");\n\n  Box {\n    spacing: 6;\n\n    Label label_grade {\n      valign: center;\n      label: _(\"Unknown\");\n\n      styles [\n        \"tag\",\n        \"caption\",\n      ]\n    }\n\n    Button btn_install {\n      tooltip-text: _(\"Install this Program\");\n      valign: center;\n      icon-name: \"document-save-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Separator {\n      margin-top: 12;\n      margin-bottom: 12;\n    }\n\n    MenuButton {\n      valign: center;\n      popover: pop_actions;\n      icon-name: \"view-more-symbolic\";\n      tooltip-text: _(\"Program Menu\");\n\n      styles [\n        \"flat\",\n      ]\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/library-entry.blp",
    "content": "using Gtk 4.0;\n\ntemplate $LibraryEntry: Box {\n  orientation: vertical;\n  width-request: 128;\n  height-request: 348;\n  overflow: hidden;\n\n  Overlay overlay {\n    width-request: 226;\n    height-request: 348;\n    vexpand: true;\n    hexpand: true;\n\n    [overlay]\n    Box {\n      orientation: vertical;\n      hexpand: true;\n      vexpand: true;\n\n      Picture img_cover {\n        visible: false;\n        hexpand: true;\n        vexpand: true;\n        content-fit: cover;\n      }\n\n      Label label_no_cover {\n        halign: center;\n        valign: center;\n        hexpand: true;\n        vexpand: true;\n        label: _(\"No Thumbnail\");\n        wrap: true;\n        wrap-mode: word_char;\n\n        styles [\n          \"dim-label\",\n        ]\n      }\n    }\n\n    [overlay]\n    Revealer revealer_run {\n      reveal-child: false;\n      transition-type: crossfade;\n      valign: center;\n\n      Box {\n        valign: center;\n        halign: center;\n\n        Button btn_run {\n          valign: center;\n          halign: center;\n          label: _(\"Launch\");\n\n          styles [\n            \"osd\",\n            \"pill\",\n          ]\n        }\n\n        [overlay]\n        Button btn_launch_steam {\n          valign: center;\n          halign: center;\n          visible: false;\n          label: _(\"Launch with Steam\");\n\n          styles [\n            \"osd\",\n            \"pill\",\n          ]\n        }\n      }\n    }\n\n    [overlay]\n    Revealer revealer_details {\n      reveal-child: false;\n      transition-type: crossfade;\n      valign: end;\n\n      Box {\n        spacing: 6;\n        halign: fill;\n        valign: end;\n        vexpand: true;\n        margin-bottom: 10;\n        margin-start: 10;\n        margin-end: 10;\n\n        styles [\n          \"osd\",\n          \"toolbar\",\n          \"library-entry-details\",\n        ]\n\n        Box {\n          orientation: vertical;\n          hexpand: true;\n          valign: center;\n\n          Label label_name {\n            halign: start;\n            label: _(\"Item name\");\n            max-width-chars: 20;\n            ellipsize: middle;\n\n            styles [\n              \"title\",\n            ]\n          }\n\n          Label label_bottle {\n            halign: start;\n            label: _(\"Bottle name\");\n            max-width-chars: 20;\n            ellipsize: middle;\n\n            styles [\n              \"caption\",\n            ]\n          }\n        }\n\n        [end]\n        Box {\n          Button btn_remove {\n            halign: center;\n            icon-name: \"user-trash-symbolic\";\n            tooltip-text: _(\"Remove from Library\");\n\n            styles [\n              \"flat\"\n            ]\n          }\n\n          Button btn_stop {\n            visible: false;\n            halign: center;\n            icon-name: \"media-playback-stop-symbolic\";\n            tooltip-text: _(\"Stop\");\n\n            styles [\n              \"flat\"\n            ]\n          }\n        }\n      }\n    }\n  }\n\n  styles [\n    \"card\",\n  ]\n}\n"
  },
  {
    "path": "bottles/frontend/ui/library.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $LibraryView: Adw.Bin {\n  Box {\n    orientation: vertical;\n\n    Adw.StatusPage status_page {\n      vexpand: true;\n      hexpand: true;\n      icon-name: \"library-symbolic\";\n      title: _(\"Library\");\n      description: _(\"Add items here from your bottle\\'s program list\");\n    }\n\n    ScrolledWindow scroll_window {\n      hexpand: true;\n      vexpand: true;\n\n      FlowBox main_flow {\n        max-children-per-line: bind template.items_per_line;\n        row-spacing: 5;\n        column-spacing: 5;\n        halign: center;\n        valign: start;\n        margin-top: 5;\n        margin-start: 5;\n        margin-bottom: 5;\n        margin-end: 5;\n        homogeneous: true;\n        selection-mode: none;\n        activate-on-single-click: false;\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/list.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $BottleView: Adw.Bin {\n  ScrolledWindow {\n    Box {\n      hexpand: true;\n      vexpand: true;\n      orientation: vertical;\n\n      SearchBar search_bar {\n        SearchEntry entry_search {\n          placeholder-text: _(\"Search your bottles…\");\n        }\n      }\n\n      Adw.PreferencesPage pref_page {\n        Adw.PreferencesGroup group_bottles {\n          ListBox list_bottles {\n            selection-mode: none;\n\n            styles [\n              \"boxed-list\",\n            ]\n          }\n        }\n\n        Adw.PreferencesGroup group_steam {\n          title: _(\"Steam Proton\");\n\n          ListBox list_steam {\n            selection-mode: none;\n\n            styles [\n              \"boxed-list\",\n            ]\n          }\n        }\n      }\n\n      Adw.StatusPage bottle_status {\n        title: _(\"Bottles\");\n        hexpand: true;\n        vexpand: true;\n\n        child: Button btn_create {\n          valign: center;\n          halign: center;\n          label: _(\"Create New Bottle…\");\n\n          styles [\n            \"suggested-action\",\n            \"pill\",\n          ]\n        };\n      }\n\n      Adw.StatusPage no_bottles_found {\n        visible: false;\n        icon-name: \"system-search-symbolic\";\n        title: _(\"No Results Found\");\n        description: _(\"Try a different search.\");\n        hexpand: true;\n        vexpand: true;\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/loading.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $LoadingView: Adw.Bin {\n  WindowHandle {\n    hexpand: true;\n    vexpand: true;\n\n    Box {\n      orientation: vertical;\n\n      Adw.StatusPage loading_status_page {\n        title: _(\"Starting up…\");\n        hexpand: true;\n        vexpand: true;\n      }\n\n      Button btn_go_offline {\n        margin-bottom: 20;\n        valign: center;\n        halign: center;\n        label: _(\"Continue Offline\");\n\n        styles [\n          \"destructive-action\",\n          \"pill\",\n        ]\n      }\n\n      Label label_fetched {\n        styles [\n          \"dim-label\",\n        ]\n      }\n\n      Label label_downloading {\n        margin-bottom: 20;\n\n        styles [\n          \"dim-label\",\n        ]\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/local-resource-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $LocalResourceEntry: Adw.ActionRow {\n  subtitle: _(\"This resource is missing.\");\n\n  Button btn_path {\n    valign: center;\n    tooltip-text: _(\"Browse\");\n    icon-name: \"document-open-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\ngnome = import('gnome')\nblueprints = custom_target('blueprints',\n  input: files(\n    'component-entry.blp',\n    'check-row.blp',\n    'dependency-entry.blp',\n    'details-bottle.blp',\n    'details-dependencies.blp',\n    'details-registry-rules.blp',\n    'details-installers.blp',\n    'details-taskmanager.blp',\n    'details-versioning.blp',\n    'details.blp',\n    'dialog-bottle-picker.blp',\n    'dialog-crash-report.blp',\n    'dialog-deps-check.blp',\n    'dialog-dll-overrides.blp',\n    'dialog-drives.blp',\n    'dialog-dependency-install.blp',\n    'dialog-duplicate.blp',\n    'dialog-env-vars.blp',\n    'dialog-exclusion-patterns.blp',\n    'dialog-gamescope.blp',\n    'dialog-installer.blp',\n    'dialog-journal.blp',\n    'dialog-launch-options.blp',\n    'dialog-playtime-graph.blp',\n    'dialog-proton-alert.blp',\n    'dialog-winebridge-update.blp',\n    'dialog-registry-rules.blp',\n    'dialog-rename.blp',\n    'dialog-sandbox.blp',\n    'dialog-upgrade-versioning.blp',\n    'dialog-vkbasalt.blp',\n    'dialog-display.blp',\n    'dialog-vmtouch.blp',\n    'dialog-versioning-settings.blp',\n    'dialog-versioning-commit.blp',\n    'dialog-versioning-branch.blp',\n    'dialog-versioning-manage-branches.blp',\n    'dialog-mangohud.blp',\n    'dll-override-entry.blp',\n    'drive-entry.blp',\n    'env-var-entry.blp',\n    'inherited-env-entry.blp',\n    'exclusion-pattern-entry.blp',\n    'importer-entry.blp',\n    'importer.blp',\n    'installer-entry.blp',\n    'library-entry.blp',\n    'library.blp',\n    'bottle-row.blp',\n    'list.blp',\n    'loading.blp',\n    'local-resource-entry.blp',\n    'new-bottle-dialog.blp',\n    'onboard.blp',\n    'preferences.blp',\n    'program-entry.blp',\n    'registry-rule-entry.blp',\n    'state-entry.blp',\n    'task-entry.blp',\n    'window.blp',\n    'details-preferences.blp',\n    'help-overlay.blp',\n    'eagle.blp',\n  ),\n  output: '.',\n  command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT@', '@CURRENT_SOURCE_DIR@', '@INPUT@'],)\n\ngnome.compile_resources('bottles',\n  'bottles.gresource.xml',\n  gresource_bundle: true,\n  dependencies: blueprints,\n  install: true,\n  install_dir: pkgdatadir,\n)\n"
  },
  {
    "path": "bottles/frontend/ui/new-bottle-dialog.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $BottlesNewBottleDialog: Adw.Dialog {\n  content-width: 500;\n  content-height: 500;\n  title: _(\"Create New Bottle\");\n  focus-widget: entry_name;\n\n  child: Stack stack_create {\n    transition-type: crossfade;\n\n    StackPage {\n      name: \"page_create\";\n\n      child: Adw.ToolbarView {\n        [top]\n        Adw.HeaderBar {\n          show-start-title-buttons: false;\n          show-end-title-buttons: false;\n\n          Button btn_cancel {\n            label: _(\"_Cancel\");\n            use-underline: true;\n          }\n\n          [end]\n          Button btn_create {\n            label: _(\"C_reate\");\n            use-underline: true;\n            sensitive: false;\n\n            styles [\n              \"suggested-action\",\n            ]\n          }\n        }\n\n        content: Adw.PreferencesPage {\n          title: _(\"Create New Bottle\");\n\n          Adw.PreferencesGroup {\n            Adw.EntryRow entry_name {\n              use-markup: false;\n              title: _(\"Name\");\n\n              [suffix]\n              MenuButton menu_duplicate {\n                valign: center;\n                tooltip-text: _(\"Show Information\");\n                icon-name: \"warning-symbolic\";\n                popover: popover_duplicate;\n                visible: false;\n\n                styles [\n                  \"flat\",\n                ]\n              }\n            }\n          }\n\n          Adw.PreferencesGroup {\n            ListBox environment_list_box {\n              selection-mode: none;\n\n              styles [\n                \"boxed-list\",\n              ]\n\n              $BottlesCheckRow application {\n                title: _(\"_Application\");\n                environment: \"application\";\n                subtitle: _(\"Optimized for productivity software\");\n                icon-name: \"applications-engineering-symbolic\";\n                use-underline: true;\n                active: true;\n              }\n\n              $BottlesCheckRow {\n                title: _(\"_Gaming\");\n                environment: \"gaming\";\n                subtitle: _(\"Optimized for games, game engines, and 3D apps\");\n                icon-name: \"input-gaming-symbolic\";\n                use-underline: true;\n                group: application;\n              }\n\n              $BottlesCheckRow custom {\n                title: _(\"C_ustom\");\n                environment: \"custom\";\n                subtitle: _(\"A clean state intended for specific use cases\");\n                icon-name: \"applications-science-symbolic\";\n                use-underline: true;\n                group: application;\n              }\n            }\n          }\n\n          Adw.PreferencesGroup {\n            Adw.ComboRow combo_arch {\n              title: _(\"Architecture\");\n              subtitle: _(\"64-bit is recommended for most users\");\n              visible: bind custom.active;\n\n              model: StringList str_list_arch {};\n            }\n\n            Adw.ComboRow combo_runner {\n              title: _(\"Runner\");\n              subtitle: _(\"Provider and version of the compatibility layer\");\n\n              model: StringList str_list_runner {};\n            }\n\n            Adw.ActionRow {\n              title: _(\"Bottle Directory\");\n              subtitle: _(\"Location where the bottle's data is stored\");\n              activatable-widget: btn_choose_path;\n\n              Button btn_choose_path_reset {\n                tooltip-text: _(\"Reset to Default\");\n                valign: center;\n                visible: false;\n                icon-name: \"edit-undo-symbolic\";\n\n                styles [\n                  \"flat\",\n                ]\n              }\n\n              Button btn_choose_path {\n                valign: center;\n\n                child: Box {\n                  spacing: 6;\n\n                  Image {\n                    icon-name: \"document-open-symbolic\";\n                  }\n\n                  Label label_choose_path {}\n                };\n              }\n            }\n\n            Adw.ActionRow {\n              title: _(\"Import Configuration\");\n              activatable-widget: btn_choose_env;\n              visible: bind custom.active;\n\n              Button btn_choose_env_reset {\n                tooltip-text: _(\"Reset to Default\");\n                valign: center;\n                visible: false;\n                icon-name: \"edit-undo-symbolic\";\n\n                styles [\n                  \"flat\",\n                ]\n              }\n\n              Button btn_choose_env {\n                valign: center;\n\n                child: Box {\n                  spacing: 6;\n\n                  Image {\n                    icon-name: \"document-open-symbolic\";\n                  }\n\n                  Label label_choose_env {}\n                };\n              }\n            }\n          }\n        };\n      };\n    }\n\n    StackPage {\n      name: \"page_creating\";\n\n      child: WindowHandle {\n        child: ScrolledWindow {\n          child: Adw.Clamp {\n            maximum-size: 475;\n\n            child: Box {\n              orientation: vertical;\n              margin-top: 36;\n              margin-bottom: 36;\n              spacing: 30;\n\n              Box {\n                orientation: vertical;\n                margin-top: 36;\n\n                Label {\n                  label: _(\"Creating Bottle…\");\n\n                  styles [\n                    \"title\",\n                    \"title-1\",\n                  ]\n                }\n\n                Label {\n                  label: _(\"This could take a while.\");\n\n                  styles [\n                    \"body\",\n                    \"description\",\n                  ]\n                }\n              }\n\n              ScrolledWindow scrolled_steps {\n                vexpand: true;\n                hexpand: true;\n                margin-start: 12;\n                margin-end: 12;\n                overflow: hidden;\n\n                child: ListBox steps_list {\n                  selection-mode: none;\n\n                  styles [\n                    \"boxed-list\",\n                  ]\n                };\n\n                styles [\n                  \"card\",\n                ]\n              }\n\n              Button btn_cancel_creating {\n                halign: center;\n                label: _(\"_Cancel Creation\");\n                use-underline: true;\n\n                styles [\n                  \"destructive-action\",\n                  \"pill\",\n                ]\n              }\n            };\n          };\n        };\n      };\n    }\n\n    StackPage {\n      name: \"page_completed\";\n\n      child: WindowHandle {\n        child: Adw.StatusPage status_page_status {\n          child: Box {\n            orientation: vertical;\n            spacing: 12;\n\n            Button btn_close {\n              valign: center;\n              halign: center;\n              label: _(\"_Close\");\n              use-underline: true;\n\n              styles [\n                \"pill\",\n              ]\n            }\n          };\n        };\n      };\n    }\n  };\n}\n\nPopover popover_duplicate {\n  child: Label {\n    margin-start: 6;\n    margin-end: 6;\n    margin-top: 6;\n    margin-bottom: 6;\n    xalign: 0;\n    wrap: true;\n    wrap-mode: word_char;\n    ellipsize: none;\n    lines: 4;\n    use-markup: true;\n    max-width-chars: 40;\n    label: _(\"This name is unavailable, please try another.\");\n  };\n}\n"
  },
  {
    "path": "bottles/frontend/ui/onboard.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $OnboardDialog: Adw.Dialog {\n  content-width: 550;\n  content-height: 550;\n  can-close: false;\n\n  Box {\n    orientation: vertical;\n\n    Adw.HeaderBar {\n      show-start-title-buttons: false;\n      show-end-title-buttons: false;\n\n      title-widget: Adw.CarouselIndicatorDots {\n        carousel: carousel;\n        orientation: horizontal;\n      };\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Overlay {\n      [overlay]\n      Button btn_back {\n        margin-start: 12;\n        icon-name: \"go-previous-symbolic\";\n        halign: start;\n        valign: center;\n        visible: false;\n        tooltip-text: _(\"Previous\");\n\n        styles [\n          \"circular\",\n        ]\n      }\n\n      Adw.Carousel carousel {\n        vexpand: true;\n        hexpand: true;\n        allow-scroll-wheel: true;\n        allow-mouse-drag: true;\n        allow-long-swipes: true;\n\n        Box {\n          orientation: vertical;\n          vexpand: true;\n          hexpand: true;\n\n          Image img_welcome {\n            resource: \"/com/usebottles/bottles/images/images/bottles-welcome.svg\";\n            pixel-size: 320;\n          }\n\n          Adw.StatusPage page_welcome {\n            title: _(\"Welcome to Bottles\");\n            description: _(\"Run Windows Software on Linux.\");\n          }\n        }\n\n        Adw.StatusPage page_bottles {\n          title: _(\"Windows in Bottles\");\n          description: _(\"Bottles uses compatibility runners to provide isolated containerized Windows-like environments where programs run.\");\n          vexpand: true;\n          hexpand: true;\n        }\n\n        Adw.StatusPage page_download {\n          title: _(\"Almost Done\");\n          description: _(\"We need a few more minutes to set everything up…\");\n          vexpand: true;\n          hexpand: true;\n\n          child: Box {\n            orientation: vertical;\n            halign: center;\n            spacing: 6;\n\n            Button btn_install {\n              label: _(\"Continue\");\n              use-underline: true;\n              halign: center;\n\n              styles [\n                \"suggested-action\",\n                \"pill\",\n              ]\n            }\n\n            Label label_progress {\n              visible: false;\n              halign: center;\n            }\n\n            Label label_status {\n              visible: false;\n              halign: center;\n              wrap: true;\n              justify: center;\n              margin-start: 24;\n              margin-end: 24;\n            }\n\n            ProgressBar progressbar {\n              width-request: 300;\n              halign: center;\n              visible: false;\n              margin-top: 24;\n              margin-bottom: 12;\n            }\n          };\n        }\n\n        Adw.StatusPage page_finish {\n          icon-name: \"selection-mode-symbolic\";\n          title: _(\"All Ready!\");\n          vexpand: true;\n          hexpand: true;\n          valign: center;\n\n          child: Box {\n            orientation: vertical;\n\n            Label label_skip {\n              label: _(\"Please Finish the setup first\");\n              visible: true;\n              margin-bottom: 5;\n            }\n\n            Button btn_close {\n              label: _(\"Start using Bottles\");\n              use-underline: true;\n              halign: center;\n\n              styles [\n                \"suggested-action\",\n                \"pill\",\n              ]\n            }\n          };\n        }\n      }\n\n      [overlay]\n      Button btn_next {\n        margin-end: 12;\n        icon-name: \"go-next-symbolic\";\n        halign: end;\n        valign: center;\n        tooltip-text: _(\"Next\");\n\n        styles [\n          \"circular\",\n          \"suggested-action\",\n        ]\n      }\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/preferences.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $PreferencesWindow: Adw.PreferencesWindow {\n  title: _(\"Preferences\");\n  modal: true;\n  default-width: 750;\n  hide-on-close: true;\n\n  Adw.PreferencesPage {\n    icon-name: \"preferences-system-symbolic\";\n    title: _(\"General\");\n\n    Adw.PreferencesGroup {\n      title: _(\"Appearance\");\n\n      Adw.ActionRow row_theme {\n        title: _(\"Dark Mode\");\n        subtitle: _(\"Whether Bottles should use the dark color scheme.\");\n        visible: false;\n        activatable-widget: switch_theme;\n\n        Switch switch_theme {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"Show Update Date\");\n        subtitle: _(\"Whether to show the update date in the bottle list.\");\n        activatable-widget: switch_update_date;\n\n        Switch switch_update_date {\n          valign: center;\n        }\n      }\n    }\n\n    Adw.PreferencesGroup {\n      title: _(\"General\");\n\n      Adw.ActionRow {\n        title: _(\"Notifications\");\n        subtitle: _(\"Show notifications for downloads and installs.\");\n        activatable-widget: switch_notifications;\n\n        Switch switch_notifications {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"Show Funding Dialog\");\n        subtitle: _(\"Whether to show the funding dialog to support Bottles development.\");\n        activatable-widget: switch_show_funding;\n\n        Switch switch_show_funding {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"Temp Files\");\n        subtitle: _(\"Clean temp files when Bottles launches?\");\n        activatable-widget: switch_temp;\n\n        Switch switch_temp {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"Close Bottles After Starting a Program\");\n        subtitle: _(\"Close Bottles after starting a program from the file manager.\");\n        activatable-widget: switch_auto_close;\n\n        Switch switch_auto_close {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"Playtime Tracking\");\n        subtitle: _(\"Record playtime statistics for programs launched from Bottles.\");\n        activatable-widget: switch_playtime_tracking;\n\n        Switch switch_playtime_tracking {\n          valign: center;\n        }\n      }\n    }\n\n    Adw.PreferencesGroup {\n      title: _(\"Integrations\");\n\n      Adw.ActionRow action_steam_proton {\n        title: _(\"Steam Proton Prefixes\");\n        subtitle: _(\"List and manage Steam Proton prefixes.\");\n        activatable-widget: switch_steam;\n\n        Button btn_steam_proton_doc {\n          tooltip-text: _(\"Read Documentation\");\n          valign: center;\n          visible: false;\n          icon-name: \"help-browser-symbolic\";\n\n          styles [\n            \"flat\",\n          ]\n        }\n\n        Switch switch_steam {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"List Steam Apps in Programs List\");\n        subtitle: _(\"Requires Steam for Windows installed in the bottle.\");\n        activatable-widget: switch_steam_programs;\n\n        Switch switch_steam_programs {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"List Epic Games in Programs List\");\n        subtitle: _(\"Requires Epic Games Store installed in the bottle.\");\n        activatable-widget: switch_epic_games;\n\n        Switch switch_epic_games {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"List Ubisoft Games in Programs List\");\n        subtitle: _(\"Requires Ubisoft Connect installed in the bottle.\");\n        activatable-widget: switch_ubisoft_connect;\n\n        Switch switch_ubisoft_connect {\n          valign: center;\n        }\n      }\n    }\n\n    Adw.PreferencesGroup {\n      title: _(\"Advanced\");\n\n      Adw.ActionRow action_prerelease {\n        title: _(\"Pre-Release\");\n        subtitle: _(\"Display unstable versions of runners and components.\");\n        activatable-widget: switch_release_candidate;\n\n        Switch switch_release_candidate {\n          valign: center;\n        }\n      }\n\n      Adw.ActionRow {\n        title: _(\"Force Offline Mode\");\n        subtitle: _(\"Force disable any network activity even with available network connection.\");\n        activatable-widget: switch_force_offline;\n\n        Switch switch_force_offline {\n          valign: center;\n        }\n      }\n\n      Adw.ComboRow combo_audio_driver {\n        title: _(\"Audio Driver\");\n        subtitle: _(\"Choose which Wine audio driver Bottles should enforce for all bottles.\");\n\n        model: StringList {\n          strings [\n            _(\"System Default\"),\n            _(\"PulseAudio\"),\n            _(\"ALSA\"),\n            _(\"OSS\"),\n            _(\"Disabled\"),\n          ]\n        };\n      }\n\n      Adw.SpinRow spin_eagle_limit {\n        title: _(\"Eagle Deep Scan Limit\");\n        subtitle: _(\"Maximum binaries to analyze when extracting installers.\");\n        adjustment: Adjustment {\n          lower: 10;\n          upper: 200;\n          step-increment: 10;\n          page-increment: 50;\n          value: 50;\n        };\n      }\n\n      Adw.ActionRow {\n        title: _(\"Bottles Directory\");\n        subtitle: _(\"Directory that contains the data of your Bottles.\");\n        activatable-widget: btn_bottles_path;\n\n        Button btn_bottles_path_reset {\n          tooltip-text: _(\"Reset to Default\");\n          valign: center;\n          visible: false;\n          icon-name: \"edit-undo-symbolic\";\n\n          styles [\n            \"flat\",\n          ]\n        }\n\n        Button btn_bottles_path {\n          valign: center;\n\n          Box {\n            spacing: 6;\n\n            Image {\n              icon-name: \"document-open-symbolic\";\n            }\n\n            Label label_bottles_path {\n              label: _(\"(Default)\");\n            }\n          }\n        }\n      }\n    }\n\n    Adw.PreferencesGroup {\n      title: _(\"Repositories\");\n      description: _(\"Override the default repositories Bottles uses when downloading resources.\");\n\n      Adw.EntryRow entry_personal_components {\n        title: _(\"Components Repository\");\n        tooltip-text: _(\"Custom URL for components. Leave empty to use the default endpoint.\");\n        show-apply-button: true;\n      }\n\n      Adw.EntryRow entry_personal_dependencies {\n        title: _(\"Dependencies Repository\");\n        tooltip-text: _(\"Custom URL for dependencies. Leave empty to use the default endpoint.\");\n        show-apply-button: true;\n      }\n\n      Adw.EntryRow entry_personal_installers {\n        title: _(\"Installers Repository\");\n        tooltip-text: _(\"Custom URL for installers. Leave empty to use the default endpoint.\");\n        show-apply-button: true;\n      }\n    }\n  }\n\n  Adw.PreferencesPage {\n    icon-name: \"system-run-symbolic\";\n    title: _(\"Runners\");\n\n    Adw.PreferencesGroup {\n      Stack installers_stack {\n        transition-type: crossfade;\n\n        StackPage {\n          name: \"installers_offline\";\n\n          child: Adw.StatusPage {\n            icon-name: \"network-error-symbolic\";\n            title: _(\"You're offline :(\");\n            vexpand: true;\n            hexpand: true;\n            description: _(\"Bottles is running in offline mode, so runners are not available.\");\n          };\n        }\n\n        StackPage {\n          name: \"installers_loading\";\n\n          child: Adw.StatusPage {\n            vexpand: true;\n            hexpand: true;\n\n            Spinner installers_spinner {\n              valign: center;\n            }\n          };\n        }\n\n        StackPage {\n          name: \"installers_list\";\n\n          child: Adw.PreferencesPage {\n            Adw.PreferencesGroup list_runners {\n              vexpand: true;\n              hexpand: true;\n            }\n          };\n        }\n      }\n    }\n  }\n\n  Adw.PreferencesPage {\n    icon-name: \"folder-open-symbolic\";\n    title: _(\"Cache\");\n\n    Adw.PreferencesGroup {\n      Stack cache_stack {\n       transition-type: crossfade;\n\n       StackPage {\n         name: \"cache_loading\";\n\n         child: Adw.StatusPage {\n           vexpand: true;\n           hexpand: true;\n\n           Spinner cache_spinner {\n             valign: center;\n           }\n         };\n       }\n\n       StackPage {\n         name: \"cache_list\";\n\n         child: Adw.PreferencesPage {\n           Adw.PreferencesGroup {\n             title: _(\"Overview\");\n             description: _(\"Manage cached files used to speed up downloads and bottle creation.\");\n\n             Adw.ActionRow row_cache_all {\n               title: _(\"All caches\");\n               subtitle: _(\"Remove every cached download and template. Bottles will recreate them when required, which may take longer.\");\n               activatable-widget: btn_cache_clear_all;\n\n               [suffix]\n               Box {\n                 spacing: 6;\n\n                 Label label_cache_total_size {\n                   xalign: 1.0;\n                   styles [\n                     \"dim-label\"\n                     ]\n                 }\n\n                 Button btn_cache_clear_all {\n                   label: _(\"_Delete All\");\n                   use-underline: true;\n                   valign: center;\n\n                   styles [\n                     \"destructive-action\",\n                   ]\n                 }\n               }\n             }\n           }\n\n           Adw.PreferencesGroup {\n             title: _(\"Temp files\");\n             description: _(\"Includes archives and extracted resources downloaded for runners, dependencies, and installers.\");\n\n             Adw.ActionRow row_cache_temp {\n               title: _(\"Temp cache\");\n               subtitle: _(\"Clearing this cache can increase download times because resources must be fetched again.\");\n               activatable-widget: btn_cache_clear_temp;\n\n               [suffix]\n               Box {\n                 spacing: 6;\n\n                 Label label_cache_temp_size {\n                   xalign: 1.0;\n                   styles [\n                     \"dim-label\"\n                     ]\n                 }\n\n                 Button btn_cache_clear_temp {\n                   label: _(\"_Delete\");\n                   use-underline: true;\n                   valign: center;\n\n                   styles [\n                     \"destructive-action\",\n                   ]\n                 }\n               }\n             }\n           }\n\n           Adw.PreferencesGroup template_cache_group {\n             title: _(\"Prefix templates\");\n             description: _(\"These caches store ready-made prefixes for each environment so new bottles start faster.\");\n\n             Adw.ActionRow row_cache_templates_all {\n               title: _(\"All prefix templates\");\n               subtitle: _(\"Remove every cached prefix template. Bottles will rebuild them when a new bottle is created, which may take longer.\");\n               activatable-widget: btn_cache_clear_templates;\n\n               [suffix]\n               Box {\n                 spacing: 6;\n\n                 Label label_cache_templates_size {\n                   xalign: 1.0;\n                   styles [\n                     \"dim-label\"\n                     ]\n                 }\n\n                 Button btn_cache_clear_templates {\n                   label: _(\"_Delete\");\n                   use-underline: true;\n                   valign: center;\n\n                   styles [\n                     \"destructive-action\",\n                   ]\n                 }\n               }\n             }\n           }\n         };\n       }\n     }\n   }\n  }\n\n  Adw.PreferencesPage {\n    icon-name: \"applications-games-symbolic\";\n    title: _(\"DLL Components\");\n\n    Adw.PreferencesGroup {\n      Stack dlls_stack {\n       transition-type: crossfade;\n\n       StackPage {\n         name: \"dlls_offline\";\n\n         child: Adw.StatusPage {\n           icon-name: \"network-error-symbolic\";\n           title: _(\"You're offline :(\");\n           vexpand: true;\n           hexpand: true;\n           description: _(\"Bottles is running in offline mode, so DLLs are not available.\");\n         };\n       }\n\n       StackPage {\n         name: \"dlls_loading\";\n\n         child: Adw.StatusPage {\n           vexpand: true;\n           hexpand: true;\n\n           Spinner dlls_spinner {\n             valign: center;\n           }\n         };\n       }\n\n       StackPage {\n         name: \"dlls_list\";\n\n         child: Adw.PreferencesPage {\n           Adw.PreferencesGroup list_dlls {\n             vexpand: true;\n             hexpand: true;\n           }\n         };\n       }\n     }\n   }\n  }\n\n}\n"
  },
  {
    "path": "bottles/frontend/ui/program-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\nPopover pop_actions {\n  styles [\n    \"menu\",\n  ]\n\n  Box {\n    orientation: vertical;\n    margin-top: 6;\n    margin-bottom: 6;\n    margin-start: 6;\n    margin-end: 6;\n\n    Box {\n      homogeneous: true;\n\n      Button btn_launch_terminal {\n        tooltip-text: _(\"Launch with Terminal\");\n        icon-name: \"utilities-terminal-symbolic\";\n        valign: center;\n      }\n\n      Button btn_playtime_stats {\n        tooltip-text: _(\"View Playtime Statistics\");\n        icon-name: \"preferences-system-time-symbolic\";\n        valign: center;\n      }\n\n      Button btn_browse {\n        tooltip-text: _(\"Browse Path\");\n        icon-name: \"document-open-symbolic\";\n        valign: center;\n      }\n\n      styles [\n        \"linked\",\n      ]\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_launch_options {\n      text: _(\"Change Launch Options…\");\n    }\n\n    $GtkModelButton btn_add_library {\n      text: _(\"Add to Library\");\n    }\n\n    $GtkModelButton btn_add_entry {\n      text: _(\"Add Desktop Entry\");\n    }\n\n    $GtkModelButton btn_add_steam {\n      text: _(\"Add to Steam\");\n    }\n\n    $GtkModelButton btn_rename {\n      text: _(\"Rename…\");\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_hide {\n      text: _(\"Hide Program\");\n    }\n\n    $GtkModelButton btn_unhide {\n      text: _(\"Show Program\");\n    }\n\n    $GtkModelButton btn_remove {\n      text: _(\"Remove from List\");\n    }\n\n    Separator {}\n\n    $GtkModelButton btn_uninstall {\n      text: _(\"Uninstall\");\n    }\n  }\n}\n\ntemplate $ProgramEntry: Adw.ActionRow {\n  title: _(\"Program name\");\n\n  Box {\n    spacing: 6;\n\n    Button btn_launch_steam {\n      tooltip-text: _(\"Launch with Steam\");\n      valign: center;\n      visible: false;\n      icon-name: \"bottles-steam-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Button btn_run {\n      valign: center;\n      icon-name: \"media-playback-start-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Button btn_stop {\n      valign: center;\n      visible: false;\n      icon-name: \"media-playback-stop-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    MenuButton btn_menu {\n      valign: center;\n      popover: pop_actions;\n      icon-name: \"view-more-symbolic\";\n\n      styles [\n        \"flat\",\n      ]\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/registry-rule-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $RegistryRuleEntry: Adw.ActionRow {\n  valign: center;\n  activatable: false;\n  title: _(\"Rule name\");\n  subtitle: _(\"Rule details\");\n\n  [suffix]\n  Box {\n    spacing: 6;\n\n    Button btn_edit {\n      tooltip-text: _(\"Edit\");\n      icon-name: \"document-edit-symbolic\";\n      valign: center;\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Button btn_apply {\n      tooltip-text: _(\"Apply\");\n      icon-name: \"media-playback-start-symbolic\";\n      valign: center;\n\n      styles [\n        \"flat\",\n      ]\n    }\n\n    Button btn_delete {\n      tooltip-text: _(\"Delete\");\n      icon-name: \"user-trash-symbolic\";\n      valign: center;\n\n      styles [\n        \"flat\",\n      ]\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/ui/state-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $StateEntry: Adw.ActionRow {\n  activatable-widget: btn_restore;\n\n  [prefix]\n  Box {\n    spacing: 12;\n    margin-top: 12;\n    margin-bottom: 12;\n    margin-start: 12;\n\n    Box {\n      orientation: vertical;\n      spacing: 4;\n      valign: center;\n\n      Label label_comment {\n        halign: start;\n        ellipsize: end;\n        styles [\n          \"heading\"\n        ]\n      }\n\n      Box {\n        spacing: 8;\n\n        Label label_hash {\n          styles [\n            \"monospace\",\n            \"accent\",\n            \"caption\"\n          ]\n        }\n\n        Label label_date {\n          halign: start;\n          styles [\n            \"dim-label\",\n            \"caption\"\n          ]\n        }\n\n        Label label_branch {\n          visible: false;\n          styles [\n            \"tag\",\n            \"caption\"\n          ]\n        }\n      }\n    }\n  }\n\n  Spinner spinner {\n    visible: false;\n  }\n\n  Button btn_restore {\n    tooltip-text: _(\"Restore this Snapshot\");\n    valign: center;\n    icon-name: \"document-open-recent-symbolic\";\n\n    styles [\n      \"flat\",\n    ]\n  }\n}\n\n"
  },
  {
    "path": "bottles/frontend/ui/style-dark.css",
    "content": ".grade-Platinum {\n  background-color: #d8d8d8;\n  color: #000000;\n}\n\n.grade-Gold {\n  background-color: #8d7637;\n  color: #f2edde;\n}\n\n.grade-Silver {\n  background-color: #6b6b6b;\n  color: #e8e8e8;\n}\n\n.grade-Bronze {\n  background-color: #5a3f1a;\n  color: #dbbfa3;\n}\n\n/* Donate button */\n.donate {\n  color: #d65790;\n}\n"
  },
  {
    "path": "bottles/frontend/ui/style.css",
    "content": "/* Fix and improvements for Adwaita theme (plus custom widgets) */\n\n.custom_warning {\n  background-color: #f2edde;\n  border: 1px solid #ebdecc;\n  color: #a98e42;\n  padding: 15px;\n  border-radius: 7px;\n}\n\n.current-state {\n  background-color: rgba(136, 84, 171, 0.1);\n}\n\n.description {\n  opacity: 0.6;\n}\n\n/* extra buttons styles */\n.btn_undecorated {\n  border: 0;\n  background: none;\n  box-shadow: none;\n}\n\n.btn_small {\n  padding: 0 15px;\n}\n\n/* tags */\n.tag {\n  border-radius: 20px;\n  background-color: alpha(currentColor, .07);\n  padding: 5px 13px;\n  margin: 0 2px;\n}\n\n.tag-img {\n  padding: 4px 10px;\n}\n\n.tag-category {\n  padding: 5px 10px;\n}\n\n.tag-versioning {\n  background-color: #c994eb;\n  color: #000;\n}\n\n.tag-lutris {\n  background-color: #FC9A29;\n  color: #000;\n}\n\n.tag-playonlinux {\n  background-color: #c91c6a;\n  color: #000;\n}\n\n.tag-bottlesv1 {\n  background-color: #c91c6a;\n  color: #000;\n}\n\n/* terminal style */\n.terminal {\n  font-family: monospace;\n  padding: 7px 10px;\n  background-color: #4A4A4A;\n  color: #fff;\n  border: 1px solid rgba(0, 0, 0, 0.2);\n}\n\n.borderless,\n.borderless button.combo,\n.borderless button {\n  border: 0;\n  background-color: transparent;\n  background-image: none;\n  border-radius: 0;\n  box-shadow: none;\n}\n\n.plain button.combo,\n.plain-label {\n  opacity: .8;\n}\n\n.no-padding {\n  margin: 0;\n  padding: 0;\n}\n\n.heading_1 {\n  font-family: \"Cantarell\", sans-serif;\n  font-size: 21px;\n  font-weight: bold;\n}\n\nentry.heading_1 {\n  margin: 0 0 0 -8px;\n}\n\n/* This will be removed when all themes will fix .suggested-action with .circular:\n   https://gitlab.gnome.org/GNOME/gtk/-/commit/83eeeb6a19b3b7671a82605bc99cd85974d5c78e */\n.circular-button {\n  border-radius: 20px;\n}\n\n/* Grades */\n.grade-Platinum {\n  background-color: #c9c9c9;\n  color: #6b6b6b;\n}\n\n.grade-Gold {\n  background-color: #f2edde;\n  color: #8d7637;\n}\n\n.grade-Silver {\n  background-color: #e8e8e8;\n  color: #6b6b6b;\n}\n\n.grade-Bronze {\n  background-color: #dbbfa3;\n  color: #5a3f1a;\n}\n\n.removed {\n  opacity: 0.5;\n}\n\n/* Library */\n.library-entry {\n  border: 1px solid alpha(currentColor, .07);\n  border-radius: 4px;\n  background-color: alpha(currentColor, .04);\n}\n\n.library-entry-details {\n  border-top: 1px solid alpha(currentColor, .07);\n}\n\n.library-content-btn {\n  color: #ffffff;\n}\n\n/* programs bottom bar */\n.bottom-bar>box>button>box {\n  margin-top: 12px;\n  margin-bottom: 12px;\n}\n\n.bottom-bar {\n  padding: 0px;\n}\n\n.bottom-bar>box>button:first-child {\n  border-radius: 0px 0 0 12px;\n}\n\n.bottom-bar>box>button:last-child {\n  border-radius: 0 0 12px 0;\n}\n\n.dragndrop_overlay {\n  background: rgba(41, 65, 94, 0.2);\n}\n\nprogressbar.installer {\n  line-height: 2.0;\n}\n\n/* Donate button */\n.donate {\n  color: #c91c6a;\n}\n\n/* Playtime graph bars */\n.playtime-bar {\n  min-width: 32px;\n  border-radius: 6px 6px 0 0;\n  background: @accent_bg_color;\n}\n"
  },
  {
    "path": "bottles/frontend/ui/task-entry.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $TaskEntry: Adw.ActionRow {\n  Box {\n    spacing: 10;\n\n    Spinner spinner_task {\n      halign: center;\n      valign: center;\n    }\n\n    Label label_task_status {\n      visible: false;\n      label: \"n/a\";\n      width-chars: 5;\n    }\n\n    Button btn_cancel {\n      tooltip-text: _(\"Delete message\");\n      halign: center;\n      valign: center;\n\n      Image {\n        icon-name: \"edit-delete-symbolic\";\n      }\n\n      styles [\n        \"circular\",\n        \"image-button\",\n      ]\n    }\n  }\n\n  styles [\n    \"message-entry\",\n  ]\n}\n"
  },
  {
    "path": "bottles/frontend/ui/window.blp",
    "content": "using Gtk 4.0;\nusing Adw 1;\n\ntemplate $BottlesWindow: Adw.ApplicationWindow {\n  title: \"Bottles\";\n  close-request => $on_close_request();\n\n  Adw.ToastOverlay toasts {\n    Adw.Leaflet main_leaf {\n      can-unfold: false;\n      can-navigate-back: false;\n\n      Box {\n        orientation: vertical;\n\n        HeaderBar headerbar {\n          title-widget: Adw.ViewSwitcherTitle view_switcher_title {\n            title: \"Bottles\";\n            stack: stack_main;\n          };\n\n          Button btn_add {\n            tooltip-text: _(\"Create New Bottle\");\n            icon-name: \"list-add-symbolic\";\n          }\n\n          Box box_actions {}\n\n          styles [\n            \"titlebar\",\n          ]\n\n          [end]\n          MenuButton {\n            icon-name: \"open-menu-symbolic\";\n            menu-model: primary_menu;\n            tooltip-text: _(\"Main Menu\");\n            primary: true;\n          }\n\n          [end]\n          ToggleButton btn_search {\n            tooltip-text: _(\"Search\");\n            icon-name: \"system-search-symbolic\";\n            visible: false;\n          }\n\n          [end]\n          Button btn_donate {\n            tooltip-text: _(\"Donate\");\n            label: _(\"Donate\");\n          }\n\n          [end]\n          Button btn_noconnection {\n            visible: false;\n            tooltip-text: _(\"You don\\'t seem connected to the internet. Without it you will not be able to download essential components. Click this icon when you have reestablished the connection.\");\n            icon-name: \"network-error-symbolic\";\n          }\n        }\n\n        SearchBar searchbar {}\n\n        Adw.ViewStack stack_main {\n          vexpand: true;\n        }\n\n        Adw.ViewSwitcherBar view_switcher_bar {\n          stack: stack_main;\n          reveal: bind view_switcher_title.title-visible;\n        }\n      }\n    }\n  }\n}\n\nmenu primary_menu {\n  section {\n    item {\n      label: _(\"Import…\");\n      action: \"app.import\";\n    }\n\n    item {\n      label: _(\"Journal\");\n      action: \"app.journal\";\n    }\n  }\n\n  section {\n    item {\n      label: _(\"Preferences\");\n      action: \"app.preferences\";\n    }\n\n    item {\n      label: _(\"Keyboard Shortcuts\");\n      action: \"win.show-help-overlay\";\n    }\n\n    item {\n      label: _(\"Help\");\n      action: \"app.help\";\n    }\n\n    item {\n      label: _(\"About Bottles\");\n      action: \"app.about\";\n    }\n  }\n}\n"
  },
  {
    "path": "bottles/frontend/utils/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/frontend/utils/common.py",
    "content": "# utils.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport webbrowser\n\n\ndef open_doc_url(widget, page):\n    webbrowser.open_new_tab(f\"https://docs.usebottles.com/{page}\")\n"
  },
  {
    "path": "bottles/frontend/utils/filters.py",
    "content": "# filters.py: File for providing common GtkFileFilters\n#\n# Copyright 2025 Bottles Contributors\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Gtk\n\n\ndef add_executable_filters(dialog):\n    filter = Gtk.FileFilter()\n    filter.set_name(_(\"Supported Executables\"))\n    # TODO: Investigate why `filter.add_mime_type(...)` does not show filter in all distributions.\n    # Intended MIME types are:\n    #   - `application/x-ms-dos-executable`\n    #   - `application/x-msi`\n    filter.add_pattern(\"*.exe\")\n    filter.add_pattern(\"*.msi\")\n\n    dialog.add_filter(filter)\n\n\ndef add_yaml_filters(dialog):\n    filter = Gtk.FileFilter()\n    filter.set_name(\"YAML\")\n    # TODO: Investigate why `filter.add_mime_type(...)` does not show filter in all distributions.\n    # Intended MIME types are:\n    #   - `application/yaml`\n    filter.add_pattern(\"*.yml\")\n    filter.add_pattern(\"*.yaml\")\n\n    dialog.add_filter(filter)\n\n\ndef add_all_filters(dialog):\n    filter = Gtk.FileFilter()\n    filter.set_name(_(\"All Files\"))\n    filter.add_pattern(\"*\")\n\n    dialog.add_filter(filter)\n"
  },
  {
    "path": "bottles/frontend/utils/gtk.py",
    "content": "# gtk.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom functools import wraps\nfrom inspect import signature\nfrom typing import Optional\n\nfrom gi.repository import GLib, GObject, Gtk\n\nfrom bottles.frontend.utils.sh import ShUtils\n\n\nclass GtkUtils:\n    @staticmethod\n    def validate_entry(entry, extend=None) -> bool:\n        var_assignment = entry.get_text()\n        var_name = ShUtils.split_assignment(var_assignment)[0]\n        if var_name and not ShUtils.is_name(var_name):\n            GtkUtils.reset_entry_apply_button(entry)\n            entry.add_css_class(\"error\")\n            return False\n\n        if not var_name or \"=\" not in var_assignment:\n            GtkUtils.reset_entry_apply_button(entry)\n            entry.remove_css_class(\"error\")\n            return False\n\n        if extend is not None:\n            if not extend(var_name):\n                GtkUtils.reset_entry_apply_button(entry)\n                entry.add_css_class(\"error\")\n                return False\n\n        entry.set_show_apply_button(True)\n        entry.remove_css_class(\"error\")\n        return True\n\n    @staticmethod\n    def validate_env_var_name(entry, extend=None) -> bool:\n        var_assignment = entry.get_text()\n        if var_assignment and not ShUtils.is_name(var_assignment):\n            GtkUtils.reset_entry_apply_button(entry)\n            entry.add_css_class(\"error\")\n            return False\n\n        if not var_assignment:\n            GtkUtils.reset_entry_apply_button(entry)\n            entry.remove_css_class(\"error\")\n            return False\n\n        if extend is not None:\n            if not extend(var_assignment):\n                GtkUtils.reset_entry_apply_button(entry)\n                entry.add_css_class(\"error\")\n                return False\n\n        entry.set_show_apply_button(True)\n        entry.remove_css_class(\"error\")\n        return True\n\n    @staticmethod\n    def reset_entry_apply_button(entry) -> None:\n        \"\"\"\n        Reset the apply_button within AdwEntryRow to hide it without disabling\n        the functionality. This is needed because the widget does not provide\n        an API to control when the button is displayed without disabling it\n        \"\"\"\n        entry.set_show_apply_button(False)\n        entry.set_show_apply_button(True)\n\n    @staticmethod\n    def run_in_main_loop(func):\n        @wraps(func)\n        def wrapper(*args, **kwargs):\n            _tmp = []\n            if kwargs:\n                for _, param in list(signature(func).parameters.items())[len(args) :]:\n                    _tmp.append(\n                        kwargs[param.name] if param.name in kwargs else param.default\n                    )\n                args = args + tuple(_tmp)\n            return GLib.idle_add(func, *args)\n\n        return wrapper\n\n    @staticmethod\n    def get_parent_window() -> Optional[GObject.Object]:\n        \"\"\"Retrieve the parent window from a widget.\"\"\"\n        toplevels = Gtk.Window.get_toplevels()\n        return toplevels.get_item(0)\n"
  },
  {
    "path": "bottles/frontend/utils/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nutilsdir = join_paths(pkgdatadir, 'bottles/frontend/utils')\n\nbottles_sources = [\n  '__init__.py',\n  'gtk.py',\n  'common.py',\n  'filters.py',\n  'playtime.py',\n  'sh.py',\n]\n\ninstall_data(bottles_sources, install_dir: utilsdir)\n"
  },
  {
    "path": "bottles/frontend/utils/playtime.py",
    "content": "# playtime.py\n#\n# Copyright 2025 Bottles Contributors\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\"\"\"\nPlaytime frontend service: retrieval, caching, and formatting of playtime data.\n\"\"\"\n\nfrom __future__ import annotations\n\nimport time\nfrom dataclasses import dataclass\nfrom datetime import datetime, timedelta\nfrom gettext import gettext as _\nfrom typing import Dict, List, Optional, Tuple\n\nfrom gi.repository import GLib\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.playtime import _compute_program_id\n\n\nlogging = Logger()\n\n\n@dataclass(frozen=True)\nclass PlaytimeRecord:\n    \"\"\"Aggregated playtime data for a program or bottle.\"\"\"\n\n    bottle_id: str\n    program_id: Optional[str]\n    program_name: str\n    program_path: Optional[str]\n    total_seconds: int\n    sessions_count: int\n    last_played: Optional[datetime]\n\n\nclass PlaytimeCache:\n    \"\"\"Simple in-memory cache with TTL and manual invalidation.\"\"\"\n\n    def __init__(self, ttl_seconds: int = 30):\n        self.ttl_seconds = ttl_seconds\n        self._cache: Dict[Tuple[str, str], Tuple[PlaytimeRecord, float]] = {}\n\n    def get(self, bottle_id: str, program_id: str) -> Optional[PlaytimeRecord]:\n        key = (bottle_id, program_id)\n        if key in self._cache:\n            record, timestamp = self._cache[key]\n            if time.time() - timestamp < self.ttl_seconds:\n                logging.debug(\n                    f\"Playtime cache hit: bottle={bottle_id} program_id={program_id}\"\n                )\n                return record\n            else:\n                del self._cache[key]\n                logging.debug(\n                    f\"Playtime cache expired: bottle={bottle_id} program_id={program_id}\"\n                )\n        return None\n\n    def set(self, bottle_id: str, program_id: str, record: PlaytimeRecord) -> None:\n        key = (bottle_id, program_id)\n        self._cache[key] = (record, time.time())\n        logging.debug(f\"Playtime cache set: bottle={bottle_id} program_id={program_id}\")\n\n    def invalidate(self, bottle_id: str, program_id: str) -> None:\n        key = (bottle_id, program_id)\n        if key in self._cache:\n            del self._cache[key]\n            logging.debug(\n                f\"Playtime cache invalidated: bottle={bottle_id} program_id={program_id}\"\n            )\n\n    def clear(self) -> None:\n        self._cache.clear()\n        logging.debug(\"Playtime cache cleared\")\n\n\nclass PlaytimeService:\n    \"\"\"\n    Frontend service for accessing and formatting playtime data.\n\n    Provides caching, retrieval, and human-readable formatting for playtime metrics.\n    \"\"\"\n\n    def __init__(self, manager):\n        \"\"\"\n        Initialize the playtime service.\n\n        Args:\n            manager: The Manager instance with playtime_tracker attribute.\n        \"\"\"\n        self.manager = manager\n        self.cache = PlaytimeCache(ttl_seconds=30)\n\n    def is_enabled(self) -> bool:\n        \"\"\"Check if playtime tracking is currently enabled.\"\"\"\n        try:\n            return self.manager.playtime_tracker.enabled\n        except AttributeError:\n            return False\n\n    def get_program_playtime(\n        self, bottle_id: str, bottle_path: str, program_name: str, program_path: str\n    ) -> Optional[PlaytimeRecord]:\n        \"\"\"\n        Retrieve playtime data for a specific program.\n\n        Args:\n            bottle_id: The bottle identifier.\n            bottle_path: The bottle's full path (for path normalization).\n            program_name: The program display name.\n            program_path: The program executable path (used to compute program_id).\n\n        Returns:\n            PlaytimeRecord if data exists, None otherwise.\n        \"\"\"\n        if not self.is_enabled():\n            logging.debug(\"Playtime service: tracking disabled\")\n            return None\n\n        program_id = _compute_program_id(bottle_id, bottle_path, program_path)\n        logging.debug(\n            f\"Computed program_id: {program_id} for bottle={bottle_id}, path={program_path}\"\n        )\n\n        # Check cache first\n        cached = self.cache.get(bottle_id, program_id)\n        if cached is not None:\n            return cached\n\n        # Fetch from backend\n        try:\n            logging.debug(\n                f\"Calling backend get_totals(bottle_id={bottle_id}, program_id={program_id})\"\n            )\n            data = self.manager.playtime_tracker.get_totals(bottle_id, program_id)\n            logging.debug(f\"Backend returned: {data}\")\n            if data is None:\n                logging.debug(f\"No playtime data found for {program_name}\")\n                return None\n\n            record = PlaytimeRecord(\n                bottle_id=data[\"bottle_id\"],\n                program_id=data[\"program_id\"],\n                program_name=data[\"program_name\"],\n                program_path=data.get(\"program_path\"),\n                total_seconds=data[\"total_seconds\"],\n                sessions_count=data[\"sessions_count\"],\n                last_played=(\n                    datetime.fromtimestamp(data[\"last_played\"])\n                    if data[\"last_played\"] is not None\n                    else None\n                ),\n            )\n            logging.debug(f\"Created record: {record}\")\n            self.cache.set(bottle_id, program_id, record)\n            return record\n        except Exception as e:\n            logging.error(f\"Failed to fetch playtime for {program_name}: {e}\", exc=e)\n            return None\n\n    def get_bottle_playtime(self, bottle_id: str) -> Optional[PlaytimeRecord]:\n        \"\"\"\n        Retrieve aggregated playtime data for an entire bottle.\n\n        Aggregates all programs within the bottle client-side.\n\n        Args:\n            bottle_id: The bottle identifier.\n\n        Returns:\n            PlaytimeRecord with aggregated totals, or None if no data.\n        \"\"\"\n        if not self.is_enabled():\n            return None\n\n        try:\n            programs = self.manager.playtime_tracker.get_all_program_totals(bottle_id)\n            if not programs:\n                return None\n\n            total_seconds = sum(p[\"total_seconds\"] for p in programs)\n            total_sessions = sum(p[\"sessions_count\"] for p in programs)\n            last_played_timestamps = [\n                p[\"last_played\"] for p in programs if p[\"last_played\"] is not None\n            ]\n            last_played = (\n                datetime.fromtimestamp(max(last_played_timestamps))\n                if last_played_timestamps\n                else None\n            )\n\n            # Use first program's bottle_name if available\n            bottle_name = (\n                programs[0].get(\"bottle_name\", bottle_id) if programs else bottle_id\n            )\n\n            return PlaytimeRecord(\n                bottle_id=bottle_id,\n                program_id=None,\n                program_name=bottle_name,\n                program_path=None,\n                total_seconds=total_seconds,\n                sessions_count=total_sessions,\n                last_played=last_played,\n            )\n        except Exception as e:\n            logging.error(\n                f\"Failed to aggregate bottle playtime for {bottle_id}: {e}\", exc=e\n            )\n            return None\n\n    def invalidate_program(\n        self, bottle_id: str, bottle_path: str, program_path: str\n    ) -> None:\n        \"\"\"\n        Invalidate cached data for a specific program.\n\n        Args:\n            bottle_id: The bottle identifier.\n            bottle_path: The bottle's full path (for path normalization).\n            program_path: The program executable path.\n        \"\"\"\n        program_id = _compute_program_id(bottle_id, bottle_path, program_path)\n        self.cache.invalidate(bottle_id, program_id)\n\n    def invalidate_cache(self) -> None:\n        \"\"\"\n        Clear all cached playtime data.\n\n        Use this when you need to force a refresh of all playtime displays,\n        such as after a program finishes running.\n        \"\"\"\n        self.cache.clear()\n\n    def get_weekly_data(\n        self, bottle_id: str, program_id: str, week_offset: int = 0\n    ) -> List[int]:\n        \"\"\"\n        Retrieve weekly playtime data aggregated by day of week.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier (SHA1 hash)\n            week_offset: Week offset from current week (0=current, -1=last week, etc.)\n\n        Returns:\n            List of 7 integers representing minutes played per day.\n            Index 0=Sunday, 1=Monday, ..., 6=Saturday.\n            Returns [0, 0, 0, 0, 0, 0, 0] if tracking is disabled or on error.\n        \"\"\"\n        if not self.is_enabled():\n            logging.debug(\"Playtime service: tracking disabled\")\n            return [0] * 7\n\n        try:\n            get_weekly = getattr(\n                self.manager.playtime_tracker, \"get_weekly_playtime\", None\n            )\n            if not callable(get_weekly):\n                logging.error(\"Playtime service: get_weekly_playtime method not found\")\n                return [0] * 7\n\n            data = get_weekly(bottle_id, program_id, week_offset)\n            logging.debug(\n                f\"Retrieved weekly data: bottle_id={bottle_id} program_id={program_id} \"\n                f\"week_offset={week_offset} data={data}\"\n            )\n            return list(data) if isinstance(data, list) else [0] * 7\n\n        except Exception:\n            logging.error(\n                f\"Failed to retrieve weekly data: bottle_id={bottle_id} program_id={program_id} \"\n                f\"week_offset={week_offset}\",\n                exc_info=True,\n            )\n            return [0] * 7\n\n    def get_hourly_data(\n        self, bottle_id: str, program_id: str, date_str: str\n    ) -> List[int]:\n        \"\"\"\n        Retrieve hourly playtime data (24-hour breakdown) for a specific date.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier (SHA1 hash)\n            date_str: Date in 'YYYY-MM-DD' format (e.g., '2025-11-20')\n\n        Returns:\n            List of 24 integers representing minutes played per hour.\n            Index 0=00:00-00:59, 1=01:00-01:59, ..., 23=23:00-23:59.\n            Returns [0]*24 if tracking is disabled or on error.\n        \"\"\"\n        if not self.is_enabled():\n            logging.debug(\"Playtime service: tracking disabled\")\n            return [0] * 24\n\n        try:\n            get_daily = getattr(\n                self.manager.playtime_tracker, \"get_daily_playtime\", None\n            )\n            if not callable(get_daily):\n                logging.error(\"Playtime service: get_daily_playtime method not found\")\n                return [0] * 24\n\n            data = get_daily(bottle_id, program_id, date_str)\n            logging.debug(\n                f\"Retrieved hourly data: bottle_id={bottle_id} program_id={program_id} \"\n                f\"date={date_str} data={data}\"\n            )\n            return list(data) if isinstance(data, list) else [0] * 24\n\n        except Exception:\n            logging.error(\n                f\"Failed to retrieve hourly data: bottle_id={bottle_id} program_id={program_id} \"\n                f\"date={date_str}\",\n                exc_info=True,\n            )\n            return [0] * 24\n\n    def get_monthly_data(self, bottle_id: str, program_id: str, year: int) -> List[int]:\n        \"\"\"\n        Retrieve monthly playtime data for a specific year.\n\n        Args:\n            bottle_id: Bottle identifier\n            program_id: Program identifier (SHA1 hash)\n            year: Year as integer (e.g., 2025)\n\n        Returns:\n            List of 12 integers representing minutes played per month.\n            Index 0=January, 1=February, ..., 11=December.\n            Returns [0]*12 if tracking is disabled or on error.\n        \"\"\"\n        if not self.is_enabled():\n            logging.debug(\"Playtime service: tracking disabled\")\n            return [0] * 12\n\n        try:\n            get_monthly = getattr(\n                self.manager.playtime_tracker, \"get_monthly_playtime\", None\n            )\n            if not callable(get_monthly):\n                logging.error(\"Playtime service: get_monthly_playtime method not found\")\n                return [0] * 12\n\n            data = get_monthly(bottle_id, program_id, year)\n            logging.debug(\n                f\"Retrieved monthly data: bottle_id={bottle_id} program_id={program_id} \"\n                f\"year={year} data={data}\"\n            )\n            return list(data) if isinstance(data, list) else [0] * 12\n\n        except Exception:\n            logging.error(\n                f\"Failed to retrieve monthly data: bottle_id={bottle_id} program_id={program_id} \"\n                f\"year={year}\",\n                exc_info=True,\n            )\n            return [0] * 12\n\n    def get_weekly_session_count(\n        self, bottle_id: str, program_id: str, week_offset: int = 0\n    ) -> int:\n        \"\"\"Get the number of sessions for a specific week.\"\"\"\n        if not self.is_enabled():\n            return 0\n\n        try:\n            get_count = getattr(\n                self.manager.playtime_tracker, \"get_weekly_session_count\", None\n            )\n            if not callable(get_count):\n                return 0\n            result = get_count(bottle_id, program_id, week_offset)\n            return int(result) if isinstance(result, (int, float)) else 0\n        except Exception as e:\n            logging.error(f\"Failed to get weekly session count: {e}\", exc_info=True)\n            return 0\n\n    def get_daily_session_count(\n        self, bottle_id: str, program_id: str, date_str: str\n    ) -> int:\n        \"\"\"Get the number of sessions for a specific day.\"\"\"\n        if not self.is_enabled():\n            return 0\n\n        try:\n            get_count = getattr(\n                self.manager.playtime_tracker, \"get_daily_session_count\", None\n            )\n            if not callable(get_count):\n                return 0\n            result = get_count(bottle_id, program_id, date_str)\n            return int(result) if isinstance(result, (int, float)) else 0\n        except Exception as e:\n            logging.error(f\"Failed to get daily session count: {e}\", exc_info=True)\n            return 0\n\n    def get_yearly_session_count(\n        self, bottle_id: str, program_id: str, year: int\n    ) -> int:\n        \"\"\"Get the number of sessions for a specific year.\"\"\"\n        if not self.is_enabled():\n            return 0\n\n        try:\n            get_count = getattr(\n                self.manager.playtime_tracker, \"get_yearly_session_count\", None\n            )\n            if not callable(get_count):\n                return 0\n            result = get_count(bottle_id, program_id, year)\n            return int(result) if isinstance(result, (int, float)) else 0\n        except Exception as e:\n            logging.error(f\"Failed to get yearly session count: {e}\", exc_info=True)\n            return 0\n\n    @staticmethod\n    def format_playtime(total_seconds: int) -> str:\n        \"\"\"\n        Format playtime duration in human-readable form.\n\n        Uses Python's timedelta for proper time formatting.\n\n        Rules:\n        - < 60s: \"<1m\"\n        - < 3600s: \"MMm\"\n        - < 86400s: \"Hh MMm\"\n        - >= 86400s: \"Dd HHh\"\n\n        Args:\n            total_seconds: Total accumulated playtime in seconds.\n\n        Returns:\n            Formatted string.\n        \"\"\"\n        if total_seconds < 60:\n            return \"<1m\"\n\n        td = timedelta(seconds=total_seconds)\n\n        if total_seconds < 3600:\n            # Less than an hour: show minutes only\n            minutes = td.seconds // 60\n            return f\"{minutes}m\"\n        elif total_seconds < 86400:\n            # Less than a day: show hours and minutes\n            hours = td.seconds // 3600\n            minutes = (td.seconds % 3600) // 60\n            return f\"{hours}h {minutes:02d}m\"\n        else:\n            # A day or more: show days and hours\n            days = td.days\n            hours = td.seconds // 3600\n            return f\"{days}d {hours:02d}h\"\n\n    @staticmethod\n    def format_last_played(last_played: Optional[datetime]) -> str:\n        \"\"\"\n        Format last played timestamp in human-readable form.\n\n        Rules:\n        - None: \"Never\"\n        - Today: \"Today\"\n        - Yesterday: \"Yesterday\"\n        - < 7 days: \"N days ago\"\n        - Else: locale-aware date format\n\n        Args:\n            last_played: The datetime of last play session, or None.\n\n        Returns:\n            Formatted string.\n        \"\"\"\n        if last_played is None:\n            return _(\"Never\")\n\n        now = datetime.now()\n        delta = now - last_played\n\n        # Same day\n        if last_played.date() == now.date():\n            return _(\"Today\")\n\n        # Yesterday\n        if last_played.date() == (now - timedelta(days=1)).date():\n            return _(\"Yesterday\")\n\n        # Within last 7 days\n        if delta.days < 7:\n            # Translators: %d is the number of days\n            return _(\"%d days ago\") % delta.days\n\n        # Older - use locale-aware format\n        # Use locale's default date format via strftime with %x\n        return last_played.strftime(\"%x\")\n\n    def format_subtitle(self, record: Optional[PlaytimeRecord]) -> str:\n        \"\"\"\n        Generate a formatted subtitle string for display.\n\n        Args:\n            record: The playtime record, or None.\n\n        Returns:\n            Formatted subtitle like \"Last Played: Today – Playtime: 1h 23m\"\n            or \"Never Played\" if no data.\n        \"\"\"\n        if record is None or record.sessions_count == 0:\n            return _(\"Never Played\")\n\n        last_played_str = self.format_last_played(record.last_played)\n        playtime_str = self.format_playtime(record.total_seconds)\n\n        # Escape for Pango markup to handle characters like < and >\n        last_played_escaped = GLib.markup_escape_text(last_played_str)\n        playtime_escaped = GLib.markup_escape_text(playtime_str)\n\n        # Translators: %s placeholders are for date and playtime duration\n        return _(\"Last Played: %s – Playtime: %s\") % (\n            last_played_escaped,\n            playtime_escaped,\n        )\n"
  },
  {
    "path": "bottles/frontend/utils/sh.py",
    "content": "# sh.py\n#\n# Copyright 2025 The Bottles Contributors\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport re\n\n_is_name = re.compile(r\"\"\"[_a-zA-Z][_a-zA-Z0-9]*\"\"\")\n\n\nclass ShUtils:\n    @staticmethod\n    def is_name(text: str) -> bool:\n        return bool(_is_name.fullmatch(text))\n\n    @staticmethod\n    def split_assignment(text: str) -> tuple[str, str]:\n        name, _, value = text.partition(\"=\")\n        return (name, value)\n"
  },
  {
    "path": "bottles/frontend/views/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/frontend/views/bottle_dependencies.py",
    "content": "# bottle_installers.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport time\nfrom typing import Optional\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.state import EventManager, Events\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.common import open_doc_url\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.widgets.dependency import DependencyEntry\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details-dependencies.ui\")\nclass DependenciesView(Adw.Bin):\n    __gtype_name__ = \"DetailsDependencies\"\n    __registry = []\n\n    # region Widgets\n    list_dependencies = Gtk.Template.Child()\n    btn_report = Gtk.Template.Child()\n    btn_help = Gtk.Template.Child()\n    entry_search = Gtk.Template.Child()\n    actions = Gtk.Template.Child()\n    search_bar = Gtk.Template.Child()\n    ev_controller = Gtk.EventControllerKey.new()\n    spinner_loading = Gtk.Template.Child()\n    stack = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, details, config: BottleConfig, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = details.window\n        self.manager = details.window.manager\n        self.config = config\n        self.queue = details.queue\n\n        self.ev_controller.connect(\"key-released\", self.__search_dependencies)\n\n        self.entry_search.add_controller(self.ev_controller)\n        self.search_bar.set_key_capture_widget(self.window)\n\n        self.btn_report.connect(\n            \"clicked\", open_doc_url, \"contribute/missing-dependencies\"\n        )\n        self.btn_help.connect(\"clicked\", open_doc_url, \"bottles/dependencies\")\n\n        if not self.manager.utils_conn.status:\n            self.stack.set_visible_child_name(\"page_offline\")\n\n        self.spinner_loading.start()\n\n    def __search_dependencies(self, *_args):\n        \"\"\"\n        This function search in the list of dependencies the\n        text written in the search entry.\n        \"\"\"\n        terms = self.entry_search.get_text()\n        self.list_dependencies.set_filter_func(self.__filter_dependencies, terms)\n\n    @staticmethod\n    def __filter_dependencies(row, terms=None):\n        text = row.get_title().lower() + row.get_subtitle().lower()\n        if terms.lower() in text:\n            return True\n        return False\n\n    def empty_list(self):\n        for r in self.__registry:\n            if r.get_parent() is not None:\n                r.get_parent().remove(r)\n        self.__registry = []\n\n    def update(self, _widget=False, config: Optional[BottleConfig] = None):\n        \"\"\"\n        This function update the dependencies list with the\n        supported by the manager.\n        \"\"\"\n        if config is None:\n            config = BottleConfig()\n        self.config = config\n\n        # Not sure if it's the best place to make this check\n        if not self.manager.utils_conn.status:\n            return\n\n        self.stack.set_visible_child_name(\"page_loading\")\n\n        def new_dependency(dependency, plain=False):\n            entry = DependencyEntry(\n                window=self.window,\n                config=self.config,\n                dependency=dependency,\n                plain=plain,\n            )\n            self.__registry.append(entry)\n            self.list_dependencies.append(entry)\n\n        @GtkUtils.run_in_main_loop\n        def callback(_result, _error=False):\n            self.stack.set_visible_child_name(\"page_deps\")\n\n        def process_dependencies():\n            time.sleep(0.3)  # workaround for freezing bug on bottle load\n            EventManager.wait(Events.DependenciesOrganizing)\n            dependencies = self.manager.supported_dependencies\n\n            GLib.idle_add(self.empty_list)\n\n            if len(dependencies.keys()) > 0:\n                for dep in dependencies.items():\n                    if dep[0] in self.config.Installed_Dependencies:\n                        continue  # Do not list already installed dependencies\n\n                    GLib.idle_add(new_dependency, dep)\n\n            if len(self.config.Installed_Dependencies) > 0:\n                for dep in self.config.Installed_Dependencies:\n                    if dep in dependencies:\n                        dep = (dep, dependencies[dep])\n                        GLib.idle_add(new_dependency, dep)\n\n        RunAsync(process_dependencies, callback=callback)\n"
  },
  {
    "path": "bottles/frontend/views/bottle_details.py",
    "content": "# bottle_details.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport re\nimport uuid\nfrom datetime import datetime\nfrom gettext import gettext as _\nfrom typing import Dict, List, Optional, Tuple\n\nfrom gi.repository import Adw, Gdk, Gio, GLib, Gtk, Xdp\n\nfrom bottles.backend.managers.backup import BackupManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.runner import Runner\nfrom bottles.backend.state import SignalManager, Signals, TaskManager\nfrom bottles.backend.utils.generic import sort_by_version\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.terminal import TerminalUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.cmd import CMD\nfrom bottles.backend.wine.control import Control\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.explorer import Explorer\nfrom bottles.backend.wine.regedit import Regedit\nfrom bottles.backend.wine.taskmgr import Taskmgr\nfrom bottles.backend.wine.uninstaller import Uninstaller\nfrom bottles.backend.wine.wineboot import WineBoot\nfrom bottles.backend.wine.winecfg import WineCfg\nfrom bottles.backend.wine.winedbg import WineDbg\nfrom bottles.backend.wine.wineserver import WineServer\nfrom bottles.frontend.utils.common import open_doc_url\nfrom bottles.frontend.utils.filters import add_all_filters, add_executable_filters\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.utils.playtime import PlaytimeService\nfrom bottles.frontend.widgets.program import ProgramEntry\nfrom bottles.frontend.windows.duplicate import DuplicateDialog\nfrom bottles.frontend.windows.upgradeversioning import UpgradeVersioningDialog\nfrom bottles.frontend.windows.versioning_settings import VersioningSettingsDialog\nfrom bottles.fvs.repo import FVSRepo\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details-bottle.ui\")\nclass BottleView(Adw.PreferencesPage):\n    __gtype_name__ = \"DetailsBottle\"\n    __registry = []\n\n    # region Widgets\n    label_runner = Gtk.Template.Child()\n    label_state = Gtk.Template.Child()\n    label_environment = Gtk.Template.Child()\n    label_arch = Gtk.Template.Child()\n    install_programs = Gtk.Template.Child()\n    add_shortcuts = Gtk.Template.Child()\n    btn_execute = Gtk.Template.Child()\n    btn_eagle = Gtk.Template.Child()\n    popover_exec_settings = Gtk.Template.Child()\n    exec_arguments = Gtk.Template.Child()\n    exec_terminal = Gtk.Template.Child()\n    exec_winebridge = Gtk.Template.Child()\n    row_winecfg = Gtk.Template.Child()\n    row_preferences = Gtk.Template.Child()\n    row_dependencies = Gtk.Template.Child()\n    row_snapshots = Gtk.Template.Child()\n    row_taskmanager = Gtk.Template.Child()\n    row_debug = Gtk.Template.Child()\n    row_explorer = Gtk.Template.Child()\n    row_cmd = Gtk.Template.Child()\n    row_taskmanager_legacy = Gtk.Template.Child()\n    row_controlpanel = Gtk.Template.Child()\n    row_uninstaller = Gtk.Template.Child()\n    row_regedit = Gtk.Template.Child()\n    row_registry_rules = Gtk.Template.Child()\n    btn_shutdown = Gtk.Template.Child()\n    btn_reboot = Gtk.Template.Child()\n    btn_browse = Gtk.Template.Child()\n    btn_forcestop = Gtk.Template.Child()\n    btn_nv_forcestop = Gtk.Template.Child()\n    btn_update = Gtk.Template.Child()\n    btn_toggle_removed = Gtk.Template.Child()\n    btn_backup_config = Gtk.Template.Child()\n    btn_backup_full = Gtk.Template.Child()\n    btn_duplicate = Gtk.Template.Child()\n    btn_delete = Gtk.Template.Child()\n    btn_flatpak_doc = Gtk.Template.Child()\n    label_name = Gtk.Template.Child()\n    dot_versioning = Gtk.Template.Child()\n    btn_versioning_badge = Gtk.Template.Child()\n    group_programs = Gtk.Template.Child()\n    group_updates = Gtk.Template.Child()\n    actions = Gtk.Template.Child()\n    row_no_programs = Gtk.Template.Child()\n    row_no_updates = Gtk.Template.Child()\n    bottom_bar = Gtk.Template.Child()\n    drop_overlay = Gtk.Template.Child()\n    box_backup_progress = Gtk.Template.Child()\n    spinner_backup = Gtk.Template.Child()\n    label_backup_progress = Gtk.Template.Child()\n    btn_snapshots_settings = Gtk.Template.Child()\n    # endregion\n\n    content = Gdk.ContentFormats.new_for_gtype(Gdk.FileList)\n    target = Gtk.DropTarget(formats=content, actions=Gdk.DragAction.COPY)\n\n    style_provider = Gtk.CssProvider()\n\n    def __init__(self, details, config, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = details.window\n        self.manager = details.window.manager\n        self.stack_bottle = details.stack_bottle\n        self.leaflet = details.leaflet\n        self.details = details\n        self.config = config\n        self.show_hidden = False\n        self.__update_rows = []\n\n        # Initialize playtime service\n        self.playtime_service = PlaytimeService(self.manager)\n\n        # Playtime signal handling\n        self._playtime_refresh_pending = False\n        self._playtime_refresh_timeout_id = None\n        SignalManager.connect(Signals.ProgramFinished, self._on_program_finished)\n\n        # Backup progress tracking\n        self._backup_task_id = None\n        SignalManager.connect(Signals.TaskAdded, self._on_task_added)\n        SignalManager.connect(Signals.TaskRemoved, self._on_task_removed)\n        SignalManager.connect(Signals.TaskUpdated, self._on_task_updated)\n\n        self.target.connect(\"drop\", self.on_drop)\n        self.add_controller(self.target)\n        self.target.connect(\"enter\", self.on_enter)\n        self.target.connect(\"leave\", self.on_leave)\n\n        self.add_shortcuts.connect(\"clicked\", self.add)\n        self.install_programs.connect(\"clicked\", self.__change_page, \"installers\")\n        self.btn_execute.connect(\"clicked\", self.run_executable)\n        self.btn_eagle.connect(\"clicked\", self.run_eagle)\n        self.popover_exec_settings.connect(\"closed\", self.__run_executable_with_args)\n        self.row_preferences.connect(\"activated\", self.__change_page, \"preferences\")\n        self.row_dependencies.connect(\"activated\", self.__change_page, \"dependencies\")\n        self.row_snapshots.connect(\"activated\", self.__change_page, \"versioning\")\n        self.btn_snapshots_settings.connect(\"clicked\", self.__show_versioning_settings)\n        self.btn_versioning_badge.connect(\"clicked\", self.__change_page, \"versioning\")\n        self.row_taskmanager.connect(\"activated\", self.__change_page, \"taskmanager\")\n        self.row_winecfg.connect(\"activated\", self.run_winecfg)\n        self.row_debug.connect(\"activated\", self.run_debug)\n        self.row_explorer.connect(\"activated\", self.run_explorer)\n        self.row_cmd.connect(\"activated\", self.run_cmd)\n        self.row_taskmanager_legacy.connect(\"activated\", self.run_taskmanager)\n        self.row_controlpanel.connect(\"activated\", self.run_controlpanel)\n        self.row_uninstaller.connect(\"activated\", self.run_uninstaller)\n        self.row_regedit.connect(\"activated\", self.run_regedit)\n        self.row_registry_rules.connect(\n            \"activated\", self.__change_page, \"registry_rules\"\n        )\n        self.btn_browse.connect(\"clicked\", self.run_browse)\n        self.btn_delete.connect(\"clicked\", self.__confirm_delete)\n        self.btn_shutdown.connect(\"clicked\", self.wineboot, 2)\n        self.btn_reboot.connect(\"clicked\", self.wineboot, 1)\n        self.btn_forcestop.connect(\"clicked\", self.wineboot, 0)\n        self.btn_nv_forcestop.connect(\"clicked\", self.wineboot, -2)\n        self.btn_update.connect(\"clicked\", self.__scan_programs)\n        self.btn_toggle_removed.connect(\"clicked\", self.__toggle_removed)\n        self.btn_backup_config.connect(\"clicked\", self.__backup, \"config\")\n        self.btn_backup_full.connect(\"clicked\", self.__backup, \"full\")\n        self.btn_duplicate.connect(\"clicked\", self.__duplicate)\n        self.btn_flatpak_doc.connect(\n            \"clicked\", open_doc_url, \"flatpak/black-screen-or-silent-crash\"\n        )\n\n        if \"FLATPAK_ID\" in os.environ:\n            \"\"\"\n            If Flatpak, show the btn_flatpak_doc widget to reach\n            the documentation on how to expose directories\n            \"\"\"\n            self.btn_flatpak_doc.set_visible(True)\n\n        self.exec_winebridge.set_active(self.config.Winebridge)\n        self.populate_updates()\n\n    def __change_page(self, _widget, page_name):\n        \"\"\"\n        This function try to change the page based on user choice, if\n        the page is not available, it will show the \"bottle\" page.\n        \"\"\"\n        if page_name == \"taskmanager\":\n            self.details.view_taskmanager.update(config=self.config)\n        try:\n            self.stack_bottle.set_visible_child_name(page_name)\n            self.leaflet.navigate(Adw.NavigationDirection.FORWARD)\n        except:  # pylint: disable=bare-except\n            pass\n\n    def __show_versioning_settings(self, widget):\n        \"\"\"Open the Versioning settings dialog.\"\"\"\n        dialog = VersioningSettingsDialog(window=self.window, config=self.config)\n        dialog.present()\n\n    def __update_fvs2_badge(self, bottle_path):\n        def _fetch():\n            try:\n                repo = FVSRepo(repo_path=bottle_path, no_init=True)\n                branch = repo.active_branch or \"main\"\n                commit = (repo.active_state_id or \"\")[:7]\n                return f\"{branch}:{commit}\" if commit else branch\n            except Exception:\n                return \"\"\n\n        @GtkUtils.run_in_main_loop\n        def _apply(result, error):\n            if result and not error:\n                self.label_state.set_text(result)\n\n        RunAsync(_fetch, _apply)\n\n    def on_drop(self, drop_target, value: Gdk.FileList, x, y, user_data=None):\n        self.drop_overlay.set_visible(False)\n        files: List[Gio.File] = value.get_files()\n        args = \"\"\n        file = files[0]\n        if (\n            \".exe\" in file.get_basename().split(\"/\")[-1]\n            or \".msi\" in file.get_basename().split(\"/\")[-1]\n        ):\n            executor = WineExecutor(\n                self.config,\n                exec_path=file.get_path(),\n                args=args,\n                terminal=self.config.run_in_terminal,\n            )\n\n            def callback(a, b):\n                self.update_programs()\n\n            RunAsync(executor.run, callback)\n\n        else:\n            self.window.show_toast(\n                _('File \"{0}\" is not a .exe or .msi file').format(\n                    file.get_basename().split(\"/\")[-1]\n                )\n            )\n\n    def on_enter(self, drop_target, x, y):\n        self.drop_overlay.set_visible(True)\n        return Gdk.DragAction.COPY\n\n    def on_leave(self, drop_target):\n        self.drop_overlay.set_visible(False)\n\n    def set_config(self, config: BottleConfig):\n        self.config = config\n        self.__update_by_env()\n\n        # set update_date\n        update_date = datetime.strptime(self.config.Update_Date, \"%Y-%m-%d %H:%M:%S.%f\")\n        update_date = update_date.strftime(\"%b %d %Y %H:%M:%S\")\n        self.label_name.set_tooltip_text(_(\"Updated: %s\" % update_date))\n\n        # set arch\n        self.label_arch.set_text((self.config.Arch or \"n/a\").capitalize())\n\n        # set name and runner\n        self.label_name.set_text(self.config.Name)\n        self.label_runner.set_text(self.config.Runner)\n\n        # set environment\n        self.label_environment.set_text(_(self.config.Environment))\n\n        # set versioning badge\n        has_old_versioning = self.config.Versioning\n        bottle_path = ManagerUtils.get_bottle_path(config)\n        has_fvs2 = os.path.exists(os.path.join(bottle_path, \".fvs2\"))\n        show_badge = has_old_versioning or has_fvs2\n        self.dot_versioning.set_visible(show_badge)\n        self.btn_versioning_badge.set_visible(show_badge)\n\n        if has_old_versioning:\n            self.label_state.set_text(str(self.config.State))\n        elif has_fvs2:\n            self.label_state.set_text(\"…\")\n            self.__update_fvs2_badge(bottle_path)\n\n        self.__set_steam_rules()\n\n        # check for old versioning system enabled\n        if self.manager.versioning_manager.needs_migration(config):\n            self.__upgrade_versioning()\n\n        if (\n            config.Runner not in self.manager.runners_available\n            and not self.config.Environment == \"Steam\"\n        ):\n            self.__alert_missing_runner()\n\n        # update programs list\n        self.update_programs()\n        self.populate_updates()\n\n    def add(self, widget=False):\n        \"\"\"\n        This function popup the add program dialog to the user. It\n        will also update the bottle configuration, appending the\n        path to the program picked by the user.\n        The file chooser path is set to the bottle path by default.\n        \"\"\"\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            path = dialog.get_file().get_path()\n            basename = dialog.get_file().get_basename()\n\n            _uuid = str(uuid.uuid4())\n            _program = {\n                \"executable\": basename,\n                \"name\": basename[:-4],\n                \"path\": path,\n                \"id\": _uuid,\n                \"folder\": ManagerUtils.get_exe_parent_dir(self.config, path),\n            }\n            self.config = self.manager.update_config(\n                config=self.config,\n                key=_uuid,\n                value=_program,\n                scope=\"External_Programs\",\n                fallback=True,\n            ).data[\"config\"]\n            self.update_programs(config=self.config, force_add=_program)\n            self.window.show_toast(_('\"{0}\" added').format(basename[:-4]))\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select Executable\"),\n            action=Gtk.FileChooserAction.OPEN,\n            parent=self.window,\n            accept_label=_(\"Add\"),\n        )\n\n        add_executable_filters(dialog)\n        add_all_filters(dialog)\n        dialog.set_modal(True)\n        dialog.set_current_folder(\n            Gio.File.new_for_path(ManagerUtils.get_bottle_path(self.config))\n        )\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def update_programs(\n        self, config: Optional[BottleConfig] = None, force_add: dict = None\n    ):\n        \"\"\"\n        This function update the programs lists.\n        \"\"\"\n        if config:\n            if not isinstance(config, BottleConfig):\n                raise TypeError(\n                    \"config param need BottleConfig type, but it was %s\" % type(config)\n                )\n            self.config = config\n\n        if not force_add:\n            GLib.idle_add(self.empty_list)\n\n        def new_program(\n            _program, check_boot=None, is_steam=False, wineserver_status=False\n        ):\n            if check_boot is None:\n                check_boot = wineserver_status\n\n            program_widget = ProgramEntry(\n                self.window,\n                self.config,\n                _program,\n                is_steam=is_steam,\n                check_boot=check_boot,\n            )\n\n            # Update playtime subtitle if not Steam program\n            if not is_steam:\n                program_widget.update_playtime(self.playtime_service)\n\n            self.add_program(program_widget)\n\n        if force_add:\n            wineserver_status = WineServer(self.config).is_alive()\n            new_program(force_add, None, False, wineserver_status)\n            return\n\n        def process_programs():\n            wineserver_status = WineServer(self.config).is_alive()\n            programs = self.manager.get_programs(self.config)\n            programs = sorted(programs, key=lambda p: p.get(\"name\", \"\").lower())\n            handled = 0\n\n            if self.config.Environment == \"Steam\":\n                GLib.idle_add(new_program, {\"name\": self.config.Name}, None, True)\n                handled += 1\n\n            for program in programs:\n                if program.get(\"removed\"):\n                    if self.show_hidden:\n                        GLib.idle_add(\n                            new_program, program, None, False, wineserver_status\n                        )\n                        handled += 1\n                    continue\n                GLib.idle_add(new_program, program, None, False, wineserver_status)\n                handled += 1\n\n            self.row_no_programs.set_visible(handled == 0)\n\n        process_programs()\n\n    def add_program(self, widget):\n        self.__registry.append(widget)\n        self.group_programs.remove(self.bottom_bar)  # Remove the bottom_bar\n        self.group_programs.add(widget)\n        self.group_programs.add(\n            self.bottom_bar\n        )  # Add the bottom_bar back to the bottom\n\n    def __toggle_removed(self, widget=False):\n        \"\"\"\n        This function toggle the show_hidden variable.\n        \"\"\"\n        if self.show_hidden:\n            self.btn_toggle_removed.set_property(\"text\", _(\"Show Hidden Programs\"))\n        else:\n            self.btn_toggle_removed.set_property(\"text\", _(\"Hide Hidden Programs\"))\n        self.show_hidden = not self.show_hidden\n        self.update_programs(config=self.config)\n\n    def __scan_programs(self, widget=False):\n        self.update_programs(config=self.config)\n\n    def empty_list(self):\n        \"\"\"\n        This function empty the programs list.\n        \"\"\"\n        for r in self.__registry:\n            self.group_programs.remove(r)\n        self.__registry = []\n\n    def _on_program_finished(self, data=None):\n        \"\"\"\n        Signal handler for ProgramFinished events.\n        Refreshes playtime display with debouncing.\n        \"\"\"\n        if not data or not isinstance(data, Result) or not data.data:\n            return\n\n        # Note: We refresh all programs regardless of which one finished\n        # because the payload doesn't include bottle_id and we want to\n        # keep all displays up to date\n\n        # Cancel any pending refresh\n        if self._playtime_refresh_timeout_id is not None:\n            GLib.source_remove(self._playtime_refresh_timeout_id)\n            self._playtime_refresh_timeout_id = None\n\n        # Debounce: wait 500ms before refreshing\n        def do_refresh():\n            self._playtime_refresh_timeout_id = None\n            self._playtime_refresh_pending = False\n\n            # Invalidate cache and refresh all program widgets\n            self.playtime_service.invalidate_cache()\n            for widget in self.__registry:\n                if hasattr(widget, \"update_playtime\"):\n                    widget.update_playtime(self.playtime_service)\n\n            return False\n\n        self._playtime_refresh_pending = True\n        self._playtime_refresh_timeout_id = GLib.timeout_add(500, do_refresh)\n\n    def _on_task_added(self, data=None):\n        \"\"\"Signal handler for TaskAdded events. Shows spinner if backup task starts.\"\"\"\n        if not data or not data.data:\n            return\n\n        task_id = data.data\n        task = TaskManager.get(task_id)\n        if not task:\n            return\n\n        # Check if this is a backup task for our bottle\n        backup_title = _(\"Backup {0}\").format(self.config.Name)\n        if task.title == backup_title:\n            self._backup_task_id = task_id\n            GLib.idle_add(self._show_backup_progress)\n\n    def _on_task_removed(self, data=None):\n        \"\"\"Signal handler for TaskRemoved events. Hides spinner if backup task.\"\"\"\n        if not data or not data.data:\n            return\n\n        task_id = data.data\n        if task_id == self._backup_task_id:\n            self._backup_task_id = None\n            GLib.idle_add(self._hide_backup_progress)\n\n    def _on_task_updated(self, data=None):\n        \"\"\"Signal handler for TaskUpdated events. Updates progress label.\"\"\"\n        if not data or not data.data:\n            return\n\n        task_id = data.data\n        if task_id == self._backup_task_id:\n            task = TaskManager.get(task_id)\n            if task and task.subtitle:\n                GLib.idle_add(self._update_backup_progress, task.subtitle)\n\n    def _show_backup_progress(self):\n        \"\"\"Show the backup progress indicator.\"\"\"\n        self.label_backup_progress.set_text(\"\")\n        self.box_backup_progress.set_visible(True)\n        self.spinner_backup.start()\n\n    def _hide_backup_progress(self):\n        \"\"\"Hide the backup progress indicator.\"\"\"\n        self.spinner_backup.stop()\n        self.box_backup_progress.set_visible(False)\n\n    def _update_backup_progress(self, text: str):\n        \"\"\"Update the backup progress label.\"\"\"\n        self.label_backup_progress.set_text(text)\n\n    def populate_updates(self):\n        for row in self.__update_rows:\n            self.group_updates.remove(row)\n        self.__update_rows = []\n\n        updates = self.__collect_component_updates()\n        self.row_no_updates.set_visible(len(updates) == 0)\n\n        for update in updates:\n            row = self.__build_update_row(update)\n            self.group_updates.add(row)\n            self.__update_rows.append(row)\n\n    def __collect_component_updates(self) -> List[Dict[str, object]]:\n        updates: List[Dict[str, object]] = []\n\n        runner_update = self.__collect_runner_update()\n        if runner_update:\n            updates.append(runner_update)\n\n        component_meta = {\n            \"dxvk\": {\n                \"title\": _(\"DXVK\"),\n                \"enabled\": self.config.Parameters.dxvk,\n                \"current\": self.config.DXVK,\n                \"supported\": self.manager.supported_dxvk,\n            },\n            \"vkd3d\": {\n                \"title\": _(\"VKD3D\"),\n                \"enabled\": self.config.Parameters.vkd3d,\n                \"current\": self.config.VKD3D,\n                \"supported\": self.manager.supported_vkd3d,\n            },\n            \"nvapi\": {\n                \"title\": _(\"NVAPI\"),\n                \"enabled\": self.config.Parameters.dxvk_nvapi,\n                \"current\": self.config.NVAPI,\n                \"supported\": self.manager.supported_nvapi,\n            },\n            \"latencyflex\": {\n                \"title\": _(\"LatencyFleX\"),\n                \"enabled\": self.config.Parameters.latencyflex,\n                \"current\": self.config.LatencyFleX,\n                \"supported\": self.manager.supported_latencyflex,\n            },\n        }\n\n        for component, meta in component_meta.items():\n            entry = self.__collect_dll_component_update(component, meta)\n            if entry:\n                updates.append(entry)\n\n        winebridge_entry = self.__collect_winebridge_update()\n        if winebridge_entry:\n            updates.append(winebridge_entry)\n\n        return updates\n\n    def __collect_dll_component_update(\n        self, component: str, meta: Dict[str, object]\n    ) -> Optional[Dict[str, object]]:\n        if not meta[\"enabled\"] or not meta[\"current\"] or not meta[\"supported\"]:\n            return None\n\n        latest = self.__get_latest_supported(meta[\"supported\"])\n        if not latest or not self.__is_version_newer(latest, meta[\"current\"]):\n            return None\n\n        return {\n            \"id\": component,\n            \"title\": meta[\"title\"],\n            \"current\": meta[\"current\"],\n            \"latest\": latest,\n            \"handler\": self.__update_dll_component,\n            \"kwargs\": {\"component\": component, \"version\": latest},\n        }\n\n    def __collect_runner_update(self) -> Optional[Dict[str, object]]:\n        runner = self.config.Runner or \"\"\n        if not runner or runner.startswith(\"sys-\"):\n            return None\n\n        candidates, component_type = self.__resolve_runner_catalog(runner)\n        if not candidates or not component_type:\n            return None\n\n        try:\n            latest = sort_by_version(candidates.copy())[0]\n        except ValueError:\n            latest = sorted(candidates, reverse=True)[0]\n\n        if not self.__is_version_newer(latest, runner):\n            return None\n\n        return {\n            \"id\": \"runner\",\n            \"title\": _(\"Runner\"),\n            \"current\": runner,\n            \"latest\": latest,\n            \"handler\": self.__update_runner_component,\n            \"kwargs\": {\"runner\": latest, \"component_type\": component_type},\n        }\n\n    def __collect_winebridge_update(self) -> Optional[Dict[str, object]]:\n        if not self.config.Parameters.winebridge:\n            return None\n\n        latest = self.__get_latest_supported(self.manager.supported_winebridge)\n        installed = (\n            self.manager.winebridge_available[0]\n            if self.manager.winebridge_available\n            else None\n        )\n\n        if not latest or not self.__is_version_newer(latest, installed):\n            return None\n\n        return {\n            \"id\": \"winebridge\",\n            \"title\": _(\"WineBridge\"),\n            \"current\": installed or _(\"Not installed\"),\n            \"latest\": latest,\n            \"handler\": self.__update_winebridge_component,\n            \"kwargs\": {\"version\": latest},\n        }\n\n    def __resolve_runner_catalog(self, runner: str) -> Tuple[List[str], str]:\n        wine_candidates = self.__match_runner_candidates(\n            runner, self.manager.supported_wine_runners\n        )\n        if wine_candidates:\n            return wine_candidates, \"runner\"\n\n        proton_candidates = self.__match_runner_candidates(\n            runner, self.manager.supported_proton_runners\n        )\n        if proton_candidates:\n            return proton_candidates, \"runner:proton\"\n\n        return [], \"\"\n\n    def __match_runner_candidates(self, runner: str, catalog: dict) -> List[str]:\n        if not catalog:\n            return []\n        family = self.__runner_family(runner)\n        return [\n            name for name in catalog.keys() if name.lower().startswith(family) and name\n        ]\n\n    @staticmethod\n    def __runner_family(runner: str) -> str:\n        normalized = runner.lower()\n        match = re.search(r\"\\d\", normalized)\n        if match:\n            candidate = normalized[: match.start()].rstrip(\"-\")\n            if candidate:\n                return candidate\n        if \"-\" in normalized:\n            return normalized.split(\"-\")[0]\n        return normalized\n\n    @staticmethod\n    def __get_latest_supported(supported_dict: dict) -> Optional[str]:\n        if not supported_dict:\n            return None\n        keys = list(supported_dict.keys())\n        try:\n            return sort_by_version(keys)[0]\n        except ValueError:\n            return sorted(keys, reverse=True)[0]\n\n    def __is_version_newer(self, latest: str, current: Optional[str]) -> bool:\n        if not latest:\n            return False\n        if not current:\n            return True\n        versions = [latest, current]\n        try:\n            ordered = sort_by_version(versions.copy())\n        except ValueError:\n            ordered = sorted(versions, reverse=True)\n        return ordered[0] == latest and latest != current\n\n    def __build_update_row(self, update: Dict[str, object]) -> Adw.ActionRow:\n        row = Adw.ActionRow()\n        row.set_title(update[\"title\"])\n        row.set_subtitle(\n            _(\"Current: {current} · Latest: {latest}\").format(\n                current=update[\"current\"], latest=update[\"latest\"]\n            )\n        )\n        row.set_activatable(False)\n\n        spinner = Gtk.Spinner()\n        spinner.set_visible(False)\n        row.add_suffix(spinner)\n        spinner.set_valign(Gtk.Align.CENTER)\n\n        button = Gtk.Button.new_with_label(_(\"Update\"))\n        row.add_suffix(button)\n        button.set_valign(Gtk.Align.CENTER)\n        button.connect(\"clicked\", self.__run_update, spinner, update)\n\n        return row\n\n    def __run_update(self, button, spinner, update):\n        spinner.set_visible(True)\n        spinner.start()\n        button.set_sensitive(False)\n\n        kwargs = dict(update.get(\"kwargs\", {}))\n        kwargs[\"config\"] = self.config\n\n        def handle_response(result, error=False):\n            spinner.stop()\n            spinner.set_visible(False)\n            button.set_sensitive(True)\n\n            success = isinstance(result, Result) and result.ok\n            if success and isinstance(result.data, dict):\n                if result.data.get(\"config\"):\n                    self.config = result.data[\"config\"]\n                if update[\"id\"] == \"runner\" and hasattr(\n                    self.details, \"update_runner_label\"\n                ):\n                    self.details.update_runner_label(self.config.Runner)\n\n            if success:\n                self.window.show_toast(\n                    _(\"Updated {component} to {version}\").format(\n                        component=update[\"title\"],\n                        version=update[\"latest\"],\n                    )\n                )\n                self.populate_updates()\n                return\n\n            message = None\n            if isinstance(result, Result):\n                message = result.message\n                if not message and isinstance(result.data, dict):\n                    message = result.data.get(\"message\")\n            if not message:\n                message = _(\"Failed to update {component}\").format(\n                    component=update[\"title\"]\n                )\n            self.window.show_toast(message)\n\n        RunAsync(\n            task_func=update[\"handler\"],\n            callback=handle_response,\n            **kwargs,\n        )\n\n    def __ensure_component_available(self, component: str, version: str) -> Result:\n        availability_attrs = {\n            \"dxvk\": \"dxvk_available\",\n            \"vkd3d\": \"vkd3d_available\",\n            \"nvapi\": \"nvapi_available\",\n            \"latencyflex\": \"latencyflex_available\",\n        }\n        available = getattr(self.manager, availability_attrs[component], [])\n        if version in available:\n            return Result(True)\n        return self.manager.component_manager.install(component, version)\n\n    def __update_dll_component(\n        self, *, component: str, version: str, config: BottleConfig\n    ) -> Result:\n        ensure = self.__ensure_component_available(component, version)\n        if not ensure.ok:\n            return ensure\n\n        remove_res = self.manager.install_dll_component(\n            config=config, component=component, remove=True\n        )\n        if not remove_res.ok:\n            return remove_res\n\n        key_map = {\n            \"dxvk\": \"DXVK\",\n            \"vkd3d\": \"VKD3D\",\n            \"nvapi\": \"NVAPI\",\n            \"latencyflex\": \"LatencyFleX\",\n        }\n        update_res = self.manager.update_config(\n            config=config, key=key_map[component], value=version\n        )\n        if not update_res.ok:\n            return update_res\n        updated_config = update_res.data[\"config\"]\n\n        install_res = self.manager.install_dll_component(\n            config=updated_config, component=component, version=version\n        )\n        if not install_res.ok:\n            return install_res\n\n        return Result(True, data={\"config\": updated_config})\n\n    def __update_runner_component(\n        self,\n        *,\n        runner: str,\n        component_type: str,\n        config: BottleConfig,\n    ) -> Result:\n        if runner not in self.manager.runners_available:\n            res = self.manager.component_manager.install(component_type, runner)\n            if not res.ok:\n                return res\n        return Runner.runner_update(config=config, manager=self.manager, runner=runner)\n\n    def __update_winebridge_component(\n        self, *, version: str, config: BottleConfig\n    ) -> Result:\n        if version in self.manager.winebridge_available:\n            return Result(True)\n        return self.manager.component_manager.install(\"winebridge\", version)\n\n    def __run_executable_with_args(self, widget):\n        \"\"\"\n        This function saves updates the run arguments for the current session.\n        \"\"\"\n        args = self.exec_arguments.get_text()\n        self.config.session_arguments = args\n        self.config.run_in_terminal = self.exec_terminal.get_active()\n\n    def run_executable(self, widget, args=False):\n        \"\"\"\n        This function pop up the dialog to run an executable.\n        The file will be executed by the runner after the\n        user confirmation.\n        \"\"\"\n\n        def show_chooser(*_args):\n            self.window.settings.set_boolean(\"show-sandbox-warning\", False)\n\n            def execute(_dialog, response):\n                if response != Gtk.ResponseType.ACCEPT:\n                    return\n\n                self.window.show_toast(\n                    _('Launching \"{0}\"…').format(dialog.get_file().get_basename())\n                )\n\n                executor = WineExecutor(\n                    self.config,\n                    exec_path=dialog.get_file().get_path(),\n                    args=self.config.get(\"session_arguments\"),\n                    terminal=self.config.run_in_terminal,\n                )\n\n                def callback(a, b):\n                    self.update_programs()\n\n                RunAsync(executor.run, callback)\n\n            dialog = Gtk.FileChooserNative.new(\n                title=_(\"Select Executable\"),\n                action=Gtk.FileChooserAction.OPEN,\n                parent=self.window,\n                accept_label=_(\"Run\"),\n            )\n\n            add_executable_filters(dialog)\n            add_all_filters(dialog)\n            dialog.set_modal(True)\n            dialog.set_current_folder(\n                Gio.File.new_for_path(ManagerUtils.get_bottle_path(self.config))\n            )\n            dialog.connect(\"response\", execute)\n            dialog.show()\n\n        if Xdp.Portal.running_under_sandbox():\n            if self.window.settings.get_boolean(\"show-sandbox-warning\"):\n                dialog = Adw.MessageDialog.new(\n                    self.window,\n                    _(\"Be Aware of Sandbox\"),\n                    _(\n                        \"Bottles is running in a sandbox, a restricted permission environment needed to keep you safe. If the program won't run, consider moving inside the bottle (3 dots icon on the top), then launch from there.\"\n                    ),\n                )\n                dialog.add_response(\"dismiss\", _(\"_Dismiss\"))\n                dialog.connect(\"response\", lambda *args: show_chooser())\n                dialog.present()\n            else:\n                show_chooser()\n        else:\n            show_chooser()\n\n    def run_eagle(self, _widget):\n        \"\"\"\n        Pops up a dialog to select an executable for Eagle analysis.\n        \"\"\"\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            path = _dialog.get_file().get_path()\n            self.details.view_eagle.analyze(path)\n            self.__change_page(None, \"eagle\")\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select Executable for Eagle Analysis\"),\n            action=Gtk.FileChooserAction.OPEN,\n            parent=self.window,\n            accept_label=_(\"Analyse\"),\n        )\n\n        add_executable_filters(dialog)\n        add_all_filters(dialog)\n        dialog.set_modal(True)\n        dialog.set_current_folder(\n            Gio.File.new_for_path(ManagerUtils.get_bottle_path(self.config))\n        )\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def __backup(self, widget, backup_type):\n        \"\"\"\n        This function pop up the file chooser where the user\n        can select the path where to export the bottle backup.\n        Use the backup_type param to export config or full.\n        \"\"\"\n        if backup_type == \"config\":\n            title = _(\"Select the location where to save the backup config\")\n            hint = f\"backup_{self.config.Path}.yml\"\n            accept_label = _(\"Export\")\n        else:\n            title = _(\"Select the location where to save the backup archive\")\n            hint = f\"backup_{self.config.Path}.tar.gz\"\n            accept_label = _(\"Backup\")\n\n        @GtkUtils.run_in_main_loop\n        def finish(result, error=False):\n            if result.ok:\n                self.window.show_toast(\n                    _('Backup created for \"{0}\"').format(self.config.Name)\n                )\n            else:\n                self.window.show_toast(\n                    _('Backup failed for \"{0}\"').format(self.config.Name)\n                )\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            path = dialog.get_file().get_path()\n\n            RunAsync(\n                task_func=BackupManager.export_backup,\n                callback=finish,\n                config=self.config,\n                scope=backup_type,\n                path=path,\n            )\n\n        dialog = Gtk.FileChooserNative.new(\n            title=title,\n            action=Gtk.FileChooserAction.SAVE,\n            parent=self.window,\n            accept_label=accept_label,\n        )\n\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.set_current_name(hint)\n        dialog.show()\n\n    def __duplicate(self, widget):\n        \"\"\"\n        This function pop up the duplicate dialog, so the user can\n        choose the new bottle name and perform duplication.\n        \"\"\"\n        new_window = DuplicateDialog(self)\n        new_window.present()\n\n    def __upgrade_versioning(self):\n        \"\"\"\n        This function pop up the upgrade versioning dialog, so the user can\n        upgrade the versioning system from old Bottles built-in to FVS.\n        \"\"\"\n        new_window = UpgradeVersioningDialog(self)\n        new_window.present()\n\n    def __confirm_delete(self, widget):\n        \"\"\"\n        This function pop up to delete confirm dialog. If user confirm\n        it will ask the manager to delete the bottle and will return\n        to the bottles list.\n        \"\"\"\n\n        def handle_response(_widget, response_id):\n            if response_id == \"ok\":\n                RunAsync(self.manager.delete_bottle, config=self.config)\n                self.window.page_list.disable_bottle(self.config)\n            _widget.destroy()\n\n        dialog = Adw.MessageDialog.new(\n            self.window,\n            _(\n                'Are you sure you want to permanently delete \"{}\"?'.format(\n                    self.config[\"Name\"]\n                )\n            ),\n            _(\n                \"This will permanently delete all programs and settings associated with it.\"\n            ),\n        )\n        dialog.add_response(\"cancel\", _(\"_Cancel\"))\n        dialog.add_response(\"ok\", _(\"_Delete\"))\n        dialog.set_response_appearance(\"ok\", Adw.ResponseAppearance.DESTRUCTIVE)\n        dialog.connect(\"response\", handle_response)\n        dialog.present()\n\n    def __alert_missing_runner(self):\n        \"\"\"\n        This function pop up a dialog which alert the user that the runner\n        specified in the bottle configuration is missing.\n        \"\"\"\n\n        def handle_response(_widget, response_id):\n            _widget.destroy()\n\n        dialog = Adw.MessageDialog.new(\n            self.window,\n            _(\"Missing Runner\"),\n            _(\n                \"The runner requested by this bottle is missing. Install it through \\\nthe Bottles preferences or choose a new one to run applications.\"\n            ),\n        )\n        dialog.add_response(\"ok\", _(\"_Dismiss\"))\n        dialog.connect(\"response\", handle_response)\n        dialog.present()\n\n    def __update_by_env(self):\n        widgets = [self.row_uninstaller, self.row_regedit]\n        for widget in widgets:\n            widget.set_visible(True)\n\n    \"\"\"\n    The following functions are used like wrappers for the\n    runner utilities.\n    \"\"\"\n\n    def run_winecfg(self, widget):\n        program = WineCfg(self.config)\n        RunAsync(program.launch)\n\n    def run_debug(self, widget):\n        program = WineDbg(self.config)\n        RunAsync(program.launch_terminal)\n\n    def run_browse(self, widget):\n        ManagerUtils.open_filemanager(self.config)\n\n    def run_explorer(self, widget):\n        program = Explorer(self.config)\n        RunAsync(program.launch)\n\n    def run_cmd(self, widget):\n        program = CMD(self.config)\n        RunAsync(program.launch_terminal)\n\n    @staticmethod\n    def run_snake(widget, event):\n        if event.button == 2:\n            RunAsync(TerminalUtils().launch_snake)\n\n    def run_taskmanager(self, widget):\n        program = Taskmgr(self.config)\n        RunAsync(program.launch)\n\n    def run_controlpanel(self, widget):\n        program = Control(self.config)\n        RunAsync(program.launch)\n\n    def run_uninstaller(self, widget):\n        program = Uninstaller(self.config)\n        RunAsync(program.launch)\n\n    def run_regedit(self, widget):\n        program = Regedit(self.config)\n        RunAsync(program.launch)\n\n    def wineboot(self, widget, status):\n        @GtkUtils.run_in_main_loop\n        def reset(result=None, error=False):\n            widget.set_sensitive(True)\n\n        def handle_response(_widget, response_id):\n            if response_id == \"ok\":\n                RunAsync(wineboot.send_status, callback=reset, status=status)\n            else:\n                reset()\n            _widget.destroy()\n\n        wineboot = WineBoot(self.config)\n        widget.set_sensitive(False)\n\n        if status in [-2, 0]:\n            dialog = Adw.MessageDialog.new(\n                self.window,\n                _(\"Are you sure you want to force stop all processes?\"),\n                _(\"This can cause data loss, corruption, and programs to malfunction.\"),\n            )\n            dialog.add_response(\"cancel\", _(\"_Cancel\"))\n            dialog.add_response(\"ok\", _(\"Force _Stop\"))\n            dialog.set_response_appearance(\"ok\", Adw.ResponseAppearance.DESTRUCTIVE)\n            dialog.connect(\"response\", handle_response)\n            dialog.present()\n\n    def __set_steam_rules(self):\n        status = False if self.config.Environment == \"Steam\" else True\n\n        for w in [self.btn_delete, self.btn_backup_full, self.btn_duplicate]:\n            w.set_visible(status)\n            w.set_sensitive(status)\n"
  },
  {
    "path": "bottles/frontend/views/bottle_installers.py",
    "content": "# bottle_installers.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport time\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.common import open_doc_url\nfrom bottles.frontend.widgets.installer import InstallerEntry\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details-installers.ui\")\nclass InstallersView(Adw.Bin):\n    __gtype_name__ = \"DetailsInstallers\"\n    __registry = []\n\n    # region Widgets\n    list_installers = Gtk.Template.Child()\n    btn_help = Gtk.Template.Child()\n    btn_toggle_search = Gtk.Template.Child()\n    entry_search = Gtk.Template.Child()\n    search_bar = Gtk.Template.Child()\n    actions = Gtk.Template.Child()\n    pref_page = Gtk.Template.Child()\n    status_page = Gtk.Template.Child()\n    ev_controller = Gtk.EventControllerKey.new()\n\n    # endregion\n\n    def __init__(self, details, config, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = details.window\n        self.manager = details.window.manager\n        self.config = config\n\n        self.ev_controller.connect(\"key-released\", self.__search_installers)\n        self.entry_search.add_controller(self.ev_controller)\n\n        self.search_bar.set_key_capture_widget(self.window)\n        self.btn_help.connect(\"clicked\", open_doc_url, \"bottles/installers\")\n        self.entry_search.connect(\"changed\", self.__search_installers)\n\n    def __search_installers(self, *_args):\n        \"\"\"\n        This function search in the list of installers the\n        text written in the search entry.\n        \"\"\"\n        terms = self.entry_search.get_text()\n        self.list_installers.set_filter_func(self.__filter_installers, terms)\n\n    @staticmethod\n    def __filter_installers(row, terms=None):\n        text = row.get_title().lower() + row.get_subtitle().lower()\n        if terms.lower() in text:\n            return True\n        return False\n\n    def empty_list(self):\n        for r in self.__registry:\n            if r.get_parent() is not None:\n                r.get_parent().remove(r)\n        self.__registry = []\n\n    def update(self, widget=False, config=None):\n        \"\"\"\n        This function update the installers list with the\n        supported by the manager.\n        \"\"\"\n        if config is None:\n            config = BottleConfig()\n        self.config = config\n        installers = self.manager.supported_installers.items()\n\n        self.list_installers.set_sensitive(False)\n\n        def new_installer(_installer):\n            entry = InstallerEntry(\n                window=self.window, config=self.config, installer=_installer\n            )\n            self.list_installers.append(entry)\n            self.__registry.append(entry)\n\n        def callback(result, error=False):\n            self.status_page.set_visible(not result.status)\n            self.pref_page.set_visible(result.status)\n            self.list_installers.set_visible(result.status)\n            self.list_installers.set_sensitive(result.status)\n\n        def process_installers():\n            time.sleep(0.5)  # workaround for freezing bug on bottle load\n            GLib.idle_add(self.empty_list)\n\n            if len(installers) == 0:\n                return Result(False)\n\n            i = 0\n\n            for installer in installers:\n                if len(installer) != 2:\n                    continue\n                if installer[1].get(\"Arch\", \"win64\") != self.config.Arch:\n                    continue\n                GLib.idle_add(new_installer, installer)\n                i += 1\n\n            if i == 0:\n                return Result(False)  # there are no arch-compatible installers\n\n            return Result(True)\n\n        RunAsync(process_installers, callback)\n"
  },
  {
    "path": "bottles/frontend/views/bottle_preferences.py",
    "content": "# bottle_preferences.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\nimport re\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gdk, Gtk, Xdp\n\nfrom bottles.backend.globals import (\n    gamemode_available,\n    gamescope_available,\n    mangohud_available,\n    obs_vkc_available,\n    vkbasalt_available,\n    vmtouch_available,\n)\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.library import LibraryManager\nfrom bottles.backend.managers.runtime import RuntimeManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.enum import Arch\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.runner import Runner\nfrom bottles.backend.utils.display import DisplayUtils\nfrom bottles.backend.utils.gpu import GPUUtils, GPUVendors\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.regkeys import RegKeys\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.windows.display import DisplayDialog\nfrom bottles.frontend.windows.dlloverrides import DLLOverridesDialog\nfrom bottles.frontend.windows.drives import DrivesDialog\nfrom bottles.frontend.windows.envvars import EnvironmentVariablesDialog\nfrom bottles.frontend.windows.gamescope import GamescopeDialog\nfrom bottles.frontend.windows.mangohud import MangoHudDialog\nfrom bottles.frontend.windows.protonalert import ProtonAlertDialog\nfrom bottles.frontend.windows.sandbox import SandboxDialog\nfrom bottles.frontend.windows.vkbasalt import VkBasaltDialog\nfrom bottles.frontend.windows.vmtouch import VmtouchDialog\n\nlogging = Logger()\n\n\n# noinspection PyUnusedLocal\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details-preferences.ui\")\nclass PreferencesView(Adw.PreferencesPage):\n    __gtype_name__ = \"DetailsPreferences\"\n\n    # region Widgets\n    btn_manage_gamescope = Gtk.Template.Child()\n    btn_manage_vkbasalt = Gtk.Template.Child()\n    btn_manage_mangohud = Gtk.Template.Child()\n    btn_manage_sandbox = Gtk.Template.Child()\n    btn_manage_vmtouch = Gtk.Template.Child()\n    btn_cwd_reset = Gtk.Template.Child()\n    btn_cwd = Gtk.Template.Child()\n    row_nvapi = Gtk.Template.Child()\n    row_discrete = Gtk.Template.Child()\n    row_vkbasalt = Gtk.Template.Child()\n    row_gamescope = Gtk.Template.Child()\n    row_mangohud = Gtk.Template.Child()\n    row_gamemode = Gtk.Template.Child()\n    row_vmtouch = Gtk.Template.Child()\n    row_obsvkc = Gtk.Template.Child()\n    row_wayland = Gtk.Template.Child()\n    row_winebridge = Gtk.Template.Child()\n    row_manage_display = Gtk.Template.Child()\n    row_runtime = Gtk.Template.Child()\n    row_steam_runtime = Gtk.Template.Child()\n    row_cwd = Gtk.Template.Child()\n    label_cwd = Gtk.Template.Child()\n    row_env_variables = Gtk.Template.Child()\n    row_overrides = Gtk.Template.Child()\n    row_drives = Gtk.Template.Child()\n    row_sandbox = Gtk.Template.Child()\n    entry_name = Gtk.Template.Child()\n    switch_mangohud = Gtk.Template.Child()\n    switch_obsvkc = Gtk.Template.Child()\n    switch_vkbasalt = Gtk.Template.Child()\n    switch_wayland = Gtk.Template.Child()\n    switch_winebridge = Gtk.Template.Child()\n    switch_nvapi = Gtk.Template.Child()\n    switch_gamemode = Gtk.Template.Child()\n    switch_gamescope = Gtk.Template.Child()\n    switch_discrete = Gtk.Template.Child()\n    switch_runtime = Gtk.Template.Child()\n    switch_steam_runtime = Gtk.Template.Child()\n    switch_sandbox = Gtk.Template.Child()\n    switch_vmtouch = Gtk.Template.Child()\n    combo_runner = Gtk.Template.Child()\n    combo_dxvk = Gtk.Template.Child()\n    combo_vkd3d = Gtk.Template.Child()\n    combo_nvapi = Gtk.Template.Child()\n    combo_latencyflex = Gtk.Template.Child()\n    combo_windows = Gtk.Template.Child()\n    combo_language = Gtk.Template.Child()\n    combo_sync = Gtk.Template.Child()\n    spinner_dxvk = Gtk.Template.Child()\n    spinner_vkd3d = Gtk.Template.Child()\n    spinner_nvapi = Gtk.Template.Child()\n    spinner_nvapibool = Gtk.Template.Child()\n    spinner_latencyflex = Gtk.Template.Child()\n    spinner_runner = Gtk.Template.Child()\n    spinner_windows = Gtk.Template.Child()\n    spinner_display = Gtk.Template.Child()\n    group_details = Gtk.Template.Child()\n    str_list_languages = Gtk.Template.Child()\n    str_list_runner = Gtk.Template.Child()\n    str_list_dxvk = Gtk.Template.Child()\n    str_list_vkd3d = Gtk.Template.Child()\n    str_list_nvapi = Gtk.Template.Child()\n    str_list_latencyflex = Gtk.Template.Child()\n    str_list_windows = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, details, config, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = details.window\n        self.manager = details.window.manager\n        self.config = config\n        self.queue = details.queue\n        self.details = details\n\n        if not gamemode_available or not Xdp.Portal.running_under_sandbox():\n            return\n\n        _not_available = _(\"This feature is unavailable on your system.\")\n        _flatpak_not_available = _(\"{} To add this feature, please run\").format(\n            _not_available\n        )\n        self._install_commands = {\n            \"gamescope\": \"flatpak install flathub org.freedesktop.Platform.VulkanLayer.gamescope\",\n            \"vkbasalt\": \"flatpak install flathub org.freedesktop.Platform.VulkanLayer.vkBasalt\",\n            \"mangohud\": \"flatpak install flathub org.freedesktop.Platform.VulkanLayer.MangoHud\",\n            \"obsvkc\": \"flatpak install flathub com.obsproject.Studio.Plugin.OBSVkCapture\",\n        }\n\n        is_flatpak = \"FLATPAK_ID\" in os.environ\n\n        if not gamemode_available:\n            self.switch_gamemode.set_tooltip_text(_not_available)\n            self.__add_unavailable_indicator(self.row_gamemode, None)\n\n        if not gamescope_available:\n            _gamescope_command = self._install_commands.get(\"gamescope\")\n            _gamescope_not_available = (\n                f\"{_flatpak_not_available} {_gamescope_command}\"\n                if is_flatpak\n                else _not_available\n            )\n            self.switch_gamescope.set_tooltip_text(_gamescope_not_available)\n            self.btn_manage_gamescope.set_tooltip_text(_gamescope_not_available)\n            self.__add_unavailable_indicator(\n                self.row_gamescope, _gamescope_command if is_flatpak else None\n            )\n\n        if not vkbasalt_available:\n            _vkbasalt_command = self._install_commands.get(\"vkbasalt\")\n            _vkbasalt_not_available = (\n                f\"{_flatpak_not_available} {_vkbasalt_command}\"\n                if is_flatpak\n                else _not_available\n            )\n            self.switch_vkbasalt.set_tooltip_text(_vkbasalt_not_available)\n            self.btn_manage_vkbasalt.set_tooltip_text(_vkbasalt_not_available)\n            self.__add_unavailable_indicator(\n                self.row_vkbasalt, _vkbasalt_command if is_flatpak else None\n            )\n\n        if not mangohud_available:\n            _mangohud_command = self._install_commands.get(\"mangohud\")\n            _mangohud_not_available = (\n                f\"{_flatpak_not_available} {_mangohud_command}\"\n                if is_flatpak\n                else _not_available\n            )\n            self.switch_mangohud.set_tooltip_text(_mangohud_not_available)\n            self.btn_manage_mangohud.set_tooltip_text(_mangohud_not_available)\n            self.__add_unavailable_indicator(\n                self.row_mangohud, _mangohud_command if is_flatpak else None\n            )\n\n        if not obs_vkc_available:\n            _obsvkc_command = self._install_commands.get(\"obsvkc\")\n            _obsvkc_not_available = (\n                f\"{_flatpak_not_available} {_obsvkc_command}\"\n                if is_flatpak\n                else _not_available\n            )\n            self.switch_obsvkc.set_tooltip_text(_obsvkc_not_available)\n            self.__add_unavailable_indicator(\n                self.row_obsvkc, _obsvkc_command if is_flatpak else None\n            )\n\n        if not vmtouch_available:\n            self.switch_vmtouch.set_tooltip_text(_not_available)\n            self.__add_unavailable_indicator(self.row_vmtouch, None)\n\n        # region signals\n        self.row_manage_display.connect(\"activated\", self.__show_display_settings)\n        self.row_overrides.connect(\n            \"activated\", self.__show_feature_dialog, DLLOverridesDialog\n        )\n        self.row_env_variables.connect(\n            \"activated\", self.__show_feature_dialog, EnvironmentVariablesDialog\n        )\n        self.row_drives.connect(\"activated\", self.__show_feature_dialog, DrivesDialog)\n        self.btn_manage_gamescope.connect(\n            \"clicked\", self.__show_feature_dialog, GamescopeDialog\n        )\n        self.btn_manage_vkbasalt.connect(\n            \"clicked\", self.__show_feature_dialog, VkBasaltDialog\n        )\n        self.btn_manage_mangohud.connect(\n            \"clicked\", self.__show_feature_dialog, MangoHudDialog\n        )\n        self.btn_manage_sandbox.connect(\n            \"clicked\", self.__show_feature_dialog, SandboxDialog\n        )\n        self.btn_manage_vmtouch.connect(\n            \"clicked\", self.__show_feature_dialog, VmtouchDialog\n        )\n        self.btn_cwd.connect(\"clicked\", self.choose_cwd)\n        self.btn_cwd_reset.connect(\"clicked\", self.reset_cwd, True)\n        self.switch_mangohud.connect(\"state-set\", self.__toggle_feature_cb, \"mangohud\")\n        self.switch_obsvkc.connect(\"state-set\", self.__toggle_feature_cb, \"obsvkc\")\n        self.switch_vkbasalt.connect(\"state-set\", self.__toggle_feature_cb, \"vkbasalt\")\n        self.switch_wayland.connect(\"state-set\", self.__toggle_wayland)\n        self.switch_winebridge.connect(\n            \"state-set\", self.__toggle_feature_cb, \"winebridge\"\n        )\n        self.switch_nvapi.connect(\"state-set\", self.__toggle_nvapi)\n        self.switch_gamemode.connect(\"state-set\", self.__toggle_feature_cb, \"gamemode\")\n        self.switch_gamescope.connect(\n            \"state-set\", self.__toggle_feature_cb, \"gamescope\"\n        )\n        self.switch_sandbox.connect(\"state-set\", self.__toggle_feature_cb, \"sandbox\")\n        self.switch_discrete.connect(\n            \"state-set\", self.__toggle_feature_cb, \"discrete_gpu\"\n        )\n        self.switch_vmtouch.connect(\"state-set\", self.__toggle_feature_cb, \"vmtouch\")\n        self.combo_runner.connect(\"notify::selected\", self.__set_runner)\n        self.combo_dxvk.connect(\"notify::selected\", self.__set_dxvk)\n        self.combo_vkd3d.connect(\"notify::selected\", self.__set_vkd3d)\n        self.combo_nvapi.connect(\"notify::selected\", self.__set_nvapi)\n        self.combo_latencyflex.connect(\"notify::selected\", self.__set_latencyflex)\n        self.combo_windows.connect(\"notify::selected\", self.__set_windows)\n        self.combo_language.connect(\"notify::selected-item\", self.__set_language)\n        self.combo_sync.connect(\"notify::selected\", self.__set_sync_type)\n        self.entry_name.connect(\"changed\", self.__check_entry_name)\n        self.entry_name.connect(\"apply\", self.__save_name)\n        # endregion\n\n        \"\"\"Set DXVK_NVAPI related rows to visible when an NVIDIA GPU is detected (invisible by default)\"\"\"\n        is_nvidia_gpu = GPUUtils.is_gpu(GPUVendors.NVIDIA)\n        self.row_nvapi.set_visible(is_nvidia_gpu)\n        self.combo_nvapi.set_visible(is_nvidia_gpu)\n\n        if RuntimeManager.get_runtimes(\"steam\"):\n            self.row_steam_runtime.set_visible(True)\n            self.switch_steam_runtime.connect(\n                \"state-set\", self.__toggle_feature_cb, \"use_steam_runtime\"\n            )\n\n        \"\"\"Toggle some utilities according to its availability\"\"\"\n        self.switch_gamemode.set_sensitive(gamemode_available)\n        self.switch_gamescope.set_sensitive(gamescope_available)\n        self.btn_manage_gamescope.set_sensitive(gamescope_available)\n        self.switch_vkbasalt.set_sensitive(vkbasalt_available)\n        self.btn_manage_vkbasalt.set_sensitive(vkbasalt_available)\n        self.switch_mangohud.set_sensitive(mangohud_available)\n        self.btn_manage_mangohud.set_sensitive(mangohud_available)\n        self.switch_obsvkc.set_sensitive(obs_vkc_available)\n        self.switch_vmtouch.set_sensitive(vmtouch_available)\n\n        is_wayland_session = DisplayUtils.display_server_type() == \"wayland\"\n        self.switch_wayland.set_sensitive(is_wayland_session)\n\n    def __create_unavailable_popover(self, command: str | None) -> Gtk.Popover:\n        popover = Gtk.Popover()\n        box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL, spacing=6)\n        box.set_margin_top(6)\n        box.set_margin_bottom(6)\n        box.set_margin_start(6)\n        box.set_margin_end(6)\n\n        unavailable_label = Gtk.Label(\n            label=_(\"This feature is unavailable on your system.\"),\n            xalign=0,\n            wrap=True,\n        )\n        box.append(unavailable_label)\n\n        if command:\n            command_label = Gtk.Label(label=_(\"To add it, please run:\"))\n            command_label.set_xalign(0)\n            box.append(command_label)\n\n            command_box = Gtk.Box(spacing=6)\n            command_box.set_hexpand(True)\n\n            command_entry = Gtk.Entry()\n            command_entry.set_editable(False)\n            command_entry.set_hexpand(True)\n            command_entry.set_text(command)\n            command_entry.add_css_class(\"monospace\")\n            command_entry.set_width_chars(len(command))\n            command_entry.set_focusable(False)\n\n            btn_copy_command = Gtk.Button()\n            btn_copy_command.set_icon_name(\"edit-copy-symbolic\")\n            btn_copy_command.set_tooltip_text(_(\"Copy command\"))\n            btn_copy_command.connect(\n                \"clicked\", self.__copy_command_to_clipboard, command\n            )\n\n            command_box.append(command_entry)\n            command_box.append(btn_copy_command)\n            box.append(command_box)\n\n        popover.set_child(box)\n        return popover\n\n    def __add_unavailable_indicator(self, row: Adw.ActionRow, command: str | None):\n        if not row:\n            return\n\n        popover = self.__create_unavailable_popover(command)\n        menu_button = Gtk.MenuButton()\n        menu_button.set_valign(Gtk.Align.CENTER)\n        menu_button.set_icon_name(\"dialog-warning-symbolic\")\n        menu_button.set_has_frame(False)\n        menu_button.set_popover(popover)\n        menu_button.set_tooltip_text(_(\"This feature is unavailable on your system.\"))\n\n        row.add_suffix(menu_button)\n\n    def __copy_command_to_clipboard(self, _widget, command: str):\n        display = Gdk.Display.get_default()\n        if not display:\n            return\n\n        clipboard = Gdk.Display.get_clipboard(display)\n        clipboard.set_content(Gdk.ContentProvider.new_for_value(command))\n        self.window.show_toast(_(\"Copied to clipboard\"))\n\n    def __check_entry_name(self, *_args):\n        if self.entry_name.get_text() != self.config.Name:\n            is_duplicate = self.entry_name.get_text() in self.manager.local_bottles\n            if is_duplicate:\n                self.window.show_toast(_(\"This bottle name is already in use.\"))\n                self.__valid_name = False\n                self.entry_name.add_css_class(\"error\")\n                return\n        self.__valid_name = True\n        self.entry_name.remove_css_class(\"error\")\n\n    def __save_name(self, *_args):\n        if not self.__valid_name:\n            self.entry_name.set_text(self.config.Name)\n            self.__valid_name = True\n            return\n\n        new_name = self.entry_name.get_text()\n        old_name = self.config.Name\n\n        library_manager = LibraryManager()\n        entries = library_manager.get_library()\n\n        for uuid, entry in entries.items():\n            bottle = entry.get(\"bottle\")\n            if bottle.get(\"name\") == old_name:\n                logging.info(f\"Updating library entry for {entry.get('name')}\")\n                entries[uuid][\"bottle\"][\"name\"] = new_name\n                break\n\n        library_manager.__library = entries\n        library_manager.save_library()\n\n        self.manager.update_config(config=self.config, key=\"Name\", value=new_name)\n\n        self.manager.update_bottles(silent=True)  # Updates backend bottles list and UI\n        self.window.page_library.update()\n        self.details.view_bottle.label_name.set_text(self.config.Name)\n\n    def choose_cwd(self, widget):\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            path = dialog.get_file().get_path()\n\n            self.manager.update_config(\n                config=self.config, key=\"WorkingDir\", value=dialog.get_file().get_path()\n            )\n            self.__update_working_directory_row(path)\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select Working Directory\"),\n            action=Gtk.FileChooserAction.SELECT_FOLDER,\n            parent=self.window,\n        )\n\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def reset_cwd(self, *_args):\n        self.manager.update_config(config=self.config, key=\"WorkingDir\", value=\"\")\n        self.__update_working_directory_row()\n\n    def __update_working_directory_row(self, working_dir=None):\n        \"\"\"Update the working directory.\"\"\"\n\n        working_dir = working_dir if working_dir is not None else self.config.WorkingDir\n        has_custom_dir = bool(working_dir)\n\n        if has_custom_dir:\n            basename = os.path.basename(os.path.normpath(working_dir)) or working_dir\n            self.label_cwd.set_label(basename)\n            self.label_cwd.set_tooltip_text(working_dir)\n        else:\n            self.label_cwd.set_label(_(\"(Default)\"))\n            self.label_cwd.set_tooltip_text(None)\n\n        self.btn_cwd_reset.set_visible(has_custom_dir)\n\n    def update_combo_components(self):\n        \"\"\"\n        This function update the components' combo boxes with the\n        items in the manager catalogs. It also temporarily disable\n        the functions connected to the combo boxes to avoid the\n        bottle configuration to be updated during the process.\n        \"\"\"\n        self.combo_runner.handler_block_by_func(self.__set_runner)\n        self.combo_dxvk.handler_block_by_func(self.__set_dxvk)\n        self.combo_vkd3d.handler_block_by_func(self.__set_vkd3d)\n        self.combo_nvapi.handler_block_by_func(self.__set_nvapi)\n        self.combo_latencyflex.handler_block_by_func(self.__set_latencyflex)\n        self.combo_language.handler_block_by_func(self.__set_language)\n        self.combo_windows.handler_block_by_func(self.__set_windows)\n\n        for string_list in [\n            self.str_list_runner,\n            self.str_list_dxvk,\n            self.str_list_vkd3d,\n            self.str_list_nvapi,\n            self.str_list_latencyflex,\n            self.str_list_languages,\n            self.str_list_windows,\n        ]:\n            string_list.splice(0, string_list.get_n_items())\n\n        self.str_list_dxvk.append(\"Disabled\")\n        self.str_list_vkd3d.append(\"Disabled\")\n        self.str_list_latencyflex.append(\"Disabled\")\n        for index, dxvk in enumerate(self.manager.dxvk_available):\n            self.str_list_dxvk.append(dxvk)\n\n        for index, vkd3d in enumerate(self.manager.vkd3d_available):\n            self.str_list_vkd3d.append(vkd3d)\n\n        for index, runner in enumerate(self.manager.runners_available):\n            self.str_list_runner.append(runner)\n\n        for index, nvapi in enumerate(self.manager.nvapi_available):\n            self.str_list_nvapi.append(nvapi)\n\n        for index, latencyflex in enumerate(self.manager.latencyflex_available):\n            self.str_list_latencyflex.append(latencyflex)\n\n        for lang in ManagerUtils.get_languages():\n            self.str_list_languages.append(lang)\n\n        self.combo_runner.handler_unblock_by_func(self.__set_runner)\n        self.combo_dxvk.handler_unblock_by_func(self.__set_dxvk)\n        self.combo_vkd3d.handler_unblock_by_func(self.__set_vkd3d)\n        self.combo_nvapi.handler_unblock_by_func(self.__set_nvapi)\n        self.combo_latencyflex.handler_unblock_by_func(self.__set_latencyflex)\n        self.combo_language.handler_unblock_by_func(self.__set_language)\n        self.combo_windows.handler_unblock_by_func(self.__set_windows)\n\n    def set_config(self, config: BottleConfig):\n        self.config = config\n        parameters = self.config.Parameters\n\n        # temporary lock functions connected to the widgets\n        self.switch_mangohud.handler_block_by_func(self.__toggle_feature_cb)\n        self.switch_nvapi.handler_block_by_func(self.__toggle_nvapi)\n        self.switch_vkbasalt.handler_block_by_func(self.__toggle_feature_cb)\n        self.switch_wayland.handler_block_by_func(self.__toggle_wayland)\n        self.switch_winebridge.handler_block_by_func(self.__toggle_feature_cb)\n        self.switch_obsvkc.handler_block_by_func(self.__toggle_feature_cb)\n        self.switch_gamemode.handler_block_by_func(self.__toggle_feature_cb)\n        self.switch_gamescope.handler_block_by_func(self.__toggle_feature_cb)\n        self.switch_sandbox.handler_block_by_func(self.__toggle_feature_cb)\n        self.switch_discrete.handler_block_by_func(self.__toggle_feature_cb)\n        with contextlib.suppress(TypeError):\n            self.switch_steam_runtime.handler_block_by_func(self.__toggle_feature_cb)\n        self.combo_runner.handler_block_by_func(self.__set_runner)\n        self.combo_dxvk.handler_block_by_func(self.__set_dxvk)\n        self.combo_vkd3d.handler_block_by_func(self.__set_vkd3d)\n        self.combo_nvapi.handler_block_by_func(self.__set_nvapi)\n        self.combo_latencyflex.handler_block_by_func(self.__set_latencyflex)\n        self.combo_windows.handler_block_by_func(self.__set_windows)\n        self.combo_language.handler_block_by_func(self.__set_language)\n        self.switch_mangohud.set_active(parameters.mangohud)\n        self.switch_obsvkc.set_active(parameters.obsvkc)\n        self.switch_vkbasalt.set_active(parameters.vkbasalt)\n        self.switch_wayland.set_active(parameters.wayland)\n        self.switch_winebridge.set_active(parameters.winebridge)\n        self.switch_nvapi.set_active(parameters.dxvk_nvapi)\n        self.switch_gamemode.set_active(parameters.gamemode)\n        self.switch_gamescope.set_active(parameters.gamescope)\n        self.switch_sandbox.set_active(parameters.sandbox)\n        self.switch_steam_runtime.set_active(parameters.use_steam_runtime)\n        self.switch_vmtouch.set_active(parameters.vmtouch)\n\n        # self.toggle_sync.set_active(parameters[\"sync\"] == \"wine\")\n        # self.toggle_esync.set_active(parameters[\"sync\"] == \"esync\")\n        # self.toggle_fsync.set_active(parameters[\"sync\"] == \"fsync\")\n\n        self.switch_discrete.set_active(parameters.discrete_gpu)\n\n        self.__update_working_directory_row()\n\n        self.entry_name.set_text(config.Name)\n\n        self.row_cwd.set_subtitle(\n            _('Directory that contains the data of \"{}\".'.format(config.Name))\n        )\n\n        self.combo_language.set_selected(\n            ManagerUtils.get_languages(from_locale=self.config.Language, get_index=True)\n        )\n\n        # region Windows Versions\n        # NOTE: this should not be here but it's the only way to handle windows\n        # versions in the current structure, we will fix this in the future\n        # with the new Bottles Backend.\n        self.windows_versions = {\n            \"win11\": \"Windows 11\",\n            \"win10\": \"Windows 10\",\n            \"win81\": \"Windows 8.1\",\n            \"win8\": \"Windows 8\",\n            \"win7\": \"Windows 7\",\n            \"win2008r2\": \"Windows 2008 R2\",\n            \"win2008\": \"Windows 2008\",\n            \"vista\": \"Windows Vista\",\n            \"winxp\": \"Windows XP\",\n        }\n\n        if self.config.Arch == Arch.WIN32:\n            self.windows_versions[\"win98\"] = \"Windows 98\"\n            self.windows_versions[\"win95\"] = \"Windows 95\"\n\n        for index, windows_version in enumerate(self.windows_versions):\n            self.str_list_windows.append(self.windows_versions[windows_version])\n            if windows_version == self.config.Windows:\n                self.combo_windows.set_selected(index)\n        # endregion\n\n        parameters = self.config.Parameters\n\n        _dxvk = self.config.DXVK\n        if parameters.dxvk:\n            if _dxvk in self.manager.dxvk_available:\n                if _i_dxvk := self.manager.dxvk_available.index(_dxvk) + 1:\n                    self.combo_dxvk.set_selected(_i_dxvk)\n        else:\n            self.combo_dxvk.set_selected(0)\n\n        _vkd3d = self.config.VKD3D\n        if parameters.vkd3d:\n            if _vkd3d in self.manager.vkd3d_available:\n                if _i_vkd3d := self.manager.vkd3d_available.index(_vkd3d) + 1:\n                    self.combo_vkd3d.set_selected(_i_vkd3d)\n        else:\n            self.combo_vkd3d.set_selected(0)\n\n        _nvapi = self.config.NVAPI\n        if _nvapi in self.manager.nvapi_available:\n            if _i_nvapi := self.manager.nvapi_available.index(_nvapi):\n                self.combo_nvapi.set_selected(_i_nvapi)\n\n        _latencyflex = self.config.LatencyFleX\n        if parameters.latencyflex:\n            if _latencyflex in self.manager.latencyflex_available:\n                if (\n                    _i_latencyflex := self.manager.latencyflex_available.index(\n                        _latencyflex\n                    )\n                    + 1\n                ):\n                    self.combo_latencyflex.set_selected(_i_latencyflex)\n        else:\n            self.combo_latencyflex.set_selected(0)\n\n        _runner = self.config.Runner\n        if _runner in self.manager.runners_available:\n            if _i_runner := self.manager.runners_available.index(_runner):\n                self.combo_runner.set_selected(_i_runner)\n\n        sync_types = [\n            \"wine\",\n            \"esync\",\n            \"fsync\",\n        ]\n        for sync in sync_types:\n            if sync == parameters.sync:\n                self.combo_sync.set_selected(sync_types.index(sync))\n\n        # unlock functions connected to the widgets\n        self.switch_mangohud.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.switch_nvapi.handler_unblock_by_func(self.__toggle_nvapi)\n        self.switch_vkbasalt.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.switch_wayland.handler_unblock_by_func(self.__toggle_wayland)\n        self.switch_winebridge.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.switch_obsvkc.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.switch_gamemode.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.switch_gamescope.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.switch_sandbox.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.switch_discrete.handler_unblock_by_func(self.__toggle_feature_cb)\n        with contextlib.suppress(TypeError):\n            self.switch_steam_runtime.handler_unblock_by_func(self.__toggle_feature_cb)\n        self.combo_runner.handler_unblock_by_func(self.__set_runner)\n        self.combo_dxvk.handler_unblock_by_func(self.__set_dxvk)\n        self.combo_vkd3d.handler_unblock_by_func(self.__set_vkd3d)\n        self.combo_nvapi.handler_unblock_by_func(self.__set_nvapi)\n        self.combo_latencyflex.handler_unblock_by_func(self.__set_latencyflex)\n        self.combo_windows.handler_unblock_by_func(self.__set_windows)\n        self.combo_language.handler_unblock_by_func(self.__set_language)\n\n        self.__set_steam_rules()\n\n    def __show_display_settings(self, widget):\n        new_window = DisplayDialog(\n            parent_window=self.window,\n            config=self.config,\n            details=self.details,\n            queue=self.queue,\n            widget=widget,\n            spinner_display=self.spinner_display,\n        )\n        new_window.present()\n\n    def __show_feature_dialog(self, _widget: Gtk.Widget, dialog: Adw.Window) -> None:\n        \"\"\"Present dialog of a specific feature.\"\"\"\n        window = dialog(window=self.window, config=self.config)\n        window.present()\n\n    def __toggle_feature(self, state: bool, key: str) -> None:\n        \"\"\"Toggle a specific feature.\"\"\"\n        self.config = self.manager.update_config(\n            config=self.config, key=key, value=state, scope=\"Parameters\"\n        ).data[\"config\"]\n\n    def __toggle_feature_cb(self, _widget: Gtk.Widget, state: bool, key: str) -> None:\n        self.__toggle_feature(state=state, key=key)\n\n    def __toggle_wayland(self, _widget: Gtk.Widget, state: bool) -> None:\n        self.__toggle_feature(state=state, key=\"wayland\")\n        rk = RegKeys(self.config)\n        RunAsync(rk.toggle_wayland_driver, state=state)\n\n    def __set_sync_type(self, *_args):\n        \"\"\"\n        Set the sync type (wine, esync, fsync)\n        \"\"\"\n        sync_types = [\n            \"wine\",\n            \"esync\",\n            \"fsync\",\n        ]\n        self.queue.add_task()\n        self.combo_sync.set_sensitive(False)\n        RunAsync(\n            self.manager.update_config,\n            config=self.config,\n            key=\"sync\",\n            value=sync_types[self.combo_sync.get_selected()],\n            scope=\"Parameters\",\n        )\n        self.combo_sync.set_sensitive(True)\n        self.queue.end_task()\n\n    def __toggle_nvapi(self, widget=False, state=False):\n        \"\"\"Install/Uninstall NVAPI from the bottle\"\"\"\n        self.queue.add_task()\n        self.set_nvapi_status(pending=True)\n\n        RunAsync(\n            task_func=self.manager.install_dll_component,\n            callback=self.set_nvapi_status,\n            config=self.config,\n            component=\"nvapi\",\n            remove=not state,\n        )\n\n        self.__toggle_feature(state=state, key=\"dxvk_nvapi\")\n\n    def __set_runner(self, *_args):\n        \"\"\"Set the runner to use for the bottle\"\"\"\n\n        def set_widgets_status(status=True):\n            for w in [\n                self.combo_runner,\n                self.switch_nvapi,\n                self.combo_dxvk,\n                self.combo_nvapi,\n                self.combo_vkd3d,\n            ]:\n                w.set_sensitive(status)\n            if status:\n                self.spinner_runner.stop()\n                self.spinner_runner.set_visible(False)\n            else:\n                self.spinner_runner.start()\n                self.spinner_runner.set_visible(True)\n\n        @GtkUtils.run_in_main_loop\n        def update(result: Result[dict], error=False):\n            if isinstance(result, Result) and isinstance(\n                result.data, dict\n            ):  # expecting Result[dict].data[\"config\"]\n                self.details.update_runner_label(runner)\n\n                if \"config\" in result.data:\n                    self.config = result.data[\"config\"]\n                if self.config.Parameters.use_steam_runtime:\n                    self.switch_steam_runtime.handler_block_by_func(\n                        self.__toggle_feature_cb\n                    )\n                    self.switch_steam_runtime.set_active(True)\n                    self.switch_steam_runtime.handler_unblock_by_func(\n                        self.__toggle_feature_cb\n                    )\n\n            set_widgets_status(True)\n            self.queue.end_task()\n\n        set_widgets_status(False)\n        runner = self.manager.runners_available[self.combo_runner.get_selected()]\n\n        def run_task(status=True):\n            if not status:\n                update(Result(True))\n                self.combo_runner.handler_block_by_func(self.__set_runner)\n                self.combo_runner.handler_unblock_by_func(self.__set_runner)\n                return\n\n            self.queue.add_task()\n            RunAsync(\n                Runner.runner_update,\n                callback=update,\n                config=self.config,\n                manager=self.manager,\n                runner=runner,\n            )\n\n        if re.search(\"^(GE-)?Proton\", runner):\n            dialog = ProtonAlertDialog(self.window, run_task)\n            dialog.show()\n        else:\n            run_task()\n\n    def __dll_component_task_func(self, *args, **kwargs):\n        # Remove old version\n        self.manager.install_dll_component(\n            config=kwargs[\"config\"], component=kwargs[\"component\"], remove=True\n        )\n        # Install new version\n        self.manager.install_dll_component(\n            config=kwargs[\"config\"], component=kwargs[\"component\"]\n        )\n\n    def __set_dxvk(self, *_args):\n        \"\"\"Set the DXVK version to use for the bottle\"\"\"\n        self.set_dxvk_status(pending=True)\n        self.queue.add_task()\n\n        if (self.combo_dxvk.get_selected()) == 0:\n            self.set_dxvk_status(pending=True)\n\n            if self.combo_vkd3d.get_selected() != 0:\n                logging.info(\"VKD3D is enabled, disabling\")\n                self.combo_vkd3d.set_selected(0)\n\n            RunAsync(\n                task_func=self.manager.install_dll_component,\n                callback=self.set_dxvk_status,\n                config=self.config,\n                component=\"dxvk\",\n                remove=True,\n            )\n\n            self.config = self.manager.update_config(\n                config=self.config, key=\"dxvk\", value=False, scope=\"Parameters\"\n            ).data[\"config\"]\n        else:\n            dxvk = self.manager.dxvk_available[self.combo_dxvk.get_selected() - 1]\n            self.config = self.manager.update_config(\n                config=self.config, key=\"DXVK\", value=dxvk\n            ).data[\"config\"]\n\n            RunAsync(\n                task_func=self.__dll_component_task_func,\n                callback=self.set_dxvk_status,\n                config=self.config,\n                component=\"dxvk\",\n            )\n\n            self.config = self.manager.update_config(\n                config=self.config, key=\"dxvk\", value=True, scope=\"Parameters\"\n            ).data[\"config\"]\n\n    def __set_vkd3d(self, *_args):\n        \"\"\"Set the VKD3D version to use for the bottle\"\"\"\n        self.set_vkd3d_status(pending=True)\n        self.queue.add_task()\n\n        if (self.combo_vkd3d.get_selected()) == 0:\n            self.set_vkd3d_status(pending=True)\n\n            RunAsync(\n                task_func=self.manager.install_dll_component,\n                callback=self.set_vkd3d_status,\n                config=self.config,\n                component=\"vkd3d\",\n                remove=True,\n            )\n\n            self.config = self.manager.update_config(\n                config=self.config, key=\"vkd3d\", value=False, scope=\"Parameters\"\n            ).data[\"config\"]\n        else:\n            if self.combo_dxvk.get_selected() == 0:\n                logging.info(\"DXVK is disabled, reenabling\")\n                self.combo_dxvk.set_selected(1)\n\n            vkd3d = self.manager.vkd3d_available[self.combo_vkd3d.get_selected() - 1]\n            self.config = self.manager.update_config(\n                config=self.config, key=\"VKD3D\", value=vkd3d\n            ).data[\"config\"]\n\n            RunAsync(\n                task_func=self.__dll_component_task_func,\n                callback=self.set_vkd3d_status,\n                config=self.config,\n                component=\"vkd3d\",\n            )\n\n            self.config = self.manager.update_config(\n                config=self.config, key=\"vkd3d\", value=True, scope=\"Parameters\"\n            ).data[\"config\"]\n\n    def __set_nvapi(self, *_args):\n        \"\"\"Set the NVAPI version to use for the bottle\"\"\"\n        self.set_nvapi_status(pending=True)\n        self.queue.add_task()\n\n        self.switch_nvapi.set_active(True)\n\n        nvapi = self.manager.nvapi_available[self.combo_nvapi.get_selected()]\n        self.config = self.manager.update_config(\n            config=self.config, key=\"NVAPI\", value=nvapi\n        ).data[\"config\"]\n\n        RunAsync(\n            task_func=self.__dll_component_task_func,\n            callback=self.set_nvapi_status,\n            config=self.config,\n            component=\"nvapi\",\n        )\n\n        self.config = self.manager.update_config(\n            config=self.config, key=\"dxvk_nvapi\", value=True, scope=\"Parameters\"\n        ).data[\"config\"]\n\n    def __set_latencyflex(self, *_args):\n        \"\"\"Set the latency flex value\"\"\"\n        self.queue.add_task()\n        if self.combo_latencyflex.get_selected() == 0:\n            RunAsync(\n                task_func=self.manager.install_dll_component,\n                callback=self.set_latencyflex_status,\n                config=self.config,\n                component=\"latencyflex\",\n                remove=True,\n            )\n\n            self.config = self.manager.update_config(\n                config=self.config, key=\"latencyflex\", value=False, scope=\"Parameters\"\n            ).data[\"config\"]\n        else:\n            latencyflex = self.manager.latencyflex_available[\n                self.combo_latencyflex.get_selected() - 1\n            ]\n            self.config = self.manager.update_config(\n                config=self.config, key=\"LatencyFleX\", value=latencyflex\n            ).data[\"config\"]\n\n            RunAsync(\n                task_func=self.__dll_component_task_func,\n                callback=self.set_latencyflex_status,\n                config=self.config,\n                component=\"latencyflex\",\n            )\n            self.config = self.manager.update_config(\n                config=self.config, key=\"latencyflex\", value=True, scope=\"Parameters\"\n            ).data[\"config\"]\n\n    def __set_windows(self, *_args):\n        \"\"\"Set the Windows version to use for the bottle\"\"\"\n\n        # self.manager.dxvk_available[self.combo_dxvk.get_selected()]\n        @GtkUtils.run_in_main_loop\n        def update(result, error=False):\n            self.spinner_windows.stop()\n            self.spinner_windows.set_visible(False)\n            self.combo_windows.set_sensitive(True)\n            self.queue.end_task()\n\n        self.queue.add_task()\n        self.spinner_windows.start()\n        self.spinner_windows.set_visible(True)\n        self.combo_windows.set_sensitive(False)\n        rk = RegKeys(self.config)\n\n        for index, windows_version in enumerate(self.windows_versions):\n            if self.combo_windows.get_selected() == index:\n                self.config = self.manager.update_config(\n                    config=self.config, key=\"Windows\", value=windows_version\n                ).data[\"config\"]\n\n                RunAsync(rk.lg_set_windows, callback=update, version=windows_version)\n                break\n\n    def __set_language(self, *_args):\n        \"\"\"Set the language to use for the bottle\"\"\"\n        index = self.combo_language.get_selected()\n        language = ManagerUtils.get_languages(from_index=index)\n        self.config = self.manager.update_config(\n            config=self.config,\n            key=\"Language\",\n            value=language[0],\n        ).data[\"config\"]\n\n    @GtkUtils.run_in_main_loop\n    def set_dxvk_status(self, status=None, error=None, pending=False):\n        \"\"\"Set the dxvk status\"\"\"\n        self.combo_dxvk.set_sensitive(not pending)\n        if pending:\n            self.spinner_dxvk.start()\n            self.spinner_dxvk.set_visible(True)\n        else:\n            self.spinner_dxvk.stop()\n            self.spinner_dxvk.set_visible(False)\n            self.queue.end_task()\n\n    @GtkUtils.run_in_main_loop\n    def set_vkd3d_status(self, status=None, error=None, pending=False):\n        \"\"\"Set the vkd3d status\"\"\"\n        self.combo_vkd3d.set_sensitive(not pending)\n        if pending:\n            self.spinner_vkd3d.start()\n            self.spinner_vkd3d.set_visible(True)\n        else:\n            self.spinner_vkd3d.stop()\n            self.spinner_vkd3d.set_visible(False)\n            self.queue.end_task()\n\n    @GtkUtils.run_in_main_loop\n    def set_nvapi_status(self, status=None, error=None, pending=False):\n        \"\"\"Set the nvapi status\"\"\"\n        self.switch_nvapi.set_sensitive(not pending)\n        self.combo_nvapi.set_sensitive(not pending)\n        if pending:\n            self.spinner_nvapi.start()\n            self.spinner_nvapibool.start()\n            self.spinner_nvapi.set_visible(True)\n            self.spinner_nvapibool.set_visible(True)\n        else:\n            self.spinner_nvapi.stop()\n            self.spinner_nvapibool.stop()\n            self.spinner_nvapi.set_visible(False)\n            self.spinner_nvapibool.set_visible(False)\n            self.queue.end_task()\n\n    @GtkUtils.run_in_main_loop\n    def set_latencyflex_status(self, status=None, error=None, pending=False):\n        \"\"\"Set the latencyflex status\"\"\"\n        self.combo_latencyflex.set_sensitive(not pending)\n        if pending:\n            self.spinner_latencyflex.start()\n            self.spinner_latencyflex.set_visible(True)\n        else:\n            self.spinner_latencyflex.stop()\n            self.spinner_latencyflex.set_visible(False)\n            self.queue.end_task()\n\n    def __set_steam_rules(self):\n        \"\"\"Set the Steam Environment specific rules\"\"\"\n        status = self.config.Environment != \"Steam\"\n\n        for w in [\n            self.row_discrete,\n            self.combo_dxvk,\n            self.row_sandbox,\n            self.group_details,\n        ]:\n            w.set_visible(status)\n            w.set_sensitive(status)\n"
  },
  {
    "path": "bottles/frontend/views/bottle_registry_rules.py",
    "content": "# bottle_registry_rules.py\n#\n# Copyright 2025\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom gettext import gettext as _\nfrom typing import Optional\n\nfrom gi.repository import Adw, GObject, Gtk\n\nfrom bottles.backend.managers.registry_rule import RegistryRuleManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.registry_rule import RegistryRule\nfrom bottles.frontend.windows.registry_rules import RegistryRuleEntry\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details-registry-rules.ui\")\nclass RegistryRulesView(Adw.Bin):\n    __gtype_name__ = \"DetailsRegistryRules\"\n\n    __registry: list[RegistryRuleEntry] = []\n\n    # region Widgets\n    list_rules = Gtk.Template.Child()\n    entry_search = Gtk.Template.Child()\n    search_bar = Gtk.Template.Child()\n    actions = Gtk.Template.Child()\n    btn_add_rule = Gtk.Template.Child()\n    stack = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, details, config: BottleConfig, **kwargs):\n        super().__init__(**kwargs)\n\n        self.window = details.window\n        self.config = config\n        self.manager = details.manager\n\n        self.ev_controller = Gtk.EventControllerKey.new()\n        self.ev_controller.connect(\"key-released\", self.__search_rules)\n        self.entry_search.add_controller(self.ev_controller)\n        self.search_bar.set_key_capture_widget(self.window)\n\n        self.btn_add_rule.connect(\"clicked\", self.__open_rule_dialog)\n\n        self.stack.set_visible_child_name(\"page_empty\")\n\n    def update(self, _widget=False, config: Optional[BottleConfig] = None):\n        if config is None:\n            config = BottleConfig()\n        self.config = config\n\n        self.__load_rules()\n\n    def __search_rules(self, *_args):\n        terms = self.entry_search.get_text()\n        self.list_rules.set_filter_func(self.__filter_rules, terms)\n\n    @staticmethod\n    def __filter_rules(row, terms=None):\n        text = row.get_title().lower() + row.get_subtitle().lower()\n        if terms.lower() in text:\n            return True\n        return False\n\n    def __load_rules(self):\n        self.__clear_rules()\n\n        for rule in RegistryRuleManager.list_rules(self.config):\n            entry = RegistryRuleEntry(\n                self, rule=rule, config=self.config, manager=self.manager\n            )\n            self.__registry.append(entry)\n            self.list_rules.append(entry)\n\n        self.stack.set_visible_child_name(\n            \"page_rules\" if self.__registry else \"page_empty\"\n        )\n\n    def __clear_rules(self):\n        for rule in list(self.__registry):\n            if rule.get_parent():\n                rule.get_parent().remove(rule)\n        self.__registry = []\n\n    def __open_rule_dialog(self, *_args, rule: Optional[RegistryRule] = None):\n        dialog = RegistryRulesDialog(\n            self.window, manager=self.manager, config=self.config, rule=rule\n        )\n        dialog.connect(\"saved\", self.__on_rule_saved)\n        dialog.present()\n\n    def __on_rule_saved(self, *_args):\n        self.__load_rules()\n\n    def populate_form(self, rule: RegistryRule):\n        self.__open_rule_dialog(rule=rule)\n\n    def remove_entry(self, entry: RegistryRuleEntry):\n        if entry in self.__registry:\n            self.__registry.remove(entry)\n        if entry.get_parent():\n            entry.get_parent().remove(entry)\n        self.stack.set_visible_child_name(\n            \"page_rules\" if self.__registry else \"page_empty\"\n        )\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-registry-rules.ui\")\nclass RegistryRulesDialog(Adw.Dialog):\n    __gtype_name__ = \"RegistryRulesDialog\"\n\n    __gsignals__ = {\n        \"saved\": (GObject.SignalFlags.RUN_FIRST, None, ()),\n    }\n\n    # region Widgets\n    entry_rule_name = Gtk.Template.Child()\n    entry_rule_description = Gtk.Template.Child()\n    row_triggers = Gtk.Template.Child()\n    text_keys = Gtk.Template.Child()\n    chk_trigger_components = Gtk.Template.Child()\n    chk_trigger_dependencies = Gtk.Template.Child()\n    chk_trigger_start_program = Gtk.Template.Child()\n    chk_trigger_stop_program = Gtk.Template.Child()\n    chk_trigger_all = Gtk.Template.Child()\n    switch_run_once = Gtk.Template.Child()\n    btn_save_rule = Gtk.Template.Child()\n    # endregion\n\n    def __init__(\n        self,\n        window,\n        manager,\n        config=None,\n        rule: Optional[RegistryRule] = None,\n        **kwargs,\n    ):\n        super().__init__(**kwargs)\n\n        self.window = window\n        self.config = config\n        self.manager = manager\n\n        if rule:\n            self.__populate_form(rule)\n\n        self.btn_save_rule.connect(\"clicked\", self.__save_rule)\n\n    def present(self):\n        return super().present(self.window)\n\n    def __populate_form(self, rule: RegistryRule):\n        self.entry_rule_name.set_text(rule.name)\n        self.entry_rule_description.set_text(rule.description)\n        self.chk_trigger_components.set_active(\"components\" in rule.triggers)\n        self.chk_trigger_dependencies.set_active(\"dependencies\" in rule.triggers)\n        self.chk_trigger_start_program.set_active(\"start_program\" in rule.triggers)\n        self.chk_trigger_stop_program.set_active(\"stop_program\" in rule.triggers)\n        self.chk_trigger_all.set_active(\"all\" in rule.triggers)\n        self.text_keys.get_buffer().set_text(rule.keys)\n        self.switch_run_once.set_active(rule.run_once)\n\n    def __save_rule(self, *_args):\n        name = self.entry_rule_name.get_text().strip()\n        buffer = self.text_keys.get_buffer()\n        start, end = buffer.get_bounds()\n        keys = buffer.get_text(start, end, False).strip()\n\n        if not name or not keys:\n            self.window.show_toast(\n                _(\"Name and registry keys are required to save a rule.\"), timeout=4\n            )\n            return\n\n        triggers = [\n            name\n            for name, active in [\n                (\"components\", self.chk_trigger_components.get_active()),\n                (\"dependencies\", self.chk_trigger_dependencies.get_active()),\n                (\"start_program\", self.chk_trigger_start_program.get_active()),\n                (\"stop_program\", self.chk_trigger_stop_program.get_active()),\n                (\"all\", self.chk_trigger_all.get_active()),\n            ]\n            if active\n        ]\n\n        rule = RegistryRule(\n            name=name,\n            description=self.entry_rule_description.get_text().strip(),\n            keys=keys,\n            triggers=triggers,\n            run_once=self.switch_run_once.get_active(),\n        )\n        RegistryRuleManager.upsert_rule(self.manager, self.config, rule)\n        self.window.show_toast(_(\"{} saved\").format(rule.name))\n        self.emit(\"saved\")\n        self.close()\n"
  },
  {
    "path": "bottles/frontend/views/bottle_taskmanager.py",
    "content": "# taskmanager.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom typing import Optional\n\nfrom gi.repository import Gtk\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.winebridge import WineBridge\nfrom bottles.backend.wine.winedbg import WineDbg\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details-taskmanager.ui\")\nclass TaskManagerView(Gtk.ScrolledWindow):\n    __gtype_name__ = \"TaskManagerView\"\n\n    # region Widgets\n    treeview_processes = Gtk.Template.Child()\n    actions = Gtk.Template.Child()\n    btn_update = Gtk.Template.Child()\n    btn_kill = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, details, config, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = details.window\n        self.manager = details.window.manager\n        self.config = config\n\n        self.btn_update.connect(\"clicked\", self.sensitive_update)\n        self.btn_kill.connect(\"clicked\", self.kill_process)\n        self.treeview_processes.connect(\"cursor-changed\", self.show_kill_btn)\n\n        # apply model to treeview_processes\n        self.liststore_processes = Gtk.ListStore(str, str, str)\n        self.treeview_processes.set_model(self.liststore_processes)\n\n        cell_renderer = Gtk.CellRendererText()\n        i = 0\n\n        for column in [\n            \"PID\",\n            \"Name\",\n            \"Threads\",\n            # \"Parent\"\n        ]:\n            \"\"\"\n            For each column, add it to the treeview_processes\n            \"\"\"\n            column = Gtk.TreeViewColumn(column, cell_renderer, text=i)\n            self.treeview_processes.append_column(column)\n            i += 1\n\n        self.update()\n\n    def set_config(self, config):\n        self.config = config\n\n    def show_kill_btn(self, widget):\n        selected = self.treeview_processes.get_selection()\n        model, treeiter = selected.get_selected()\n        if model is None or len(model) == 0:\n            self.btn_kill.set_sensitive(False)\n            return\n        self.btn_kill.set_sensitive(True)\n\n    def update(self, widget=False, config: Optional[BottleConfig] = None):\n        \"\"\"\n        This function scan for new processed and update the\n        liststore_processes with the new data\n        \"\"\"\n        self.liststore_processes.clear()\n\n        def fetch_processes(config: Optional[BottleConfig] = None):\n            if config is None:\n                config = BottleConfig()\n            self.config = config\n            if not config.Runner:\n                return []\n\n            winebridge = WineBridge(config)\n\n            if winebridge.is_available():\n                processes = winebridge.get_procs()\n            else:\n                winedbg = WineDbg(config)\n                processes = winedbg.get_processes()\n            return processes\n\n        def update_processes(processes: list, *_args):\n            if len(processes) > 0:\n                for process in processes:\n                    self.liststore_processes.append(\n                        [\n                            process.get(\"pid\"),\n                            process.get(\"name\", \"n/a\"),\n                            process.get(\"threads\", \"0\"),\n                            # process.get(\"parent\", \"0\")\n                        ]\n                    )\n\n        RunAsync(task_func=fetch_processes, callback=update_processes, config=config)\n\n    def sensitive_update(self, widget):\n        @GtkUtils.run_in_main_loop\n        def reset(result, error):\n            self.btn_update.set_sensitive(True)\n\n        self.btn_update.set_sensitive(False)\n        RunAsync(\n            task_func=self.update, callback=reset, widget=False, config=self.config\n        )\n\n    def kill_process(self, widget):\n        winebridge = WineBridge(self.config)\n        selected = self.treeview_processes.get_selection()\n        model, treeiter = selected.get_selected()\n\n        if model is None:\n            self.btn_kill.set_sensitive(False)\n            return\n\n        pid = model[treeiter][0]\n        self.btn_kill.set_sensitive(False)\n\n        @GtkUtils.run_in_main_loop\n        def reset(result, error):\n            self.liststore_processes.remove(treeiter)\n\n        if winebridge.is_available():\n            RunAsync(task_func=winebridge.kill_proc, callback=reset, pid=pid)\n        else:\n            winedbg = WineDbg(self.config)\n            RunAsync(task_func=winedbg.kill_process, callback=reset, pid=pid)\n"
  },
  {
    "path": "bottles/frontend/views/bottle_versioning.py",
    "content": "# bottle_versioning.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.common import open_doc_url\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.widgets.state import StateEntry\nfrom bottles.frontend.windows.versioning_branch import VersioningBranchDialog\nfrom bottles.frontend.windows.versioning_commit import VersioningCommitDialog\nfrom bottles.frontend.windows.versioning_manage_branches import VersioningManageBranchesDialog\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details-versioning.ui\")\nclass VersioningView(Adw.PreferencesPage):\n    __gtype_name__ = \"DetailsVersioning\"\n    __registry = []\n\n    # region Widgets\n    combo_branch = Gtk.Template.Child()\n    btn_add_branch = Gtk.Template.Child()\n    btn_manage_branches = Gtk.Template.Child()\n    banner_dirty = Gtk.Template.Child()\n    list_states = Gtk.Template.Child()\n    actions = Gtk.Template.Child()\n    status_page = Gtk.Template.Child()\n    pref_page = Gtk.Template.Child()\n    btn_add = Gtk.Template.Child()\n    box_spinner = Gtk.Template.Child()\n    spinner = Gtk.Template.Child()\n    label_spinner = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, details, config, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = details.window\n        self.details = details\n        self.manager = details.window.manager\n        self.versioning_manager = details.window.manager.versioning_manager\n        self.config = config\n\n        self.btn_add.connect(\"clicked\", self.show_add_state_dialog)\n        self.btn_add_branch.connect(\"clicked\", self.show_add_branch_dialog)\n        self.btn_manage_branches.connect(\"clicked\", self.show_manage_branches_dialog)\n        self.banner_dirty.connect(\"button-clicked\", self.show_add_state_dialog)\n        self.combo_branch.connect(\"notify::selected-item\", self.on_branch_changed)\n        \n        self.connect(\"map\", self._on_mapped)\n\n    def _on_mapped(self, widget):\n        self._refresh_dirty_state()\n\n    def _refresh_dirty_state(self):\n        if not self.config or self.config.Versioning:\n            return\n            \n        def _fetch():\n            res = self.versioning_manager.list_states(self.config, check_dirty=True)\n            if res and hasattr(res, \"data\") and res.data:\n                return res.data.get(\"dirty\", False)\n            return False\n            \n        @GtkUtils.run_in_main_loop\n        def _apply(dirty, error):\n            if not error:\n                self.banner_dirty.set_revealed(dirty)\n                \n        RunAsync(_fetch, _apply)\n\n    def _set_busy(self, busy, label=\"\"):\n        self.combo_branch.set_sensitive(not busy)\n        self.btn_add.set_sensitive(not busy)\n        self.btn_add_branch.set_sensitive(not busy)\n        self.list_states.set_sensitive(not busy)\n        if label:\n            self.label_spinner.set_text(label)\n        self.spinner.set_spinning(busy)\n        self.box_spinner.set_visible(busy)\n\n    def _refresh_details_badge(self):\n        try:\n            bottle_view = self.details.view_bottle\n            bottle_path = ManagerUtils.get_bottle_path(self.config)\n            bottle_view._BottleView__update_fvs2_badge(bottle_path)\n        except Exception:\n            pass\n\n    def on_branch_changed(self, widget, pspec):\n        item = self.combo_branch.get_selected_item()\n        if not item:\n            return\n            \n        branch_name = item.get_string()\n        self._set_busy(True, _(\"Switching branch…\"))\n        \n        @GtkUtils.run_in_main_loop\n        def cb(result, error):\n            self._set_busy(False)\n            self.update()\n            self._refresh_details_badge()\n            \n        RunAsync(\n            task_func=self.versioning_manager.checkout_branch,\n            callback=cb,\n            config=self.config,\n            branch_name=branch_name\n        )\n\n    def show_add_branch_dialog(self, widget):\n        dialog = VersioningBranchDialog(parent=self.window, callback=self.create_branch)\n        dialog.present(self.window)\n\n    def show_manage_branches_dialog(self, widget):\n        dialog = VersioningManageBranchesDialog(parent=self.window, versioning_view=self)\n        dialog.present(self.window)\n\n    def create_branch(self, branch_name: str):\n        if not branch_name:\n            return\n        self._set_busy(True, _(\"Creating branch…\"))\n            \n        @GtkUtils.run_in_main_loop\n        def cb(result, error):\n            self._set_busy(False)\n            self.update()\n            self._refresh_details_badge()\n            \n        RunAsync(\n            task_func=self.versioning_manager.create_branch,\n            callback=cb,\n            config=self.config,\n            branch_name=branch_name\n        )\n\n    def empty_list(self):\n        for r in self.__registry:\n            if r.get_parent() is not None:\n                r.get_parent().remove(r)\n        self.__registry = []\n\n    def update(self, widget=None, config=None, states=None, active=0):\n        \"\"\"\n        This function update the states list with the\n        ones from the bottle configuration.\n        \"\"\"\n        if config is None:\n            config = self.config\n            \n        self.config = config\n        self.list_states.set_sensitive(False)\n\n        def _do_update(_states, _active, _branches, _active_branch, _dirty=False, _changed_files=0):\n            @GtkUtils.run_in_main_loop\n            def _apply():\n                if not self.config.Versioning and _branches:\n                    self.combo_branch.handler_block_by_func(self.on_branch_changed)\n                    \n                    # Save the current list of branches in Python to lookup items\n                    strings = Gtk.StringList.new(_branches)\n                    self.combo_branch.set_model(strings)\n                    try:\n                        idx = _branches.index(_active_branch)\n                        self.combo_branch.set_selected(idx)\n                    except ValueError:\n                        pass\n                    self.combo_branch.handler_unblock_by_func(self.on_branch_changed)\n\n                if self.versioning_manager.needs_migration(self.config):\n                    self.btn_add.set_sensitive(False)\n                    self.btn_add.set_tooltip_text(\n                        _(\"Please migrate to the new Versioning system to create new states.\")\n                    )\n                else:\n                    self.banner_dirty.set_revealed(_dirty)\n\n                def new_state(_state, active):\n                    entry = StateEntry(\n                        parent=self, config=self.config, state=_state, active=active\n                    )\n                    self.__registry.append(entry)\n                    self.list_states.append(entry)\n\n                def callback(result, error=False):\n                    self.status_page.set_visible(not result.status)\n                    self.pref_page.set_visible(result.status)\n                    self.list_states.set_visible(result.status)\n                    self.list_states.set_sensitive(result.status)\n\n                def process_states():\n                    GLib.idle_add(self.empty_list)\n\n                    if len(_states) == 0:\n                        return Result(False)\n\n                    for state in _states.items():\n                        _is_active = str(_active).startswith(str(state[0])) or str(state[0]).startswith(str(_active))\n                        GLib.idle_add(new_state, state, _is_active)\n\n                    return Result(True)\n\n                RunAsync(process_states, callback)\n            _apply()\n\n        if states is None:\n            def _fetch():\n                res = self.versioning_manager.list_states(config, check_dirty=False)\n                if not self.versioning_manager.needs_migration(config):\n                    _act = res.data.get(\"state_id\")\n                    _sts = res.data.get(\"states\")\n                    _brs = res.data.get(\"branches\", [])\n                    _act_br = res.data.get(\"active_branch\", \"\")\n                    _changed_files = res.data.get(\"changed_files\", 0)\n                else:\n                    _sts = res\n                    _act = active\n                    _brs = []\n                    _act_br = \"\"\n                    _changed_files = 0\n                return _sts, _act, _brs, _act_br, False, _changed_files\n                \n            def _on_fetched(result, error):\n                if not error and result:\n                    _do_update(result[0], result[1], result[2], result[3], result[4], result[5])\n                else:\n                    _do_update({}, active, [], \"\", False, 0)\n                    \n            RunAsync(_fetch, _on_fetched)\n        else:\n            _do_update(states, active, [], \"\", False, 0)\n        \n        self._refresh_details_badge()\n\n    def show_add_state_dialog(self, widget):\n        dialog = VersioningCommitDialog(parent=self.window, callback=self.add_state)\n        dialog.present(self.window)\n\n    def add_state(self, message: str):\n        if not message:\n            return\n        self._set_busy(True, _(\"Creating snapshot…\"))\n\n        @GtkUtils.run_in_main_loop\n        def update(result, error):\n            self._set_busy(False)\n            self.update()\n            self._refresh_details_badge()\n\n        RunAsync(\n            task_func=self.versioning_manager.create_state,\n            callback=update,\n            config=self.config,\n            message=message,\n        )\n\n"
  },
  {
    "path": "bottles/frontend/views/details.py",
    "content": "# details.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\nfrom gettext import gettext as _\nfrom typing import Optional\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.managers.queue import QueueManager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.views.bottle_dependencies import DependenciesView\nfrom bottles.frontend.views.bottle_details import BottleView\nfrom bottles.frontend.views.bottle_installers import InstallersView\nfrom bottles.frontend.views.bottle_preferences import PreferencesView\nfrom bottles.frontend.views.bottle_registry_rules import RegistryRulesView\nfrom bottles.frontend.views.bottle_taskmanager import TaskManagerView\nfrom bottles.frontend.views.bottle_versioning import VersioningView\nfrom bottles.frontend.views.eagle import EagleView\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/details.ui\")\nclass DetailsView(Adw.Bin):\n    \"\"\"\n    This class is the starting point for all the pages concerning the\n    bottle (details, preferences, dependencies ..).\n    \"\"\"\n\n    __gtype_name__ = \"Details\"\n    __pages = {}\n\n    # region Widgets\n    leaflet = Gtk.Template.Child()\n    default_view = Gtk.Template.Child()\n    stack_bottle = Gtk.Template.Child()\n    sidebar_headerbar = Gtk.Template.Child()\n    content_headerbar = Gtk.Template.Child()\n    default_actions = Gtk.Template.Child()\n    box_actions = Gtk.Template.Child()\n    content_title = Gtk.Template.Child()\n    btn_back = Gtk.Template.Child()\n    btn_back_sidebar = Gtk.Template.Child()\n    btn_operations = Gtk.Template.Child()\n    list_tasks = Gtk.Template.Child()\n    pop_tasks = Gtk.Template.Child()\n    spinner_tasks = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config: Optional[BottleConfig] = None, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        if config is None:\n            config = BottleConfig()\n\n        self.window = window\n        self.manager = window.manager\n        self.versioning_manager = window.manager.versioning_manager\n        self.config = config\n        self.queue = QueueManager(add_fn=self.lock_back, end_fn=self.unlock_back)\n\n        self.view_bottle = BottleView(self, config)\n        self.view_installers = InstallersView(self, config)\n        self.view_dependencies = DependenciesView(self, config)\n        self.view_registry_rules = RegistryRulesView(self, config)\n        self.view_preferences = PreferencesView(self, config)\n        self.view_versioning = VersioningView(self, config)\n        self.view_taskmanager = TaskManagerView(self, config)\n        self.view_eagle = EagleView(self, config)\n\n        self.btn_back.connect(\"clicked\", self.go_back)\n        self.btn_back_sidebar.connect(\"clicked\", self.go_back_sidebar)\n        self.window.main_leaf.connect(\"notify::visible-child\", self.unload_view)\n        self.default_actions.append(self.view_bottle.actions)\n\n        # region signals\n        self.stack_bottle.connect(\"notify::visible-child\", self.__on_page_change)\n        self.btn_operations.connect(\"activate\", self.__on_operations_toggled)\n        self.btn_operations.connect(\"notify::visible\", self.__spin_tasks_toggle)\n        self.leaflet.connect(\"notify::folded\", self.__on_leaflet_folded)\n        # endregion\n\n        RunAsync(self.build_pages)\n\n    def set_title(self, title, subtitle: str = \"\"):\n        \"\"\"\n        This function is used to set the title of the DetailsView\n        headerbar.\n        \"\"\"\n        self.content_title.set_title(title)\n        self.content_title.set_subtitle(subtitle)\n\n    def __on_leaflet_folded(self, widget, *_args):\n        folded = widget.get_folded()\n        self.sidebar_headerbar.set_show_end_title_buttons(folded)\n        self.content_headerbar.set_show_start_title_buttons(folded)\n        self.btn_back_sidebar.set_visible(folded)\n\n    def __on_page_change(self, *_args):\n        \"\"\"\n        Update headerbar title according to the current page.\n        \"\"\"\n        self.window.toggle_selection_mode(False)\n        page = self.stack_bottle.get_visible_child_name()\n\n        self.set_title(self.__pages[page][\"title\"], self.__pages[page][\"description\"])\n        if page == \"dependencies\":\n            self.set_actions(self.view_dependencies.actions)\n            self.view_dependencies.update(config=self.config)\n        elif page == \"registry_rules\":\n            self.set_actions(self.view_registry_rules.actions)\n            self.view_registry_rules.update(config=self.config)\n        elif page == \"versioning\":\n            self.set_actions(self.view_versioning.actions)\n        elif page == \"installers\":\n            self.set_actions(self.view_installers.actions)\n        elif page == \"taskmanager\":\n            self.set_actions(self.view_taskmanager.actions)\n        else:\n            self.set_actions(None)\n\n    def build_pages(self):\n        \"\"\"\n        This function build the pages list according to the\n        user settings (some pages are shown only if experimental\n        features are enabled).\n        \"\"\"\n        self.__pages = {\n            \"preferences\": {\n                \"title\": _(\"Settings\"),\n                \"description\": \"\",\n            },\n            \"dependencies\": {\n                \"title\": _(\"Dependencies\"),\n                \"description\": \"\",\n            },\n            \"registry_rules\": {\n                \"title\": _(\"Registry Rules\"),\n                \"description\": \"\",\n            },\n            \"versioning\": {\n                \"title\": _(\"Snapshots\"),\n                \"description\": \"\",\n            },\n            \"installers\": {\n                \"title\": _(\"Installers\"),\n                \"description\": \"\",\n            },\n            \"taskmanager\": {\n                \"title\": _(\"Task Manager\"),\n                \"description\": \"\",\n            },\n            \"eagle\": {\n                \"title\": _(\"Eagle Analysis\"),\n                \"description\": \"\",\n            },\n        }\n\n        if self.config.Environment == \"Steam\":\n            del self.__pages[\"versioning\"]\n\n        def ui_update():\n            if self.view_bottle.get_parent() is None:\n                self.default_view.append(self.view_bottle)\n\n            if self.view_preferences.get_parent() is None:\n                self.stack_bottle.add_named(self.view_preferences, \"preferences\")\n                self.stack_bottle.add_named(self.view_dependencies, \"dependencies\")\n                self.stack_bottle.add_named(self.view_registry_rules, \"registry_rules\")\n                self.stack_bottle.add_named(self.view_versioning, \"versioning\")\n                self.stack_bottle.add_named(self.view_installers, \"installers\")\n                self.stack_bottle.add_named(self.view_taskmanager, \"taskmanager\")\n                self.stack_bottle.add_named(self.view_eagle, \"eagle\")\n\n            if self.view_bottle.actions.get_parent() is None:\n                self.set_actions(self.view_bottle.actions)\n\n        GLib.idle_add(ui_update)\n\n    def set_actions(self, widget: Gtk.Widget = None):\n        \"\"\"\n        This function is used to set the actions buttons in the headerbar.\n        \"\"\"\n        while self.box_actions.get_first_child():\n            self.box_actions.remove(self.box_actions.get_first_child())\n\n        if widget:\n            self.box_actions.append(widget)\n\n    def set_config(self, config: BottleConfig, rebuild_pages=True):\n        \"\"\"\n        This function update widgets according to the bottle\n        configuration. It also temporarily disable the functions\n        connected to the widgets to avoid the bottle configuration\n        to be updated during this process.\n        \"\"\"\n        self.config = config\n\n        # update widgets data with bottle configuration\n        self.view_bottle.set_config(config=config)\n        self.view_preferences.set_config(config=config)\n        self.view_taskmanager.set_config(config=config)\n        self.view_installers.update(config=config)\n        self.view_registry_rules.update(config=config)\n        self.view_versioning.update(config=config)\n\n        if rebuild_pages:\n            self.build_pages()\n\n    def __on_operations_toggled(self, widget):\n        if not self.list_tasks.get_first_child():\n            widget.set_visible(False)\n\n    def __spin_tasks_toggle(self, widget, *_args):\n        if widget.get_visible():\n            self.spinner_tasks.start()\n            self.spinner_tasks.set_visible(True)\n        else:\n            self.spinner_tasks.stop()\n            self.spinner_tasks.set_visible(False)\n\n    def go_back(self, _widget=False):\n        self.window.main_leaf.navigate(Adw.NavigationDirection.BACK)\n\n    def go_back_sidebar(self, *_args):\n        self.leaflet.navigate(Adw.NavigationDirection.BACK)\n\n    def unload_view(self, *_args):\n        while self.stack_bottle.get_first_child():\n            self.stack_bottle.remove(self.stack_bottle.get_first_child())\n\n    @GtkUtils.run_in_main_loop\n    def lock_back(self):\n        self.btn_back.set_sensitive(False)\n        self.btn_back.set_tooltip_text(_(\"Operations in progress, please wait.\"))\n\n    @GtkUtils.run_in_main_loop\n    def unlock_back(self):\n        self.btn_back.set_sensitive(True)\n        self.btn_back.set_tooltip_text(_(\"Return to your bottles.\"))\n\n    def update_runner_label(self, runner: str):\n        self.view_bottle.label_runner.set_text(runner)\n"
  },
  {
    "path": "bottles/frontend/views/eagle.py",
    "content": "# eagle.py\n#\n# Copyright 2026 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nimport os\nimport uuid\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.managers.eagle import EagleManager\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.windows.generic import SourceDialog\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/eagle.ui\")\nclass EagleView(Gtk.Box):\n    __gtype_name__ = \"EagleView\"\n\n    stack = Gtk.Template.Child()\n    banner_disclaimer = Gtk.Template.Child()\n    scrolled_steps = Gtk.Template.Child()\n    steps_list = Gtk.Template.Child()\n    list_suggestions = Gtk.Template.Child()\n    group_results = Gtk.Template.Child()\n    group_warnings = Gtk.Template.Child()\n    group_files = Gtk.Template.Child()\n    label_files = Gtk.Template.Child()\n    list_dependencies = Gtk.Template.Child()\n    group_dependencies = Gtk.Template.Child()\n    list_warnings = Gtk.Template.Child()\n    btn_launch = Gtk.Template.Child()\n    btn_report = Gtk.Template.Child()\n\n    def __init__(self, details, config: BottleConfig, **kwargs):\n        super().__init__(**kwargs)\n        self.details = details\n        self.config = config\n        self.manager = EagleManager(config)\n        self.analysis_results = None\n        self.target_path = None\n        self._analysis_steps: list[Adw.ActionRow] = []\n        self._files_rows: list[Adw.ActionRow] = []\n        self._results_rows: list[Adw.ActionRow] = []\n\n        self.btn_launch.connect(\"clicked\", self.__on_launch_clicked)\n        self.btn_report.connect(\"clicked\", self.__on_report_clicked)\n        \n        SignalManager.connect(Signals.EagleStep, self.__on_eagle_step)\n        SignalManager.connect(Signals.EagleFinished, self.__on_eagle_finished)\n\n    def analyze(self, executable_path: str) -> None:\n        \"\"\"\n        Starts the analysis process on the given executable path.\n        \"\"\"\n        self.target_path = executable_path\n        self.analysis_results = None\n        \n        self.stack.set_visible_child_name(\"console\")\n        self.banner_disclaimer.set_revealed(False)\n        self.group_warnings.set_visible(False)\n        self.group_files.set_visible(False)\n        self.group_dependencies.set_visible(False)\n        self.btn_report.set_visible(False)\n        self.btn_launch.set_visible(False)\n        self.group_results.set_visible(False)\n        \n        if self._analysis_steps:\n             self._analysis_steps.clear()\n        \n        self.__reset_steps()\n        \n        # Clear all dynamic lists/groups\n        while row := self.list_suggestions.get_first_child():\n            self.list_suggestions.remove(row)\n        while row := self.list_warnings.get_first_child():\n            self.list_warnings.remove(row)\n        while row := self.list_dependencies.get_first_child():\n            self.list_dependencies.remove(row)\n            \n        # Reset label_files rows\n        if self._files_rows:\n             for row in self._files_rows:\n                 try: self.label_files.remove(row)\n                 except: pass\n             self._files_rows.clear()\n        \n        # Reset group_results using tracking list\n        if self._results_rows:\n            for row in self._results_rows:\n                try: self.group_results.remove(row)\n                except: pass\n            self._results_rows.clear()\n\n        def _analyze():\n            self.manager.analyze(executable_path)\n\n        RunAsync(_analyze)\n\n    def __reset_steps(self) -> None:\n        \"\"\"\n        Clear all step rows from the list.\n        \"\"\"\n        self._analysis_steps.clear()\n        child = self.steps_list.get_first_child()\n        while child is not None:\n            next_child = child.get_next_sibling()\n            self.steps_list.remove(child)\n            child = next_child\n\n    def __create_step_row(self, text: str) -> Gtk.Box:\n        \"\"\"\n        Create a compact step row with completion indicator.\n        \"\"\"\n        row = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=8)\n        row.set_margin_start(12)\n        row.set_margin_end(12)\n        row.set_margin_top(4)\n        row.set_margin_bottom(4)\n\n        label = Gtk.Label(label=text)\n        label.set_halign(Gtk.Align.START)\n        label.set_hexpand(True)\n        label.set_ellipsize(3)\n        label.add_css_class(\"dim-label\")\n        row.append(label)\n\n        check_image = Gtk.Image.new_from_icon_name(\"selection-mode-symbolic\")\n        check_image.add_css_class(\"accent\")\n        check_image.set_visible(False)\n        row.append(check_image)\n\n        row._completion_icon = check_image\n        row._label = label\n\n        return row\n\n    def __mark_last_step_completed(self) -> None:\n        \"\"\"\n        Mark the last step as completed with checkmark.\n        \"\"\"\n        if not self._analysis_steps:\n            return\n        self.__set_step_completed(self._analysis_steps[-1])\n\n    def __set_step_completed(self, row: Adw.ActionRow) -> None:\n        \"\"\"\n        Show the completion icon for a step.\n        \"\"\"\n        icon = getattr(row, \"_completion_icon\", None)\n        if icon:\n            icon.set_visible(True)\n\n    @GtkUtils.run_in_main_loop\n    def __on_eagle_step(self, res: Result) -> None:\n        msg = res.data\n        if not msg or not msg.strip():\n            return\n\n        self.__mark_last_step_completed()\n\n        row = self.__create_step_row(msg.strip())\n        self.steps_list.append(row)\n        self._analysis_steps.append(row)\n\n        def _scroll_to_bottom():\n            adj = self.scrolled_steps.get_vadjustment()\n            adj.set_value(adj.get_upper() - adj.get_page_size())\n            return False\n\n        GLib.idle_add(_scroll_to_bottom)\n    \n    def __create_info_row(self, title: str, subtitle: str, icon: str = None) -> Adw.ActionRow:\n        row = Adw.ActionRow()\n        row.set_title(title)\n        row.set_subtitle(subtitle)\n        if icon:\n            row.add_prefix(Gtk.Image.new_from_icon_name(icon))\n        return row\n\n    @GtkUtils.run_in_main_loop\n    def __on_eagle_finished(self, res: Result) -> None:\n        self.__mark_last_step_completed()\n\n        self.analysis_results = res.data\n        data = self.analysis_results\n        details = data.get(\"details\", {})\n        \n        self.group_results.set_visible(True)\n\n        # Clear existing rows\n        if self._results_rows:\n            for row in self._results_rows:\n                try: self.group_results.remove(row)\n                except: pass\n            self._results_rows.clear()\n            \n        def _add_result(row):\n            self.group_results.add(row)\n            self._results_rows.append(row)\n\n        _add_result(self.__create_info_row(\n            _(\"Product Name\"), \n            data.get(\"product_name\", \"Unknown\"), \n            \"package-x-generic-symbolic\"\n        ))\n        _add_result(self.__create_info_row(\n            _(\"Publisher\"), \n            data.get(\"publisher\", \"Unknown\"), \n            \"avatar-default-symbolic\"\n        ))\n        _add_result(self.__create_info_row(\n            _(\"Architecture\"), \n            data.get(\"arch\", \"Unknown\"), \n            \"emblem-system-symbolic\"\n        ))\n        _add_result(self.__create_info_row(\n            _(\"Minimum OS Version\"), \n            data.get(\"min_os\", \"Unknown\"), \n            \"software-update-available-symbolic\"\n        ))\n        _add_result(self.__create_info_row(\n            _(\"Needs Administrator\"), \n            _(\"Yes\") if data.get(\"admin\") else _(\"No\"), \n            \"dialog-password-symbolic\"\n        ))\n\n        metadata = data.get(\"metadata\", {})\n        \n        if metadata.get(\"compiler\"):\n            _add_result(self.__create_info_row(\n                _(\"Compiler\"), \n                metadata[\"compiler\"], \n                \"applications-engineering-symbolic\"\n            ))\n\n        if metadata.get(\"build_date\"):\n            _add_result(self.__create_info_row(\n                _(\"Build Date\"), \n                metadata[\"build_date\"], \n                \"x-office-calendar-symbolic\"\n            ))\n\n        # Category mapping for detected technologies\n        CATEGORY_META = {\n            \"Graphics\": {\"title\": _(\"Graphics API\"), \"icon\": \"video-display-symbolic\"},\n            \"Audio\": {\"title\": _(\"Audio Engine\"), \"icon\": \"audio-x-generic-symbolic\"},\n            \"Runtimes\": {\"title\": _(\"Runtimes and Libraries\"), \"icon\": \"library-symbolic\"},\n            \"Social/DRM\": {\"title\": _(\"Social and DRM\"), \"icon\": \"network-workgroup-symbolic\"},\n            \"Input\": {\"title\": _(\"Input\"), \"icon\": \"input-gaming-symbolic\"},\n            \"Protection\": {\"title\": _(\"Protection\"), \"icon\": \"security-high-symbolic\"},\n            \"Upscaling\": {\"title\": _(\"Upscaling Technology\"), \"icon\": \"video-display-symbolic\"},\n            \"Physics\": {\"title\": _(\"Physics Engine\"), \"icon\": \"emblem-system-symbolic\"},\n            \"Media\": {\"title\": _(\"Media Playback\"), \"icon\": \"video-x-generic-symbolic\"},\n            \"Crypto\": {\"title\": _(\"Crypto and Hashing\"), \"icon\": \"security-low-symbolic\"},\n            \"Frameworks\": {\"title\": _(\"Engines and Frameworks\"), \"icon\": \"applications-engineering-symbolic\"},\n            \"System\": {\"title\": _(\"System Interaction\"), \"icon\": \"utilities-terminal-symbolic\"},\n            \"Installer\": {\"title\": _(\"Installer Type\"), \"icon\": \"system-software-install-symbolic\"},\n            \"Registry\": {\"title\": _(\"Registry\"), \"icon\": \"preferences-system-symbolic\"},\n        }\n\n        # Analysed Files\n        analysed_files = details.get(\"Analysed Files\", [])\n        if analysed_files:\n            self.group_files.set_visible(True)\n            \n            if not hasattr(self, \"_files_rows\"):\n                self._files_rows = []\n                \n            for fname in analysed_files:\n                row = Adw.ActionRow()\n                row.set_title(fname)\n                row.add_css_class(\"property\")\n                self.label_files.add_row(row)\n                self._files_rows.append(row)\n        else:\n            self.group_files.set_visible(False)\n\n        # Merge Engines into Frameworks for display\n        engines = details.get(\"Engines\", [])\n        if engines:\n            if \"Frameworks\" not in details:\n                 details[\"Frameworks\"] = []\n            existing = [f[\"name\"] if isinstance(f, dict) else f for f in details[\"Frameworks\"]]\n            for e in engines:\n                e_name = e[\"name\"] if isinstance(e, dict) else e\n                if e_name not in existing:\n                    details[\"Frameworks\"].append(e)\n\n        # Iterate and Populate\n        for key, meta in CATEGORY_META.items():\n            items = details.get(key, [])\n            if not items:\n                continue\n\n            title = meta[\"title\"]\n            icon = meta[\"icon\"]\n            final_items = []\n            for item in items:\n                if isinstance(item, dict):\n                    name = item.get(\"name\", \"Unknown\")\n                    source = item.get(\"source\", \"\")\n                    context = item.get(\"context\", [])\n                    \n                    if key in [\"System\", \"Registry\"] and context and isinstance(context, list):\n                        # For these categories, expand context into items\n                        for ctx_item in context:\n                            entry = {\n                                \"title\": ctx_item,\n                                \"subtitle\": f\"{name} ({source})\" if source else name\n                            }\n                            final_items.append(entry)\n                    else:\n                         # Standard item\n                        subtitle_sys = source\n                        context_str = \"\"\n                        if context:\n                             context_str = \", \".join(context[:3]) + (\"...\" if len(context)>3 else \"\")\n                        \n                        full_sub = \"\"\n                        if subtitle_sys: full_sub += f\"{subtitle_sys}\"\n                        if context_str: full_sub += f\" · {context_str}\" if full_sub else context_str\n                        \n                        final_items.append({\"title\": name, \"subtitle\": full_sub})\n                else:\n                    final_items.append({\"title\": str(item), \"subtitle\": \"\"})\n\n            count = len(final_items)\n            if count == 0:\n                continue\n\n            if count == 1:\n                # Single item, then using ActionRow\n                item = final_items[0]\n                row = Adw.ActionRow()\n                row.set_title(title)\n                row.set_subtitle(f\"{item['title']}\")\n                if item['subtitle']:\n                     sub = item['title']\n                     if item.get(\"subtitle\"):\n                         sub += f\" ({item['subtitle']})\"\n                     row.set_subtitle(sub)\n                \n                row.add_prefix(Gtk.Image.new_from_icon_name(icon))\n                _add_result(row)\n            \n            else:\n                # Multiple items, then using ExpanderRow\n                row = Adw.ExpanderRow()\n                row.set_title(title)\n                row.set_subtitle(_(\"{0} detected\").format(count))\n                row.add_prefix(Gtk.Image.new_from_icon_name(icon))\n                \n                for item in final_items:\n                    sub_row = Adw.ActionRow()\n                    sub_row.set_title(item['title'])\n                    if item.get('subtitle'):\n                        sub_row.set_subtitle(item['subtitle'])\n                    sub_row.add_css_class(\"property\")\n                    row.add_row(sub_row)\n                \n                _add_result(row)\n\n        while child := self.list_warnings.get_first_child():\n            self.list_warnings.remove(child)\n\n        warnings = details.get(\"Warning\", [])\n        messages = data.get(\"messages\", [])\n        \n        system_items = details.get(\"System\", [])\n        system_alerts = [item for item in system_items if isinstance(item, dict) and item.get(\"severity\") in [\"high\", \"critical\"]]\n        \n        all_alerts = warnings + messages + system_alerts\n\n        if all_alerts:\n            self.group_warnings.set_visible(True)\n            self.group_warnings.set_title(_(\"Analysis Insights\"))\n            \n            for item in all_alerts:\n                row = Adw.ActionRow()\n                icon_name = \"dialog-information-symbolic\"\n                \n                if isinstance(item, dict):\n                    name = item.get(\"name\", \"Unknown\")\n                    description = item.get(\"description\", \"\")\n                    context = item.get(\"context\", [])\n                    source = item.get(\"source\", \"\")\n\n                    details_list = []\n                    if source and source != \"Main Executable\":\n                        details_list.append(f\"Source: {source}\")\n                    \n                    if context:\n                        ctx_str = \", \".join(context[:5])\n                        if len(context) > 5:\n                            ctx_str += \"...\"\n                        details_list.append(f\"Detected: {ctx_str}\")\n                    \n                    if details_list:\n                        description += \"\\n\" + \"\\n\".join(details_list)\n\n                    row.set_title(name)\n                    row.set_subtitle(description)\n                    row.set_subtitle_lines(0)\n\n                    severity = item.get(\"severity\", \"info\")\n                    if severity == \"critical\":\n                        row.add_css_class(\"error\")\n                        icon_name = \"dialog-error-symbolic\"\n                    elif severity == \"high\":\n                        row.add_css_class(\"warning\")\n                        icon_name = \"dialog-warning-symbolic\"\n\n                    if \"Protection\" in name:\n                        icon_name = \"security-high-symbolic\"\n                    elif \"Packed\" in name:\n                         icon_name = \"package-x-generic-symbolic\"\n                    elif \"Optimization\" in name or \"WPF\" in name:\n                         icon_name = \"emblem-system-symbolic\"\n                    elif \"XeSS\" in name or \"DLSS\" in name or \"FSR\" in name:\n                         icon_name = \"video-display-symbolic\"\n                    elif \"UWP\" in name:\n                         icon_name = \"applications-system-symbolic\"\n                else:\n                    text = str(item)\n                    row.set_title(text)\n                    if \"Protection\" in text:\n                        icon_name = \"security-high-symbolic\"\n                    elif \"Packed\" in text:\n                         icon_name = \"package-x-generic-symbolic\"\n                    elif \"Warning\" in text:\n                         row.add_css_class(\"warning\")\n                         icon_name = \"dialog-warning-symbolic\"\n\n                icon = Gtk.Image.new_from_icon_name(icon_name)\n                row.add_prefix(icon)\n                self.list_warnings.append(row)\n        else:\n            self.group_warnings.set_visible(False)\n\n        child = self.list_suggestions.get_first_child()\n        while child:\n            self.list_suggestions.remove(child)\n            child = self.list_suggestions.get_first_child()\n            \n        child = self.list_dependencies.get_first_child()\n        while child:\n            self.list_dependencies.remove(child)\n            child = self.list_dependencies.get_first_child()\n\n        suggestions = data.get(\"suggestions\", [])\n        has_opts = False\n        has_deps = False\n        \n        for item in suggestions:\n            key = item.get(\"key\", \"\")\n            label = item.get(\"label\", \"\")\n            \n            if key.startswith(\"dep_\"):\n                row = Adw.ActionRow()\n                row.set_title(label)\n                row.add_prefix(Gtk.Image.new_from_icon_name(\"package-x-generic-symbolic\"))\n                self.list_dependencies.append(row)\n                has_deps = True\n            else:\n                row = Adw.SwitchRow()\n                row.set_title(label)\n                row.set_active(item.get(\"value\", False))\n                self.list_suggestions.append(row)\n                has_opts = True\n        self.list_suggestions.get_parent().set_visible(has_opts)\n        self.group_dependencies.set_visible(has_deps)\n\n        self.stack.set_visible_child_name(\"results\")\n        self.banner_disclaimer.set_revealed(True)\n        self.btn_launch.set_visible(True)\n        self.btn_report.set_visible(True)\n\n    def __on_launch_clicked(self, _widget) -> None:\n        if not self.analysis_results or not self.target_path:\n            return\n\n        view_bottle = self.details.view_bottle\n        config = view_bottle.config\n        manager = view_bottle.manager\n\n        overrides = {}\n        row = self.list_suggestions.get_first_child()\n        while row:\n            if hasattr(row, \"suggestion_key\") and row.suggestion_key:\n                overrides[row.suggestion_key] = row.suggestion_switch.get_active()\n            row = row.get_next_sibling()\n\n        path = self.target_path\n        basename = os.path.basename(path)\n        _uuid = str(uuid.uuid4())\n        \n        program = {\n            \"executable\": basename,\n            \"name\": basename.rsplit(\".\", 1)[0],\n            \"path\": path,\n            \"id\": _uuid,\n            \"folder\": ManagerUtils.get_exe_parent_dir(config, path),\n        }\n        \n        program.update(overrides)\n        \n        config = manager.update_config(\n            config=config,\n            key=_uuid,\n            value=program,\n            scope=\"External_Programs\",\n            fallback=True,\n        ).data[\"config\"]\n        \n        view_bottle.config = config\n        view_bottle.update_programs(config=config, force_add=program)\n        \n        self.details.window.show_toast(_('\"{0}\" added').format(program[\"name\"]))\n        \n        def _run():\n            WineExecutor.run_program(config, program, False)\n            return True\n\n        def _callback(_result, _error):\n            pass\n\n        RunAsync(_run, callback=_callback)\n        \n        self.details.go_back_sidebar()\n\n    def __on_report_clicked(self, _widget) -> None:\n        \"\"\"\n        Show full analysis report as Markdown in a dialog.\n        \"\"\"\n        if not self.analysis_results:\n            return\n\n        data = self.analysis_results\n        details = data.get(\"details\", {})\n        metadata = data.get(\"metadata\", {})\n        \n        lines = []\n        lines.append(f\"# Eagle Analysis Report\")\n        lines.append(f\"**Target:** `{data.get('name', 'Unknown')}`\")\n        lines.append(\"\")\n        \n        lines.append(\"## Binary Information\")\n        lines.append(f\"- **Product:** {data.get('product_name', 'Unknown')}\")\n        lines.append(f\"- **Publisher:** {data.get('publisher', 'Unknown')}\")\n        lines.append(f\"- **Architecture:** {data.get('arch', 'Unknown')}\")\n        lines.append(f\"- **Minimum OS:** {data.get('min_os', 'Unknown')}\")\n        lines.append(f\"- **Requires Admin:** {'Yes' if data.get('admin') else 'No'}\")\n        lines.append(\"\")\n        \n        if metadata:\n            lines.append(\"## Build Metadata\")\n            if metadata.get(\"compiler\"):\n                lines.append(f\"- **Compiler:** {metadata.get('compiler')}\")\n            if metadata.get(\"build_date\"):\n                lines.append(f\"- **Build Date:** {metadata.get('build_date')}\")\n            flags = []\n            if metadata.get(\"large_address_aware\"):\n                flags.append(\"Large Address Aware\")\n            if metadata.get(\"dep_enabled\"):\n                flags.append(\"DEP\")\n            if metadata.get(\"aslr_enabled\"):\n                flags.append(\"ASLR\")\n            if flags:\n                lines.append(f\"- **PE Flags:** {', '.join(flags)}\")\n            lines.append(\"\")\n        \n        lines.append(\"## Detected Technologies\")\n        for category in [\"Graphics\", \"Audio\", \"Runtimes\", \"Frameworks\", \"Engines\", \"Input\", \"Protection\", \"Social/DRM\", \"Installer\"]:\n            items = details.get(category, [])\n            if items:\n                lines.append(f\"### {category}\")\n                for item in items:\n                    name = \"Unknown\"\n                    source = \"\"\n                    if isinstance(item, dict):\n                        name = item.get(\"name\", \"Unknown\")\n                        source = item.get(\"source\", \"\")\n                    else:\n                        name = str(item)\n                    \n                    line = f\"- **{name}**\"\n                    if source:\n                        line += f\"  \\n  *Source: {source}*\"\n                    lines.append(line)\n                lines.append(\"\")\n        \n        reg_items = details.get(\"Registry\", [])\n        if reg_items:\n            lines.append(\"## Registry Modifications\")\n            lines.append(\"> These keys indicate potential system-level changes, such as drivers or DRM, which might require specific dependencies.\")\n            for item in reg_items:\n                name = item.get(\"name\", \"Unknown\")\n                source = item.get(\"source\", \"\")\n                keys = item.get(\"context\", [])\n                \n                lines.append(f\"- **{name}**\")\n                if keys:\n                    if isinstance(keys, str):\n                         lines.append(f\"  - *Found:* `{keys}`\")\n                    else:\n                        lines.append(f\"  - *Found:*\")\n                        for k in keys:\n                             lines.append(f\"    - `{k}`\")\n                if source:\n                    lines.append(f\"  - *Source:* {source}\")\n            lines.append(\"\")\n        \n        analysed_files = details.get(\"Analysed Files\", [])\n        if analysed_files:\n            lines.append(\"## Analysed Files\")\n            if details.get(\"Installer\", []):\n                lines.append(\"> Files extracted from the installer during deep scan.\")\n            else:\n                lines.append(\"> Includes the main executable and any relevant neighbor files found in the same directory.\")\n            \n            for fname in analysed_files:\n                lines.append(f\"- `{fname}`\")\n            lines.append(\"\")\n\n        warnings = details.get(\"Warning\", [])\n        if warnings:\n            lines.append(\"## Compatibility Warnings\")\n            for warn in warnings:\n                if isinstance(warn, dict):\n                    severity = warn.get(\"severity\", \"info\").upper()\n                    name = warn.get(\"name\", \"Unknown\")\n                    desc = warn.get(\"description\", \"\")\n                    src = warn.get(\"source\", \"\")\n                    \n                    lines.append(f\"### [{severity}] {name}\")\n                    if desc:\n                        lines.append(f\"{desc}\")\n                    if src:\n                        lines.append(f\"*Source: {src}*\")\n                else:\n                    lines.append(f\"- {warn}\")\n            lines.append(\"\")\n        \n        suggestions = data.get(\"suggestions\", [])\n        deps = [s for s in suggestions if s.get(\"key\", \"\").startswith(\"dep_\")]\n        if deps:\n            lines.append(\"## Recommended Dependencies\")\n            lines.append(\"> Install these from the Dependencies section of your bottle.\")\n            lines.append(\"\")\n            for dep in deps:\n                lines.append(f\"- {dep.get('label', 'Unknown')}\")\n            lines.append(\"\")\n        \n        overrides = [s for s in suggestions if not s.get(\"key\", \"\").startswith(\"dep_\")]\n        if overrides:\n            lines.append(\"## Suggested Overrides\")\n            for ovr in overrides:\n                status = \"[x]\" if ovr.get(\"value\") else \"[ ]\"\n                lines.append(f\"- {status} {ovr.get('label', 'Unknown')}\")\n            lines.append(\"\")\n        \n        lines.append(\"---\")\n        lines.append(\"*Report generated by Eagle (BETA)*\")\n        \n        report = \"\\n\".join(lines)\n        SourceDialog(\n            parent=self.details.window,\n            title=_(\"Eagle Analysis Report\"),\n            message=report,\n            lang=\"markdown\",\n        ).present()\n"
  },
  {
    "path": "bottles/frontend/views/importer.py",
    "content": "# importer.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.managers.backup import BackupManager\nfrom bottles.backend.state import SignalManager, Signals, TaskManager\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.filters import add_all_filters, add_yaml_filters\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.widgets.importer import ImporterEntry\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/importer.ui\")\nclass ImporterView(Adw.Bin):\n    __gtype_name__ = \"ImporterView\"\n\n    # region Widgets\n    list_prefixes = Gtk.Template.Child()\n    btn_find_prefixes = Gtk.Template.Child()\n    btn_import_config = Gtk.Template.Child()\n    btn_import_full = Gtk.Template.Child()\n    btn_back = Gtk.Template.Child()\n    group_prefixes = Gtk.Template.Child()\n    status_page = Gtk.Template.Child()\n    box_import_progress = Gtk.Template.Child()\n    spinner_import = Gtk.Template.Child()\n    label_import_progress = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.import_manager = window.manager.import_manager\n\n        # connect signals\n        self.btn_back.connect(\"clicked\", self.go_back)\n        self.btn_find_prefixes.connect(\"clicked\", self.__find_prefixes)\n        self.btn_import_full.connect(\"clicked\", self.__import_full_bck)\n        self.btn_import_config.connect(\"clicked\", self.__import_config_bck)\n\n        # Import progress tracking\n        self._import_task_id = None\n        SignalManager.connect(Signals.TaskAdded, self._on_task_added)\n        SignalManager.connect(Signals.TaskRemoved, self._on_task_removed)\n        SignalManager.connect(Signals.TaskUpdated, self._on_task_updated)\n\n    def __find_prefixes(self, widget):\n        \"\"\"\n        This function remove all entries from the list_prefixes, ask the\n        manager to find all prefixes in the system and add them to the list\n        \"\"\"\n\n        @GtkUtils.run_in_main_loop\n        def update(result, error=False):\n            widget.set_sensitive(True)\n            if result.ok:\n                wineprefixes = result.data.get(\"wineprefixes\")\n                if len(wineprefixes) == 0:\n                    return\n\n                self.status_page.set_visible(False)\n                self.group_prefixes.set_visible(True)\n\n                while self.list_prefixes.get_first_child():\n                    _w = self.list_prefixes.get_first_child()\n                    self.list_prefixes.remove(_w)\n\n                for prefix in result.data.get(\"wineprefixes\"):\n                    self.list_prefixes.append(ImporterEntry(self, prefix))\n\n        widget.set_sensitive(False)\n\n        RunAsync(self.import_manager.search_wineprefixes, callback=update)\n\n    @GtkUtils.run_in_main_loop\n    def __finish(self, result, error=False):\n        if result.ok:\n            self.window.show_toast(_(\"Backup imported successfully\"))\n        else:\n            self.window.show_toast(_(\"Import failed\"))\n\n    def __import_full_bck(self, *_args):\n        \"\"\"\n        This function shows a dialog to the user, from which it can choose an\n        archive backup to import into Bottles. It supports only .tar.gz files\n        as Bottles export bottles in this format. Once selected, it will\n        be imported.\n        \"\"\"\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            self.window.show_toast(_(\"Importing backup…\"))\n            RunAsync(\n                task_func=BackupManager.import_backup,\n                callback=self.__finish,\n                scope=\"full\",\n                path=dialog.get_file().get_path(),\n            )\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select a Backup Archive\"),\n            action=Gtk.FileChooserAction.OPEN,\n            parent=self.window,\n            accept_label=_(\"Import\"),\n        )\n\n        filter = Gtk.FileFilter()\n        filter.set_name(\"GNU Gzip Archive\")\n        # TODO: Investigate why `filter.add_mime_type(...)` does not show filter in all distributions.\n        # Intended MIME types are:\n        #   - `application/gzip`\n        filter.add_pattern(\"*.gz\")\n\n        dialog.add_filter(filter)\n        add_all_filters(dialog)\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def __import_config_bck(self, *_args):\n        \"\"\"\n        This function shows a dialog to the user, from which it can choose an\n        archive backup to import into Bottles. It supports only .yml files\n        which are the Bottles' configuration file. Once selected, it will\n        be imported.\n        \"\"\"\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            self.window.show_toast(_(\"Importing backup…\"))\n            RunAsync(\n                task_func=BackupManager.import_backup,\n                callback=self.__finish,\n                scope=\"config\",\n                path=dialog.get_file().get_path(),\n            )\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select a Configuration File\"),\n            action=Gtk.FileChooserAction.OPEN,\n            parent=self.window,\n            accept_label=_(\"Import\"),\n        )\n\n        add_yaml_filters(dialog)\n        add_all_filters(dialog)\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def _on_task_added(self, data=None):\n        \"\"\"Signal handler for TaskAdded events. Shows progress if import task.\"\"\"\n        if not data or not data.data:\n            return\n\n        task_id = data.data\n        task = TaskManager.get(task_id)\n        if not task:\n            return\n\n        # Check if this is an import task\n        if task.title == _(\"Importing full backup\"):\n            self._import_task_id = task_id\n            GLib.idle_add(self._show_import_progress)\n\n    def _on_task_removed(self, data=None):\n        \"\"\"Signal handler for TaskRemoved events. Hides progress if import task.\"\"\"\n        if not data or not data.data:\n            return\n\n        task_id = data.data\n        if task_id == self._import_task_id:\n            self._import_task_id = None\n            GLib.idle_add(self._hide_import_progress)\n\n    def _on_task_updated(self, data=None):\n        \"\"\"Signal handler for TaskUpdated events. Updates progress label.\"\"\"\n        if not data or not data.data:\n            return\n\n        task_id = data.data\n        if task_id == self._import_task_id:\n            task = TaskManager.get(task_id)\n            if task and task.subtitle:\n                GLib.idle_add(self._update_import_progress, task.subtitle)\n\n    def _show_import_progress(self):\n        \"\"\"Show the import progress indicator.\"\"\"\n        self.label_import_progress.set_text(\"\")\n        self.box_import_progress.set_visible(True)\n        self.spinner_import.start()\n\n    def _hide_import_progress(self):\n        \"\"\"Hide the import progress indicator.\"\"\"\n        self.spinner_import.stop()\n        self.box_import_progress.set_visible(False)\n\n    def _update_import_progress(self, text: str):\n        \"\"\"Update the import progress label.\"\"\"\n        self.label_import_progress.set_text(text)\n\n    def go_back(self, *_args):\n        self.window.main_leaf.navigate(Adw.NavigationDirection.BACK)\n"
  },
  {
    "path": "bottles/frontend/views/library.py",
    "content": "# library.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GObject, Gtk\n\nfrom bottles.backend.managers.library import LibraryManager\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.widgets.library import LibraryEntry\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/library.ui\")\nclass LibraryView(Adw.Bin):\n    __gtype_name__ = \"LibraryView\"\n\n    # region Widgets\n    scroll_window = Gtk.Template.Child()\n    main_flow = Gtk.Template.Child()\n    status_page = Gtk.Template.Child()\n    style_provider = Gtk.CssProvider()\n    # endregion\n\n    items_per_line = GObject.property(type=int, default=0)  # type: ignore\n\n    def __init__(self, window, **kwargs):\n        super().__init__(**kwargs)\n        self.window = window\n        self.css = b\"\"\n        self.update()\n\n    def update(self):\n        library_manager = LibraryManager()\n        entries = library_manager.get_library()\n\n        while self.main_flow.get_first_child() is not None:\n            self.main_flow.remove(self.main_flow.get_first_child())\n\n        self.status_page.set_visible(len(entries) == 0)\n        self.scroll_window.set_visible(not len(entries) == 0)\n\n        self.items_per_line = len(entries)\n\n        for u, e in entries.items():\n            # We suppress exceptions so that it doesn't continue if the init fails\n            with contextlib.suppress(Exception):\n                entry = LibraryEntry(self, u, e)\n                self.main_flow.append(entry)\n\n    def remove_entry(self, entry):\n        @GtkUtils.run_in_main_loop\n        def undo_callback(*args):\n            self.items_per_line += 1\n            entry.show()\n\n        @GtkUtils.run_in_main_loop\n        def dismissed_callback(*args):\n            self.__delete_entry(entry)\n\n        entry.hide()\n        self.items_per_line -= 1\n        self.window.show_toast(\n            message=_('\"{0}\" removed from the library.').format(entry.name),\n            timeout=5,\n            action_label=_(\"Undo\"),\n            action_callback=undo_callback,\n            dismissed_callback=dismissed_callback,\n        )\n\n    def __delete_entry(self, entry):\n        library_manager = LibraryManager()\n        library_manager.remove_from_library(entry.uuid)\n\n    def go_back(self, widget=False):\n        self.window.main_leaf.navigate(Adw.NavigationDirection.BACK)\n"
  },
  {
    "path": "bottles/frontend/views/list.py",
    "content": "# list.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom datetime import datetime\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk, Xdp\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.frontend.params import APP_ID\nfrom bottles.frontend.utils.filters import add_all_filters, add_executable_filters\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/bottle-row.ui\")\nclass BottlesBottleRow(Adw.ActionRow):\n    __gtype_name__ = \"BottlesBottleRow\"\n\n    Adw.init()\n\n    # region Widgets\n    button_run = Gtk.Template.Child()\n    wrap_box = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config: BottleConfig, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        # Format update date\n        update_date = _(\"N/A\")\n        if self.config.Update_Date:\n            try:\n                temp_date = datetime.strptime(\n                    self.config.Update_Date, \"%Y-%m-%d %H:%M:%S.%f\"\n                )\n                update_date = temp_date.strftime(\"%d %B, %Y %H:%M:%S\")\n            except ValueError:\n                update_date = _(\"N/A\")\n\n        # Check runner type by name\n        if self.config.Runner.startswith(\"lutris\"):\n            self.runner_type = \"wine\"\n        else:\n            self.runner_type = \"proton\"\n\n        # connect signals\n        self.connect(\"activated\", self.show_details)\n        self.button_run.connect(\"clicked\", self.run_executable)\n\n        # populate widgets\n        self.set_title(self.config.Name)\n        if self.window.settings.get_boolean(\"update-date\"):\n            self.set_subtitle(update_date)\n\n        self.wrap_box.append(Gtk.Label.new(self.config.Environment))\n\n        # Set tooltip text\n        self.button_run.set_tooltip_text(_(f\"Run executable in “{self.config.Name}”\"))\n\n    def run_executable(self, *_args):\n        \"\"\"Display file dialog for executable\"\"\"\n        if not Xdp.Portal.running_under_sandbox():\n            return\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            self.window.show_toast(\n                _(\"Launching “{0}” in “{1}”…\").format(\n                    dialog.get_file().get_basename(), self.config.Name\n                )\n            )\n\n            path = dialog.get_file().get_path()\n            _executor = WineExecutor(self.config, exec_path=path)\n            RunAsync(_executor.run)\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select Executable\"),\n            action=Gtk.FileChooserAction.OPEN,\n            parent=self.window,\n            accept_label=_(\"Run\"),\n        )\n\n        add_executable_filters(dialog)\n        add_all_filters(dialog)\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def show_details(self, widget=None, config=None):\n        if config is None:\n            config = self.config\n        self.window.page_details.view_preferences.update_combo_components()\n        self.window.show_details_view(config=config)\n\n    def disable(self):\n        self.window.go_back()\n        self.set_visible(False)\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/list.ui\")\nclass BottleView(Adw.Bin):\n    __gtype_name__ = \"BottleView\"\n    __bottles = {}\n\n    # region Widgets\n    list_bottles = Gtk.Template.Child()\n    list_steam = Gtk.Template.Child()\n    group_bottles = Gtk.Template.Child()\n    group_steam = Gtk.Template.Child()\n    pref_page = Gtk.Template.Child()\n    bottle_status = Gtk.Template.Child()\n    btn_create = Gtk.Template.Child()\n    entry_search = Gtk.Template.Child()\n    search_bar = Gtk.Template.Child()\n    no_bottles_found = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, arg_bottle=None, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.arg_bottle = arg_bottle\n\n        # connect signals\n        self.btn_create.connect(\"clicked\", self.window.show_add_view)\n        self.entry_search.connect(\"changed\", self.__search_bottles)\n\n        # backend signals\n        SignalManager.connect(\n            Signals.ManagerLocalBottlesLoaded, self.update_bottles_list\n        )\n\n        self.bottle_status.set_icon_name(APP_ID)\n\n        self.update_bottles_list()\n\n    def __search_bottles(self, widget, event=None, data=None):\n        \"\"\"\n        This function search in the list of bottles the\n        text written in the search entry.\n        \"\"\"\n        terms = widget.get_text()\n        self.list_bottles.set_filter_func(self.__filter_bottles, terms)\n        self.list_steam.set_filter_func(self.__filter_bottles, terms)\n\n    @staticmethod\n    def __filter_bottles(row, terms=None):\n        text = row.get_title().lower()\n        return terms.lower() in text\n\n    def update_bottles_list(self, *args) -> None:\n        self.__bottles = {}\n        while self.list_bottles.get_first_child():\n            self.list_bottles.remove(self.list_bottles.get_first_child())\n\n        while self.list_steam.get_first_child():\n            self.list_steam.remove(self.list_steam.get_first_child())\n\n        local_bottles = self.window.manager.local_bottles\n        is_empty_local_bottles = len(local_bottles) == 0\n\n        self.pref_page.set_visible(not is_empty_local_bottles)\n        self.bottle_status.set_visible(is_empty_local_bottles)\n\n        for name, config in local_bottles.items():\n            _entry = BottlesBottleRow(self.window, config)\n            self.__bottles[config.Path] = _entry\n\n            if config.Environment != \"Steam\":\n                self.list_bottles.append(_entry)\n            else:\n                self.list_steam.append(_entry)\n\n            if self.list_steam.get_first_child() is None:\n                self.group_steam.set_visible(False)\n                self.group_bottles.set_title(\"\")\n            else:\n                self.group_steam.set_visible(True)\n                self.group_bottles.set_title(_(\"Your Bottles\"))\n\n    def show_page(self, page: str) -> None:\n        if config := self.window.manager.local_bottles.get(page):\n            self.window.show_details_view(config=config)\n\n    def disable_bottle(self, config):\n        self.__bottles[config.Path].disable()\n"
  },
  {
    "path": "bottles/frontend/views/loading.py",
    "content": "# loading.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.frontend.params import APP_ID\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/loading.ui\")\nclass LoadingView(Adw.Bin):\n    __gtype_name__ = \"LoadingView\"\n    __fetched = 0\n\n    # region widgets\n    label_fetched = Gtk.Template.Child()\n    label_downloading = Gtk.Template.Child()\n    btn_go_offline = Gtk.Template.Child()\n    loading_status_page = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, **kwargs):\n        super().__init__(**kwargs)\n        self.loading_status_page.set_icon_name(APP_ID)\n        self.btn_go_offline.connect(\"clicked\", self.go_offline)\n\n    @GtkUtils.run_in_main_loop\n    def add_fetched(self, res: Result):\n        total: int = res.data\n        self.__fetched += 1\n        self.label_downloading.set_text(\n            _(\"Downloading ~{0} of packages…\").format(\"20kb\")\n        )\n        self.label_fetched.set_text(\n            _(\"Fetched {0} of {1} packages\").format(self.__fetched, total)\n        )\n\n    def go_offline(self, _widget):\n        SignalManager.send(Signals.ForceStopNetworking, Result(status=True))\n"
  },
  {
    "path": "bottles/frontend/views/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nviewsdir = join_paths(pkgdatadir, 'bottles/frontend/views')\n\nbottles_sources = [\n  '__init__.py',\n  'new_bottle_dialog.py',\n  'list.py',\n  'library.py',\n  'details.py',\n  'preferences.py',\n  'importer.py',\n  'loading.py',\n\n  'bottle_details.py',\n  'bottle_installers.py',\n  'bottle_dependencies.py',\n  'bottle_registry_rules.py',\n  'bottle_preferences.py',\n  'bottle_versioning.py',\n  'bottle_taskmanager.py',\n  'eagle.py'\n]\n\ninstall_data(bottles_sources, install_dir: viewsdir)\n"
  },
  {
    "path": "bottles/frontend/views/new_bottle_dialog.py",
    "content": "# new_bottle_dialog.py\n#\n# Copyright 2025 The Bottles Contributors\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nfrom gettext import gettext as _\nfrom threading import Event\nfrom typing import Any, Optional\n\nfrom gi.repository import Adw, Gio, GLib, GObject, Gtk, Pango, Xdp\nfrom pathvalidate import sanitize_filename\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Task, TaskManager\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.filters import add_all_filters, add_yaml_filters\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/check-row.ui\")\nclass BottlesCheckRow(Adw.ActionRow):\n    \"\"\"An `AdwActionRow` with a designated `GtkCheckButton` as prefix.\"\"\"\n\n    __gtype_name__ = \"BottlesCheckRow\"\n\n    check_button = Gtk.Template.Child()\n\n    active = GObject.Property(type=bool, default=False)\n    environment = GObject.Property(type=str, default=None)\n\n    # Add row’s check button to the group\n    group = GObject.Property(\n        # FIXME: Supposed to be a BottlesCheckRow widget type.\n        type=Adw.ActionRow,\n        default=None,\n        setter=lambda self, group: self.check_button.set_group(group.check_button),\n    )\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/new-bottle-dialog.ui\")\nclass BottlesNewBottleDialog(Adw.Dialog):\n    __gtype_name__ = \"BottlesNewBottleDialog\"\n\n    # region Widgets\n    entry_name = Gtk.Template.Child()\n    stack_create = Gtk.Template.Child()\n    btn_create = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n    btn_close = Gtk.Template.Child()\n    btn_choose_env = Gtk.Template.Child()\n    btn_choose_env_reset = Gtk.Template.Child()\n    label_choose_env = Gtk.Template.Child()\n    status_page_status = Gtk.Template.Child()\n    btn_choose_path = Gtk.Template.Child()\n    btn_choose_path_reset = Gtk.Template.Child()\n    label_choose_path = Gtk.Template.Child()\n    steps_list = Gtk.Template.Child()\n    scrolled_steps = Gtk.Template.Child()\n    btn_cancel_creating = Gtk.Template.Child()\n    combo_runner = Gtk.Template.Child()\n    combo_arch = Gtk.Template.Child()\n    str_list_arch = Gtk.Template.Child()\n    str_list_runner = Gtk.Template.Child()\n    menu_duplicate = Gtk.Template.Child()\n    environment_list_box = Gtk.Template.Child()\n\n    selected_environment = GObject.Property(type=str, default=None)\n\n    # endregion\n\n    def __init__(self, **kwargs: Any) -> None:\n        super().__init__(**kwargs)\n        # common variables and references\n        self.window = GtkUtils.get_parent_window()\n        if not self.window or not Xdp.Portal.running_under_sandbox():\n            return\n\n        self.app = self.window.get_application()\n        self.manager = self.window.manager\n        self.new_bottle_config = BottleConfig()\n        self.env_recipe_path = None\n        self.custom_path = \"\"\n        self.runner = None\n        self.default_string = _(\"(Default)\")\n\n        self._creation_task: Optional[Task] = None\n        self._creation_job: Optional[RunAsync] = None\n        self._creation_cancel_event: Optional[Event] = None\n        self._cleanup_job: Optional[RunAsync] = None\n        self._cleanup_config: Optional[BottleConfig] = None\n        self._cancel_requested = False\n        self._creation_steps: list[Adw.ActionRow] = []\n\n        self.arch = {\"win64\": \"64-bit\", \"win32\": \"32-bit\"}\n\n        # connect signals\n        self.window.connect(\"notify::is-active\", self.__remove_notifications)\n        self.btn_cancel.connect(\"clicked\", self.__close_dialog)\n        self.btn_close.connect(\"clicked\", self.__close_dialog)\n        self.btn_create.connect(\"clicked\", self.create_bottle)\n        self.btn_cancel_creating.connect(\"clicked\", self.__prompt_cancel_confirmation)\n        self.btn_choose_env.connect(\"clicked\", self.__choose_env_recipe)\n        self.btn_choose_env_reset.connect(\"clicked\", self.__reset_env_recipe)\n        self.btn_choose_path.connect(\"clicked\", self.__choose_path)\n        self.btn_choose_path_reset.connect(\"clicked\", self.__reset_path)\n        self.entry_name.connect(\"changed\", self.__check_entry_name)\n        self.entry_name.connect(\"entry-activated\", self.__entry_activated)\n        self.environment_list_box.connect(\n            \"row-activated\",\n            lambda _, row: self.set_property(\"selected-environment\", row.environment),\n        )\n\n        # Populate widgets\n        self.label_choose_env.set_label(self.default_string)\n        self.label_choose_path.set_label(self.default_string)\n        self.str_list_runner.splice(0, 0, self.manager.runners_available)\n        self.str_list_arch.splice(0, 0, list(self.arch.values()))\n\n        self.selected_environment = (\n            self.environment_list_box.get_first_child().environment\n        )\n\n    def __check_validity(self, *_args: Any) -> tuple[bool, bool]:\n        is_empty = self.entry_name.get_text() == \"\"\n        is_duplicate = self.entry_name.get_text() in self.manager.local_bottles\n        return (is_empty, is_duplicate)\n\n    def __check_entry_name(self, *_args: Any) -> None:\n        is_empty, is_duplicate = self.__check_validity()\n        is_invalid = is_empty or is_duplicate\n        self.btn_create.set_sensitive(not is_invalid)\n        self.menu_duplicate.set_visible(is_duplicate)\n\n        if is_invalid:\n            self.entry_name.add_css_class(\"error\")\n        else:\n            self.entry_name.remove_css_class(\"error\")\n\n    def __entry_activated(self, *_args: Any) -> None:\n        if not any(self.__check_validity()):\n            self.create_bottle()\n\n    def __remove_notifications(self, *_args: Any) -> None:\n        self.app.withdraw_notification(\"bottle-created-completed\")\n\n    def __choose_env_recipe(self, *_args: Any) -> None:\n        \"\"\"\n        Opens a file chooser dialog to select the configuration file\n        in yaml format.\n        \"\"\"\n\n        def set_path(dialog, result):\n            try:\n                file = dialog.open_finish(result)\n            except GLib.Error:\n                return\n\n            self.btn_choose_env_reset.set_visible(True)\n            self.env_recipe_path = file.get_path()\n            self.label_choose_env.set_label(file.get_basename())\n            self.label_choose_env.set_ellipsize(Pango.EllipsizeMode.MIDDLE)\n\n        filters = Gio.ListStore.new(Gtk.FileFilter)\n\n        yaml_filter = Gtk.FileFilter()\n        yaml_filter.set_name(\"YAML\")\n        yaml_filter.add_mime_type(\"application/yaml\")\n\n        all_filter = Gtk.FileFilter()\n        all_filter.set_name(_(\"All Files\"))\n        all_filter.add_pattern(\"*\")\n\n        filters.append(yaml_filter)\n        filters.append(all_filter)\n\n        dialog = Gtk.FileDialog.new()\n        dialog.set_title(_(\"Select Configuration\"))\n        dialog.set_filters(filters)\n\n        dialog.open(self.window, callback=set_path)\n\n    def __choose_path(self, *_args: Any) -> None:\n        \"\"\"Opens a file chooser dialog to select the directory.\"\"\"\n\n        def set_path(dialog, result):\n            try:\n                folder = dialog.select_folder_finish(result)\n            except GLib.Error:\n                return\n\n            self.custom_path = folder.get_path()\n            print(folder.get_basename())\n\n            self.btn_choose_path_reset.set_visible(True)\n            self.label_choose_path.set_label(folder.get_basename())\n            self.label_choose_path.set_ellipsize(Pango.EllipsizeMode.MIDDLE)\n\n        dialog = Gtk.FileDialog.new()\n        dialog.set_title(_(\"Select Directory\"))\n        dialog.set_modal(True)\n        dialog.select_folder(parent=self.window, callback=set_path)\n\n    def create_bottle(self, *_args: Any) -> None:\n        \"\"\"Starts creating the bottle.\"\"\"\n        # set widgets states\n        self.set_can_close(False)\n        self.stack_create.set_visible_child_name(\"page_creating\")\n        self._cancel_requested = False\n        self._cleanup_config = None\n        self.__reset_creation_steps()\n        self.btn_cancel_creating.set_sensitive(True)\n        self.btn_cancel_creating.set_label(_(\"_Cancel Creation\"))\n\n        self.runner = self.manager.runners_available[self.combo_runner.get_selected()]\n\n        self.__clear_creation_task()\n\n        task_title = _(\"Creating “{0}”\").format(self.entry_name.get_text())\n        self._creation_task = Task(title=task_title)\n        TaskManager.add(self._creation_task)\n\n        self._creation_cancel_event = Event()\n        self._creation_job = RunAsync(\n            task_func=self.manager.create_bottle,\n            callback=self.finish,\n            name=self.entry_name.get_text(),\n            path=self.custom_path,\n            environment=self.selected_environment,\n            runner=self.runner,\n            arch=list(self.arch)[self.combo_arch.get_selected()],\n            dxvk=self.manager.dxvk_available[0],\n            fn_logger=self.update_output,\n            custom_environment=self.env_recipe_path,\n            cancel_event=self._creation_cancel_event,\n        )\n\n    @GtkUtils.run_in_main_loop\n    def update_output(self, text: str) -> None:\n        \"\"\"\n        Updates the creation progress list with the given text.\n        \"\"\"\n        new_line = text.rstrip(\"\\n\")\n\n        if not new_line.strip():\n            return\n\n        self.__mark_last_step_completed()\n\n        row = self.__create_step_row(new_line)\n        self.steps_list.append(row)\n        self._creation_steps.append(row)\n\n        def _scroll_to_bottom():\n            adj = self.scrolled_steps.get_vadjustment()\n            adj.set_value(adj.get_upper() - adj.get_page_size())\n            return False\n\n        GLib.idle_add(_scroll_to_bottom)\n\n        adjustment = self.scrolled_steps.get_vadjustment()\n        new_value = adjustment.get_upper() - adjustment.get_page_size()\n        adjustment.set_value(max(new_value, adjustment.get_lower()))\n\n        if self._creation_task is not None:\n            self._creation_task.subtitle = new_line.strip()\n\n    def __create_step_row(self, text: str) -> Adw.ActionRow:\n        row = Adw.ActionRow(title=text)\n        row.set_activatable(False)\n        row.set_selectable(False)\n\n        check_image = Gtk.Image.new_from_icon_name(\"selection-mode-symbolic\")\n        check_image.add_css_class(\"accent\")\n        check_image.set_visible(False)\n\n        row.add_suffix(check_image)\n        row._completion_icon = check_image  # type: ignore[attr-defined]\n\n        return row\n\n    def __mark_last_step_completed(self) -> None:\n        if not self._creation_steps:\n            return\n\n        self.__set_step_completed(self._creation_steps[-1])\n\n    def __set_step_completed(self, row: Adw.ActionRow) -> None:\n        icon = getattr(row, \"_completion_icon\", None)\n        if icon:\n            icon.set_visible(True)\n\n    @GtkUtils.run_in_main_loop\n    def finish(self, result: Optional[Result], error=None) -> None:\n        \"\"\"Updates widgets based on whether it succeeded or failed.\"\"\"\n\n        def send_notification(notification: Gio.Notification) -> None:\n            \"\"\"Sends notification if out of focus.\"\"\"\n            if not self.window.is_active():\n                self.app.send_notification(\"bottle-created-completed\", notification)\n\n        result_config = None\n        if result and result.data:\n            result_config = result.data.get(\"config\")\n            if result_config:\n                self.new_bottle_config = result_config\n\n        self.__mark_last_step_completed()\n\n        if self._cancel_requested:\n            if result_config:\n                self._cleanup_config = result_config\n            self.__clear_creation_task()\n            self.__start_cancellation_cleanup()\n            return\n\n        self.set_can_close(True)\n        self.stack_create.set_visible_child_name(\"page_completed\")\n        notification = Gio.Notification()\n\n        self.__clear_creation_task()\n\n        # Show error if bottle unsuccessfully builds\n        if not result or not result.status or error:\n            title = _(\"Unable to Create Bottle\")\n            notification.set_title(title)\n            notification.set_body(_(\"Bottle failed to create with one or more errors.\"))\n            self.status_page_status.set_title(title)\n            self.btn_close.add_css_class(\"destructive-action\")\n            send_notification(notification)\n\n            # Display error logs in the result page\n            self.__mark_last_step_completed()\n            self.scrolled_steps.unparent()\n            box = self.status_page_status.get_child()\n            box.prepend(self.scrolled_steps)\n\n            return\n\n        # Show success\n        title = _(\"Bottle Created\")\n        description = _(\"“{0}” was created successfully.\").format(\n            self.entry_name.get_text()\n        )\n\n        notification.set_title(title)\n        notification.set_body(description)\n\n        self.new_bottle_config = result.data.get(\"config\")\n        self.btn_close.add_css_class(\"suggested-action\")\n        self.status_page_status.set_icon_name(\"selection-mode-symbolic\")\n        self.status_page_status.set_title(title)\n        self.status_page_status.set_description(description)\n        send_notification(notification)\n\n        # Ask the manager to check for new bottles,\n        # then update the user bottles' list.\n        self.manager.check_bottles()\n        self.window.page_list.update_bottles_list()\n        self.window.page_list.show_page(self.new_bottle_config.get(\"Path\"))\n\n    def __reset_env_recipe(self, *_args: Any) -> None:\n        self.btn_choose_env_reset.set_visible(False)\n        self.env_recipe_path = None\n        self.label_choose_env.set_label(self.default_string)\n\n    def __reset_path(self, *_args: Any) -> None:\n        self.btn_choose_path_reset.set_visible(False)\n        self.custom_path = \"\"\n        self.label_choose_path.set_label(self.default_string)\n\n    def __close_dialog(self, *_args: Any) -> None:\n        if (\n            self._creation_task is not None\n            and self.stack_create.get_visible_child_name() == \"page_creating\"\n        ):\n            if self._cancel_requested:\n                return\n            self.__prompt_cancel_confirmation()\n            return\n\n        self.__finalize_close()\n\n    def __prompt_cancel_confirmation(\n        self,\n        _source: Optional[Gtk.Widget] = None,\n    ) -> None:\n        if self._cancel_requested:\n            return\n\n        def handle_response(dialog: Adw.MessageDialog, response: str) -> None:\n            if response == \"confirm\":\n                self.__cancel_creation()\n            dialog.destroy()\n\n        dialog = Adw.MessageDialog.new(\n            self.window,\n            _(\"Cancel Bottle Creation?\"),\n            _(\n                \"Cancelling now will stop the setup once the current step finishes and remove any files created so far.\"\n            ),\n        )\n        dialog.add_response(\"keep\", _(\"_Keep Waiting\"))\n        dialog.add_response(\"confirm\", _(\"_Delete and Cancel\"))\n        dialog.set_response_appearance(\"keep\", Adw.ResponseAppearance.SUGGESTED)\n        dialog.set_response_appearance(\"confirm\", Adw.ResponseAppearance.DESTRUCTIVE)\n        dialog.set_default_response(\"keep\")\n        dialog.set_close_response(\"keep\")\n        dialog.connect(\"response\", handle_response)\n        dialog.present()\n\n    def __cancel_creation(self) -> None:\n        if self._cancel_requested:\n            return\n\n        self._cancel_requested = True\n        self._cleanup_config = self.__build_cleanup_config()\n        self.set_can_close(False)\n        self.btn_cancel_creating.set_sensitive(False)\n        self.btn_cancel_creating.set_label(_(\"Cancelling…\"))\n\n        if self._creation_task is not None:\n            self._creation_task.subtitle = _(\"Cancelling…\")\n\n        if self._creation_job is not None:\n            self._creation_job.cancel()\n        if self._creation_cancel_event is not None:\n            self._creation_cancel_event.set()\n\n        self.update_output(\n            _(\n                \"Cancellation requested. Waiting for current step to finish before cleaning up…\"\n            )\n        )\n\n    def __finalize_close(self) -> None:\n        self.window.disconnect_by_func(self.__remove_notifications)\n        self.close()\n\n    def __clear_creation_task(self) -> None:\n        if self._creation_task is None:\n            return\n\n        if self._creation_task.task_id and TaskManager.get(self._creation_task.task_id):\n            TaskManager.remove(self._creation_task)\n\n        self._creation_task = None\n        self._creation_job = None\n        self._creation_cancel_event = None\n\n    def __reset_creation_steps(self) -> None:\n        self._creation_steps.clear()\n\n        child = self.steps_list.get_first_child()\n        while child is not None:\n            next_child = child.get_next_sibling()\n            self.steps_list.remove(child)\n            child = next_child\n\n    def __build_cleanup_config(self) -> BottleConfig:\n        config = BottleConfig()\n        name = self.entry_name.get_text()\n        config.Name = name\n        config.Environment = self.selected_environment.capitalize()\n        sanitized = sanitize_filename(name.replace(\" \", \"-\"), platform=\"universal\")\n\n        if self.custom_path:\n            config.Path = os.path.join(self.custom_path, sanitized)\n            config.Custom_Path = True\n        else:\n            config.Path = sanitized\n            config.Custom_Path = False\n\n        return config\n\n    def __start_cancellation_cleanup(self) -> None:\n        if self._cleanup_job is not None:\n            return\n        cleanup_config = self._cleanup_config or self.__build_cleanup_config()\n        self.update_output(_(\"Removing created files…\"))\n        self._cleanup_job = RunAsync(\n            task_func=self.manager.delete_bottle,\n            callback=self.__on_cleanup_finished,\n            config=cleanup_config,\n        )\n\n    @GtkUtils.run_in_main_loop\n    def __on_cleanup_finished(self, success: Optional[bool], error=None) -> None:\n        self._cleanup_job = None\n        self._cleanup_config = None\n\n        if not success or error:\n            self.update_output(\n                _(\n                    \"Unable to remove every file automatically. Check the logs for details.\"\n                ),\n            )\n        else:\n            self.update_output(_(\"Cleanup completed.\"))\n\n        self.manager.check_bottles()\n        self.window.page_list.update_bottles_list()\n        self.set_can_close(True)\n        self._cancel_requested = False\n        self.__finalize_close()\n"
  },
  {
    "path": "bottles/frontend/views/preferences.py",
    "content": "# preferences.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport subprocess\nimport webbrowser\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gio, GLib, Gtk\n\nfrom bottles.backend.managers.data import DataManager, UserDataKeys\nfrom bottles.backend.state import EventManager, Events\nfrom bottles.backend.utils.generic import sort_by_version\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.widgets.component import ComponentEntry, ComponentExpander\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/preferences.ui\")\nclass PreferencesWindow(Adw.PreferencesWindow):\n    __gtype_name__ = \"PreferencesWindow\"\n    __registry = []\n\n    # region Widgets\n    installers_stack = Gtk.Template.Child()\n    installers_spinner = Gtk.Template.Child()\n    dlls_stack = Gtk.Template.Child()\n    dlls_spinner = Gtk.Template.Child()\n    cache_stack = Gtk.Template.Child()\n    cache_spinner = Gtk.Template.Child()\n\n    row_theme = Gtk.Template.Child()\n    switch_theme = Gtk.Template.Child()\n    switch_notifications = Gtk.Template.Child()\n    switch_show_funding = Gtk.Template.Child()\n    switch_force_offline = Gtk.Template.Child()\n    switch_temp = Gtk.Template.Child()\n    switch_release_candidate = Gtk.Template.Child()\n    switch_steam = Gtk.Template.Child()\n    switch_auto_close = Gtk.Template.Child()\n    switch_update_date = Gtk.Template.Child()\n    switch_playtime_tracking = Gtk.Template.Child()\n    switch_steam_programs = Gtk.Template.Child()\n    switch_epic_games = Gtk.Template.Child()\n    switch_ubisoft_connect = Gtk.Template.Child()\n    combo_audio_driver = Gtk.Template.Child()\n    spin_eagle_limit = Gtk.Template.Child()\n    list_runners = Gtk.Template.Child()\n    list_dlls = Gtk.Template.Child()\n    action_prerelease = Gtk.Template.Child()\n    btn_bottles_path = Gtk.Template.Child()\n    action_steam_proton = Gtk.Template.Child()\n    btn_bottles_path_reset = Gtk.Template.Child()\n    label_bottles_path = Gtk.Template.Child()\n    btn_steam_proton_doc = Gtk.Template.Child()\n    entry_personal_components = Gtk.Template.Child()\n    entry_personal_dependencies = Gtk.Template.Child()\n    entry_personal_installers = Gtk.Template.Child()\n    template_cache_group = Gtk.Template.Child()\n    label_cache_total_size = Gtk.Template.Child()\n    label_cache_temp_size = Gtk.Template.Child()\n    label_cache_templates_size = Gtk.Template.Child()\n    btn_cache_clear_all = Gtk.Template.Child()\n    btn_cache_clear_temp = Gtk.Template.Child()\n    btn_cache_clear_templates = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.settings = window.settings\n        self.manager = window.manager\n        self.data = DataManager()\n        self.style_manager = Adw.StyleManager.get_default()\n\n        self.__audio_driver_values = [\n            \"default\",\n            \"pulse\",\n            \"alsa\",\n            \"oss\",\n            \"disabled\",\n        ]\n        self.__updating_audio_driver = False\n\n        self.current_bottles_path = self.data.get(UserDataKeys.CustomBottlesPath)\n        if self.current_bottles_path:\n            self.label_bottles_path.set_label(\n                os.path.basename(self.current_bottles_path)\n            )\n            self.btn_bottles_path_reset.set_visible(True)\n\n        self.__personal_repo_rows = {\n            \"components\": self.entry_personal_components,\n            \"dependencies\": self.entry_personal_dependencies,\n            \"installers\": self.entry_personal_installers,\n        }\n        stored_repositories = self.data.get(UserDataKeys.PersonalRepositories) or {}\n        self.__personal_repo_values = {}\n        for repo_name, row in self.__personal_repo_rows.items():\n            repo_value = stored_repositories.get(repo_name, \"\")\n            self.__personal_repo_values[repo_name] = repo_value\n            row.set_text(repo_value)\n            row.set_show_apply_button(False)\n            row.connect(\"apply\", self.__on_personal_repo_apply, repo_name)\n            row.connect(\"changed\", self.__on_personal_repo_changed, repo_name)\n\n        self.__cache_registry = []\n\n        # bind widgets\n        self.settings.bind(\n            \"dark-theme\", self.switch_theme, \"active\", Gio.SettingsBindFlags.DEFAULT\n        )\n        self.settings.bind(\n            \"notifications\",\n            self.switch_notifications,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"show-funding\",\n            self.switch_show_funding,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"playtime-enabled\",\n            self.switch_playtime_tracking,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"force-offline\",\n            self.switch_force_offline,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"temp\", self.switch_temp, \"active\", Gio.SettingsBindFlags.DEFAULT\n        )\n        # Connect RC signal to another func\n        self.settings.bind(\n            \"release-candidate\",\n            self.switch_release_candidate,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"steam-proton-support\",\n            self.switch_steam,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"auto-close-bottles\",\n            self.switch_auto_close,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"update-date\",\n            self.switch_update_date,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"steam-programs\",\n            self.switch_steam_programs,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"epic-games\",\n            self.switch_epic_games,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n        self.settings.bind(\n            \"ubisoft-connect\",\n            self.switch_ubisoft_connect,\n            \"active\",\n            Gio.SettingsBindFlags.DEFAULT,\n        )\n\n        self.spin_eagle_limit.set_value(self.settings.get_int(\"eagle-scan-limit\"))\n        self.spin_eagle_limit.connect(\"notify::value\", self.__on_eagle_limit_changed)\n\n        self.__sync_audio_driver_selection()\n        self.combo_audio_driver.connect(\n            \"notify::selected\", self.__on_audio_driver_selected\n        )\n        self.settings.connect(\n            \"changed::audio-driver\", self.__on_audio_driver_setting_changed\n        )\n\n        # setup loading screens\n        self.installers_stack.set_visible_child_name(\"installers_loading\")\n        self.installers_spinner.start()\n        self.dlls_stack.set_visible_child_name(\"dlls_loading\")\n        self.dlls_spinner.start()\n        self.cache_stack.set_visible_child_name(\"cache_loading\")\n        self.cache_spinner.start()\n\n        if not self.manager.utils_conn.status:\n            self.installers_stack.set_visible_child_name(\"installers_offline\")\n            self.dlls_stack.set_visible_child_name(\"dlls_offline\")\n\n        RunAsync(self.ui_update)\n\n        # connect signals\n        self.settings.connect(\"changed::dark-theme\", self.__toggle_night)\n        self.settings.connect(\"changed::release-candidate\", self.__toggle_rc)\n        self.settings.connect(\"changed::update-date\", self.__toggle_update_date)\n        self.btn_bottles_path.connect(\"clicked\", self.__choose_bottles_path)\n        self.btn_bottles_path_reset.connect(\"clicked\", self.__reset_bottles_path)\n        self.btn_steam_proton_doc.connect(\"clicked\", self.__open_steam_proton_doc)\n        self.btn_cache_clear_all.connect(\"clicked\", self.__confirm_clear_all_caches)\n        self.btn_cache_clear_temp.connect(\"clicked\", self.__confirm_clear_temp_cache)\n        self.btn_cache_clear_templates.connect(\n            \"clicked\", self.__confirm_clear_templates_cache\n        )\n\n        if not self.manager.steam_manager.is_steam_supported:\n            self.switch_steam.set_sensitive(False)\n            self.action_steam_proton.set_tooltip_text(\n                _(\"Steam was not found or Bottles does not have enough permissions.\")\n            )\n            self.btn_steam_proton_doc.set_visible(True)\n\n        if not self.style_manager.get_system_supports_color_schemes():\n            self.row_theme.set_visible(True)\n\n        self.populate_cache_list()\n\n    def empty_list(self):\n        for w in self.__registry:\n            parent = w.get_parent()\n            if parent:\n                parent.remove(w)\n        self.__registry = []\n\n    def ui_update(self):\n        if self.manager.utils_conn.status:\n            EventManager.wait(Events.ComponentsOrganizing)\n            GLib.idle_add(self.empty_list)\n            GLib.idle_add(self.populate_runners_list)\n            GLib.idle_add(self.populate_dlls_list)\n            GLib.idle_add(self.populate_cache_list)\n\n            GLib.idle_add(self.dlls_stack.set_visible_child_name, \"dlls_list\")\n\n    def __toggle_night(self, widget, state):\n        if self.settings.get_boolean(\"dark-theme\"):\n            Adw.StyleManager.get_default().set_color_scheme(Adw.ColorScheme.FORCE_DARK)\n        else:\n            Adw.StyleManager.get_default().set_color_scheme(Adw.ColorScheme.DEFAULT)\n\n    def __toggle_update_date(self, widget, state):\n        self.window.page_list.update_bottles_list()\n\n    def __toggle_rc(self, widget, state):\n        self.ui_update()\n\n    def __on_eagle_limit_changed(self, spin_row, _pspec):\n        self.settings.set_int(\"eagle-scan-limit\", int(spin_row.get_value()))\n\n    def __open_steam_proton_doc(self, widget):\n        webbrowser.open(\n            \"https://docs.usebottles.com/flatpak/cant-enable-steam-proton-manager\"\n        )\n\n    def __choose_bottles_path(self, widget):\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            path = dialog.get_file().get_path()\n\n            self.data.set(UserDataKeys.CustomBottlesPath, path)\n            self.label_bottles_path.set_label(os.path.basename(path))\n            self.btn_bottles_path_reset.set_visible(True)\n            self.prompt_restart()\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select Bottles Path\"),\n            action=Gtk.FileChooserAction.SELECT_FOLDER,\n            parent=self.window,\n        )\n\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def handle_restart(self, widget, response_id):\n        if response_id == \"restart\":\n            subprocess.Popen(\"sleep 1 && bottles & disown\", shell=True)\n            self.window.proper_close()\n        widget.destroy()\n\n    def prompt_restart(self, force=False):\n        needs_restart = force or (\n            self.current_bottles_path != self.data.get(UserDataKeys.CustomBottlesPath)\n        )\n\n        if needs_restart:\n            dialog = Adw.MessageDialog.new(\n                self.window,\n                _(\"Relaunch Bottles?\"),\n                _(\n                    \"Bottles will need to be relaunched to use this directory.\\n\\nBe sure to close every program launched from Bottles before relaunching Bottles, as not doing so can cause data loss, corruption and programs to malfunction.\"\n                ),\n            )\n            dialog.add_response(\"dismiss\", _(\"_Cancel\"))\n            dialog.add_response(\"restart\", _(\"_Relaunch\"))\n            dialog.set_response_appearance(\n                \"restart\", Adw.ResponseAppearance.DESTRUCTIVE\n            )\n            dialog.connect(\"response\", self.handle_restart)\n            dialog.present()\n\n    def __reset_bottles_path(self, widget):\n        self.data.remove(UserDataKeys.CustomBottlesPath)\n        self.btn_bottles_path_reset.set_visible(False)\n        self.label_bottles_path.set_label(_(\"(Default)\"))\n        self.prompt_restart()\n\n    def __on_personal_repo_changed(self, row, repo_name):\n        if row.get_text() == self.__personal_repo_values.get(repo_name, \"\"):\n            row.set_show_apply_button(False)\n        else:\n            row.set_show_apply_button(True)\n\n    def __on_personal_repo_apply(self, row, repo_name):\n        new_value = row.get_text().strip()\n        if new_value == self.__personal_repo_values.get(repo_name, \"\"):\n            return\n\n        self.__personal_repo_values[repo_name] = new_value\n        self.__persist_personal_repositories()\n        row.set_show_apply_button(False)\n        self.prompt_restart(force=True)\n\n    def __persist_personal_repositories(self):\n        stored_values = {\n            repo_name: value\n            for repo_name, value in self.__personal_repo_values.items()\n            if value\n        }\n\n        if stored_values:\n            self.data.set(UserDataKeys.PersonalRepositories, stored_values)\n        else:\n            self.data.remove(UserDataKeys.PersonalRepositories)\n\n    def __on_audio_driver_setting_changed(self, *_args):\n        GLib.idle_add(self.__sync_audio_driver_selection)\n\n    def __sync_audio_driver_selection(self, *_args):\n        driver = self.settings.get_string(\"audio-driver\")\n        try:\n            index = self.__audio_driver_values.index(driver)\n        except ValueError:\n            index = 0\n\n        self.__updating_audio_driver = True\n        self.combo_audio_driver.set_selected(index)\n        self.__updating_audio_driver = False\n\n    def __on_audio_driver_selected(self, combo, _pspec):\n        if self.__updating_audio_driver:\n            return\n\n        index = combo.get_selected()\n        if index < 0 or index >= len(self.__audio_driver_values):\n            return\n\n        driver = self.__audio_driver_values[index]\n        self.__updating_audio_driver = True\n        self.settings.set_string(\"audio-driver\", driver)\n        self.__updating_audio_driver = False\n\n        RunAsync(self.manager.apply_audio_driver, driver=driver)\n\n    def __display_unstable_candidate(self, component=[\"\", {\"Channel\": \"unstable\"}]):\n        return self.window.settings.get_boolean(\"release-candidate\") or component[1][\n            \"Channel\"\n        ] not in [\"rc\", \"unstable\"]\n\n    def __populate_component_list(\n        self, component_type, supported_components, list_component\n    ):\n        offline_components = self.manager.get_offline_components(component_type)\n        supported_component_items = list(supported_components.items())\n        if self.__display_unstable_candidate():\n            i, j = 0, 0\n            while i <= len(supported_component_items):\n                while j < len(offline_components) and (\n                    i == len(supported_component_items)\n                    or sort_by_version(\n                        [offline_components[j], supported_component_items[i][0]]\n                    )[0]\n                    == offline_components[j]\n                ):\n                    offline_entry = [\n                        offline_components[j],\n                        {\n                            \"Installed\": True,\n                            \"Channel\": \"unstable\",\n                            \"Category\": component_type,\n                        },\n                    ]\n                    supported_component_items.insert(i, offline_entry)\n                    j += 1\n                i += 1\n        count = 0\n        for component in supported_component_items:\n            if not self.__display_unstable_candidate(component):\n                continue\n            _entry = ComponentEntry(self.window, component, component_type)\n            if hasattr(list_component, \"add_row\"):\n                list_component.add_row(_entry)\n            else:\n                list_component.add(_entry)\n            self.__registry.append(_entry)\n            count += 1\n\n        return count\n\n    def populate_dlls_list(self):\n        dll_components = [\n            (\"dxvk\", self.manager.supported_dxvk, \"DXVK\"),\n            (\"vkd3d\", self.manager.supported_vkd3d, \"VKD3D\"),\n            (\"nvapi\", self.manager.supported_nvapi, \"DXVK-NVAPI\"),\n            (\"latencyflex\", self.manager.supported_latencyflex, \"LatencyFleX\"),\n        ]\n\n        for component_type, supported_components, title in dll_components:\n            expander = ComponentExpander(title)\n            if self.__populate_component_list(\n                component_type, supported_components, expander\n            ):\n                self.list_dlls.add(expander)\n                self.__registry.append(expander)\n\n    def __populate_runners_helper(\n        self, runner_type, supported_runners_dict, identifiable_runners_struct\n    ):\n        offline_runners_list = self.manager.get_offline_components(runner_type)\n        if self.__display_unstable_candidate():\n            for offline_runner_name in offline_runners_list:\n                offline_runner = [\n                    offline_runner_name,\n                    {\n                        \"Installed\": True,\n                        \"Channel\": \"unstable\",\n                        \"Category\": \"runners\",\n                        \"Sub-category\": \"wine\" if runner_type == \"runner\" else \"proton\",\n                    },\n                ]\n                _runner_name = offline_runner_name.lower()\n                for identifiable_runner in identifiable_runners_struct:\n                    if _runner_name.startswith(identifiable_runner[\"prefix\"]):\n                        identifiable_runner[\"offline_runners\"].append(offline_runner)\n                        break\n\n        for supported_runner in supported_runners_dict.items():\n            _runner_name = supported_runner[0].lower()\n            if not self.__display_unstable_candidate(supported_runner):\n                continue\n\n            _entry = ComponentEntry(self.window, supported_runner, runner_type)\n            for identifiable_runner in identifiable_runners_struct:\n                if _runner_name.startswith(identifiable_runner[\"prefix\"]):\n                    while (\n                        identifiable_runner[\"offline_runners\"]\n                        and sort_by_version(\n                            [\n                                identifiable_runner[\"offline_runners\"][0][0],\n                                supported_runner[0],\n                            ]\n                        )[0]\n                        == identifiable_runner[\"offline_runners\"][0][0]\n                    ):\n                        offline_runner = identifiable_runner[\"offline_runners\"].pop(0)\n                        _offline_entry = ComponentEntry(\n                            self.window, offline_runner, runner_type\n                        )\n                        identifiable_runner[\"expander\"].add_row(_offline_entry)\n                        identifiable_runner[\"count\"] += 1\n                    identifiable_runner[\"expander\"].add_row(_entry)\n                    identifiable_runner[\"count\"] += 1\n                    break\n\n        # Don't forget left over offline runners\n        for identifiable_runner in identifiable_runners_struct:\n            while identifiable_runner[\"offline_runners\"]:\n                offline_runner = identifiable_runner[\"offline_runners\"].pop(0)\n                _offline_entry = ComponentEntry(\n                    self.window, offline_runner, runner_type\n                )\n                identifiable_runner[\"expander\"].add_row(_offline_entry)\n                identifiable_runner[\"count\"] += 1\n\n    def populate_runners_list(self):\n        exp_soda = ComponentExpander(\n            \"Soda\", _(\"Based on Valve's Wine, includes Staging and Proton patches.\")\n        )\n        exp_caffe = ComponentExpander(\n            \"Caffe\", _(\"Based on Wine upstream, includes Staging and Proton patches.\")\n        )\n        exp_wine_ge = ComponentExpander(\n            \"Wine GE\",\n            _(\n                \"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n                \"includes Staging and custom patches. \"\n                \"This is meant to be used with non-steam games outside of Steam.\"\n            ),\n        )\n        exp_kron4ek = ComponentExpander(\n            \"Kron4ek\",\n            _(\n                \"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally available.\"\n            ),\n        )\n        exp_lutris = ComponentExpander(\"Lutris\")\n        exp_vaniglia = ComponentExpander(\n            \"Vaniglia\", _(\"Based on Wine upstream, includes Staging patches.\")\n        )\n        exp_proton_ge = ComponentExpander(\n            \"Proton GE\",\n            _(\n                \"Based on most recent bleeding-edge Valve's Proton Experimental, \"\n                \"includes Staging and custom patches. \"\n                \"Requires the Steam Runtime turned on.\"\n            ),\n        )\n        exp_other_wine = ComponentExpander(_(\"Other Wine runners\"))\n        exp_other_proton = ComponentExpander(_(\"Other Proton runners\"))\n\n        identifiable_wine_runners = [\n            {\"prefix\": \"soda\", \"count\": 0, \"expander\": exp_soda, \"offline_runners\": []},\n            {\n                \"prefix\": \"caffe\",\n                \"count\": 0,\n                \"expander\": exp_caffe,\n                \"offline_runners\": [],\n            },\n            {\n                \"prefix\": \"vaniglia\",\n                \"count\": 0,\n                \"expander\": exp_vaniglia,\n                \"offline_runners\": [],\n            },\n            {\n                \"prefix\": \"wine-ge\",\n                \"count\": 0,\n                \"expander\": exp_wine_ge,\n                \"offline_runners\": [],\n            },\n            {\n                \"prefix\": \"kron4ek\",\n                \"count\": 0,\n                \"expander\": exp_kron4ek,\n                \"offline_runners\": [],\n            },\n            {\n                \"prefix\": \"lutris\",\n                \"count\": 0,\n                \"expander\": exp_lutris,\n                \"offline_runners\": [],\n            },\n        ]\n        identifiable_proton_runners = [\n            {\n                \"prefix\": \"ge-proton\",\n                \"count\": 0,\n                \"expander\": exp_proton_ge,\n                \"offline_runners\": [],\n            }\n        ]\n        other_wine_runners = [\n            {\n                \"prefix\": \"\",\n                \"count\": 0,\n                \"expander\": exp_other_wine,\n                \"offline_runners\": [],\n            },\n        ]\n        other_proton_runners = [\n            {\n                \"prefix\": \"\",\n                \"count\": 0,\n                \"expander\": exp_other_proton,\n                \"offline_runners\": [],\n            },\n        ]\n\n        self.__populate_runners_helper(\n            \"runner\",\n            self.manager.supported_wine_runners,\n            identifiable_wine_runners + other_wine_runners,\n        )\n        self.__populate_runners_helper(\n            \"runner:proton\",\n            self.manager.supported_proton_runners,\n            identifiable_proton_runners + other_proton_runners,\n        )\n\n        for runner in (\n            identifiable_wine_runners\n            + identifiable_proton_runners\n            + other_wine_runners\n            + other_proton_runners\n        ):\n            if runner[\"count\"] > 0:\n                self.list_runners.add(runner[\"expander\"])\n                self.__registry.append(runner[\"expander\"])\n\n        self.installers_stack.set_visible_child_name(\"installers_list\")\n\n    def populate_cache_list(self):\n        self.cache_stack.set_visible_child_name(\"cache_loading\")\n        self.cache_spinner.start()\n\n        def update_cache_view(result, error=False):\n            self.cache_spinner.stop()\n            if error or result is None:\n                return\n\n            self.cache_stack.set_visible_child_name(\"cache_list\")\n            self.__render_cache_details(result)\n\n        RunAsync(task_func=self.manager.get_cache_details, callback=update_cache_view)\n\n    def __render_cache_details(self, cache_details: dict):\n        temp_cache = cache_details.get(\"temp\", {})\n        templates_cache = cache_details.get(\"templates\", [])\n        templates_size = cache_details.get(\"templates_size\", \"0B\")\n        total_size = cache_details.get(\"total_size\", \"0B\")\n\n        self.label_cache_total_size.set_label(total_size)\n        self.label_cache_temp_size.set_label(temp_cache.get(\"size\", \"0B\"))\n        self.label_cache_templates_size.set_label(templates_size)\n\n        has_any_cache = cache_details.get(\"total_size_bytes\", 0) > 0\n        has_temp_cache = temp_cache.get(\"size_bytes\", 0) > 0\n        has_templates_cache = cache_details.get(\"templates_size_bytes\", 0) > 0\n\n        self.btn_cache_clear_all.set_sensitive(has_any_cache)\n        self.btn_cache_clear_temp.set_sensitive(has_temp_cache)\n        self.btn_cache_clear_templates.set_sensitive(has_templates_cache)\n\n        self.__populate_template_cache_rows(templates_cache)\n\n    def __populate_template_cache_rows(self, templates: list[dict]):\n        for row in self.__cache_registry:\n            parent = row.get_parent()\n            if parent:\n                parent.remove(row)\n        self.__cache_registry = []\n\n        if not templates:\n            empty_row = Adw.ActionRow()\n            empty_row.set_title(_(\"No templates cached yet.\"))\n            empty_row.set_subtitle(\n                _(\n                    \"Templates are created after you make the first bottle for each environment.\"\n                )\n            )\n            empty_row.set_activatable(False)\n            empty_row.set_can_focus(False)\n            empty_row.set_sensitive(False)\n            self.template_cache_group.add(empty_row)\n            self.__cache_registry.append(empty_row)\n            return\n\n        for template in templates:\n            row = Adw.ActionRow()\n            row.set_title(self.__format_template_title(template))\n            row.set_subtitle(self.__format_template_subtitle(template))\n            row.set_activatable(False)\n            row.set_can_focus(False)\n\n            size_label = Gtk.Label(label=template.get(\"size\", \"0B\"))\n            size_label.set_xalign(1.0)\n            size_label.get_style_context().add_class(\"dim-label\")\n            row.add_suffix(size_label)\n\n            btn_remove = Gtk.Button.new_with_label(_(\"_Delete\"))\n            btn_remove.set_use_underline(True)\n            btn_remove.set_valign(Gtk.Align.CENTER)\n            btn_remove.add_css_class(\"destructive-action\")\n            btn_remove.connect(\"clicked\", self.__confirm_clear_template, template)\n            row.add_suffix(btn_remove)\n\n            self.template_cache_group.add(row)\n            self.__cache_registry.append(row)\n\n    def __format_template_title(self, template: dict) -> str:\n        env_label = self.__format_env_label(template.get(\"env\", \"\"))\n        return _(\"%s template\") % env_label\n\n    def __format_template_subtitle(self, template: dict) -> str:\n        created = template.get(\"created\", \"\")\n        env_label = self.__format_env_label(template.get(\"env\", \"\"))\n\n        if created:\n            return _(\"Cached prefix for the %s environment, created on %s\") % (\n                env_label,\n                created,\n            )\n\n        return _(\"Cached prefix for the %s environment\") % env_label\n\n    def __format_env_label(self, env: str) -> str:\n        env_labels = {\n            \"gaming\": _(\"Gaming\"),\n            \"application\": _(\"Software\"),\n        }\n\n        env_value = (env or \"\").lower()\n\n        if env_value in env_labels:\n            return env_labels.get(env_value, env.title())\n\n        return env.title() if env else _(\"Unknown\")\n\n    def __confirm_clear_all_caches(self, widget):\n        widget.set_sensitive(False)\n        self.__confirm_cache_action(\n            title=_(\"Delete all caches?\"),\n            description=_(\n                \"Removing every cache will make Bottles re-download resources and rebuild templates, which can take longer.\"\n            ),\n            action=self.manager.clear_all_caches,\n            button=widget,\n        )\n\n    def __confirm_clear_temp_cache(self, widget):\n        widget.set_sensitive(False)\n        self.__confirm_cache_action(\n            title=_(\"Delete temp cache?\"),\n            description=_(\n                \"Clearing the temp cache removes downloaded archives and extracted files, so future installs may take longer.\"\n            ),\n            action=self.manager.clear_temp_cache,\n            button=widget,\n        )\n\n    def __confirm_clear_templates_cache(self, widget):\n        widget.set_sensitive(False)\n        self.__confirm_cache_action(\n            title=_(\"Delete all prefix templates?\"),\n            description=_(\n                \"Removing all prefix templates will slow down the next bottle creation while Bottles rebuilds them.\"\n            ),\n            action=self.manager.clear_templates_cache,\n            button=widget,\n        )\n\n    def __confirm_clear_template(self, widget, template: dict):\n        widget.set_sensitive(False)\n        env_label = self.__format_env_label(template.get(\"env\", \"\"))\n        title = _(\"Delete the %s template?\") % env_label\n        description = _(\n            \"The next bottle for this environment will take longer to create because Bottles must rebuild the template.\"\n        )\n\n        self.__confirm_cache_action(\n            title=title,\n            description=description,\n            action=lambda: self.manager.clear_template_cache(template.get(\"uuid\", \"\")),\n            button=widget,\n        )\n\n    def __confirm_cache_action(self, title: str, description: str, action, button=None):\n        dialog = Adw.MessageDialog.new(\n            self.window,\n            title,\n            description,\n        )\n        dialog.add_response(\"cancel\", _(\"_Cancel\"))\n        dialog.add_response(\"delete\", _(\"_Delete\"))\n        dialog.set_response_appearance(\"delete\", Adw.ResponseAppearance.DESTRUCTIVE)\n\n        def handle_response(dlg, response):\n            dlg.destroy()\n            if response != \"delete\":\n                if button:\n                    button.set_sensitive(True)\n                return\n\n            RunAsync(\n                task_func=action,\n                callback=lambda result, error=False: self.__cache_action_finished(\n                    result, button\n                ),\n            )\n\n        dialog.connect(\"response\", handle_response)\n        dialog.present()\n\n    def __cache_action_finished(self, result, button=None):\n        if button:\n            button.set_sensitive(True)\n\n        self.populate_cache_list()\n"
  },
  {
    "path": "bottles/frontend/widgets/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/frontend/widgets/component.py",
    "content": "# component.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\nfrom threading import Event\nfrom typing import Dict, Optional\n\nfrom gi.repository import Adw, GObject, Gtk\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.state import Status\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\n\nlogging = Logger()\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/component-entry.ui\")\nclass ComponentEntry(Adw.ActionRow):\n    __gtype_name__ = \"ComponentEntry\"\n    __gsignals__ = {\n        \"component-installed\": (GObject.SIGNAL_RUN_FIRST, None, ()),\n        \"component-error\": (GObject.SIGNAL_RUN_FIRST, None, ()),\n    }\n\n    # region Widgets\n    btn_download = Gtk.Template.Child()\n    btn_browse = Gtk.Template.Child()\n    btn_remove = Gtk.Template.Child()\n    btn_err = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n    box_download_status = Gtk.Template.Child()\n    label_task_status = Gtk.Template.Child()\n    spinner = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(\n        self, window, component, component_type, is_upgradable=False, **kwargs\n    ):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.component_manager = self.manager.component_manager\n        self.name = component[0]\n        self.component_type = component_type\n        self.is_upgradable = is_upgradable\n        self._download_task: Optional[RunAsync] = None\n        self._cancel_event: Optional[Event] = None\n        self._cancelled_during_download = False\n        self._pre_download_visibility: Optional[Dict[str, bool]] = None\n\n        # populate widgets\n        self.set_title(self.name)\n        self.set_can_focus(False)\n\n        if component[1].get(\"Installed\"):\n            self.btn_browse.set_visible(True)\n            if not self.manager.component_manager.is_in_use(\n                self.component_type, self.name\n            ):\n                self.btn_remove.set_visible(True)\n        else:\n            self.btn_download.set_visible(True)\n            self.btn_browse.set_visible(False)\n\n        if is_upgradable:\n            self.btn_download.set_icon_name(\"software-update-available-symbolic\")\n            self.btn_download.set_tooltip_text(_(\"Upgrade\"))\n\n        # connect signals\n        self.btn_download.connect(\"clicked\", self.download)\n        self.btn_err.connect(\"clicked\", self.download)\n        self.btn_remove.connect(\"clicked\", self.uninstall)\n        self.btn_browse.connect(\"clicked\", self.run_browse)\n        self.btn_cancel.connect(\"clicked\", self.cancel_download)\n\n    def download(self, widget):\n        @GtkUtils.run_in_main_loop\n        def async_callback(result, error=False):\n            self._clear_download_context()\n\n            if self._cancelled_during_download:\n                self._cancelled_during_download = False\n                return False\n\n            if result and getattr(result, \"message\", \"\") == \"cancelled\":\n                self._restore_pre_download_visibility()\n                return False\n\n            if result and getattr(result, \"ok\", False):\n                self._pre_download_visibility = None\n                return self.set_installed()\n\n            return self.update_progress(status=Status.FAILED)\n\n        @GtkUtils.run_in_main_loop\n        def async_func(\n            received_size: int = 0,\n            total_size: int = 0,\n            status: Optional[Status] = None,\n        ):\n            return self.update_progress(\n                received_size=received_size,\n                total_size=total_size,\n                status=status,\n            )\n\n        self._cancel_event = Event()\n        self._cancelled_during_download = False\n        self._pre_download_visibility = {\n            \"btn_download\": self.btn_download.get_visible(),\n            \"btn_browse\": self.btn_browse.get_visible(),\n            \"btn_remove\": self.btn_remove.get_visible(),\n        }\n\n        self.btn_download.set_visible(False)\n        self.btn_cancel.set_visible(True)\n        self.btn_cancel.set_sensitive(True)\n        self.box_download_status.set_visible(True)\n        self._set_spinner_active(True)\n        self.label_task_status.set_text(_(\"Calculating…\"))\n\n        self._download_task = RunAsync(\n            task_func=self.component_manager.install,\n            callback=async_callback,\n            component_type=self.component_type,\n            component_name=self.name,\n            func=async_func,\n            cancel_event=self._cancel_event,\n        )\n\n    def uninstall(self, widget):\n        @GtkUtils.run_in_main_loop\n        def update(result, error=False):\n            if result.ok:\n                return self.set_uninstalled()\n\n            return self.set_err(result.data.get(\"message\"), retry=False)\n\n        self.btn_err.set_visible(False)\n        self.btn_remove.set_visible(False)\n\n        RunAsync(\n            task_func=self.component_manager.uninstall,\n            callback=update,\n            component_type=self.component_type,\n            component_name=self.name,\n        )\n\n    def run_browse(self, widget):\n        self.btn_download.set_visible(False)\n\n        ManagerUtils.open_filemanager(\n            path_type=self.component_type, component=self.name\n        )\n\n    def update_progress(\n        self,\n        received_size: int = 0,\n        total_size: int = 0,\n        status: Optional[Status] = None,\n    ):\n        if status == Status.FAILED:\n            logging.error(\"Component installation failed\")\n            self.set_err()\n            self._clear_download_context()\n            return False\n\n        if status == Status.CANCELLED:\n            self._cancelled_during_download = True\n            self._restore_pre_download_visibility()\n            return False\n\n        received_size = self._sanitize_progress_value(received_size)\n        total_size = self._sanitize_progress_value(total_size)\n\n        self.box_download_status.set_visible(True)\n        self.btn_cancel.set_visible(True)\n\n        if total_size <= 0:\n            self.label_task_status.set_text(_(\"Calculating…\"))\n            self._set_spinner_active(True)\n            return True\n\n        if self._cancel_event and self._cancel_event.is_set():\n            return False\n\n        self._set_spinner_active(False)\n\n        if total_size == 0:\n            percent = 0\n        else:\n            bounded_received = min(received_size, total_size)\n            percent = int(bounded_received * 100 / total_size)\n\n        self.label_task_status.set_text(f\"{percent}%\")\n\n        if percent >= 100:\n            self.label_task_status.set_text(_(\"Installing…\"))\n\n    def set_err(self, msg=None, retry=True):\n        self.box_download_status.set_visible(False)\n        self.btn_remove.set_visible(False)\n        self.btn_cancel.set_visible(False)\n        self.btn_browse.set_visible(False)\n        self._set_spinner_active(False)\n        self.btn_err.set_visible(True)\n        if msg:\n            self.btn_err.set_tooltip_text(msg)\n        if not retry:\n            self.btn_err.set_sensitive(False)\n\n    def set_installed(self):\n        self.btn_err.set_visible(False)\n        self.box_download_status.set_visible(False)\n        self.btn_browse.set_visible(True)\n        self.btn_cancel.set_visible(False)\n        self._set_spinner_active(False)\n        if not self.manager.component_manager.is_in_use(self.component_type, self.name):\n            self.btn_remove.set_visible(True)\n\n    def set_uninstalled(self):\n        self.btn_browse.set_visible(False)\n        self.btn_err.set_visible(False)\n        self.btn_download.set_visible(True)\n        self._set_spinner_active(False)\n        if self.name in self.manager.get_offline_components(\n            self.component_type, self.name\n        ):\n            self.set_visible(False)\n\n    def cancel_download(self, widget):\n        if not self._cancel_event or self._cancel_event.is_set():\n            return\n\n        self._cancel_event.set()\n        self.btn_cancel.set_sensitive(False)\n        self.label_task_status.set_text(_(\"Cancelling…\"))\n        self._set_spinner_active(True)\n        if self._download_task:\n            self._download_task.cancel()\n\n    def _restore_pre_download_visibility(self):\n        self._set_spinner_active(False)\n        self.box_download_status.set_visible(False)\n        self.btn_cancel.set_visible(False)\n        self.btn_cancel.set_sensitive(True)\n        self.btn_err.set_visible(False)\n        self.label_task_status.set_text(\"0%\")\n\n        if self._pre_download_visibility:\n            self.btn_download.set_visible(\n                self._pre_download_visibility.get(\"btn_download\", True)\n            )\n            self.btn_browse.set_visible(\n                self._pre_download_visibility.get(\"btn_browse\", False)\n            )\n            self.btn_remove.set_visible(\n                self._pre_download_visibility.get(\"btn_remove\", False)\n            )\n        else:\n            self.btn_download.set_visible(True)\n\n        self._pre_download_visibility = None\n\n    def _set_spinner_active(self, active: bool):\n        if not self.spinner:\n            return\n        self.spinner.set_visible(active)\n        if active:\n            self.spinner.start()\n        else:\n            self.spinner.stop()\n\n    @staticmethod\n    def _sanitize_progress_value(value: Optional[int]) -> int:\n        try:\n            if value is None:\n                return 0\n            coerced = int(value)\n        except (TypeError, ValueError):\n            return 0\n\n        if coerced < 0:\n            return 0\n\n        return coerced\n\n    def _clear_download_context(self):\n        self._set_spinner_active(False)\n        self._cancel_event = None\n        self._download_task = None\n\n\nclass ComponentExpander(Adw.ExpanderRow):\n    def __init__(self, title, subtitle=None, **kwargs):\n        super().__init__(**kwargs)\n\n        self.set_title(title)\n        if subtitle:\n            self.set_subtitle(subtitle)\n"
  },
  {
    "path": "bottles/frontend/widgets/dependency.py",
    "content": "# dependency.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport webbrowser\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.windows.dependency_install import DependencyInstallDialog\nfrom bottles.frontend.windows.generic import SourceDialog\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dependency-entry.ui\")\nclass DependencyEntry(Adw.ActionRow):\n    __gtype_name__ = \"DependencyEntry\"\n\n    # region Widgets\n    label_category = Gtk.Template.Child()\n    btn_install = Gtk.Template.Child()\n    btn_reinstall = Gtk.Template.Child()\n    btn_remove = Gtk.Template.Child()\n    btn_manifest = Gtk.Template.Child()\n    btn_license = Gtk.Template.Child()\n    btn_err = Gtk.Template.Child()\n    box_actions = Gtk.Template.Child()\n    spinner = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config: BottleConfig, dependency, plain=False, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n        self.dependency = dependency\n        self.queue = window.page_details.queue\n        self.install_dialog: DependencyInstallDialog | None = None\n\n        if plain:\n            \"\"\"\n            If the dependency is plain, treat it as a placeholder, it\n            can be used to display \"fake\" elements on the list\n            \"\"\"\n            self.set_title(dependency)\n            self.set_subtitle(\"\")\n            self.btn_install.set_visible(False)\n            self.btn_remove.set_visible(False)\n            self.btn_reinstall.set_visible(True)\n            return\n\n        if self.config.Arch not in dependency[1].get(\"Arch\", \"win64_win32\"):\n            self.btn_install.set_visible(False)\n            self.btn_remove.set_visible(False)\n            self.btn_reinstall.set_visible(False)\n            self.btn_err.set_visible(True)\n            self.btn_err.set_tooltip_text(\n                _(\"This dependency is not compatible with this bottle architecture.\")\n            )\n\n        # populate widgets\n        self.set_title(dependency[0])\n        self.set_subtitle(dependency[1].get(\"Description\"))\n        self.label_category.set_text(dependency[1].get(\"Category\"))\n\n        # connect signals\n        self.btn_install.connect(\"clicked\", self.install_dependency)\n        self.btn_reinstall.connect(\"clicked\", self.install_dependency)\n        self.btn_remove.connect(\"clicked\", self.remove_dependency)\n        self.btn_manifest.connect(\"clicked\", self.open_manifest)\n        self.btn_license.connect(\"clicked\", self.open_license)\n\n        if dependency[0] in self.config.Installed_Dependencies:\n            \"\"\"\n            If the dependency is installed, hide the btn_install\n            button and show the btn_remove button\n            \"\"\"\n            self.btn_install.set_visible(False)\n            self.btn_remove.set_visible(True)\n            self.btn_reinstall.set_visible(True)\n\n        if dependency[0] in self.config.Uninstallers.keys():\n            \"\"\"\n            If the dependency has no uninstaller, disable the\n            btn_remove button\n            \"\"\"\n            uninstaller = self.config.Uninstallers[dependency[0]]\n            if uninstaller in [False, \"NO_UNINSTALLER\"]:\n                self.btn_remove.set_sensitive(False)\n\n    def open_manifest(self, _widget):\n        \"\"\"\n        This function pop up a dialog with the manifest\n        of the dependency\n        \"\"\"\n        SourceDialog(\n            parent=self.window,\n            title=_(\"Manifest for {0}\").format(self.dependency[0]),\n            message=self.manager.dependency_manager.get_dependency(\n                name=self.dependency[0], plain=True\n            ),\n        ).present()\n\n    def open_license(self, _widget):\n        \"\"\"\n        This function pop up a dialog with the license\n        of the dependency\n        \"\"\"\n        manifest = self.manager.dependency_manager.get_dependency(\n            name=self.dependency[0]\n        )\n        webbrowser.open(manifest[\"License_url\"])\n\n    def install_dependency(self, _widget):\n        \"\"\"\n        This function install the dependency in the bottle, it\n        will also prevent user from installing other dependencies\n        during the installation process, will show a spinner\n        and set the dependency as installed in the bottle\n        configuration\n        \"\"\"\n        self.queue.add_task()\n        self.get_parent().set_sensitive(False)\n        self.btn_install.set_visible(False)\n        self.spinner.show()\n        self.spinner.start()\n\n        self.install_dialog = DependencyInstallDialog(self.window, self.dependency[0])\n        self.install_dialog.present()\n\n        RunAsync(\n            task_func=self.manager.dependency_manager.install,\n            callback=self.set_install_status,\n            config=self.config,\n            dependency=self.dependency,\n            progress_cb=self.install_dialog.add_step,\n            progress_progress_cb=self.install_dialog.update_progress,\n        )\n\n    def remove_dependency(self, _widget):\n        \"\"\"\n        This function remove the dependency from the bottle\n        configuration\n        \"\"\"\n        _widget.set_sensitive(False)\n        RunAsync(\n            task_func=self.manager.remove_dependency,\n            callback=self.set_install_status,\n            config=self.config,\n            dependency=self.dependency,\n        )\n\n    @GtkUtils.run_in_main_loop\n    def set_install_status(self, result: Result, error=None):\n        \"\"\"\n        This function set the dependency as installed\n        if the installation is successful, or uninstalled\n        if the uninstallation is successful.\n        \"\"\"\n        success = result is not None and result.status\n        if self.install_dialog:\n            self.install_dialog.finish(success)\n            self.install_dialog = None\n\n        self.queue.end_task()\n        if success:\n            if self.config.Parameters.versioning_automatic:\n                self.window.page_details.view_versioning.update()\n            uninstaller = result.data.get(\"uninstaller\")\n            removed = result.data.get(\"removed\") or False\n            if removed:\n                self.window.show_toast(\n                    _('\"{0}\" uninstalled').format(self.dependency[0])\n                )\n            else:\n                self.window.show_toast(_('\"{0}\" installed').format(self.dependency[0]))\n            self.set_installed(uninstaller, removed)\n            return\n        self.set_err()\n\n    def set_err(self):\n        \"\"\"\n        This function set the dependency as not installed\n        if errors occur during installation\n        \"\"\"\n        self.spinner.stop()\n        self.btn_install.set_visible(False)\n        self.btn_remove.set_visible(False)\n        self.btn_err.set_visible(True)\n        self.get_parent().set_sensitive(True)\n        self.window.show_toast(_('\"{0}\" failed to install').format(self.dependency[0]))\n\n    def set_installed(self, installer=True, removed=False):\n        \"\"\"\n        This function set the dependency as installed\n        \"\"\"\n        self.spinner.stop()\n        if not removed:\n            self.btn_install.set_visible(False)\n            if installer:\n                self.btn_remove.set_visible(True)\n                self.btn_remove.set_sensitive(True)\n        else:\n            self.btn_remove.set_visible(False)\n            self.btn_install.set_visible(True)\n\n        self.btn_reinstall.set_sensitive(True)\n\n        with contextlib.suppress(AttributeError):\n            self.get_parent().set_sensitive(True)\n"
  },
  {
    "path": "bottles/frontend/widgets/executable.py",
    "content": "# executable.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gi.repository import Gtk\n\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.executor import WineExecutor\n\n\nclass ExecButton(Gtk.Button):\n    def __init__(self, parent, data, config, **kwargs):\n        super().__init__(**kwargs)\n        self.parent = parent\n        self.config = config\n        self.data = data\n\n        self.set_label(data.get(\"name\"))\n        self.connect(\"clicked\", self.on_clicked)\n\n    def on_clicked(self, widget):\n        executor = WineExecutor(\n            self.config, exec_path=self.data.get(\"file\"), args=self.data.get(\"args\")\n        )\n        RunAsync(executor.run)\n        self.parent.pop_run.popdown()  # workaround #1640\n"
  },
  {
    "path": "bottles/frontend/widgets/importer.py",
    "content": "# importer.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/importer-entry.ui\")\nclass ImporterEntry(Adw.ActionRow):\n    __gtype_name__ = \"ImporterEntry\"\n\n    # region Widgets\n    label_manager = Gtk.Template.Child()\n    btn_import = Gtk.Template.Child()\n    btn_browse = Gtk.Template.Child()\n    img_lock = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, im_manager, prefix, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = im_manager.window\n        self.import_manager = im_manager.import_manager\n        self.prefix = prefix\n\n        # populate widgets\n        self.set_title(prefix.get(\"Name\"))\n        self.label_manager.set_text(prefix.get(\"Manager\"))\n\n        if prefix.get(\"Lock\"):\n            self.img_lock.set_visible(True)\n\n        self.label_manager.add_css_class(\"tag-%s\" % prefix.get(\"Manager\").lower())\n\n        # connect signals\n        self.btn_browse.connect(\"clicked\", self.browse_wineprefix)\n        self.btn_import.connect(\"clicked\", self.import_wineprefix)\n\n    def browse_wineprefix(self, widget):\n        ManagerUtils.browse_wineprefix(self.prefix)\n\n    def import_wineprefix(self, widget):\n        @GtkUtils.run_in_main_loop\n        def set_imported(result, error=False):\n            self.btn_import.set_visible(result.ok)\n            self.img_lock.set_visible(result.ok)\n\n            if result.ok:\n                self.window.show_toast(\n                    _('\"{0}\" imported').format(self.prefix.get(\"Name\"))\n                )\n\n            self.set_sensitive(True)\n\n        self.set_sensitive(False)\n\n        RunAsync(\n            self.import_manager.import_wineprefix,\n            callback=set_imported,\n            wineprefix=self.prefix,\n        )\n"
  },
  {
    "path": "bottles/frontend/widgets/installer.py",
    "content": "# installer.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport webbrowser\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.frontend.windows.generic import SourceDialog\nfrom bottles.frontend.windows.installer import InstallerDialog\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/installer-entry.ui\")\nclass InstallerEntry(Adw.ActionRow):\n    __gtype_name__ = \"InstallerEntry\"\n\n    # region Widgets\n    btn_install = Gtk.Template.Child()\n    btn_review = Gtk.Template.Child()\n    btn_manifest = Gtk.Template.Child()\n    btn_report = Gtk.Template.Child()\n    label_grade = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config, installer, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n        self.installer = installer\n\n        grade_descriptions = {\n            \"Bronze\": _(\n                \"This application may work poorly. The installer was configured to provide the best possible experience, but expect glitches, instability and lack of working features.\"\n            ),\n            \"Silver\": _(\n                \"This program works with noticeable glitches, but these glitches do not affect the application's functionality.\"\n            ),\n            \"Gold\": _(\"This program works with minor glitches.\"),\n            \"Platinum\": _(\"This program works perfectly.\"),\n        }\n\n        name = installer[1].get(\"Name\")\n        description = installer[1].get(\"Description\")\n        grade = installer[1].get(\"Grade\")\n        grade_description = grade_descriptions[grade]\n\n        # populate widgets\n        self.set_title(name)\n        self.set_subtitle(description)\n        self.label_grade.set_text(grade)\n        self.label_grade.get_style_context().add_class(f\"grade-{grade}\")\n        self.set_tooltip_text(grade_description)\n\n        # connect signals\n        self.btn_install.connect(\"clicked\", self.__execute_installer)\n        self.btn_manifest.connect(\"clicked\", self.__open_manifest)\n        self.btn_review.connect(\"clicked\", self.__open_review)\n        self.btn_report.connect(\"clicked\", self.__open_bug_report)\n\n    def __open_manifest(self, widget):\n        \"\"\"Open installer manifest\"\"\"\n        plain_manifest = self.manager.installer_manager.get_installer(\n            installer_name=self.installer[0], plain=True\n        )\n        SourceDialog(\n            parent=self.window,\n            title=_(\"Manifest for {0}\").format(self.installer[0]),\n            message=plain_manifest,\n        ).present()\n\n    def __open_review(self, widget):\n        \"\"\"Open review\"\"\"\n        plain_text = self.manager.installer_manager.get_review(\n            self.installer[0], parse=False\n        )\n        SourceDialog(\n            parent=self.window,\n            title=_(\"Review for {0}\").format(self.installer[0]),\n            message=plain_text,\n            lang=\"markdown\",\n        ).present()\n\n    @staticmethod\n    def __open_bug_report(widget):\n        \"\"\"Open bug report\"\"\"\n        webbrowser.open(\"https://github.com/bottlesdevs/programs/issues\")\n\n    def __execute_installer(self, widget):\n        InstallerDialog(self.window, self.config, self.installer).present()\n"
  },
  {
    "path": "bottles/frontend/widgets/library.py",
    "content": "# library.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Gdk, Gtk\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.library import LibraryManager\nfrom bottles.backend.managers.thumbnail import ThumbnailManager\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.winedbg import WineDbg\nfrom bottles.frontend.utils.gtk import GtkUtils\n\nlogging = Logger()\n\n\nclass LibraryEntryInitializationError(Exception):\n    \"\"\"Raised when a library entry cannot be initialized.\"\"\"\n\n    pass\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/library-entry.ui\")\nclass LibraryEntry(Gtk.Box):\n    __gtype_name__ = \"LibraryEntry\"\n\n    # region Widgets\n    btn_run = Gtk.Template.Child()\n    btn_stop = Gtk.Template.Child()\n    btn_launch_steam = Gtk.Template.Child()\n    btn_remove = Gtk.Template.Child()\n    label_name = Gtk.Template.Child()\n    label_bottle = Gtk.Template.Child()\n    label_no_cover = Gtk.Template.Child()\n    img_cover = Gtk.Template.Child()\n    revealer_run = Gtk.Template.Child()\n    revealer_details = Gtk.Template.Child()\n    overlay = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, library, uuid, entry, *args, **kwargs):\n        super().__init__(*args, **kwargs)\n        self.library = library\n        self.window = library.window\n        self.manager = library.window.manager\n        self.name = entry[\"name\"]\n        self.uuid = uuid\n        self.entry = entry\n        try:\n            self.config = self.__get_config()\n\n            if self.config is None:\n                raise LibraryEntryInitializationError(\n                    _(\n                        'The bottle for \"{0}\" is no longer available. Removing it from the library.'\n                    ).format(self.name)\n                )\n\n            self.program = self.__get_program()\n\n            if self.program is None:\n                raise LibraryEntryInitializationError(\n                    _(\n                        'The program \"{0}\" is no longer available. Removing it from the library.'\n                    ).format(self.name)\n                )\n\n        except LibraryEntryInitializationError as error:\n            self.__handle_initialization_failure(str(error))\n            raise\n\n        if len(entry[\"name\"]) >= 15:\n            name = entry[\"name\"][:13] + \"…\"\n        else:\n            name = entry[\"name\"]\n\n        self.label_name.set_text(name)\n        self.label_bottle.set_text(entry[\"bottle\"][\"name\"])\n        self.label_no_cover.set_label(self.name)\n\n        if entry.get(\"thumbnail\"):\n            path = ThumbnailManager.get_path(self.config, entry[\"thumbnail\"])\n\n            if path is None:\n                # redownloading *should* never fail as it was successfully downloaded before\n                logging.info(\"Redownloading grid image...\")\n                library_manager = LibraryManager()\n                result = library_manager.download_thumbnail(self.uuid, self.config)\n                if result:\n                    entry = library_manager.get_library().get(uuid)\n                    path = ThumbnailManager.get_path(self.config, entry[\"thumbnail\"])\n\n            if path is not None:\n                # Gtk.Picture.set_pixbuf deprecated in GTK 4.12\n                texture = Gdk.Texture.new_from_filename(path)\n                self.img_cover.set_paintable(texture)\n                self.img_cover.set_visible(True)\n                self.label_no_cover.set_visible(False)\n\n        motion_ctrl = Gtk.EventControllerMotion.new()\n        motion_ctrl.connect(\"enter\", self.__on_motion_enter)\n        motion_ctrl.connect(\"leave\", self.__on_motion_leave)\n        self.overlay.add_controller(motion_ctrl)\n        self.btn_run.connect(\"clicked\", self.run_executable)\n        self.btn_launch_steam.connect(\"clicked\", self.run_steam)\n        self.btn_stop.connect(\"clicked\", self.stop_process)\n        self.btn_remove.connect(\"clicked\", self.__remove_entry)\n\n    def __get_config(self):\n        bottles = self.manager.local_bottles\n        bottle_name = self.entry[\"bottle\"][\"name\"]\n\n        if bottle_name in bottles:\n            return bottles[bottle_name]\n\n        self.__remove_from_library()\n        return None\n\n    def __get_program(self):\n        programs = self.manager.get_programs(self.config)\n        programs = [\n            p\n            for p in programs\n            if p[\"id\"] == self.entry[\"id\"] or p[\"name\"] == self.entry[\"name\"]\n        ]\n        if len(programs) == 0:\n            self.__remove_from_library()\n            return None\n        return programs[0]\n\n    def __remove_from_library(self):\n        library_manager = LibraryManager()\n        library_manager.remove_from_library(self.uuid)\n\n    def __handle_initialization_failure(self, message: str):\n        logging.warning(message, jn=False)\n\n        if hasattr(self.window, \"show_toast\"):\n            self.window.show_toast(message)\n\n    @GtkUtils.run_in_main_loop\n    def __reset_buttons(self, result: Result | bool = None, error=False):\n        match result:\n            case Result():\n                status = result.status\n            case bool():\n                status = result\n            case _:\n                logging.error(\n                    f\"result should be Result or bool, but it was {type(result)}\"\n                )\n                status = False\n\n        self.btn_remove.set_visible(status)\n        self.btn_stop.set_visible(not status)\n        self.btn_run.set_visible(status)\n\n    def __is_alive(self):\n        winedbg = WineDbg(self.config)\n\n        @GtkUtils.run_in_main_loop\n        def set_watcher(result=False, error=False):\n            nonlocal winedbg\n            self.__reset_buttons()\n\n            RunAsync(\n                winedbg.wait_for_process,\n                callback=self.__reset_buttons,\n                name=self.program[\"executable\"],\n                timeout=5,\n            )\n\n        RunAsync(\n            winedbg.is_process_alive,\n            callback=set_watcher,\n            name=self.program[\"executable\"],\n        )\n\n    def __remove_entry(self, *args):\n        self.library.remove_entry(self)\n\n    def run_executable(self, widget, with_terminal=False):\n        self.window.show_toast(_('Launching \"{0}\"…').format(self.program[\"name\"]))\n        RunAsync(\n            WineExecutor.run_program,\n            callback=self.__reset_buttons,\n            config=self.config,\n            program=self.program,\n        )\n        self.__reset_buttons()\n\n    def run_steam(self, widget):\n        self.manager.steam_manager.launch_app(self.config.CompatData)\n\n    def stop_process(self, widget):\n        self.window.show_toast(_('Stopping \"{0}\"…').format(self.program[\"name\"]))\n        winedbg = WineDbg(self.config)\n        winedbg.kill_process(name=self.program[\"executable\"])\n        self.__reset_buttons(True)\n\n    def __on_motion_enter(self, *args):\n        self.revealer_run.set_reveal_child(True)\n        self.revealer_details.set_reveal_child(True)\n\n    def __on_motion_leave(self, *args):\n        self.revealer_run.set_reveal_child(False)\n        self.revealer_details.set_reveal_child(False)\n\n    # hide() and show() are essentialy workarounds to avoid keeping\n    # the empty space of the hidden entry in the GtkFlowBox\n    def hide(self):\n        self.get_parent().set_visible(False)\n\n    def show(self):\n        self.get_parent().set_visible(True)\n"
  },
  {
    "path": "bottles/frontend/widgets/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nwidgetsdir = join_paths(pkgdatadir, 'bottles/frontend/widgets')\n\nbottles_sources = [\n  '__init__.py',\n  'dependency.py',\n  'executable.py',\n  'importer.py',\n  'installer.py',\n  'playtimechart_weekly.py',\n  'playtimechart_hourly.py',\n  'playtimechart_monthly.py',\n  'program.py',\n  'state.py',\n  'component.py',\n  'library.py',\n]\n\ninstall_data(bottles_sources, install_dir: widgetsdir)\n"
  },
  {
    "path": "bottles/frontend/widgets/playtimechart_hourly.py",
    "content": "# playtimechart_hourly.py\n#\n# Copyright 2025\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\"\"\"\nPlaytimeChartHourly Widget\n\nA reusable chart widget for displaying hourly playtime data (24-hour breakdown) as a bar chart.\nFeatures:\n- 24 bars representing each hour of the day (0-23)\n- Dynamic bar sizing and spacing\n- Grid lines with time labels\n- Tooltips on hover\n- Hour labels aligned with bars\n- Automatic scaling based on data\n\"\"\"\n\nimport math\nfrom gettext import gettext as _\nfrom typing import List, Optional, Dict, Any\n\nfrom gi.repository import Gtk, Adw\nfrom bottles.frontend.utils.playtime import PlaytimeService\n\n\nclass PlaytimeChartHourly(Gtk.Box):\n    \"\"\"\n    A custom widget for rendering hourly playtime bar charts (24-hour breakdown).\n\n    Usage:\n        chart = PlaytimeChartHourly()\n        chart.set_hourly_data([120, 60, 180, ...])  # Minutes for each hour (0-23)\n    \"\"\"\n\n    def __init__(self, **kwargs: Any) -> None:\n        super().__init__(orientation=Gtk.Orientation.VERTICAL, **kwargs)\n\n        self._daily_data: List[int] = []\n        self._chart_data: Dict[str, Any] = {}\n        self._hover_x: float = 0\n        self._hover_y: float = 0\n\n        self._chart_height: int = 200\n        self._bar_width: int = 28  # Base width, will be calculated dynamically\n        self._label_area_width: int = 48\n        self._grid_padding: int = 20\n        self._last_width: int = 0\n        self._num_bars: int = 24  # Always show 24 hours\n\n        # Create UI structure\n        self._build_ui()\n\n        # Monitor widget allocation changes\n        self.connect(\"notify::default-width\", self._on_width_changed)\n\n        style_manager = Adw.StyleManager.get_default()\n        style_manager.connect(\"notify::dark\", self._on_style_changed)\n        style_manager.connect(\"notify::accent-color\", self._on_style_changed)\n\n    def _get_font_scale(self) -> float:\n        \"\"\"Get the current font scale factor from GTK settings.\"\"\"\n        settings = Gtk.Settings.get_default()\n        if settings:\n            # Get text scaling factor (typically 1.0, but can be 1.25, 1.5, etc.)\n            scale = settings.get_property(\"gtk-xft-dpi\") / 96.0 / 1024.0\n            return max(scale, 0.8)  # Minimum scale of 0.8\n        return 1.0\n\n    def _on_width_changed(self, *_args: Any) -> None:\n        \"\"\"Re-render chart when widget width changes.\"\"\"\n        current_width = self.get_width()\n        if current_width > 1 and current_width != self._last_width and self._daily_data:\n            self._render_chart()\n\n    def _on_style_changed(self, *_args: Any) -> None:\n        \"\"\"Re-render chart when theme/style changes.\"\"\"\n        # Trigger redraw of both chart and labels to pick up new colors\n        if hasattr(self, \"_chart_box\"):\n            chart_area = self._chart_box.get_first_child()\n            if chart_area:\n                chart_area.queue_draw()\n        if hasattr(self, \"_day_labels_area\"):\n            self._day_labels_area.queue_draw()\n\n    def _build_ui(self) -> None:\n        \"\"\"Build the chart UI structure.\"\"\"\n        self._chart_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL)\n        self._chart_box.set_spacing(8)\n        self._chart_box.set_vexpand(True)\n        self.append(self._chart_box)\n\n        # Hour labels drawing area\n        self._hour_labels_area = Gtk.DrawingArea()\n        self._hour_labels_area.set_content_height(20)\n        self._hour_labels_area.set_draw_func(self._draw_hour_labels)\n        self._hour_labels_area.set_hexpand(True)\n        self.append(self._hour_labels_area)\n\n    def set_hourly_data(\n        self, hourly_data: List[int], max_hours: Optional[int] = None\n    ) -> None:\n        \"\"\"\n        Set the hourly playtime data and render the chart.\n\n        Args:\n            hourly_data: List of minutes for each hour (0-23, where 0 = 00:00-00:59, etc.)\n            max_hours: Optional maximum hours for grid. If None, calculated automatically.\n        \"\"\"\n        self._daily_data = hourly_data\n        self._render_chart(max_hours)\n\n    def _render_chart(self, max_hours_override: Optional[int] = None) -> None:\n        \"\"\"Render the bar chart with the current data.\"\"\"\n        while child := self._chart_box.get_first_child():\n            self._chart_box.remove(child)\n\n        if not self._daily_data:\n            return\n\n        # Always use fixed grid: 0, 15, 30, 45, 60 minutes\n        grid_max_minutes = 60\n        grid_max_hours = 1\n\n        # Dynamic chart sizing\n        container_width = self.get_width()\n        if container_width <= 1:\n            container_width = 614  # Default: 650 - 36 (margins)\n\n        # Check if width changed - re-render if needed\n        if container_width != self._last_width and self._last_width > 0:\n            self._last_width = container_width\n        elif container_width > 1:\n            self._last_width = container_width\n\n        num_bars = self._num_bars  # Always 24 bars for hourly view\n        available_chart_width = container_width - self._label_area_width\n\n        # Calculate dynamic bar width for 24 hours\n        min_padding = 40\n        min_spacing = 2\n\n        # Calculate space available for bars and spacing\n        usable_width = available_chart_width - (2 * min_padding)\n\n        # Calculate bar width: distribute space among bars with minimal spacing\n        total_spacing = (num_bars - 1) * min_spacing\n        dynamic_bar_width = max(int((usable_width - total_spacing) / num_bars), 8)\n\n        spacing = min_spacing\n\n        start_x = min_padding\n        chart_width = available_chart_width\n\n        # Store chart data\n        self._chart_data = {\n            \"daily_data\": self._daily_data,\n            \"grid_max_hours\": grid_max_hours,\n            \"grid_max_minutes\": grid_max_minutes,\n            \"bar_positions\": [],\n            \"label_area_width\": self._label_area_width,\n            \"chart_width\": chart_width,\n            \"grid_end_x\": 0,  # Will be calculated in draw\n        }\n\n        for i in range(num_bars):\n            x = start_x + (i * (dynamic_bar_width + spacing))\n            self._chart_data[\"bar_positions\"].append((x, dynamic_bar_width))\n\n        # Create drawing area\n        chart_area = Gtk.DrawingArea()\n        chart_area.set_content_height(self._chart_height)\n        chart_area.set_draw_func(self._draw_chart)\n        chart_area.set_hexpand(True)\n        chart_area.set_vexpand(False)\n\n        # Add tooltip support\n        chart_area.set_has_tooltip(True)\n        chart_area.connect(\"query-tooltip\", self._on_chart_tooltip)\n\n        motion_controller = Gtk.EventControllerMotion()\n        motion_controller.connect(\"motion\", self._on_chart_motion)\n        chart_area.add_controller(motion_controller)\n\n        self._chart_box.append(chart_area)\n\n    def _draw_hour_labels(\n        self, _area: Gtk.DrawingArea, ctx: Any, _width: float, height: float\n    ) -> None:\n        \"\"\"Draw hour labels using Cairo.\"\"\"\n        if not self._chart_data or \"bar_positions\" not in self._chart_data:\n            return\n\n        bar_positions = self._chart_data[\"bar_positions\"]\n\n        # Get foreground color from theme\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.7\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.7)\n\n        ctx.select_font_face(\"\", 0, 0)  # Default font\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(9 * font_scale)  # Slightly smaller for hour labels\n\n        # Display labels at 1, 6, 12, 18, and 24 (with \"h\" suffix)\n        for i, (x, bar_width) in enumerate(bar_positions):\n            # Show at hours 0 (as \"1h\"), 5 (as \"6h\"), 11 (as \"12h\"), 17 (as \"18h\"), 23 (as \"24h\")\n            display_hour = i + 1\n            if display_hour in [1, 6, 12, 18, 24]:\n                text = f\"{display_hour}h\"\n\n                # Get text dimensions for centering\n                extents = ctx.text_extents(text)\n                text_width = extents.width\n\n                # Center text within bar width\n                text_x = x + (bar_width - text_width) / 2\n                text_y = height / 2 + extents.height / 2\n\n                ctx.move_to(text_x, text_y)\n                ctx.show_text(text)\n\n    def _on_chart_motion(\n        self, _controller: Gtk.EventControllerMotion, x: float, y: float\n    ) -> None:\n        \"\"\"Handle mouse motion.\"\"\"\n        self._hover_x = x\n        self._hover_y = y\n\n    def _on_chart_tooltip(\n        self,\n        widget: Gtk.Widget,\n        x: float,\n        y: float,\n        _keyboard_mode: bool,\n        tooltip: Gtk.Tooltip,\n    ) -> bool:\n        \"\"\"Show tooltip with time value when hovering over bars.\"\"\"\n        if not self._chart_data:\n            return False\n\n        daily_data = self._chart_data[\"daily_data\"]\n        grid_max_minutes = self._chart_data[\"grid_max_minutes\"]\n        bar_positions = self._chart_data[\"bar_positions\"]\n\n        height = widget.get_height()\n\n        for i, minutes in enumerate(daily_data):\n            if minutes > 0:\n                bar_x, bar_width = bar_positions[i]\n                bar_height = (minutes / grid_max_minutes) * height\n                bar_height = max(bar_height, 4)\n                bar_y = height - bar_height\n\n                if bar_x <= x <= bar_x + bar_width and bar_y <= y <= height:\n                    tooltip.set_text(self._format_time(minutes))\n                    return True\n\n        return False\n\n    def _draw_chart(\n        self, _area: Gtk.DrawingArea, ctx: Any, width: float, height: float\n    ) -> None:\n        \"\"\"Draw the complete chart: grid lines and bars.\"\"\"\n        if not self._chart_data:\n            return\n\n        daily_data = self._chart_data[\"daily_data\"]\n        grid_max_minutes = self._chart_data[\"grid_max_minutes\"]\n\n        # Recalculate bar positions based on actual width\n        num_bars = len(daily_data)\n\n        # Calculate actual label width based on font size\n        # Measure the widest label (max is \"60m\")\n        ctx.select_font_face(\"\", 0, 0)\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        max_label = \"60m\"\n        extents = ctx.text_extents(max_label)\n        label_text_width = extents.width + 10  # Add 10px padding\n\n        # Calculate bar layout with dynamic spacing and dynamic bar width\n        min_spacing = 4  # Minimum spacing between bars\n        min_padding = 10  # Minimum left/right padding\n\n        # Calculate available space for chart (excluding label area on right)\n        available_chart_width = width - label_text_width\n\n        # Calculate dynamic bar width\n        usable_width = available_chart_width - (2 * min_padding)\n        total_spacing = (num_bars - 1) * min_spacing\n        dynamic_bar_width = max(int((usable_width - total_spacing) / num_bars), 8)\n\n        # Calculate actual spacing after accounting for bar widths\n        total_bars_width = num_bars * dynamic_bar_width\n        remaining_space = available_chart_width - total_bars_width\n\n        if num_bars > 1:\n            spacing = remaining_space / (\n                num_bars + 1\n            )  # Space on sides and between bars\n            spacing = max(spacing, min_spacing)\n        else:\n            spacing = (available_chart_width - dynamic_bar_width) / 2\n\n        start_x = spacing + label_text_width / 2  # Left padding + centering offset\n\n        bar_positions: List[tuple[float, int]] = []\n        for i in range(num_bars):\n            x = start_x + (i * (dynamic_bar_width + spacing))\n            bar_positions.append((x, dynamic_bar_width))\n\n        # Update stored bar positions with recalculated values\n        self._chart_data[\"bar_positions\"] = bar_positions\n\n        # Trigger hour labels redraw (they're now drawn with Cairo)\n        if hasattr(self, \"_hour_labels_area\"):\n            self._hour_labels_area.queue_draw()\n\n        # Calculate grid boundaries\n        # Grid extends symmetrically: spacing on both sides (compensate for centering offset)\n        if bar_positions:\n            last_bar_x: float\n            last_bar_width: int\n            last_bar_x, last_bar_width = bar_positions[-1]\n            rightmost: float = last_bar_x + last_bar_width\n\n            # Symmetric padding: match the left offset\n            grid_start_x = 0\n            grid_end_x: float = rightmost + spacing - (label_text_width / 2)\n\n            # Store grid_end_x for labels\n            self._chart_data[\"grid_end_x\"] = grid_end_x\n        else:\n            grid_start_x = 0\n            grid_end_x = width - label_text_width\n            self._chart_data[\"grid_end_x\"] = grid_end_x\n\n        # Draw grid lines\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.25\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.25)\n\n        ctx.set_line_width(1)\n\n        # Draw grid lines at 15-minute intervals (0, 15, 30, 45, 60)\n        pixels_per_minute = height / 60.0\n\n        for minutes in [0, 15, 30, 45, 60]:\n            y = height - (minutes * pixels_per_minute)\n            ctx.move_to(grid_start_x, y)\n            ctx.line_to(grid_end_x, y)\n            ctx.stroke()\n\n        # Draw time labels after grid, positioned at grid end + small gap\n        # This creates symmetric padding: left padding = right padding\n        label_x: float = grid_end_x + 0  # 0px gap after grid end\n\n        # Set text color for labels\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.7\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.7)\n\n        ctx.select_font_face(\"\", 0, 0)\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        # Draw labels at 15-minute intervals (show 0, 15, 30, 45, 60)\n        for minutes in [0, 15, 30, 45, 60]:\n            y = height - (minutes * pixels_per_minute)\n            text = f\"{minutes}m\"\n\n            # Clamp y to prevent cropping\n            y = max(10, min(y, height - 5))\n\n            ctx.move_to(label_x, y + 4)\n            ctx.show_text(text)\n\n        # Draw bars\n        style_context = self.get_style_context()\n        accent_color = style_context.lookup_color(\"accent_bg_color\")\n        if accent_color[0]:\n            ctx.set_source_rgba(\n                accent_color[1].red, accent_color[1].green, accent_color[1].blue, 1.0\n            )\n        else:\n            ctx.set_source_rgba(0.6, 0.4, 0.8, 1.0)\n\n        for i, minutes in enumerate(daily_data):\n            if minutes > 0:\n                bar_x: float\n                bar_w: int\n                bar_x, bar_w = bar_positions[i]\n                # Don't add offset - bars positioned directly at calculated x\n\n                bar_height = (minutes / grid_max_minutes) * height\n                bar_height = max(bar_height, 4)\n                y = height - bar_height\n\n                # Draw rounded rectangle\n                radius = 5\n                ctx.new_sub_path()\n                ctx.arc(bar_x + radius, y + radius, radius, 3.14159, 3.14159 * 1.5)\n                ctx.arc(bar_x + bar_w - radius, y + radius, radius, 3.14159 * 1.5, 0)\n                ctx.line_to(bar_x + bar_w, y + bar_height)\n                ctx.line_to(bar_x, y + bar_height)\n                ctx.close_path()\n                ctx.fill()\n\n        # Draw average line (after bars so it appears on top)\n        # Calculate average only for hours with playtime data\n        hours_with_data = sum(1 for m in daily_data if m > 0)\n        avg_minutes = sum(daily_data) / hours_with_data if hours_with_data > 0 else 0\n        if avg_minutes > 0:\n            avg_y = height - (avg_minutes / grid_max_minutes) * height\n\n            # Set dashed line style with theme-aware color\n            style_context = self.get_style_context()\n            fg_color = style_context.lookup_color(\"foreground\")\n            if fg_color[0]:\n                ctx.set_source_rgba(\n                    fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.6\n                )\n            else:\n                ctx.set_source_rgba(0.5, 0.5, 0.5, 0.6)\n\n            ctx.set_line_width(2)\n            ctx.set_dash([5, 5])  # 5px dash, 5px gap\n\n            ctx.move_to(grid_start_x, avg_y)\n            ctx.line_to(grid_end_x, avg_y)\n            ctx.stroke()\n\n            # Reset dash pattern for subsequent drawing\n            ctx.set_dash([])\n\n    def _format_time(self, minutes: int) -> str:\n        \"\"\"Format minutes into human-readable time string.\"\"\"\n        return PlaytimeService.format_playtime(minutes * 60)\n"
  },
  {
    "path": "bottles/frontend/widgets/playtimechart_monthly.py",
    "content": "# playtimechart_monthly.py\n#\n# Copyright 2025\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\"\"\"\nPlaytimeChartMonthly Widget\n\nA reusable chart widget for displaying monthly playtime data (yearly breakdown) as a bar chart.\nFeatures:\n- 12 bars representing each month of the year (Jan-Dec)\n- Dynamic bar sizing and spacing\n- Grid lines with time labels\n- Tooltips on hover\n- Month labels aligned with bars\n- Automatic scaling based on data\n\"\"\"\n\nimport math\nfrom gettext import gettext as _\nfrom typing import List, Optional, Dict, Any\n\nfrom gi.repository import Gtk, Adw\nfrom bottles.frontend.utils.playtime import PlaytimeService\n\n\nclass PlaytimeChartMonthly(Gtk.Box):\n    \"\"\"\n    A custom widget for rendering monthly playtime bar charts (yearly breakdown).\n\n    Usage:\n        chart = PlaytimeChartMonthly()\n        chart.set_monthly_data([1200, 900, 1500, ...])  # Minutes for each month (Jan-Dec)\n    \"\"\"\n\n    def __init__(self, **kwargs: Any) -> None:\n        super().__init__(orientation=Gtk.Orientation.VERTICAL, **kwargs)\n\n        self._monthly_data: List[int] = []\n        self._chart_data: Dict[str, Any] = {}\n        self._hover_x: float = 0\n        self._hover_y: float = 0\n\n        self._chart_height: int = 200\n        self._num_bars: int = 12  # Always show all 12 months\n        self._label_area_width: int = 48\n        self._grid_padding: int = 20\n        self._last_width: int = 0\n\n        self._build_ui()\n\n        # Monitor widget allocation changes\n        self.connect(\"notify::default-width\", self._on_width_changed)\n\n        # Monitor theme changes to update colors\n        style_manager = Adw.StyleManager.get_default()\n        style_manager.connect(\"notify::dark\", self._on_style_changed)\n        style_manager.connect(\"notify::accent-color\", self._on_style_changed)\n\n    def _get_font_scale(self) -> float:\n        \"\"\"Get the current font scale factor from GTK settings.\"\"\"\n        settings = Gtk.Settings.get_default()\n        if settings:\n            # Get text scaling factor (typically 1.0, but can be 1.25, 1.5, etc.)\n            scale = settings.get_property(\"gtk-xft-dpi\") / 96.0 / 1024.0\n            return max(scale, 0.8)  # Minimum scale of 0.8\n        return 1.0\n\n    def _on_width_changed(self, *_args: Any) -> None:\n        \"\"\"Re-render chart when widget width changes.\"\"\"\n        current_width = self.get_width()\n        if current_width > 1 and current_width != self._last_width and self._daily_data:\n            self._render_chart()\n\n    def _on_style_changed(self, *_args: Any) -> None:\n        \"\"\"Re-render chart when theme/style changes.\"\"\"\n        # Trigger redraw of both chart and labels to pick up new colors\n        if hasattr(self, \"_chart_box\"):\n            chart_area = self._chart_box.get_first_child()\n            if chart_area:\n                chart_area.queue_draw()\n        if hasattr(self, \"_day_labels_area\"):\n            self._day_labels_area.queue_draw()\n\n    def _build_ui(self) -> None:\n        \"\"\"Build the chart UI structure.\"\"\"\n        # Main chart container\n        self._chart_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL)\n        self._chart_box.set_spacing(8)\n        self._chart_box.set_vexpand(True)\n        self.append(self._chart_box)\n\n        # Month labels drawing area\n        self._month_labels_area = Gtk.DrawingArea()\n        self._month_labels_area.set_content_height(20)\n        self._month_labels_area.set_draw_func(self._draw_month_labels)\n        self._month_labels_area.set_hexpand(True)\n        self.append(self._month_labels_area)\n\n    def set_monthly_data(\n        self, monthly_data: List[int], max_hours: Optional[int] = None\n    ) -> None:\n        \"\"\"\n        Set the monthly playtime data and render the chart.\n\n        Args:\n            monthly_data: List of minutes for each month (Jan=0, Feb=1, ..., Dec=11)\n            max_hours: Optional maximum hours for grid. If None, calculated automatically.\n        \"\"\"\n        self._daily_data = monthly_data\n        self._render_chart(max_hours)\n\n    def _render_chart(self, max_hours_override: Optional[int] = None) -> None:\n        \"\"\"Render the bar chart with the current data.\"\"\"\n        # Clear existing content\n        while child := self._chart_box.get_first_child():\n            self._chart_box.remove(child)\n\n        if not self._daily_data:\n            return\n\n        # Calculate grid max (round up to nearest even number of hours)\n        max_minutes = max(self._daily_data) if any(self._daily_data) else 1\n        max_hours = max_minutes / 60.0\n\n        if max_hours_override is not None:\n            grid_max_hours = max_hours_override\n        elif max_hours < 1:\n            grid_max_hours = 2  # Minimum grid is 2 hours\n        else:\n            grid_max_hours = math.ceil(max_hours / 2) * 2\n\n        grid_max_minutes = grid_max_hours * 60\n\n        # Dynamic chart sizing\n        container_width = self.get_width()\n        if container_width <= 1:\n            container_width = 614  # Default: 650 - 36 (margins)\n\n        # Check if width changed - re-render if needed\n        if container_width != self._last_width and self._last_width > 0:\n            self._last_width = container_width\n        elif container_width > 1:\n            self._last_width = container_width\n\n        num_bars = self._num_bars  # Always 12 bars for monthly view\n        available_chart_width = container_width - self._label_area_width\n\n        # Calculate dynamic bar width for 12 months\n        min_padding = 40\n        min_spacing = 4\n\n        # Calculate space available for bars and spacing\n        usable_width = available_chart_width - (2 * min_padding)\n\n        # Calculate bar width: distribute space among bars with minimal spacing\n        total_spacing = (num_bars - 1) * min_spacing\n        dynamic_bar_width = max(int((usable_width - total_spacing) / num_bars), 20)\n\n        spacing = min_spacing\n\n        # Calculate bar positions\n        start_x = min_padding\n        chart_width = available_chart_width\n\n        # Store chart data\n        self._chart_data = {\n            \"daily_data\": self._daily_data,\n            \"grid_max_hours\": grid_max_hours,\n            \"grid_max_minutes\": grid_max_minutes,\n            \"bar_positions\": [],\n            \"label_area_width\": self._label_area_width,\n            \"chart_width\": chart_width,\n            \"grid_end_x\": 0,  # Will be calculated in draw\n        }\n\n        for i in range(num_bars):\n            x = start_x + (i * (dynamic_bar_width + spacing))\n            self._chart_data[\"bar_positions\"].append((x, dynamic_bar_width))\n\n        # Create drawing area\n        chart_area = Gtk.DrawingArea()\n        chart_area.set_content_height(self._chart_height)\n        chart_area.set_draw_func(self._draw_chart)\n        chart_area.set_hexpand(True)\n        chart_area.set_vexpand(False)\n\n        # Add tooltip support\n        chart_area.set_has_tooltip(True)\n        chart_area.connect(\"query-tooltip\", self._on_chart_tooltip)\n\n        motion_controller = Gtk.EventControllerMotion()\n        motion_controller.connect(\"motion\", self._on_chart_motion)\n        chart_area.add_controller(motion_controller)\n\n        self._chart_box.append(chart_area)\n\n    def _draw_month_labels(\n        self, _area: Gtk.DrawingArea, ctx: Any, _width: float, height: float\n    ) -> None:\n        \"\"\"Draw month labels using Cairo.\"\"\"\n        if not self._chart_data or \"bar_positions\" not in self._chart_data:\n            return\n\n        # Month abbreviations (localized)\n        month_abbr = [\n            _(\"J\"),  # January\n            _(\"F\"),  # February\n            _(\"M\"),  # March\n            _(\"A\"),  # April\n            _(\"M\"),  # May\n            _(\"J\"),  # June\n            _(\"J\"),  # July\n            _(\"A\"),  # August\n            _(\"S\"),  # September\n            _(\"O\"),  # October\n            _(\"N\"),  # November\n            _(\"D\"),  # December\n        ]\n        bar_positions = self._chart_data[\"bar_positions\"]\n\n        # Get foreground color from theme\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.7\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.7)\n\n        ctx.select_font_face(\"\", 0, 0)  # Default font\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        for i, (x, bar_width) in enumerate(bar_positions):\n            if i < len(month_abbr):\n                text = month_abbr[i]\n\n                # Get text dimensions for centering\n                extents = ctx.text_extents(text)\n                text_width = extents.width\n\n                # Center text within bar width\n                text_x = x + (bar_width - text_width) / 2\n                text_y = height / 2 + extents.height / 2\n\n                ctx.move_to(text_x, text_y)\n                ctx.show_text(text)\n\n    def _on_chart_motion(\n        self, _controller: Gtk.EventControllerMotion, x: float, y: float\n    ) -> None:\n        \"\"\"Handle mouse motion.\"\"\"\n        self._hover_x = x\n        self._hover_y = y\n\n    def _on_chart_tooltip(\n        self,\n        widget: Gtk.Widget,\n        x: float,\n        y: float,\n        _keyboard_mode: bool,\n        tooltip: Gtk.Tooltip,\n    ) -> bool:\n        \"\"\"Show tooltip with time value when hovering over bars.\"\"\"\n        if not self._chart_data:\n            return False\n\n        daily_data = self._chart_data[\"daily_data\"]\n        grid_max_minutes = self._chart_data[\"grid_max_minutes\"]\n        bar_positions = self._chart_data[\"bar_positions\"]\n\n        height = widget.get_height()\n\n        for i, minutes in enumerate(daily_data):\n            if minutes > 0:\n                bar_x, bar_width = bar_positions[i]\n                # Don't add offset - use bar position directly\n                bar_height = (minutes / grid_max_minutes) * height\n                bar_height = max(bar_height, 4)\n                bar_y = height - bar_height\n\n                if bar_x <= x <= bar_x + bar_width and bar_y <= y <= height:\n                    tooltip.set_text(self._format_time(minutes))\n                    return True\n\n        return False\n\n    def _draw_chart(\n        self, _area: Gtk.DrawingArea, ctx: Any, width: float, height: float\n    ) -> None:\n        \"\"\"Draw the complete chart: grid lines and bars.\"\"\"\n        if not self._chart_data:\n            return\n\n        daily_data = self._chart_data[\"daily_data\"]\n        grid_max_hours = self._chart_data[\"grid_max_hours\"]\n        grid_max_minutes = self._chart_data[\"grid_max_minutes\"]\n\n        # Recalculate bar positions based on actual width\n        num_bars = self._num_bars  # Always 12 bars\n\n        # Calculate actual label width based on font size\n        ctx.select_font_face(\"\", 0, 0)\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        # Measure the widest label\n        max_label = f\"{grid_max_hours}h\"\n        extents = ctx.text_extents(max_label)\n        label_text_width = extents.width + 10  # Add 10px padding\n\n        # Calculate bar layout with dynamic spacing and dynamic bar width\n        min_spacing = 4  # Minimum spacing between bars\n        min_padding = 10  # Minimum left/right padding\n\n        # Calculate available space for chart (excluding label area on right)\n        available_chart_width = width - label_text_width\n\n        # Calculate dynamic bar width\n        usable_width = available_chart_width - (2 * min_padding)\n        total_spacing = (num_bars - 1) * min_spacing\n        dynamic_bar_width = max(int((usable_width - total_spacing) / num_bars), 20)\n\n        # Calculate actual spacing after accounting for bar widths\n        total_bars_width = num_bars * dynamic_bar_width\n        remaining_space = available_chart_width - total_bars_width\n\n        if num_bars > 1:\n            spacing = remaining_space / (\n                num_bars + 1\n            )  # Space on sides and between bars\n            spacing = max(spacing, min_spacing)\n        else:\n            spacing = (available_chart_width - dynamic_bar_width) / 2\n\n        start_x = spacing + label_text_width / 2  # Left padding + centering offset\n\n        bar_positions: List[tuple[float, int]] = []\n        for i in range(num_bars):\n            x = start_x + (i * (dynamic_bar_width + spacing))\n            bar_positions.append((x, dynamic_bar_width))\n\n        # Update stored bar positions with recalculated values\n        self._chart_data[\"bar_positions\"] = bar_positions\n\n        # Trigger month labels redraw (they're now drawn with Cairo)\n        if hasattr(self, \"_month_labels_area\"):\n            self._month_labels_area.queue_draw()\n\n        # Calculate grid boundaries\n        # Grid extends symmetrically: spacing on both sides (compensate for centering offset)\n        if bar_positions:\n            last_bar_x: float\n            last_bar_width: int\n            last_bar_x, last_bar_width = bar_positions[-1]\n            rightmost: float = last_bar_x + last_bar_width\n\n            # Symmetric padding: match the left offset\n            grid_start_x = 0\n            grid_end_x: float = rightmost + spacing - (label_text_width / 2)\n\n            # Store grid_end_x for labels\n            self._chart_data[\"grid_end_x\"] = grid_end_x\n        else:\n            grid_start_x = 0\n            grid_end_x = width - label_text_width\n            self._chart_data[\"grid_end_x\"] = grid_end_x\n\n        # Draw grid lines\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.25\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.25)\n\n        ctx.set_line_width(1)\n\n        pixels_per_hour = height / grid_max_hours\n\n        # Draw only 3 grid lines: 0, middle, and max\n        for hour in [0, grid_max_hours // 2, grid_max_hours]:\n            y = height - (hour * pixels_per_hour)\n            ctx.move_to(grid_start_x, y)\n            ctx.line_to(grid_end_x, y)\n            ctx.stroke()\n\n        # Draw time labels after grid, positioned at grid end + small gap\n        # This creates symmetric padding: left padding = right padding\n        label_x: float = grid_end_x + 0  # 0px gap after grid end\n\n        # Set text color for labels\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.7\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.7)\n\n        ctx.select_font_face(\"\", 0, 0)\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        # Draw only 3 labels: max, middle, and 0\n        for hour in [grid_max_hours, grid_max_hours // 2, 0]:\n            y = height - (hour * pixels_per_hour)\n            text = f\"{hour}h\"\n\n            # Clamp y to prevent cropping\n            y = max(10, min(y, height - 5))\n\n            ctx.move_to(label_x, y + 4)\n            ctx.show_text(text)\n\n        # Draw bars\n        style_context = self.get_style_context()\n        accent_color = style_context.lookup_color(\"accent_bg_color\")\n        if accent_color[0]:\n            ctx.set_source_rgba(\n                accent_color[1].red, accent_color[1].green, accent_color[1].blue, 1.0\n            )\n        else:\n            ctx.set_source_rgba(0.6, 0.4, 0.8, 1.0)\n\n        for i, minutes in enumerate(daily_data):\n            if minutes > 0:\n                bar_x: float\n                bar_w: int\n                bar_x, bar_w = bar_positions[i]\n                # Don't add offset - bars positioned directly at calculated x\n\n                bar_height = (minutes / grid_max_minutes) * height\n                bar_height = max(bar_height, 4)\n                y = height - bar_height\n\n                # Draw rounded rectangle\n                radius = 5\n                ctx.new_sub_path()\n                ctx.arc(bar_x + radius, y + radius, radius, 3.14159, 3.14159 * 1.5)\n                ctx.arc(bar_x + bar_w - radius, y + radius, radius, 3.14159 * 1.5, 0)\n                ctx.line_to(bar_x + bar_w, y + bar_height)\n                ctx.line_to(bar_x, y + bar_height)\n                ctx.close_path()\n                ctx.fill()\n\n        # Draw average line (after bars so it appears on top)\n        avg_minutes = sum(daily_data) / len(daily_data) if daily_data else 0\n        if avg_minutes > 0:\n            avg_y = height - (avg_minutes / grid_max_minutes) * height\n\n            # Set dashed line style with theme-aware color\n            style_context = self.get_style_context()\n            fg_color = style_context.lookup_color(\"foreground\")\n            if fg_color[0]:\n                ctx.set_source_rgba(\n                    fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.6\n                )\n            else:\n                ctx.set_source_rgba(0.5, 0.5, 0.5, 0.6)\n\n            ctx.set_line_width(2)\n            ctx.set_dash([5, 5])  # 5px dash, 5px gap\n\n            ctx.move_to(grid_start_x, avg_y)\n            ctx.line_to(grid_end_x, avg_y)\n            ctx.stroke()\n\n            # Reset dash pattern for subsequent drawing\n            ctx.set_dash([])\n\n    def _format_time(self, minutes: int) -> str:\n        \"\"\"Format minutes into human-readable time string.\"\"\"\n        return PlaytimeService.format_playtime(minutes * 60)\n"
  },
  {
    "path": "bottles/frontend/widgets/playtimechart_weekly.py",
    "content": "# playtimechart_weekly.py\n#\n# Copyright 2025\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\"\"\"\nPlaytimeChartWeekly Widget\n\nA chart widget for displaying weekly playtime data as a 7-bar chart.\nFeatures:\n- Dynamic bar sizing and spacing\n- Grid lines with time labels\n- Tooltips on hover\n- Day labels aligned with bars (Mon-Sun)\n- Automatic scaling based on data\n\"\"\"\n\nimport math\nfrom gettext import gettext as _\nfrom typing import List, Optional, Dict, Any\n\nfrom gi.repository import Gtk, Adw\nfrom bottles.frontend.utils.playtime import PlaytimeService\n\n\nclass PlaytimeChartWeekly(Gtk.Box):\n    \"\"\"\n    A custom widget for rendering weekly playtime bar charts (7 days).\n\n    Usage:\n        chart = PlaytimeChartWeekly()\n        chart.set_daily_data([120, 60, 180, ...])  # Minutes for each day (Mon-Sun)\n    \"\"\"\n\n    def __init__(self, **kwargs: Any) -> None:\n        super().__init__(orientation=Gtk.Orientation.VERTICAL, **kwargs)\n\n        self._weekly_data: List[int] = []\n        self._chart_data: Dict[str, Any] = {}\n        self._hover_x: float = 0\n        self._hover_y: float = 0\n\n        self._chart_height: int = 200\n        self._bar_width: int = 40\n        self._label_area_width: int = 48\n        self._grid_padding: int = 20\n        self._last_width: int = 0\n\n        self._build_ui()\n\n        # Monitor widget allocation changes\n        self.connect(\"notify::default-width\", self._on_width_changed)\n\n        # Monitor theme changes to update colors\n        style_manager = Adw.StyleManager.get_default()\n        style_manager.connect(\"notify::dark\", self._on_style_changed)\n        style_manager.connect(\"notify::accent-color\", self._on_style_changed)\n\n    def _get_font_scale(self) -> float:\n        \"\"\"Get the current font scale factor from GTK settings.\"\"\"\n        settings = Gtk.Settings.get_default()\n        if settings:\n            # Get text scaling factor (typically 1.0, but can be 1.25, 1.5, etc.)\n            scale = settings.get_property(\"gtk-xft-dpi\") / 96.0 / 1024.0\n            return max(scale, 0.8)  # Minimum scale of 0.8\n        return 1.0\n\n    def _on_width_changed(self, *_args: Any) -> None:\n        \"\"\"Re-render chart when widget width changes.\"\"\"\n        current_width = self.get_width()\n        if current_width > 1 and current_width != self._last_width and self._daily_data:\n            self._render_chart()\n\n    def _on_style_changed(self, *_args: Any) -> None:\n        \"\"\"Re-render chart when theme/style changes.\"\"\"\n        # Trigger redraw of both chart and labels to pick up new colors\n        if hasattr(self, \"_chart_box\"):\n            chart_area = self._chart_box.get_first_child()\n            if chart_area:\n                chart_area.queue_draw()\n        if hasattr(self, \"_day_labels_area\"):\n            self._day_labels_area.queue_draw()\n\n    def _build_ui(self) -> None:\n        \"\"\"Build the chart UI structure.\"\"\"\n        # Main chart container\n        self._chart_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL)\n        self._chart_box.set_spacing(8)\n        self._chart_box.set_vexpand(True)\n        self.append(self._chart_box)\n\n        # Day labels drawing area\n        self._day_labels_area = Gtk.DrawingArea()\n        self._day_labels_area.set_content_height(20)\n        self._day_labels_area.set_draw_func(self._draw_day_labels)\n        self._day_labels_area.set_hexpand(True)\n        self.append(self._day_labels_area)\n\n    def set_daily_data(\n        self, daily_data: List[int], max_hours: Optional[int] = None\n    ) -> None:\n        \"\"\"\n        Set the daily playtime data and render the chart.\n\n        Args:\n            daily_data: List of minutes for each day (Sunday to Saturday)\n            max_hours: Optional maximum hours for grid. If None, calculated automatically.\n        \"\"\"\n        self._daily_data = daily_data\n        self._render_chart(max_hours)\n\n    def _render_chart(self, max_hours_override: Optional[int] = None) -> None:\n        \"\"\"Render the bar chart with the current data.\"\"\"\n        # Clear existing content\n        while child := self._chart_box.get_first_child():\n            self._chart_box.remove(child)\n\n        if not self._daily_data:\n            return\n\n        # Calculate grid max (round up to nearest even number of hours)\n        max_minutes = max(self._daily_data) if any(self._daily_data) else 1\n        max_hours = max_minutes / 60.0\n\n        if max_hours_override is not None:\n            grid_max_hours = max_hours_override\n        elif max_hours < 1:\n            grid_max_hours = 2  # Minimum grid is 2 hours\n        else:\n            grid_max_hours = math.ceil(max_hours / 2) * 2\n\n        grid_max_minutes = grid_max_hours * 60\n\n        # Dynamic chart sizing\n        container_width = self.get_width()\n        if container_width <= 1:\n            container_width = 614  # Default: 650 - 36 (margins)\n\n        # Check if width changed - re-render if needed\n        if container_width != self._last_width and self._last_width > 0:\n            self._last_width = container_width\n        elif container_width > 1:\n            self._last_width = container_width\n\n        num_bars = len(self._daily_data)\n        available_chart_width = container_width - self._label_area_width\n\n        # Calculate optimal spacing\n        min_padding = 80\n        usable_width = available_chart_width - (2 * min_padding)\n        spacing = (\n            (usable_width - (num_bars * self._bar_width)) / (num_bars - 1)\n            if num_bars > 1\n            else 0\n        )\n        spacing = max(spacing, 4)\n\n        # Calculate bar positions\n        total_bars_width = (num_bars * self._bar_width) + ((num_bars - 1) * spacing)\n        start_x = (available_chart_width - total_bars_width) / 2\n        chart_width = available_chart_width\n\n        # Store chart data\n        self._chart_data = {\n            \"daily_data\": self._daily_data,\n            \"grid_max_hours\": grid_max_hours,\n            \"grid_max_minutes\": grid_max_minutes,\n            \"bar_positions\": [],\n            \"label_area_width\": self._label_area_width,\n            \"chart_width\": chart_width,\n            \"grid_end_x\": 0,  # Will be calculated in draw\n        }\n\n        for i in range(num_bars):\n            x = start_x + (i * (self._bar_width + spacing))\n            self._chart_data[\"bar_positions\"].append((x, self._bar_width))\n\n        # Create drawing area\n        chart_area = Gtk.DrawingArea()\n        chart_area.set_content_height(self._chart_height)\n        chart_area.set_draw_func(self._draw_chart)\n        chart_area.set_hexpand(True)\n        chart_area.set_vexpand(False)\n\n        # Add tooltip support\n        chart_area.set_has_tooltip(True)\n        chart_area.connect(\"query-tooltip\", self._on_chart_tooltip)\n\n        motion_controller = Gtk.EventControllerMotion()\n        motion_controller.connect(\"motion\", self._on_chart_motion)\n        chart_area.add_controller(motion_controller)\n\n        self._chart_box.append(chart_area)\n\n    def _draw_day_labels(\n        self, _area: Gtk.DrawingArea, ctx: Any, _width: float, height: float\n    ) -> None:\n        \"\"\"Draw day labels using Cairo.\"\"\"\n        if not self._chart_data or \"bar_positions\" not in self._chart_data:\n            return\n\n        day_abbr = [_(\"S\"), _(\"M\"), _(\"T\"), _(\"W\"), _(\"T\"), _(\"F\"), _(\"S\")]\n        bar_positions = self._chart_data[\"bar_positions\"]\n\n        # Get foreground color from theme\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.7\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.7)\n\n        ctx.select_font_face(\"\", 0, 0)  # Default font\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        for i, (x, bar_width) in enumerate(bar_positions):\n            text = day_abbr[i]\n\n            # Get text dimensions for centering\n            extents = ctx.text_extents(text)\n            text_width = extents.width\n\n            # Center text within bar width\n            text_x = x + (bar_width - text_width) / 2\n            text_y = height / 2 + extents.height / 2\n\n            ctx.move_to(text_x, text_y)\n            ctx.show_text(text)\n\n    def _on_chart_motion(\n        self, _controller: Gtk.EventControllerMotion, x: float, y: float\n    ) -> None:\n        \"\"\"Handle mouse motion.\"\"\"\n        self._hover_x = x\n        self._hover_y = y\n\n    def _on_chart_tooltip(\n        self,\n        widget: Gtk.Widget,\n        x: float,\n        y: float,\n        _keyboard_mode: bool,\n        tooltip: Gtk.Tooltip,\n    ) -> bool:\n        \"\"\"Show tooltip with time value when hovering over bars.\"\"\"\n        if not self._chart_data:\n            return False\n\n        daily_data = self._chart_data[\"daily_data\"]\n        grid_max_minutes = self._chart_data[\"grid_max_minutes\"]\n        bar_positions = self._chart_data[\"bar_positions\"]\n\n        height = widget.get_height()\n\n        for i, minutes in enumerate(daily_data):\n            if minutes > 0:\n                bar_x, bar_width = bar_positions[i]\n                # Don't add offset - use bar position directly\n                bar_height = (minutes / grid_max_minutes) * height\n                bar_height = max(bar_height, 4)\n                bar_y = height - bar_height\n\n                if bar_x <= x <= bar_x + bar_width and bar_y <= y <= height:\n                    tooltip.set_text(self._format_time(minutes))\n                    return True\n\n        return False\n\n    def _draw_chart(\n        self, _area: Gtk.DrawingArea, ctx: Any, width: float, height: float\n    ) -> None:\n        \"\"\"Draw the complete chart: grid lines and bars.\"\"\"\n        if not self._chart_data:\n            return\n\n        daily_data = self._chart_data[\"daily_data\"]\n        grid_max_hours = self._chart_data[\"grid_max_hours\"]\n        grid_max_minutes = self._chart_data[\"grid_max_minutes\"]\n\n        # Recalculate bar positions based on actual width\n        num_bars = len(daily_data)\n\n        # Calculate actual label width based on font size\n        # We need to measure the widest time label (e.g., \"10h\")\n        ctx.select_font_face(\"\", 0, 0)\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        # Measure the widest label (assume max is \"10h\" or similar)\n        max_label = f\"{grid_max_hours}h\"\n        extents = ctx.text_extents(max_label)\n        label_text_width = extents.width + 10  # Add 10px padding\n\n        # Calculate bar layout with dynamic spacing\n        min_spacing = 4  # Minimum spacing between bars\n\n        # Try to distribute bars evenly with dynamic spacing\n        total_bars_width_only = num_bars * self._bar_width\n\n        # Calculate spacing assuming we need spacing + label space on right\n        available_for_spacing_and_bars = width - label_text_width\n        available_for_spacing = available_for_spacing_and_bars - total_bars_width_only\n\n        # Distribute spacing: half for padding on sides, half between bars\n        if num_bars > 1:\n            total_gaps = num_bars + 1  # Left padding + between bars + right padding\n            spacing = available_for_spacing / total_gaps\n            spacing = max(spacing, min_spacing)\n\n            start_x = spacing + label_text_width / 2  # Left padding + centering offset\n            total_bars_width = (num_bars * self._bar_width) + ((num_bars - 1) * spacing)\n        else:\n            spacing = min_spacing\n            total_bars_width = self._bar_width\n            start_x = (width - label_text_width - total_bars_width) / 2\n\n        bar_positions: List[tuple[float, int]] = []\n        for i in range(num_bars):\n            x = start_x + (i * (self._bar_width + spacing))\n            bar_positions.append((x, self._bar_width))\n\n        # Update stored bar positions with recalculated values\n        self._chart_data[\"bar_positions\"] = bar_positions\n\n        # Trigger day labels redraw (they're now drawn with Cairo)\n        if hasattr(self, \"_day_labels_area\"):\n            self._day_labels_area.queue_draw()\n\n        # Calculate grid boundaries\n        # Grid extends symmetrically: spacing on both sides (compensate for centering offset)\n        if bar_positions:\n            last_bar_x: float\n            last_bar_width: int\n            last_bar_x, last_bar_width = bar_positions[-1]\n            rightmost: float = last_bar_x + last_bar_width\n\n            # Symmetric padding: match the left offset\n            grid_start_x = 0\n            grid_end_x: float = rightmost + spacing - (label_text_width / 2)\n\n            # Store grid_end_x for labels\n            self._chart_data[\"grid_end_x\"] = grid_end_x\n        else:\n            grid_start_x = 0\n            grid_end_x = width - label_text_width\n            self._chart_data[\"grid_end_x\"] = grid_end_x\n\n        # Draw grid lines\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.25\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.25)\n\n        ctx.set_line_width(1)\n\n        pixels_per_hour = height / grid_max_hours\n\n        for hour in range(grid_max_hours + 1):\n            y = height - (hour * pixels_per_hour)\n            ctx.move_to(grid_start_x, y)\n            ctx.line_to(grid_end_x, y)\n            ctx.stroke()\n\n        # Draw time labels after grid, positioned at grid end + small gap\n        # This creates symmetric padding: left padding = right padding\n        label_x: float = grid_end_x + 0  # 0px gap after grid end\n\n        # Set text color for labels\n        style_context = self.get_style_context()\n        fg_color = style_context.lookup_color(\"foreground\")\n        if fg_color[0]:\n            ctx.set_source_rgba(\n                fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.7\n            )\n        else:\n            ctx.set_source_rgba(0.5, 0.5, 0.5, 0.7)\n\n        ctx.select_font_face(\"\", 0, 0)\n        font_scale = self._get_font_scale()\n        ctx.set_font_size(10 * font_scale)\n\n        for hour in range(grid_max_hours, -1, -1):\n            if hour % 2 == 0:\n                y = height - (hour * pixels_per_hour)\n                text = f\"{hour}h\"\n\n                # Clamp y to prevent cropping\n                y = max(10, min(y, height - 5))\n\n                ctx.move_to(label_x, y + 4)\n                ctx.show_text(text)\n\n        # Draw bars\n        style_context = self.get_style_context()\n        accent_color = style_context.lookup_color(\"accent_bg_color\")\n        if accent_color[0]:\n            ctx.set_source_rgba(\n                accent_color[1].red, accent_color[1].green, accent_color[1].blue, 1.0\n            )\n        else:\n            ctx.set_source_rgba(0.6, 0.4, 0.8, 1.0)\n\n        for i, minutes in enumerate(daily_data):\n            if minutes > 0:\n                bar_x: float\n                bar_w: int\n                bar_x, bar_w = bar_positions[i]\n                # Don't add offset - bars positioned directly at calculated x\n\n                bar_height = (minutes / grid_max_minutes) * height\n                bar_height = max(bar_height, 4)\n                y = height - bar_height\n\n                # Draw rounded rectangle\n                radius = 5\n                ctx.new_sub_path()\n                ctx.arc(bar_x + radius, y + radius, radius, 3.14159, 3.14159 * 1.5)\n                ctx.arc(bar_x + bar_w - radius, y + radius, radius, 3.14159 * 1.5, 0)\n                ctx.line_to(bar_x + bar_w, y + bar_height)\n                ctx.line_to(bar_x, y + bar_height)\n                ctx.close_path()\n                ctx.fill()\n\n        # Draw average line (after bars so it appears on top)\n        avg_minutes = sum(daily_data) / len(daily_data) if daily_data else 0\n        if avg_minutes > 0:\n            avg_y = height - (avg_minutes / grid_max_minutes) * height\n\n            # Set dashed line style with theme-aware color\n            style_context = self.get_style_context()\n            fg_color = style_context.lookup_color(\"foreground\")\n            if fg_color[0]:\n                ctx.set_source_rgba(\n                    fg_color[1].red, fg_color[1].green, fg_color[1].blue, 0.6\n                )\n            else:\n                ctx.set_source_rgba(0.5, 0.5, 0.5, 0.6)\n\n            ctx.set_line_width(2)\n            ctx.set_dash([5, 5])  # 5px dash, 5px gap\n\n            ctx.move_to(grid_start_x, avg_y)\n            ctx.line_to(grid_end_x, avg_y)\n            ctx.stroke()\n\n            # Reset dash pattern for subsequent drawing\n            ctx.set_dash([])\n\n    def _format_time(self, minutes: int) -> str:\n        \"\"\"Format minutes into human-readable time string.\"\"\"\n        return PlaytimeService.format_playtime(minutes * 60)\n"
  },
  {
    "path": "bottles/frontend/widgets/program.py",
    "content": "# program.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport webbrowser\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.managers.library import LibraryManager\nfrom bottles.backend.managers.steam import SteamManager\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.uninstaller import Uninstaller\nfrom bottles.backend.wine.winedbg import WineDbg\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.utils.playtime import PlaytimeService\nfrom bottles.frontend.windows.launchoptions import LaunchOptionsDialog\nfrom bottles.frontend.windows.playtimegraph import PlaytimeGraphDialog\nfrom bottles.frontend.windows.rename import RenameDialog\n\nfrom typing import Optional\n\n# noinspection PyUnusedLocal\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/program-entry.ui\")\nclass ProgramEntry(Adw.ActionRow):\n    __gtype_name__ = \"ProgramEntry\"\n\n    # region Widgets\n    btn_menu = Gtk.Template.Child()\n    btn_run = Gtk.Template.Child()\n    btn_stop = Gtk.Template.Child()\n    btn_launch_options = Gtk.Template.Child()\n    btn_playtime_stats = Gtk.Template.Child()\n    btn_launch_steam = Gtk.Template.Child()\n    btn_uninstall = Gtk.Template.Child()\n    btn_remove = Gtk.Template.Child()\n    btn_hide = Gtk.Template.Child()\n    btn_unhide = Gtk.Template.Child()\n    btn_rename = Gtk.Template.Child()\n    btn_browse = Gtk.Template.Child()\n    btn_add_steam = Gtk.Template.Child()\n    btn_add_entry = Gtk.Template.Child()\n    btn_add_library = Gtk.Template.Child()\n    btn_launch_terminal = Gtk.Template.Child()\n    pop_actions = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(\n        self, window, config, program, is_steam=False, check_boot=True, **kwargs\n    ):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.view_bottle = window.page_details.view_bottle\n        self.manager = window.manager\n        self.config = config\n        self.program = program\n\n        self.set_title(self.program[\"name\"])\n\n        if is_steam:\n            self.set_subtitle(\"Steam\")\n            for w in [self.btn_run, self.btn_stop, self.btn_menu]:\n                w.set_visible(False)\n                w.set_sensitive(False)\n            self.btn_launch_steam.set_visible(True)\n            self.btn_launch_steam.set_sensitive(True)\n            self.set_activatable_widget(self.btn_launch_steam)\n        else:\n            self.executable = program.get(\"executable\", \"\")\n\n        if program.get(\"removed\"):\n            self.add_css_class(\"removed\")\n\n        if program.get(\"auto_discovered\"):\n            self.btn_remove.set_visible(False)\n\n        self.btn_hide.set_visible(not program.get(\"removed\"))\n        self.btn_unhide.set_visible(program.get(\"removed\"))\n\n        if self.manager.steam_manager.is_steam_supported:\n            self.btn_add_steam.set_visible(True)\n\n        library_manager = LibraryManager()\n        for _uuid, entry in library_manager.get_library().items():\n            if entry.get(\"id\") == program.get(\"id\"):\n                self.btn_add_library.set_visible(False)\n\n        external_programs = []\n        for v in self.config.External_Programs.values():\n            external_programs.append(v[\"name\"])\n\n        \"\"\"Signal connections\"\"\"\n        self.btn_run.connect(\"clicked\", self.run_executable)\n        self.btn_launch_steam.connect(\"clicked\", self.run_steam)\n        self.btn_launch_terminal.connect(\"clicked\", self.run_executable, True)\n        self.btn_stop.connect(\"clicked\", self.stop_process)\n        self.btn_launch_options.connect(\"clicked\", self.show_launch_options_view)\n        self.btn_playtime_stats.connect(\"clicked\", self.show_playtime_stats)\n        self.btn_uninstall.connect(\"clicked\", self.uninstall_program)\n        self.btn_hide.connect(\"clicked\", self.hide_program)\n        self.btn_unhide.connect(\"clicked\", self.hide_program)\n        self.btn_rename.connect(\"clicked\", self.rename_program)\n        self.btn_browse.connect(\"clicked\", self.browse_program_folder)\n        self.btn_add_entry.connect(\"clicked\", self.add_entry)\n        self.btn_add_library.connect(\"clicked\", self.add_to_library)\n        self.btn_add_steam.connect(\"clicked\", self.add_to_steam)\n        self.btn_remove.connect(\"clicked\", self.remove_program)\n\n        if not program.get(\"removed\") and not is_steam and check_boot:\n            self.__is_alive()\n\n        # Update subtitle with playtime info\n        if not is_steam:\n            self.__update_subtitle()\n\n    def __update_subtitle(self):\n        \"\"\"Update the subtitle with playtime information.\"\"\"\n        try:\n            # Create playtime service if tracking is enabled\n            if not hasattr(self.manager, \"playtime_service\"):\n                self.manager.playtime_service = PlaytimeService(self.manager)\n\n            service = self.manager.playtime_service\n            if not service.is_enabled():\n                return\n\n            # Get bottle path and program path\n            bottle_path = ManagerUtils.get_bottle_path(self.config)\n            program_path = self.program.get(\"path\", \"\")\n\n            if not program_path:\n                return\n\n            # Fetch playtime data\n            record = service.get_program_playtime(\n                bottle_id=self.config.Name,\n                bottle_path=bottle_path,\n                program_name=self.program.get(\"name\", \"Unknown\"),\n                program_path=program_path,\n            )\n\n            # Always format subtitle (handles both played and never played cases)\n            subtitle = service.format_subtitle(record)\n            self.set_subtitle(subtitle)\n        except Exception as e:\n            # Log error but don't break the UI\n            import logging\n\n            logging.debug(f\"Failed to update playtime subtitle: {e}\")\n            pass\n\n    def show_launch_options_view(self, _widget=False):\n        def update(_widget, config):\n            self.config = config\n            self.update_programs()\n\n        dialog = LaunchOptionsDialog(self, self.config, self.program)\n        dialog.present()\n        dialog.connect(\"options-saved\", update)\n\n    def show_playtime_stats(self, _widget=False):\n        \"\"\"Show the playtime statistics dialog for this program.\"\"\"\n        from bottles.backend.managers.playtime import _compute_program_id\n        from bottles.backend.utils.manager import ManagerUtils\n\n        self.pop_actions.popdown()  # Close the menu before opening dialog\n\n        program_path = self.program.get(\"path\", \"\")\n        bottle_path = ManagerUtils.get_bottle_path(self.config)\n        program_id = _compute_program_id(self.config.Name, bottle_path, program_path)\n\n        dialog = PlaytimeGraphDialog(\n            self,\n            program_name=self.program.get(\"name\", \"Unknown\"),\n            program_id=program_id,\n            bottle_id=self.config.Name,\n        )\n        dialog.present()\n\n    @GtkUtils.run_in_main_loop\n    def __reset_buttons(self, result: bool | Result = False, _error=False):\n        status = False\n        if isinstance(result, Result):\n            status = result.status\n        elif isinstance(result, bool):\n            status = result\n            if not isinstance(result, bool):\n                status = result.status\n        else:\n            raise NotImplementedError(\n                \"Invalid data type, expect bool or Result, but it was %s\" % type(result)\n            )\n\n        self.btn_run.set_visible(status)\n        self.btn_stop.set_visible(not status)\n        self.btn_run.set_sensitive(status)\n        self.btn_stop.set_sensitive(not status)\n\n    def __is_alive(self):\n        winedbg = WineDbg(self.config)\n\n        @GtkUtils.run_in_main_loop\n        def set_watcher(_result=False, _error=False):\n            nonlocal winedbg\n            self.__reset_buttons()\n\n            RunAsync(\n                winedbg.wait_for_process,\n                callback=self.__reset_buttons,\n                name=self.executable,\n                timeout=5,\n            )\n\n        RunAsync(winedbg.is_process_alive, callback=set_watcher, name=self.executable)\n\n    def run_executable(self, _widget, with_terminal=False):\n        self.pop_actions.popdown()  # workaround #1640\n\n        def _run():\n            WineExecutor.run_program(self.config, self.program, with_terminal)\n            self.pop_actions.popdown()  # workaround #1640\n            return True\n\n        self.window.show_toast(_('Launching \"{0}\"…').format(self.program[\"name\"]))\n        RunAsync(_run, callback=self.__reset_buttons)\n        self.__reset_buttons()\n\n    def run_steam(self, _widget):\n        self.manager.steam_manager.launch_app(self.config.CompatData)\n        self.window.show_toast(\n            _('Launching \"{0}\" with Steam…').format(self.program[\"name\"])\n        )\n        self.pop_actions.popdown()  # workaround #1640\n\n    def stop_process(self, widget):\n        self.window.show_toast(_('Stopping \"{0}\"…').format(self.program[\"name\"]))\n        winedbg = WineDbg(self.config)\n        widget.set_sensitive(False)\n        winedbg.kill_process(self.executable)\n        self.__reset_buttons(True)\n\n    @GtkUtils.run_in_main_loop\n    def update_programs(self, _result=False, _error=False):\n        self.view_bottle.update_programs(config=self.config)\n\n    def uninstall_program(self, _widget):\n        uninstaller = Uninstaller(self.config)\n        RunAsync(\n            task_func=uninstaller.from_name,\n            callback=self.update_programs,\n            name=self.program[\"name\"],\n        )\n\n    def hide_program(self, _widget=None, update=True):\n        status = not self.program.get(\"removed\")\n        msg = _('\"{0}\" hidden').format(self.program[\"name\"])\n        if not status:\n            msg = _('\"{0}\" showed').format(self.program[\"name\"])\n\n        self.program[\"removed\"] = status\n        self.save_program()\n        self.btn_hide.set_visible(not status)\n        self.btn_unhide.set_visible(status)\n        self.window.show_toast(msg)\n        if update:\n            self.update_programs()\n\n    def save_program(self):\n        return self.manager.update_config(\n            config=self.config,\n            key=self.program[\"id\"],\n            value=self.program,\n            scope=\"External_Programs\",\n        ).data[\"config\"]\n\n    def remove_program(self, _widget=None):\n        self.config = self.manager.update_config(\n            config=self.config,\n            key=self.program[\"id\"],\n            scope=\"External_Programs\",\n            value=None,\n            remove=True,\n        ).data[\"config\"]\n        self.window.show_toast(_('\"{0}\" removed').format(self.program[\"name\"]))\n        self.update_programs()\n\n    def rename_program(self, _widget):\n        def func(new_name):\n            if new_name == self.program[\"name\"]:\n                return\n            old_name = self.program[\"name\"]\n            self.program[\"name\"] = new_name\n            self.manager.update_config(\n                config=self.config,\n                key=self.program[\"id\"],\n                value=self.program,\n                scope=\"External_Programs\",\n            )\n\n            def async_work():\n                library_manager = LibraryManager()\n                entries = library_manager.get_library()\n\n                for uuid, entry in entries.items():\n                    if entry.get(\"id\") == self.program[\"id\"]:\n                        entries[uuid][\"name\"] = new_name\n                        library_manager.download_thumbnail(uuid, self.config)\n                        break\n\n                library_manager.__library = entries\n                library_manager.save_library()\n\n            @GtkUtils.run_in_main_loop\n            def ui_update(_result, _error):\n                self.window.page_library.update()\n                self.window.show_toast(\n                    _('\"{0}\" renamed to \"{1}\"').format(old_name, new_name)\n                )\n                self.update_programs()\n\n            RunAsync(async_work, callback=ui_update)\n\n        dialog = RenameDialog(self.window, on_save=func, name=self.program[\"name\"])\n        dialog.present()\n\n    def browse_program_folder(self, _widget):\n        ManagerUtils.open_filemanager(\n            config=self.config, path_type=\"custom\", custom_path=self.program[\"folder\"]\n        )\n        self.pop_actions.popdown()  # workaround #1640\n\n    def add_entry(self, _widget):\n        ManagerUtils.create_desktop_entry(\n            config=self.config,\n            program={\n                \"name\": self.program[\"name\"],\n                \"executable\": self.program[\"executable\"],\n                \"path\": self.program[\"path\"],\n            }\n        )\n\n        def _on_desktop_entry_created(data: Optional[Result] = None) -> None:\n            self.window.show_toast(\n                _('Desktop Entry created for \"{0}\"').format(self.program[\"name\"])\n            )\n        SignalManager.connect(Signals.DesktopEntryCreated, _on_desktop_entry_created)\n\n    def add_to_library(self, _widget):\n        def update(_result, _error=False):\n            self.window.update_library()\n            self.window.show_toast(\n                _('\"{0}\" added to your library').format(self.program[\"name\"])\n            )\n\n        def add_to_library():\n            self.save_program()  # we need to store it in the bottle configuration to keep the reference\n            library_manager = LibraryManager()\n            library_manager.add_to_library(\n                {\n                    \"bottle\": {\"name\": self.config.Name, \"path\": self.config.Path},\n                    \"name\": self.program[\"name\"],\n                    \"id\": str(self.program[\"id\"]),\n                    \"icon\": ManagerUtils.extract_icon(\n                        self.config, self.program[\"name\"], self.program[\"path\"]\n                    ),\n                },\n                self.config,\n            )\n\n        self.btn_add_library.set_visible(False)\n        RunAsync(add_to_library, update)\n\n    def add_to_steam(self, _widget):\n        def update(result, _error=False):\n            if result.ok:\n                self.window.show_toast(\n                    _('\"{0}\" added to your Steam library').format(self.program[\"name\"])\n                )\n\n        steam_manager = SteamManager(self.config)\n        RunAsync(\n            steam_manager.add_shortcut,\n            update,\n            program_name=self.program[\"name\"],\n            program_path=self.program[\"path\"],\n        )\n\n    def update_playtime(self, playtime_service):\n        \"\"\"\n        Update the program subtitle with playtime information.\n\n        Args:\n            playtime_service: Instance of PlaytimeService to fetch and format data.\n        \"\"\"\n        if not playtime_service or not playtime_service.is_enabled():\n            return\n\n        program_path = self.program.get(\"path\", \"\")\n        if not program_path:\n            return\n\n        try:\n            # Use bottle name as bottle_id, matching what backend uses\n            bottle_id = self.config.Name\n            bottle_path = self.config.Path\n\n            record = playtime_service.get_program_playtime(\n                bottle_id, bottle_path, self.program[\"name\"], program_path\n            )\n            subtitle = playtime_service.format_subtitle(record)\n            self.set_subtitle(subtitle)\n        except Exception as e:\n            from bottles.backend.logger import Logger\n\n            logging = Logger()\n            logging.error(\n                f\"Failed to update playtime for {self.program['name']}: {e}\", exc=e\n            )\n"
  },
  {
    "path": "bottles/frontend/widgets/state.py",
    "content": "# state.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom datetime import datetime\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nimport os\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.backend.managers.manager import ManagerUtils\nfrom bottles.backend.models.config import BottleConfig\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/state-entry.ui\")\nclass StateEntry(Adw.ActionRow):\n    __gtype_name__ = \"StateEntry\"\n\n    # region Widgets\n    label_hash = Gtk.Template.Child()\n    label_branch = Gtk.Template.Child()\n    label_date = Gtk.Template.Child()\n    label_comment = Gtk.Template.Child()\n    btn_restore = Gtk.Template.Child()\n    spinner = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, parent, config, state, active, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.parent = parent\n        self.window = parent.window\n        self.manager = parent.window.manager\n        self.queue = parent.window.page_details.queue\n        self.state = state\n\n        hash_id = str(state[0])[:7] if len(str(state[0])) > 7 else str(state[0])\n        self.label_hash.set_text(hash_id)\n\n        branch_name = state[1].get(\"Branch\", \"\")\n        if branch_name:\n            self.label_branch.set_text(branch_name)\n            self.label_branch.set_visible(True)\n\n        if config.Versioning:\n            date_str = datetime.strptime(\n                state[1][\"Creation_Date\"], \"%Y-%m-%d %H:%M:%S.%f\"\n            ).strftime(\"%d %B %Y, %H:%M\")\n\n            self.label_date.set_text(date_str)\n            self.label_comment.set_text(state[1].get(\"Comment\", \"\"))\n            \n            if str(state[0]) == str(config.State):\n                self.add_css_class(\"current-state\")\n        else:\n            date_str = datetime.fromtimestamp(state[1][\"timestamp\"]).strftime(\n                \"%d %B %Y, %H:%M\"\n            )\n            self.label_date.set_text(date_str)\n            self.label_comment.set_text(state[1].get(\"message\", \"\"))\n            \n            if active:\n                self.add_css_class(\"current-state\")\n        self.config = config\n        self.versioning_manager = self.manager.versioning_manager\n\n        # connect signals\n        self.btn_restore.connect(\"clicked\", self.set_state)\n\n    def set_state(self, widget):\n        \"\"\"\n        Set the bottle state to this one.\n        \"\"\"\n\n        def handle_response(dialog, response_id):\n            if response_id == \"ok\":\n                self.queue.add_task()\n                \n                versioning_view = getattr(self.window.page_details, \"view_versioning\", None)\n                if versioning_view and hasattr(versioning_view, \"_set_busy\"):\n                    versioning_view._set_busy(True, _(\"Restoring state...\"))\n                else:\n                    self.parent.set_sensitive(False)\n                    self.spinner.show()\n                    self.spinner.start()\n\n                def _after():\n                    if versioning_view and hasattr(versioning_view, \"update\"):\n                        versioning_view.update()\n                    self.manager.update_bottles()\n\n                RunAsync(\n                    task_func=self.versioning_manager.set_state,\n                    callback=self.set_completed,\n                    config=self.config,\n                    state_id=self.state[0],\n                    after=_after,\n                )\n            dialog.destroy()\n\n        dialog = Adw.MessageDialog.new(\n            self.window,\n            _(\"Are you sure you want to restore this state?\"),\n            _(\n                \"Restoring this state will overwrite the current configuration and cannot be undone.\"\n            ),\n        )\n        dialog.add_response(\"cancel\", _(\"_Cancel\"))\n        dialog.add_response(\"ok\", _(\"_Restore\"))\n        dialog.set_response_appearance(\"ok\", Adw.ResponseAppearance.SUGGESTED)\n        dialog.connect(\"response\", handle_response)\n        dialog.present()\n\n    @GtkUtils.run_in_main_loop\n    def set_completed(self, result, error=False):\n        \"\"\"\n        Set completed status to the widget.\n        \"\"\"\n        if not self.config.Versioning and result.message:\n            self.window.show_toast(result.message)\n            \n        versioning_view = getattr(self.window.page_details, \"view_versioning\", None)\n        if versioning_view and hasattr(versioning_view, \"_set_busy\"):\n            versioning_view._set_busy(False)\n        else:\n            self.spinner.stop()\n            self.spinner.hide()\n            self.parent.set_sensitive(True)\n            \n        self.btn_restore.set_visible(False)\n        self.queue.end_task()\n        \n        bottle_config_path = os.path.join(ManagerUtils.get_bottle_path(self.config), \"bottle.yml\")\n        config_load = BottleConfig.load(bottle_config_path)\n        if config_load.status:\n            self.manager.local_bottles[self.config.Name] = config_load.data\n            self.window.page_details.set_config(config_load.data)\n"
  },
  {
    "path": "bottles/frontend/windows/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/frontend/windows/bottlepicker.py",
    "content": "# bottlepicker.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport subprocess\n\nfrom gi.repository import Adw, Gio, Gtk\n\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.frontend.params import APP_ID\n\n\nclass BottleEntry(Adw.ActionRow):\n    def __init__(self, config: BottleConfig):\n        super().__init__()\n        self.bottle = config.Name\n        self.set_title(config.Name)\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-bottle-picker.ui\")\nclass BottlePickerDialog(Adw.ApplicationWindow):\n    \"\"\"This class should not be called from the application GUI, only from CLI.\"\"\"\n\n    __gtype_name__ = \"BottlePickerDialog\"\n    settings = Gio.Settings.new(APP_ID)\n    Adw.init()\n\n    # region Widgets\n    btn_cancel = Gtk.Template.Child()\n    btn_select = Gtk.Template.Child()\n    list_bottles = Gtk.Template.Child()\n    btn_open = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, arg_exe, **kwargs):\n        super().__init__(**kwargs)\n        self.arg_exe = arg_exe\n        mng = Manager(g_settings=self.settings, is_cli=True)\n        mng.check_bottles()\n        bottles = mng.local_bottles\n\n        for _, config in bottles.items():\n            self.list_bottles.append(BottleEntry(config))\n\n        self.list_bottles.select_row(self.list_bottles.get_first_child())\n        self.btn_cancel.connect(\"clicked\", self.__close)\n        self.btn_select.connect(\"clicked\", self.__select)\n        self.btn_open.connect(\"clicked\", self.__open)\n\n    @staticmethod\n    def __close(*_args):\n        quit()\n\n    def __select(self, *_args):\n        row = self.list_bottles.get_selected_row()\n        if row:\n            self.destroy()\n            subprocess.Popen(\n                [\n                    \"bottles-cli\",\n                    \"run\",\n                    \"-b\",\n                    f'\"{row.bottle}\"',\n                    \"-e\",\n                    f'\"{self.arg_exe}\"',\n                ]\n            )\n\n    def __open(self, *_args):\n        self.destroy()\n        subprocess.Popen([\"bottles\"])\n"
  },
  {
    "path": "bottles/frontend/windows/crash.py",
    "content": "# crash.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport urllib.request\nimport webbrowser\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.utils import json\n\n\nclass SimilarReportEntry(Adw.ActionRow):\n    def __init__(self, report: dict):\n        super().__init__()\n\n        self.set_title(report[\"title\"])\n        btn_report = Gtk.Button(label=_(\"Show report\"))\n        btn_report.add_css_class(\"flat\")\n        self.add_suffix(btn_report)\n\n        btn_report.connect(\"clicked\", self.__on_btn_report_clicked, report)\n\n    @staticmethod\n    def __on_btn_report_clicked(button, report):\n        \"\"\"\n        This function opens the report in the default browser, it will\n        use the active instance if there is one.\n        \"\"\"\n        webbrowser.open(report[\"html_url\"])\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-crash-report.ui\")\nclass CrashReportDialog(Adw.Window):\n    __gtype_name__ = \"CrashReportDialog\"\n\n    # region Widgets\n    btn_send = Gtk.Template.Child()\n    label_output = Gtk.Template.Child()\n    label_notice = Gtk.Template.Child()\n    box_related = Gtk.Template.Child()\n    check_unlock_send = Gtk.Template.Child()\n    list_reports = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, log, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        if type(log) is list:\n            log = \"\".join(log)\n\n        # connect signals\n        self.btn_send.connect(\"clicked\", self.__open_github, log)\n        self.check_unlock_send.connect(\"toggled\", self.__on_unlock_send)\n\n        self.label_output.set_text(log)\n        __similar_reports = self.__get_similar_issues(log)\n        if len(__similar_reports) >= 5:\n            \"\"\"\n            This issue was reported 5 times, preventing the user from\n            sending it again.\n            \"\"\"\n            prevent_text = _(\n                \"\"\"\\\n            This issue was reported 5 times and cannot be sent again.\n            Report your feedback in one of the below existing reports.\"\"\"\n            )\n            self.check_unlock_send.set_sensitive(False)\n            self.btn_send.set_tooltip_text(prevent_text)\n            self.label_notice.set_text(prevent_text)\n\n        elif len(__similar_reports) > 0:\n            \"\"\"\n            If there are similar reports, show the box_related and\n            append them to list_reports. Otherwise, make the btn_send\n            sensitive, so the user can send the report.\n            \"\"\"\n            i = 0\n            for issue in __similar_reports:\n                self.list_reports.add(SimilarReportEntry(issue))\n                i += 1\n                if i == 5:\n                    break\n            self.box_related.set_visible(True)\n        else:\n            self.btn_send.set_sensitive(True)\n\n    def __on_unlock_send(self, widget):\n        \"\"\"\n        This function make the btn_send sensitive, so the user can send\n        the new report.\n        \"\"\"\n        self.btn_send.set_sensitive(widget.get_active())\n\n    @staticmethod\n    def __get_similarity(log: str, issue: dict) -> int:\n        \"\"\"\n        This function returns the similarity between the log and the\n        issue body.\n        \"\"\"\n        log = log.lower()\n        report = issue[\"body\"]\n        if report is None:\n            return 0\n\n        report = report.lower()\n\n        log_words = log.split(\" \")\n        report_words = report.split(\" \")\n\n        log_words = [word for word in log_words if word != \"\"]\n        report_words = [word for word in report_words if word != \"\"]\n\n        log_words_set = set(log_words)\n        report_words_set = set(report_words)\n\n        return len(log_words_set.intersection(report_words_set))\n\n    @staticmethod\n    def __get_similar_issues(log):\n        \"\"\"\n        This function will get the similar reports from the GitHub\n        api and return them as a list. It will return an empty list\n        if there are no similar reports.\n        \"\"\"\n        similar_issues = []\n        api_url = \"https://api.github.com/repos/bottlesdevs/Bottles/issues?filter=all&state=all\"\n        with contextlib.suppress(\n            urllib.error.HTTPError,\n            urllib.error.URLError,\n            json.JSONDecodeError,\n            TypeError,\n        ):\n            with urllib.request.urlopen(api_url) as r:\n                data = r.read().decode(\"utf-8\")\n                data = json.loads(data)\n\n            for d in data:\n                similarity = CrashReportDialog.__get_similarity(log, d)\n                if similarity >= 18:\n                    similar_issues.append(d)\n\n        return similar_issues\n\n    \"\"\"Run executable with args\"\"\"\n\n    def __open_github(self, widget, log):\n        \"\"\"\n        This function opens the page for creating a new issue on github,\n        with the form filled in with the report details and log.\n        \"\"\"\n        webbrowser.open(\"https://github.com/bottlesdevs/Bottles/issues/new/choose\")\n"
  },
  {
    "path": "bottles/frontend/windows/dependency_install.py",
    "content": "# dependency_install.py\n# Copyright 2025 The Bottles Contributors\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom __future__ import annotations\n\nfrom gettext import gettext as _\nfrom typing import List, Optional\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-dependency-install.ui\")\nclass DependencyInstallDialog(Adw.Window):\n    __gtype_name__ = \"DependencyInstallDialog\"\n\n    # region widgets\n    label_title = Gtk.Template.Child()\n    label_status = Gtk.Template.Child()\n    progress_download = Gtk.Template.Child()\n    steps_list = Gtk.Template.Child()\n    spinner_progress = Gtk.Template.Child()\n    btn_close = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, parent, dependency_name: str, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(parent)\n\n        self.dependency_name = dependency_name\n        self._steps: List[Adw.ActionRow] = []\n\n        self.label_title.set_label(_(\"Installing “{0}”…\").format(dependency_name))\n        self.label_status.set_label(_(\"Preparing installation…\"))\n        self.progress_download.set_visible(False)\n        self.btn_close.set_sensitive(False)\n        self.spinner_progress.start()\n\n        self.btn_close.connect(\"clicked\", self.__on_close_clicked)\n\n    def __create_step_row(self, text: str) -> Adw.ActionRow:\n        row = Adw.ActionRow(title=text)\n        row.set_activatable(False)\n        row.set_selectable(False)\n\n        check_image = Gtk.Image.new_from_icon_name(\"selection-mode-symbolic\")\n        check_image.add_css_class(\"accent\")\n        check_image.set_visible(False)\n\n        row.add_suffix(check_image)\n        row._completion_icon = check_image  # type: ignore[attr-defined]\n\n        return row\n\n    def __mark_last_step_completed(self) -> None:\n        if not self._steps:\n            return\n\n        icon = getattr(self._steps[-1], \"_completion_icon\", None)\n        if icon:\n            icon.set_visible(True)\n\n    def __scroll_to_bottom(self) -> bool:\n        adjustment = self.steps_list.get_parent().get_vadjustment()\n        adjustment.set_value(adjustment.get_upper() - adjustment.get_page_size())\n        return GLib.SOURCE_REMOVE\n\n    def __on_close_clicked(self, *_args):\n        self.close()\n\n    @GtkUtils.run_in_main_loop\n    def add_step(self, text: str) -> None:\n        if not text:\n            return\n\n        self.__mark_last_step_completed()\n\n        row = self.__create_step_row(text)\n        self.steps_list.append(row)\n        self._steps.append(row)\n        self.label_status.set_label(text)\n\n        GLib.idle_add(self.__scroll_to_bottom)\n\n    @GtkUtils.run_in_main_loop\n    def update_progress(self, fraction: Optional[float]) -> None:\n        if fraction is None:\n            self.progress_download.set_fraction(0)\n            self.progress_download.set_text(\"\")\n            self.progress_download.set_visible(False)\n            return\n\n        clamped_fraction = max(0.0, min(1.0, fraction))\n        self.progress_download.set_fraction(clamped_fraction)\n        self.progress_download.set_visible(True)\n\n        percent = int(clamped_fraction * 100)\n        self.progress_download.set_text(f\"{percent}%\")\n\n    @GtkUtils.run_in_main_loop\n    def finish(self, success: bool) -> None:\n        self.spinner_progress.set_visible(False)\n        self.spinner_progress.stop()\n        self.progress_download.set_visible(False)\n        self.btn_close.set_sensitive(True)\n\n        if success:\n            message = _(\"{0} installed.\").format(self.dependency_name)\n        else:\n            message = _(\"{0} failed to install.\").format(self.dependency_name)\n\n        self.label_status.set_label(message)\n        self.add_step(message)\n        self.__mark_last_step_completed()\n"
  },
  {
    "path": "bottles/frontend/windows/depscheck.py",
    "content": "# depscheck.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gi.repository import Adw, Gtk\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-deps-check.ui\")\nclass DependenciesCheckDialog(Adw.Window):\n    __gtype_name__ = \"DependenciesCheckDialog\"\n\n    # region widgets\n    btn_quit = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n        self.window = window\n\n        self.btn_quit.connect(\"clicked\", self.__quit)\n\n    def __quit(self, *_args):\n        self.window.proper_close()\n"
  },
  {
    "path": "bottles/frontend/windows/display.py",
    "content": "# display.py\n#\n# Copyright 2025 Bottles Developers\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.backend.wine.reg import Reg\nfrom bottles.backend.wine.regkeys import RegKeys\nfrom bottles.frontend.utils.gtk import GtkUtils\n\nlogging = Logger()\n\nrenderers = [\"gl\", \"gdi\", \"vulkan\"]\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-display.ui\")\nclass DisplayDialog(Adw.Window):\n    __gtype_name__ = \"DisplayDialog\"\n\n    # Region Widgets\n    btn_save = Gtk.Template.Child()\n    expander_virtual_desktop = Gtk.Template.Child()\n    spin_width = Gtk.Template.Child()\n    spin_height = Gtk.Template.Child()\n    switch_mouse_capture = Gtk.Template.Child()\n    switch_take_focus = Gtk.Template.Child()\n    switch_mouse_warp = Gtk.Template.Child()\n    switch_decorated = Gtk.Template.Child()\n    spin_dpi = Gtk.Template.Child()\n    combo_renderer = Gtk.Template.Child()\n\n    def __init__(\n        self, parent_window, config, details, queue, widget, spinner_display, **kwargs\n    ):\n        super().__init__(**kwargs)\n        self.set_transient_for(parent_window)\n\n        # Common variables and references\n        self.window = parent_window\n        self.manager = parent_window.manager\n        self.config = config\n        self.queue = queue\n        self.widget = widget\n        self.spinner_display = spinner_display\n\n        # Connect signals\n        self.btn_save.connect(\"clicked\", self.__save)\n\n        self.__update(config)\n\n    def __update(self, config):\n        self.parameters = config.Parameters\n\n        self.expander_virtual_desktop.set_enable_expansion(\n            self.parameters.virtual_desktop\n        )\n        self.switch_mouse_capture.set_active(self.parameters.fullscreen_capture)\n        self.switch_take_focus.set_active(self.parameters.take_focus)\n        self.switch_mouse_warp.set_active(self.parameters.mouse_warp)\n        self.switch_decorated.set_active(self.parameters.decorated)\n        self.spin_dpi.set_value(self.parameters.custom_dpi)\n\n        \"\"\"Set resolution\"\"\"\n        virtual_desktop_res = self.parameters.virtual_desktop_res\n        resolution = virtual_desktop_res.split(\"x\")\n        self.spin_width.set_value(float(resolution[0]))\n        self.spin_height.set_value(float(resolution[1]))\n\n        \"\"\"Set renderer\"\"\"\n        for index, renderer in enumerate(renderers):\n            if self.parameters.renderer == renderer:\n                self.combo_renderer.set_selected(index)\n                break\n\n    # Save file\n    def __idle_save(self, *args):\n        \"\"\"Get resolution\"\"\"\n        width = int(self.spin_width.get_value())\n        height = int(self.spin_height.get_value())\n        resolution = f\"{width}x{height}\"\n\n        \"\"\"Queue system\"\"\"\n        self.started = 0\n        self.queued = 0\n        self.completed = 0\n\n        def add_queue():\n            if self.started == 0:\n                self.window.show_toast(_(\"Updating display settings, please wait…\"))\n                self.spinner_display.start()\n                self.started = 1\n            self.queue.add_task()\n            self.widget.set_sensitive(False)\n            self.queued += 1\n\n        def complete_queue():\n            self.completed += 1\n            if self.queued == self.completed:\n                self.widget.set_sensitive(True)\n                self.spinner_display.stop()\n                self.window.show_toast(_(\"Display settings updated\"))\n            self.queue.end_task()\n\n        if (\n            self.expander_virtual_desktop.get_enable_expansion()\n            != self.parameters.virtual_desktop\n        ):\n            \"\"\"Toggle virtual desktop\"\"\"\n\n            @GtkUtils.run_in_main_loop\n            def update(result, error=False):\n                self.config = self.manager.update_config(\n                    config=self.config,\n                    key=\"virtual_desktop\",\n                    value=self.expander_virtual_desktop.get_enable_expansion(),\n                    scope=\"Parameters\",\n                ).data[\"config\"]\n                complete_queue()\n\n            add_queue()\n            rk = RegKeys(self.config)\n            RunAsync(\n                task_func=rk.toggle_virtual_desktop,\n                callback=update,\n                state=self.expander_virtual_desktop.get_enable_expansion(),\n                resolution=resolution,\n            )\n\n        if (\n            self.expander_virtual_desktop.get_enable_expansion()\n            and resolution != self.parameters.virtual_desktop_res\n        ):\n            \"\"\"Set virtual desktop resolution\"\"\"\n\n            @GtkUtils.run_in_main_loop\n            def update(result, error=False):\n                self.config = self.manager.update_config(\n                    config=self.config,\n                    key=\"virtual_desktop_res\",\n                    value=resolution,\n                    scope=\"Parameters\",\n                ).data[\"config\"]\n                complete_queue()\n\n            add_queue()\n            rk = RegKeys(self.config)\n            if self.expander_virtual_desktop.get_enable_expansion():\n                RunAsync(\n                    task_func=rk.toggle_virtual_desktop,\n                    callback=update,\n                    state=True,\n                    resolution=resolution,\n                )\n\n        if self.switch_mouse_warp.get_active() != self.parameters.mouse_warp:\n            \"\"\"Set mouse warp\"\"\"\n\n            @GtkUtils.run_in_main_loop\n            def update(result, error=False):\n                self.config = self.manager.update_config(\n                    config=self.config,\n                    key=\"mouse_warp\",\n                    value=self.switch_mouse_warp.get_active(),\n                    scope=\"Parameters\",\n                ).data[\"config\"]\n                complete_queue()\n\n            add_queue()\n            rk = RegKeys(self.config)\n\n            RunAsync(\n                rk.set_mouse_warp,\n                callback=update,\n                state=self.switch_mouse_warp.get_active(),\n            )\n\n        if self.spin_dpi.get_value() != self.parameters.custom_dpi:\n            \"\"\"Set DPI\"\"\"\n\n            @GtkUtils.run_in_main_loop\n            def update(result, error=False):\n                self.config = self.manager.update_config(\n                    config=self.config, key=\"custom_dpi\", value=dpi, scope=\"Parameters\"\n                ).data[\"config\"]\n                complete_queue()\n\n            add_queue()\n            rk = RegKeys(self.config)\n            dpi = int(self.spin_dpi.get_value())\n\n            RunAsync(rk.set_dpi, callback=update, value=dpi)\n\n        if renderers[self.combo_renderer.get_selected()] != self.parameters.renderer:\n            \"\"\"Set renderer\"\"\"\n\n            @GtkUtils.run_in_main_loop\n            def update(result, error=False):\n                self.config = self.manager.update_config(\n                    config=self.config,\n                    key=\"renderer\",\n                    value=renderer,\n                    scope=\"Parameters\",\n                ).data[\"config\"]\n                complete_queue()\n\n            add_queue()\n            rk = RegKeys(self.config)\n            renderer = renderers[self.combo_renderer.get_selected()]\n\n            RunAsync(rk.set_renderer, callback=update, value=renderer)\n\n        def toggle_x11_reg_key(state, rkey, ckey):\n            \"\"\"Update x11 registry keys\"\"\"\n\n            @GtkUtils.run_in_main_loop\n            def update(result, error=False):\n                self.config = self.manager.update_config(\n                    config=self.config, key=ckey, value=state, scope=\"Parameters\"\n                ).data[\"config\"]\n                complete_queue()\n\n            add_queue()\n            reg = Reg(self.config)\n            _rule = \"Y\" if state else \"N\"\n\n            RunAsync(\n                reg.add,\n                callback=update,\n                key=\"HKEY_CURRENT_USER\\\\Software\\\\Wine\\\\X11 Driver\",\n                value=rkey,\n                data=_rule,\n            )\n\n        if self.switch_mouse_capture.get_active() != self.parameters.fullscreen_capture:\n            toggle_x11_reg_key(\n                self.switch_mouse_capture.get_active(),\n                \"GrabFullscreen\",\n                \"fullscreen_capture\",\n            )\n        if self.switch_take_focus.get_active() != self.parameters.take_focus:\n            toggle_x11_reg_key(\n                self.switch_take_focus.get_active(), \"UseTakeFocus\", \"take_focus\"\n            )\n        if self.switch_decorated.get_active() != self.parameters.decorated:\n            toggle_x11_reg_key(\n                self.switch_decorated.get_active(), \"Decorated\", \"decorated\"\n            )\n\n        \"\"\"Close window\"\"\"\n        self.close()\n        return GLib.SOURCE_REMOVE\n\n    def __save(self, *args):\n        GLib.idle_add(self.__idle_save)\n"
  },
  {
    "path": "bottles/frontend/windows/dlloverrides.py",
    "content": "# dlloverrides.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.dlls.dll import DLLComponent\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dll-override-entry.ui\")\nclass DLLEntry(Adw.ComboRow):\n    __gtype_name__ = \"DLLEntry\"\n\n    # region Widgets\n    btn_remove = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config, override, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n        self.override = override\n        types = (\"b\", \"n\", \"b,n\", \"n,b\", \"d\")\n\n        \"\"\"\n        Set the DLL name as ActionRow title and set the\n        combo_type to the type of override\n        \"\"\"\n        self.set_title(self.override[0])\n        self.set_selected(types.index(self.override[1]))\n\n        # connect signals\n        self.btn_remove.connect(\"clicked\", self.__remove_override)\n        self.connect(\"notify::selected\", self.__set_override_type)\n\n    def __set_override_type(self, *_args):\n        \"\"\"\n        Change the override type according to the selected\n        and update the bottle configuration\n        \"\"\"\n        selected = self.get_selected()\n        types = (\"b\", \"n\", \"b,n\", \"n,b\", \"d\")\n        self.manager.update_config(\n            config=self.config,\n            key=self.override[0],\n            value=types[selected],\n            scope=\"DLL_Overrides\",\n        )\n\n    def __remove_override(self, *_args):\n        \"\"\"\n        Remove the override from the bottle configuration and\n        destroy the widget\n        \"\"\"\n        self.manager.update_config(\n            config=self.config,\n            key=self.override[0],\n            value=False,\n            scope=\"DLL_Overrides\",\n            remove=True,\n        )\n        self.get_parent().remove(self)\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-dll-overrides.ui\")\nclass DLLOverridesDialog(Adw.PreferencesWindow):\n    __gtype_name__ = \"DLLOverridesDialog\"\n\n    # region Widgets\n    entry_row = Gtk.Template.Child()\n    group_overrides = Gtk.Template.Child()\n    menu_invalid_override = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        self.__populate_overrides_list()\n\n        # connect signals\n        self.entry_row.connect(\"changed\", self.__check_override)\n        self.entry_row.connect(\"apply\", self.__save_override)\n\n    def __check_override(self, *_args):\n        \"\"\"\n        This function check if the override name is valid\n        Overrides already managed by Bottles (e.g. DXVK, VKD3D...) are deemed invalid\n        \"\"\"\n        dll_name = self.entry_row.get_text()\n        invalid_dlls = []\n\n        for managed_component in DLLComponent.__subclasses__():\n            invalid_dlls += managed_component.get_override_keys().split(\",\")\n\n        is_invalid = dll_name in invalid_dlls\n\n        self.__valid_name = not is_invalid\n        self.menu_invalid_override.set_visible(is_invalid)\n        if is_invalid:\n            self.entry_row.add_css_class(\"error\")\n            self.entry_row.set_show_apply_button(False)\n        else:\n            self.entry_row.remove_css_class(\"error\")\n        # Needs to be set to true immediately\n        self.entry_row.set_show_apply_button(True)\n\n    def __save_override(self, *_args):\n        \"\"\"\n        This function check if the override name is not empty, then\n        store it in the bottle configuration and add a new entry to\n        the list. It also clears the entry field\n        \"\"\"\n        dll_name = self.entry_row.get_text()\n\n        if dll_name != \"\" and self.__valid_name:\n            self.manager.update_config(\n                config=self.config, key=dll_name, value=\"n,b\", scope=\"DLL_Overrides\"\n            )\n            _entry = DLLEntry(\n                window=self.window, config=self.config, override=[dll_name, \"n,b\"]\n            )\n            GLib.idle_add(self.group_overrides.add, _entry)\n            self.group_overrides.set_description(\"\")\n            self.entry_row.set_text(\"\")\n\n    def __populate_overrides_list(self):\n        \"\"\"\n        This function populate the list of overrides\n        with the existing overrides from the bottle configuration\n        \"\"\"\n        overrides = self.config.DLL_Overrides.items()\n\n        if len(overrides) == 0:\n            self.group_overrides.set_description(_(\"No overrides found.\"))\n            return\n\n        self.group_overrides.set_description(\"\")\n        for override in overrides:\n            _entry = DLLEntry(window=self.window, config=self.config, override=override)\n            GLib.idle_add(self.group_overrides.add, _entry)\n"
  },
  {
    "path": "bottles/frontend/windows/drives.py",
    "content": "# drive.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport string\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.wine.drives import Drives\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/drive-entry.ui\")\nclass DriveEntry(Adw.ActionRow):\n    __gtype_name__ = \"DriveEntry\"\n\n    # region Widgets\n    btn_remove = Gtk.Template.Child()\n    btn_path = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, parent, drive, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.parent = parent\n        self.manager = parent.window.manager\n        self.config = parent.config\n        self.drive = drive\n\n        # Set env var name as ActionRow's title\n        # and entry_value as its value\n        self.set_title(self.drive[0])\n        self.set_subtitle(self.drive[1])\n\n        if \"c\" in self.drive[0].lower():\n            self.btn_remove.set_visible(False)\n            self.btn_path.set_visible(False)\n\n        # connect signals\n        self.btn_path.connect(\"clicked\", self.__choose_path)\n        self.btn_remove.connect(\"clicked\", self.__remove)\n\n    def __choose_path(self, *_args):\n        \"\"\"Open file chooser dialog and set path pointing to the selected one\"\"\"\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            path = dialog.get_file().get_path()\n            Drives(self.config).set_drive_path(self.drive[0], path)\n            self.set_subtitle(path)\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select Drive Path\"),\n            action=Gtk.FileChooserAction.SELECT_FOLDER,\n            parent=self.parent.window,\n        )\n\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n    def __remove(self, *_args):\n        \"\"\"Remove drive from bottle's configuration and destroy its widget\"\"\"\n        Drives(self.config).remove_drive(self.drive[0])\n        self.parent.list_drives.remove(self)\n        self.parent.add_combo_letter(self.drive[0])\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-drives.ui\")\nclass DrivesDialog(Adw.Window):\n    __gtype_name__ = \"DrivesDialog\"\n    __alphabet = string.ascii_uppercase\n\n    # region Widgets\n    combo_letter = Gtk.Template.Child()\n    btn_save = Gtk.Template.Child()\n    list_drives = Gtk.Template.Child()\n    str_list_letters = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        self.__populate_combo_and_drives()\n\n        # connect signals\n        self.btn_save.connect(\"clicked\", self.__save)\n\n    def __save(self, *_args):\n        \"\"\"Add a new drive to bottle's configuration\"\"\"\n        index = self.combo_letter.get_selected()\n        drive_letter = self.str_list_letters.get_string(index)\n        _entry = DriveEntry(parent=self, drive=[drive_letter, \"\"])\n\n        GLib.idle_add(self.list_drives.add, _entry)\n        self.str_list_letters.remove(index)\n\n    def __populate_combo_and_drives(self):\n        \"\"\"\n        Populate lists of combo letters and drives\n        based on the existing ones from bottle's configuration\n        \"\"\"\n        drives = Drives(self.config).get_all()\n        for letter in self.__alphabet:\n            if letter not in drives:\n                # Add to combo letters\n                self.str_list_letters.append(letter)\n                self.btn_save.set_sensitive(True)\n            else:\n                # Add to drives list\n                _entry = DriveEntry(parent=self, drive=[letter, drives[letter]])\n                GLib.idle_add(self.list_drives.add, _entry)\n\n    def add_combo_letter(self, letter: str):\n        idx_new = next(\n            (i for i, c in enumerate(self.str_list_letters) if c.get_string() > letter),\n            self.str_list_letters.get_n_items(),\n        )\n        self.str_list_letters.splice(idx_new, 0, letter)\n"
  },
  {
    "path": "bottles/frontend/windows/duplicate.py",
    "content": "# duplicate.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport time\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.managers.backup import BackupManager\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-duplicate.ui\")\nclass DuplicateDialog(Adw.Window):\n    __gtype_name__ = \"DuplicateDialog\"\n\n    # region Widgets\n    entry_name = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n    btn_duplicate = Gtk.Template.Child()\n    stack_switcher = Gtk.Template.Child()\n    progressbar = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, parent, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(parent.window)\n\n        # common variables and references\n        self.parent = parent\n        self.config = parent.config\n\n        self.entry_name.connect(\"changed\", self.__check_entry_name)\n\n        # connect signals\n        self.btn_duplicate.connect(\"clicked\", self.__duplicate_bottle)\n\n    def __check_entry_name(self, *_args):\n        is_duplicate = self.entry_name.get_text() in self.parent.manager.local_bottles\n        if is_duplicate:\n            self.entry_name.add_css_class(\"error\")\n            self.btn_duplicate.set_sensitive(False)\n        else:\n            self.entry_name.remove_css_class(\"error\")\n            self.btn_duplicate.set_sensitive(True)\n\n    def __duplicate_bottle(self, widget):\n        \"\"\"\n        This function take the new bottle name from the entry\n        and create a new duplicate of the bottle. It also change the\n        stack_switcher page when the process is finished.\n        \"\"\"\n        self.stack_switcher.set_visible_child_name(\"page_duplicating\")\n        self.btn_duplicate.set_visible(False)\n        self.btn_cancel.set_label(\"Close\")\n\n        RunAsync(self.pulse)\n        name = self.entry_name.get_text()\n\n        RunAsync(\n            task_func=BackupManager.duplicate_bottle,\n            callback=self.finish,\n            config=self.config,\n            name=name,\n        )\n\n    @GtkUtils.run_in_main_loop\n    def finish(self, result, error=None):\n        # TODO: handle result.status == False\n        self.parent.manager.update_bottles()\n        self.stack_switcher.set_visible_child_name(\"page_duplicated\")\n\n    def pulse(self):\n        # This function update the progress bar every half second.\n        while True:\n            time.sleep(0.5)\n            self.progressbar.pulse()\n"
  },
  {
    "path": "bottles/frontend/windows/envvars.py",
    "content": "# envvars.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport re\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.models.samples import Samples\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.utils.sh import ShUtils\n\nlogging = Logger()\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/env-var-entry.ui\")\nclass EnvironmentVariableEntryRow(Adw.EntryRow):\n    __gtype_name__ = \"EnvironmentVariableEntryRow\"\n\n    # region Widgets\n    btn_remove = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, parent, env, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.parent = parent\n        self.manager = parent.window.manager\n        self.config = parent.config\n        self.env = env\n        self.set_text(\"=\".join(self.env))\n\n        # connect signals\n        self.connect(\"changed\", self.__validate)\n        self.connect(\"apply\", self.__save)\n        self.btn_remove.connect(\"clicked\", self.__remove)\n\n        self.__customize_layout()\n\n    def __customize_layout(self):\n        \"\"\"\n        Align text input field vertically. Hide unused labels and make layout\n        changes as needed to display the text correctly. We manually traverse\n        AdwEntryRow's widget tree to make these changes because it does not\n        offer options for these customizations on its public API\n        \"\"\"\n        try:\n            widget = (\n                self.get_child().get_first_child().get_next_sibling().get_first_child()\n            )\n            while isinstance(widget, Gtk.Label):\n                widget.set_visible(False)\n                widget = widget.get_next_sibling()\n\n            if isinstance(widget, Gtk.Text):\n                widget.set_valign(Gtk.Align.CENTER)\n            else:\n                raise RuntimeError(\"Could not find widget Gtk.Text\")\n        except Exception as e:\n            logging.error(\n                f\"{type(e)}: {e}\\nEnvironmentVariableEntryRow could not find text widget. Did AdwEntryRow change it's widget tree?\"\n            )\n\n    def __save(self, *_args):\n        \"\"\"\n        Change the environment variable value according to the user input and\n        update the bottle configuration\n        \"\"\"\n        if not self.__valid_name:\n            return\n\n        new_name, new_value = ShUtils.split_assignment(self.get_text())\n        self.manager.update_config(\n            config=self.config,\n            key=new_name,\n            value=new_value,\n            scope=\"Environment_Variables\",\n        )\n        if new_name != self.env[0]:\n            self.__remove_config()\n\n        self.env = (new_name, new_value)\n\n    def __remove(self, *_args):\n        \"\"\"\n        Remove the environment variable from the bottle configuration and\n        destroy the widget\n        \"\"\"\n        self.__remove_config()\n        self.parent.remove_entry(self)\n\n    def __remove_config(self, *_args):\n        \"\"\"Remove the environment variable from the bottle configuration\"\"\"\n        self.manager.update_config(\n            config=self.config,\n            key=self.env[0],\n            value=False,\n            remove=True,\n            scope=\"Environment_Variables\",\n        )\n\n    def __validate(self, *_args):\n        self.__valid_name = GtkUtils.validate_entry(\n            self, lambda var_name: not var_name == \"WINEDLLOVERRIDES\"\n        )\n\n        if not self.__valid_name:\n            self.add_css_class(\"error\")\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/inherited-env-entry.ui\")\nclass InheritedEnvironmentVariableRow(Adw.ActionRow):\n    __gtype_name__ = \"InheritedEnvironmentVariableRow\"\n\n    btn_remove = Gtk.Template.Child()\n\n    def __init__(self, parent, name: str, **kwargs):\n        super().__init__(**kwargs)\n        self.parent = parent\n        self.variable = name\n        self.set_title(name)\n        self.btn_remove.connect(\"clicked\", self.__remove)\n\n    def __remove(self, *_args):\n        self.parent.remove_inherited_entry(self)\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-env-vars.ui\")\nclass EnvironmentVariablesDialog(Adw.Dialog):\n    __gtype_name__ = \"EnvironmentVariablesDialog\"\n\n    # region Widgets\n    entry_new_var = Gtk.Template.Child()\n    group_vars = Gtk.Template.Child()\n    group_inherited = Gtk.Template.Child()\n    switch_limit_inherited = Gtk.Template.Child()\n    entry_new_inherited = Gtk.Template.Child()\n    list_inherited = Gtk.Template.Child()\n    label_inherited_empty = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        self.__populate_vars_list()\n        self.__populate_inherited_list()\n\n        # connect signals\n        self.entry_new_var.connect(\"changed\", self.__validate)\n        self.entry_new_var.connect(\"apply\", self.__save_var)\n        self.switch_limit_inherited.connect(\n            \"notify::active\", self.__toggle_inherited_limit\n        )\n        self.entry_new_inherited.connect(\"changed\", self.__validate_inherited)\n        self.entry_new_inherited.connect(\"apply\", self.__save_inherited_var)\n\n        self.__valid_inherited_name = False\n        self.__update_inherited_state()\n\n    def present(self):\n        return super().present(self.window)\n\n    def __validate(self, *_args):\n        self.__valid_name = GtkUtils.validate_entry(\n            self.entry_new_var, lambda var_name: not var_name == \"WINEDLLOVERRIDES\"\n        )\n\n    def __save_var(self, *_args):\n        \"\"\"Save the new environment variable to the bottle configuration\"\"\"\n        if not self.__valid_name:\n            return\n\n        new_name, new_value = ShUtils.split_assignment(self.entry_new_var.get_text())\n        self.manager.update_config(\n            config=self.config,\n            key=new_name,\n            value=new_value,\n            scope=\"Environment_Variables\",\n        )\n        _entry = EnvironmentVariableEntryRow(parent=self, env=(new_name, new_value))\n        self.group_vars.set_description()\n        self.group_vars.add(_entry)\n        self.entry_new_var.set_text(\"\")\n\n    def remove_entry(self, _entry):\n        self.group_vars.remove(_entry)\n        self.__set_description()\n\n    def __set_description(self):\n        if len(self.config.Environment_Variables.items()) == 0:\n            self.group_vars.set_description(_(\"No environment variables defined\"))\n\n    def __populate_vars_list(self):\n        \"\"\"\n        Populate the list of environment variables with the existing ones from\n        the bottle configuration\n        \"\"\"\n        envs = self.config.Environment_Variables.items()\n        self.__set_description()\n\n        for env in envs:\n            _entry = EnvironmentVariableEntryRow(parent=self, env=env)\n            self.group_vars.add(_entry)\n\n    def __validate_inherited(self, *_args):\n        self.__valid_inherited_name = GtkUtils.validate_env_var_name(self.entry_new_inherited)\n\n    def __toggle_inherited_limit(self, *_args):\n        active = self.switch_limit_inherited.get_active()\n        self.manager.update_config(\n            config=self.config,\n            key=\"Limit_System_Environment\",\n            value=active,\n        )\n        if active and not self.config.Inherited_Environment_Variables:\n            defaults = Samples.default_inherited_environment.copy()\n            self.manager.update_config(\n                config=self.config,\n                key=\"Inherited_Environment_Variables\",\n                value=defaults,\n            )\n        self.__populate_inherited_list()\n        self.__update_inherited_state()\n\n    def __populate_inherited_list(self):\n        self.switch_limit_inherited.set_active(self.config.Limit_System_Environment)\n        child = self.list_inherited.get_first_child()\n        while child:\n            next_child = child.get_next_sibling()\n            self.list_inherited.remove(child)\n            child = next_child\n\n        for name in self.config.Inherited_Environment_Variables:\n            row = InheritedEnvironmentVariableRow(parent=self, name=name)\n            self.list_inherited.append(row)\n\n        self.__update_inherited_placeholder()\n\n    def __update_inherited_placeholder(self):\n        active = self.switch_limit_inherited.get_active()\n        has_values = len(self.config.Inherited_Environment_Variables) > 0\n\n        if active:\n            self.list_inherited.set_visible(has_values)\n            self.label_inherited_empty.set_label(_(\"No variables selected\"))\n            self.label_inherited_empty.set_visible(not has_values)\n        else:\n            self.list_inherited.set_visible(False)\n            self.label_inherited_empty.set_label(\n                _(\"All system environment variables will be inherited\")\n            )\n            self.label_inherited_empty.set_visible(True)\n\n    def __update_inherited_state(self):\n        active = self.switch_limit_inherited.get_active()\n        self.entry_new_inherited.set_sensitive(active)\n        self.list_inherited.set_sensitive(active)\n        self.__update_inherited_placeholder()\n\n    def __save_inherited_var(self, *_args):\n        if not self.switch_limit_inherited.get_active() or not self.__valid_inherited_name:\n            return\n\n        new_name = self.entry_new_inherited.get_text().strip()\n        if not new_name:\n            return\n\n        current = list(self.config.Inherited_Environment_Variables)\n        if new_name in current:\n            self.entry_new_inherited.set_text(\"\")\n            return\n\n        current.append(new_name)\n        self.manager.update_config(\n            config=self.config,\n            key=\"Inherited_Environment_Variables\",\n            value=current,\n        )\n        self.entry_new_inherited.set_text(\"\")\n        self.__populate_inherited_list()\n\n    def remove_inherited_entry(self, entry: InheritedEnvironmentVariableRow):\n        current = [\n            name\n            for name in self.config.Inherited_Environment_Variables\n            if name != entry.variable\n        ]\n        self.manager.update_config(\n            config=self.config,\n            key=\"Inherited_Environment_Variables\",\n            value=current,\n        )\n        self.__populate_inherited_list()\n"
  },
  {
    "path": "bottles/frontend/windows/exclusionpatterns.py",
    "content": "# envvars.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, Gtk\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/exclusion-pattern-entry.ui\")\nclass ExclusionPatternEntry(Adw.ActionRow):\n    __gtype_name__ = \"ExclusionPatternEntry\"\n\n    # region Widgets\n    btn_remove = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, parent, pattern, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.parent = parent\n        self.manager = parent.window.manager\n        self.config = parent.config\n        self.pattern = pattern\n\n        self.set_title(self.pattern)\n\n        # connect signals\n        self.btn_remove.connect(\"clicked\", self.__remove)\n\n    def __remove(self, *_args):\n        \"\"\"\n        Remove the env var from the bottle configuration and\n        destroy the widget\n        \"\"\"\n        patterns = self.config.Versioning_Exclusion_Patterns\n        if self.pattern in patterns:\n            patterns.remove(self.pattern)\n\n        self.manager.update_config(\n            config=self.config, key=\"Versioning_Exclusion_Patterns\", value=patterns\n        )\n        self.parent.group_patterns.remove(self)\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-exclusion-patterns.ui\")\nclass ExclusionPatternsDialog(Adw.Window):\n    __gtype_name__ = \"ExclusionPatternsDialog\"\n\n    # region Widgets\n    entry_name = Gtk.Template.Child()\n    group_patterns = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        self.__populate_patterns_list()\n\n        # connect signals\n        self.entry_name.connect(\"apply\", self.__save_var)\n\n    def __save_var(self, *_args):\n        \"\"\"\n        This function save the new env var to the\n        bottle configuration\n        \"\"\"\n        pattern = self.entry_name.get_text()\n        self.manager.update_config(\n            config=self.config,\n            key=\"Versioning_Exclusion_Patterns\",\n            value=self.config.Versioning_Exclusion_Patterns + [pattern],\n        )\n        _entry = ExclusionPatternEntry(self, pattern)\n        GLib.idle_add(self.group_patterns.add, _entry)\n        self.entry_name.set_text(\"\")\n\n    def __populate_patterns_list(self):\n        \"\"\"\n        This function populate the list of exclusion patterns\n        with the existing ones from the bottle configuration\n        \"\"\"\n        patterns = self.config.Versioning_Exclusion_Patterns\n        if len(patterns) == 0:\n            self.group_patterns.set_description(_(\"No exclusion patterns defined.\"))\n            return\n\n        self.group_patterns.set_description(\"\")\n        for pattern in patterns:\n            _entry = ExclusionPatternEntry(self, pattern)\n            GLib.idle_add(self.group_patterns.add, _entry)\n"
  },
  {
    "path": "bottles/frontend/windows/funding.py",
    "content": "# funding.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport webbrowser\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GObject, Gtk\n\n\nclass FundingDialog(Adw.Window):\n    __gsignals__ = {\n        \"response\": (GObject.SignalFlags.RUN_LAST, None, (str,)),\n    }\n\n    def __init__(self, parent, **kwargs):\n        super().__init__(modal=True, transient_for=parent)\n        self.set_default_size(600, 500)\n        self.set_title(_(\"Support Bottles\"))\n        \n        self.connect(\"close-request\", self.__on_close_request)\n        self._response = \"close\"\n\n        content = Adw.ToolbarView()\n        header = Adw.HeaderBar()\n        header.set_show_title(False)\n        content.add_top_bar(header)\n        status_page = Adw.StatusPage()\n        status_page.set_icon_name(\"heart-symbolic\")\n        status_page.set_title(_(\"Do you like Bottles?\"))\n        status_page.set_description(\n            _(\n                \"With over 3 million installations, Bottles is built by and for its community.\"\n                \"\\nA donation today helps secure its future and keep it truly independent.\"\n            )\n        )\n\n        btns_box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=12)\n        btns_box.set_halign(Gtk.Align.CENTER)\n\n        if kwargs.get(\"show_dont_show\", False):\n            btn_secondary = Gtk.Button(label=_(\"Don't Show Again\"))\n            btn_secondary.add_css_class(\"destructive-action\")\n            btn_secondary.connect(\"clicked\", self.on_dont_show_clicked)\n        else:\n            btn_secondary = Gtk.Button(label=_(\"Not Now\"))\n            btn_secondary.connect(\"clicked\", lambda x: self.close())\n        \n        btn_secondary.add_css_class(\"pill\")\n        btn_secondary.set_size_request(180, -1)\n        btns_box.append(btn_secondary)\n\n        btn_donate = Gtk.Button(label=_(\"Donate\"))\n        btn_donate.add_css_class(\"pill\")\n        btn_donate.add_css_class(\"suggested-action\")\n        btn_donate.set_size_request(180, -1)\n        btn_donate.connect(\"clicked\", self.on_donate_clicked)\n        btns_box.append(btn_donate)\n\n        status_page.set_child(btns_box)\n        content.set_content(status_page)\n        self.set_content(content)\n\n    def on_donate_clicked(self, btn):\n        webbrowser.open_new_tab(\"https://usebottles.com/funding/\")\n        self._response = \"donate\"\n        self.close()\n\n    def on_dont_show_clicked(self, btn):\n        self._response = \"dismiss\"\n        self.close()\n        \n    def __on_close_request(self, *args):\n        self.emit(\"response\", self._response)\n"
  },
  {
    "path": "bottles/frontend/windows/gamescope.py",
    "content": "# gamescope.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gi.repository import Adw, GLib, Gtk\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-gamescope.ui\")\nclass GamescopeDialog(Adw.Window):\n    __gtype_name__ = \"GamescopeDialog\"\n\n    # region Widgets\n    spin_width = Gtk.Template.Child()\n    spin_height = Gtk.Template.Child()\n    spin_gamescope_width = Gtk.Template.Child()\n    spin_gamescope_height = Gtk.Template.Child()\n    switch_fsr = Gtk.Template.Child()\n    spin_sharpening_strength = Gtk.Template.Child()\n    spin_fps_limit = Gtk.Template.Child()\n    spin_fps_limit_no_focus = Gtk.Template.Child()\n    switch_scaling = Gtk.Template.Child()\n    entry_custom_options = Gtk.Template.Child()\n    toggle_borderless = Gtk.Template.Child()\n    toggle_fullscreen = Gtk.Template.Child()\n    btn_save = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        # connect signals\n        self.btn_save.connect(\"clicked\", self.__save)\n        self.toggle_borderless.connect(\"toggled\", self.__change_wtype, \"b\")\n        self.toggle_fullscreen.connect(\"toggled\", self.__change_wtype, \"f\")\n\n        self.__update(config)\n\n    def __change_wtype(self, widget, wtype):\n        self.toggle_borderless.handler_block_by_func(self.__change_wtype)\n        self.toggle_fullscreen.handler_block_by_func(self.__change_wtype)\n        if wtype == \"b\":\n            self.toggle_fullscreen.set_active(False)\n            self.toggle_borderless.set_active(True)\n        elif wtype == \"f\":\n            self.toggle_fullscreen.set_active(True)\n            self.toggle_borderless.set_active(False)\n\n        self.toggle_borderless.handler_unblock_by_func(self.__change_wtype)\n        self.toggle_fullscreen.handler_unblock_by_func(self.__change_wtype)\n\n    def __update(self, config):\n        self.toggle_borderless.handler_block_by_func(self.__change_wtype)\n        self.toggle_fullscreen.handler_block_by_func(self.__change_wtype)\n\n        parameters = config.Parameters\n        self.spin_width.set_value(parameters.gamescope_game_width)\n        self.spin_height.set_value(parameters.gamescope_game_height)\n        self.spin_gamescope_width.set_value(parameters.gamescope_window_width)\n        self.spin_gamescope_height.set_value(parameters.gamescope_window_height)\n        self.switch_fsr.set_state(parameters.fsr)\n        self.spin_sharpening_strength.set_value(parameters.fsr_sharpening_strength)\n        self.spin_fps_limit.set_value(parameters.gamescope_fps)\n        self.spin_fps_limit_no_focus.set_value(parameters.gamescope_fps_no_focus)\n        self.switch_scaling.set_active(parameters.gamescope_scaling)\n        self.toggle_borderless.set_active(parameters.gamescope_borderless)\n        self.toggle_fullscreen.set_active(parameters.gamescope_fullscreen)\n        self.entry_custom_options.set_text(parameters.gamescope_custom_options)\n\n        self.toggle_borderless.handler_unblock_by_func(self.__change_wtype)\n        self.toggle_fullscreen.handler_unblock_by_func(self.__change_wtype)\n\n    def __idle_save(self, *_args):\n        settings = {\n            \"gamescope_game_width\": self.spin_width.get_value(),\n            \"gamescope_game_height\": self.spin_height.get_value(),\n            \"gamescope_window_width\": self.spin_gamescope_width.get_value(),\n            \"gamescope_window_height\": self.spin_gamescope_height.get_value(),\n            \"fsr\": self.switch_fsr.get_state(),\n            \"fsr_sharpening_strength\": int(self.spin_sharpening_strength.get_value()),\n            \"gamescope_fps\": self.spin_fps_limit.get_value(),\n            \"gamescope_fps_no_focus\": self.spin_fps_limit_no_focus.get_value(),\n            \"gamescope_scaling\": self.switch_scaling.get_active(),\n            \"gamescope_borderless\": self.toggle_borderless.get_active(),\n            \"gamescope_fullscreen\": self.toggle_fullscreen.get_active(),\n            \"gamescope_custom_options\": self.entry_custom_options.get_text(),\n        }\n\n        for setting in settings.keys():\n            self.manager.update_config(\n                config=self.config,\n                key=setting,\n                value=settings[setting],\n                scope=\"Parameters\",\n            )\n\n        self.destroy()\n\n    def __save(self, *_args):\n        GLib.idle_add(self.__idle_save)\n"
  },
  {
    "path": "bottles/frontend/windows/generic.py",
    "content": "# generic.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gdk, Gtk, GtkSource\n\n\nclass MessageDialog(Gtk.MessageDialog):\n    def __init__(self, window, message=_(\"An error has occurred.\"), log=False):\n        Gtk.MessageDialog.__init__(\n            self,\n            destroy_with_parent=True,\n            message_type=Gtk.MessageType.WARNING,\n            buttons=Gtk.ButtonsType.OK_CANCEL,\n            text=message,\n        )\n        self.set_transient_for(window)\n        self.set_modal(True)\n\n        if log:\n            # display log as output if defined\n            message_scroll = Gtk.ScrolledWindow()\n            message_scroll.set_hexpand(True)\n            message_scroll.set_vexpand(True)\n\n            message_view = Gtk.TextView()\n            message_view.get_buffer().set_text(log)\n            message_scroll.append(message_view)\n\n            self.message_area.append(message_scroll)\n\n\nclass SourceDialog(Adw.Window):\n    def __init__(self, parent, title, message, buttons=None, lang=\"yaml\", **kwargs):\n        super().__init__(**kwargs)\n        if buttons is None:\n            buttons = []\n\n        self.set_default_size(700, 700)\n\n        self.parent = parent\n        self.title = title\n        self.message = message\n        self.buttons = buttons\n        self.lang = lang\n\n        self.__build_ui()\n\n    def __build_ui(self):\n        headerbar = Gtk.HeaderBar()\n        btn_copy = Gtk.Button.new_from_icon_name(\"edit-copy-symbolic\")\n        box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)\n        scrolled = Gtk.ScrolledWindow(vexpand=True, hexpand=True)\n        style_scheme_manager = GtkSource.StyleSchemeManager.get_default()\n        lang_manager = GtkSource.LanguageManager.get_default()\n        source_buffer = GtkSource.Buffer(\n            highlight_syntax=True,\n            highlight_matching_brackets=True,\n            style_scheme=style_scheme_manager.get_scheme(\"oblivion\"),\n            language=lang_manager.get_language(self.lang),\n        )\n        source_view = GtkSource.View(\n            buffer=source_buffer,\n            show_line_numbers=True,\n            show_line_marks=True,\n            tab_width=4,\n            monospace=True,\n        )\n        source_buffer = source_view.get_buffer()\n\n        headerbar.set_title_widget(Gtk.Label.new(self.title))\n        headerbar.pack_end(btn_copy)\n\n        btn_copy.connect(\"clicked\", self.__copy_text)\n        btn_copy.set_tooltip_text(_(\"Copy to clipboard\"))\n\n        for button in self.buttons:\n            _btn = Gtk.Button.new_from_icon_name(button[\"icon\"])\n            _btn.connect(\"clicked\", button[\"callback\"])\n            _btn.set_tooltip_text(button[\"tooltip\"])\n            headerbar.pack_end(_btn)\n\n        buffer_iter = source_buffer.get_end_iter()\n        source_buffer.insert(buffer_iter, self.message)\n        scrolled.set_child(source_view)\n\n        box.append(headerbar)\n        box.append(scrolled)\n\n        self.set_content(box)\n\n    def __copy_text(self, widget):\n        clipboard = Gdk.Display.get_clipboard(Gdk.Display.get_default())\n        clipboard.set_content(Gdk.ContentProvider.new_for_value(self.message))\n\n\nclass TextDialog(Adw.Window):\n    def __init__(self, parent, title, message, **kwargs):\n        super().__init__(**kwargs)\n        self.set_default_size(700, 700)\n\n        self.parent = parent\n        self.title = title\n        self.message = message\n\n        self.__build_ui()\n\n    def __build_ui(self):\n        headerbar = Adw.HeaderBar()\n        btn_copy = Gtk.Button.new_from_icon_name(\"edit-copy-symbolic\")\n        box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)\n        scrolled = Gtk.ScrolledWindow(vexpand=True, hexpand=True)\n        textview = Gtk.TextView()\n        textbuffer = textview.get_buffer()\n\n        headerbar.set_title_widget(Gtk.Label.new(self.title))\n        headerbar.pack_end(btn_copy)\n\n        btn_copy.connect(\"clicked\", self.__copy_text)\n        btn_copy.set_tooltip_text(_(\"Copy to clipboard\"))\n\n        buffer_iter = textbuffer.get_end_iter()\n        textbuffer.insert(buffer_iter, self.message)\n        scrolled.set_child(textview)\n\n        box.append(headerbar)\n        box.append(scrolled)\n\n        self.set_content(box)\n\n    def __copy_text(self, widget):\n        clipboard = Gdk.Display.get_clipboard(Gdk.Display.get_default())\n        clipboard.set_content(Gdk.ContentProvider.new_for_value(self.message))\n\n\nclass WebDialog(Adw.Window):\n    \"\"\"\n    TODO: currently unused, waiting for webkit2gtk-5 to be released with the GNOME Runtime\n          use SourceDialog or TextDialog in the meantime\n    \"\"\"\n\n    def __init__(self, parent, title, message):\n        Adw.Window.__init__(self, title=title)\n        self.set_default_size(700, 700)\n        self.set_transient_for(parent)\n        self.set_modal(True)\n\n        self.parent = parent\n        self.title = title\n        self.message = message\n\n        self.__build_ui()\n\n    def __build_ui(self):\n        headerbar = Adw.HeaderBar()\n        btn_copy = Gtk.Button.new_from_icon_name(\"edit-copy-symbolic\")\n        box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)\n        scrolled = Gtk.ScrolledWindow(vexpand=True, hexpand=True)\n        # webview = WebKit2.WebView()\n\n        headerbar.set_title_widget(Gtk.Label.new(self.title))\n        headerbar.pack_end(btn_copy)\n\n        btn_copy.connect(\"clicked\", self.__copy_text)\n        btn_copy.set_tooltip_text(_(\"Copy to clipboard\"))\n\n        # webview.load_html(self.message, \"file://\")\n        # scrolled.append(webview)\n\n        box.append(headerbar)\n        box.append(scrolled)\n\n        self.set_content(box)\n\n    def __copy_text(self, widget):\n        clipboard = Gdk.Display.get_clipboard(Gdk.Display.get_default())\n        clipboard.set_content(Gdk.ContentProvider.new_for_value(self.message))\n"
  },
  {
    "path": "bottles/frontend/windows/generic_cli.py",
    "content": "class MessageDialog:\n    def __init__(\n        self, parent, title=\"Warning\", message=\"An error has occurred.\", log=False\n    ):\n        print(message)\n"
  },
  {
    "path": "bottles/frontend/windows/installer.py",
    "content": "# installer.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport urllib.request\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GdkPixbuf, Gio, GLib, Gtk\n\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/local-resource-entry.ui\")\nclass LocalResourceEntry(Adw.ActionRow):\n    __gtype_name__ = \"LocalResourceEntry\"\n\n    # region Widgets\n    btn_path = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, parent, resource, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.parent = parent\n        self.resource = resource\n\n        self.set_title(resource)\n\n        # connect signals\n        self.btn_path.connect(\"clicked\", self.__choose_path)\n\n    def __choose_path(self, *_args):\n        \"\"\"\n        Open the file chooser dialog and set the path to the\n        selected file\n        \"\"\"\n\n        def set_path(_dialog, response):\n            if response != Gtk.ResponseType.ACCEPT:\n                return\n\n            path = dialog.get_file().get_path()\n            self.parent.add_resource(self.resource, path)\n            self.set_subtitle(path)\n\n        dialog = Gtk.FileChooserNative.new(\n            title=_(\"Select Resource File\"),\n            action=Gtk.FileChooserAction.OPEN,\n            parent=self.parent,\n        )\n\n        dialog.set_modal(True)\n        dialog.connect(\"response\", set_path)\n        dialog.show()\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-installer.ui\")\nclass InstallerDialog(Adw.Window):\n    __gtype_name__ = \"InstallerDialog\"\n    __sections = {}\n    __steps = 0\n    __current_step = 0\n    __local_resources = []\n    __final_resources = {}\n\n    # region widgets\n    stack = Gtk.Template.Child()\n    window_title = Gtk.Template.Child()\n    btn_install = Gtk.Template.Child()\n    btn_proceed = Gtk.Template.Child()\n    btn_close = Gtk.Template.Child()\n    status_init = Gtk.Template.Child()\n    status_installed = Gtk.Template.Child()\n    status_error = Gtk.Template.Child()\n    progressbar = Gtk.Template.Child()\n    group_resources = Gtk.Template.Child()\n    install_status_page = Gtk.Template.Child()\n    img_icon = Gtk.Template.Child()\n    img_icon_install = Gtk.Template.Child()\n    style_provider = Gtk.CssProvider()\n\n    # endregion\n\n    def __init__(self, window, config, installer, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n        self.installer = installer\n\n        self.__steps_phrases = {\n            \"deps\": _(\"Installing Windows dependencies…\"),\n            \"params\": _(\"Configuring the bottle…\"),\n            \"steps\": _(\"Processing installer steps…\"),\n            \"exe\": _(\"Installing the {}…\".format(installer[1].get(\"Name\"))),\n            \"checks\": _(\"Performing final checks…\"),\n        }\n\n        self.status_init.set_title(installer[1].get(\"Name\"))\n        self.install_status_page.set_title(\n            _(\"Installing {0}…\").format(installer[1].get(\"Name\"))\n        )\n        self.status_installed.set_description(\n            _(\"{0} is now available in the programs view.\").format(\n                installer[1].get(\"Name\")\n            )\n        )\n        self.__set_icon()\n\n        self.btn_install.connect(\"clicked\", self.__check_resources)\n        self.btn_proceed.connect(\"clicked\", self.__install)\n        self.btn_close.connect(\"clicked\", self.__close)\n\n    def __set_icon(self):\n        try:\n            url = self.manager.installer_manager.get_icon_url(self.installer[0])\n            if url is None:\n                self.img_icon.set_visible(False)\n                self.img_icon_install.set_visible(False)\n                return\n\n            with urllib.request.urlopen(url) as res:\n                stream = Gio.MemoryInputStream.new_from_data(res.read(), None)\n                pixbuf = GdkPixbuf.Pixbuf.new_from_stream(stream, None)\n                self.img_icon.set_pixel_size(78)\n                self.img_icon.set_from_pixbuf(pixbuf)\n                self.img_icon_install.set_pixel_size(78)\n                self.img_icon_install.set_from_pixbuf(pixbuf)\n        except:\n            self.img_icon.set_visible(False)\n            self.img_icon_install.set_visible(False)\n\n    def __check_resources(self, *_args):\n        self.__local_resources = self.manager.installer_manager.has_local_resources(\n            self.installer\n        )\n        if len(self.__local_resources) == 0:\n            self.__install()\n            return\n\n        for resource in self.__local_resources:\n            _entry = LocalResourceEntry(self, resource)\n            GLib.idle_add(self.group_resources.add, _entry)\n\n        self.btn_proceed.set_visible(True)\n        self.stack.set_visible_child_name(\"page_resources\")\n\n    def __install(self, *_args):\n        self.set_deletable(False)\n        self.stack.set_visible_child_name(\"page_install\")\n\n        @GtkUtils.run_in_main_loop\n        def set_status(result, error=False):\n            if result is None:\n                self.__error(_(\"Installer failed with an unknown error (no result)\"))\n                return\n\n            if result.ok:\n                return self.__installed()\n            _err = result.data.get(\"message\", _(\"Installer failed with unknown error\"))\n            self.__error(_err)\n\n        self.set_steps(self.manager.installer_manager.count_steps(self.installer))\n\n        RunAsync(\n            task_func=self.manager.installer_manager.install,\n            callback=set_status,\n            config=self.config,\n            installer=self.installer,\n            step_fn=self.next_step,\n            local_resources=self.__final_resources,\n        )\n\n    def __installed(self):\n        self.set_deletable(False)\n        self.stack.set_visible_child_name(\"page_installed\")\n        self.window.page_details.view_bottle.update_programs()\n        self.window.page_details.go_back_sidebar()\n\n    def __error(self, error):\n        self.set_deletable(True)\n        self.status_error.set_description(error)\n        self.stack.set_visible_child_name(\"page_error\")\n\n    def next_step(self, detail=None):\n        \"\"\"Next step\"\"\"\n        section = self.__sections[self.__current_step]\n\n        if section == \"deps\" and detail is not None:\n            phrase = _(\"Installing dependency: {0}\").format(detail)\n        else:\n            phrase = self.__steps_phrases[section]\n\n        self.progressbar.set_text(phrase)\n        self.__current_step += 1\n        self.progressbar.set_fraction(self.__current_step * (1 / self.__steps))\n\n    def set_steps(self, steps):\n        \"\"\"Set steps\"\"\"\n        self.__steps = steps[\"total\"]\n        self.__sections = steps[\"sections\"]\n\n    def add_resource(self, resource, path):\n        self.__final_resources[resource] = path\n        if len(self.__local_resources) == len(self.__final_resources):\n            self.btn_proceed.set_sensitive(True)\n\n    def __close(self, *_args):\n        self.destroy()\n"
  },
  {
    "path": "bottles/frontend/windows/journal.py",
    "content": "# journal.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom datetime import datetime\nfrom gettext import gettext\n\nfrom gi.repository import Adw, Gtk, Pango\n\nfrom bottles.backend.managers.journal import JournalManager, JournalSeverity\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-journal.ui\")\nclass JournalDialog(Adw.Window):\n    __gtype_name__ = \"JournalDialog\"\n\n    # region Widgets\n    tree_view = Gtk.Template.Child()\n    search_entry = Gtk.Template.Child()\n    btn_all = Gtk.Template.Child()\n    btn_critical = Gtk.Template.Child()\n    btn_error = Gtk.Template.Child()\n    btn_warning = Gtk.Template.Child()\n    btn_info = Gtk.Template.Child()\n    label_filter = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, **kwargs):\n        super().__init__(**kwargs)\n\n        self.journal = list(JournalManager.get(period=\"all\").items())\n        self.store = Gtk.ListStore(str, str, str, bool)\n        self.current_severity = \"\"\n\n        # connect signals\n        self.search_entry.connect(\"search-changed\", self.on_search_changed)\n        self.btn_all.connect(\"clicked\", self.filter_results, \"\")\n        self.btn_critical.connect(\n            \"clicked\", self.filter_results, JournalSeverity.CRITICAL\n        )\n        self.btn_error.connect(\"clicked\", self.filter_results, JournalSeverity.ERROR)\n        self.btn_warning.connect(\n            \"clicked\", self.filter_results, JournalSeverity.WARNING\n        )\n        self.btn_info.connect(\"clicked\", self.filter_results, JournalSeverity.INFO)\n\n        self.__setup_tree_view()\n        self.populate_tree_view()\n\n    def __setup_tree_view(self):\n        self.tree_view.set_model(self.store)\n        self.tree_view.set_search_column(2)\n\n        for column in self.tree_view.get_columns():\n            self.tree_view.remove_column(column)\n\n        severity_renderer = Gtk.CellRendererText()\n        severity_column = Gtk.TreeViewColumn(gettext(\"Severity\"), severity_renderer)\n        severity_column.set_cell_data_func(\n            severity_renderer, self.__get_cell_data_func(0)\n        )\n        severity_column.set_resizable(True)\n        severity_column.set_sizing(Gtk.TreeViewColumnSizing.AUTOSIZE)\n        self.tree_view.append_column(severity_column)\n\n        timestamp_renderer = Gtk.CellRendererText()\n        timestamp_column = Gtk.TreeViewColumn(gettext(\"Timestamp\"), timestamp_renderer)\n        timestamp_column.set_cell_data_func(\n            timestamp_renderer, self.__get_cell_data_func(1)\n        )\n        timestamp_column.set_resizable(True)\n        timestamp_column.set_sizing(Gtk.TreeViewColumnSizing.AUTOSIZE)\n        self.tree_view.append_column(timestamp_column)\n\n        message_renderer = Gtk.CellRendererText()\n        message_renderer.set_property(\"ellipsize\", Pango.EllipsizeMode.END)\n\n        message_column = Gtk.TreeViewColumn(gettext(\"Message\"), message_renderer)\n        message_column.set_cell_data_func(\n            message_renderer, self.__get_cell_data_func(2)\n        )\n        message_column.set_expand(True)\n        message_column.set_resizable(True)\n        message_column.set_sizing(Gtk.TreeViewColumnSizing.GROW_ONLY)\n        message_column.set_min_width(260)\n        self.tree_view.append_column(message_column)\n\n    def populate_tree_view(self, query=\"\", severity=None):\n        self.store.clear()\n\n        if severity is None:\n            severity = self.current_severity\n\n        colors = {\n            JournalSeverity.CRITICAL: \"#db1600\",\n            JournalSeverity.ERROR: \"#db6600\",\n            JournalSeverity.WARNING: \"#dba100\",\n            JournalSeverity.INFO: \"#3283a8\",\n            JournalSeverity.CRASH: \"#db1600\",\n        }\n\n        last_date_label = None\n\n        for _, value in self.journal:\n            if query.lower() not in value[\"message\"].lower():\n                continue\n\n            if severity not in (\"\", value[\"severity\"]):\n                continue\n\n            timestamp = value.get(\"timestamp\", \"\")\n            try:\n                timestamp_dt = datetime.strptime(timestamp, \"%Y-%m-%d %H:%M:%S\")\n                date_label = timestamp_dt.strftime(\"%Y-%m-%d\")\n            except (TypeError, ValueError):\n                date_label = \"\"\n\n            if date_label != last_date_label:\n                self.store.append([\"\", date_label, \"\", True])\n                last_date_label = date_label\n\n            self.store.append(\n                [\n                    '<span foreground=\"{}\"><b>{}</b></span>'.format(\n                        colors.get(\n                            value[\"severity\"],\n                            colors.get(JournalSeverity.INFO, \"#3283a8\"),\n                        ),\n                        value[\"severity\"].capitalize(),\n                    ),\n                    timestamp,\n                    value.get(\"message\", \"\"),\n                    False,\n                ]\n            )\n\n    def on_search_changed(self, entry):\n        self.populate_tree_view(entry.get_text())\n\n    def filter_results(self, _, severity):\n        self.current_severity = severity\n        self.populate_tree_view(self.search_entry.get_text())\n\n        severity_labels = {\n            JournalSeverity.CRITICAL: gettext(\"Critical\"),\n            JournalSeverity.ERROR: gettext(\"Errors\"),\n            JournalSeverity.WARNING: gettext(\"Warnings\"),\n            JournalSeverity.INFO: gettext(\"Info\"),\n            JournalSeverity.CRASH: gettext(\"Crashes\"),\n        }\n\n        label = severity_labels.get(severity, gettext(\"All messages\"))\n        self.label_filter.set_text(label)\n\n    def __get_cell_data_func(self, column_index):\n        def _cell_data_func(column, renderer, model, iter_, _data=None):\n            self.__populate_cell(renderer, model, iter_, column_index)\n\n        return _cell_data_func\n\n    def __populate_cell(self, renderer, model, iter_, column_index):\n        is_group = model.get_value(iter_, 3)\n\n        renderer.set_property(\"text\", None)\n\n        if is_group:\n            if column_index == 1:\n                renderer.set_property(\"markup\", f\"<b>{model.get_value(iter_, 1)}</b>\")\n            else:\n                renderer.set_property(\"text\", \"\")\n            return\n\n        if column_index == 0:\n            renderer.set_property(\"markup\", model.get_value(iter_, 0))\n        elif column_index == 1:\n            renderer.set_property(\"text\", model.get_value(iter_, 1))\n        elif column_index == 2:\n            renderer.set_property(\"text\", model.get_value(iter_, 2))\n"
  },
  {
    "path": "bottles/frontend/windows/launchoptions.py",
    "content": "# launchoptions.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, GLib, GObject, Gtk\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-launch-options.ui\")\nclass LaunchOptionsDialog(Adw.Window):\n    __gtype_name__ = \"LaunchOptionsDialog\"\n    __gsignals__ = {\n        \"options-saved\": (GObject.SIGNAL_RUN_FIRST, None, (object,)),\n    }\n\n    # region Widgets\n    entry_arguments = Gtk.Template.Child()\n    btn_save = Gtk.Template.Child()\n    btn_pre_script = Gtk.Template.Child()\n    btn_pre_script_reset = Gtk.Template.Child()\n    entry_pre_script_args = Gtk.Template.Child()\n    btn_post_script = Gtk.Template.Child()\n    btn_post_script_reset = Gtk.Template.Child()\n    entry_post_script_args = Gtk.Template.Child()\n    btn_cwd = Gtk.Template.Child()\n    btn_cwd_reset = Gtk.Template.Child()\n    btn_reset_defaults = Gtk.Template.Child()\n    action_pre_script = Gtk.Template.Child()\n    action_post_script = Gtk.Template.Child()\n    switch_dxvk = Gtk.Template.Child()\n    switch_vkd3d = Gtk.Template.Child()\n    switch_nvapi = Gtk.Template.Child()\n    switch_winebridge = Gtk.Template.Child()\n    switch_gamescope = Gtk.Template.Child()\n    switch_virt_desktop = Gtk.Template.Child()\n    action_dxvk = Gtk.Template.Child()\n    action_vkd3d = Gtk.Template.Child()\n    action_nvapi = Gtk.Template.Child()\n    action_winebridge = Gtk.Template.Child()\n    action_gamescope = Gtk.Template.Child()\n    action_cwd = Gtk.Template.Child()\n    action_virt_desktop = Gtk.Template.Child()\n    # endregion\n\n    __default_pre_script_msg = _(\"Choose a script which should be executed before run.\")\n    __default_post_script_msg = _(\"Choose a script which should be executed after run.\")\n    __default_cwd_msg = _(\"Choose from where start the program.\")\n    __msg_disabled = _(\"{0} is disabled globally for this bottle.\")\n    __msg_override = _(\"This setting overrides the bottle's global setting.\")\n\n    def __set_disabled_switches(self):\n        if not self.global_dxvk:\n            self.action_dxvk.set_subtitle(self.__msg_disabled.format(\"DXVK\"))\n            self.switch_dxvk.set_sensitive(False)\n        if not self.global_vkd3d:\n            self.action_vkd3d.set_subtitle(self.__msg_disabled.format(\"VKD3D\"))\n            self.switch_vkd3d.set_sensitive(False)\n        if not self.global_nvapi:\n            self.action_nvapi.set_subtitle(self.__msg_disabled.format(\"DXVK-NVAPI\"))\n            self.switch_nvapi.set_sensitive(False)\n        if not self.global_winebridge:\n            self.action_winebridge.set_subtitle(\n                self.__msg_disabled.format(\"WineBridge\")\n            )\n            self.switch_winebridge.set_sensitive(False)\n\n    def __init__(self, parent, config, program, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.parent = parent\n        self.window = parent.window\n        self.manager = parent.window.manager\n        self.config = config\n        self.program = program\n\n        self.set_transient_for(self.window)\n\n        # set widget defaults\n        if program.get(\"arguments\") not in [\"\", None]:\n            self.entry_arguments.set_text(program.get(\"arguments\"))\n\n        # keeps track of toggled switches\n        self.toggled = {}\n        self.toggled[\"dxvk\"] = False\n        self.toggled[\"vkd3d\"] = False\n        self.toggled[\"dxvk_nvapi\"] = False\n        self.toggled[\"gamescope\"] = False\n        self.toggled[\"virtual_desktop\"] = False\n        self.toggled[\"winebridge\"] = False\n\n        # connect signals\n        self.btn_save.connect(\"clicked\", self.__save)\n        self.btn_pre_script.connect(\"clicked\", self.__choose_pre_script)\n        self.btn_pre_script_reset.connect(\"clicked\", self.__reset_pre_script)\n        self.btn_post_script.connect(\"clicked\", self.__choose_post_script)\n        self.btn_post_script_reset.connect(\"clicked\", self.__reset_post_script)\n        self.btn_cwd.connect(\"clicked\", self.__choose_cwd)\n        self.btn_cwd_reset.connect(\"clicked\", self.__reset_cwd)\n        self.btn_reset_defaults.connect(\"clicked\", self.__reset_defaults)\n        self.entry_arguments.connect(\"activate\", self.__save)\n\n        # set overrides status\n        self.global_dxvk = program_dxvk = config.Parameters.dxvk\n        self.global_vkd3d = program_vkd3d = config.Parameters.vkd3d\n        self.global_nvapi = program_nvapi = config.Parameters.dxvk_nvapi\n        self.global_gamescope = program_gamescope = config.Parameters.gamescope\n        self.global_virt_desktop = program_virt_desktop = (\n            config.Parameters.virtual_desktop\n        )\n        self.global_winebridge = program_winebridge = getattr(\n            config.Parameters, \"winebridge\", True\n        )\n\n        if self.program.get(\"dxvk\") is not None:\n            program_dxvk = self.program.get(\"dxvk\")\n            self.action_dxvk.set_subtitle(self.__msg_override)\n        if self.program.get(\"vkd3d\") is not None:\n            program_vkd3d = self.program.get(\"vkd3d\")\n            self.action_vkd3d.set_subtitle(self.__msg_override)\n        if self.program.get(\"dxvk_nvapi\") is not None:\n            program_nvapi = self.program.get(\"dxvk_nvapi\")\n            self.action_nvapi.set_subtitle(self.__msg_override)\n        if self.program.get(\"gamescope\") is not None:\n            program_gamescope = self.program.get(\"gamescope\")\n            self.action_gamescope.set_subtitle(self.__msg_override)\n        if self.program.get(\"virtual_desktop\") is not None:\n            program_virt_desktop = self.program.get(\"virtual_desktop\")\n            self.action_virt_desktop.set_subtitle(self.__msg_override)\n        if self.program.get(\"winebridge\") is not None:\n            program_winebridge = self.program.get(\"winebridge\")\n            self.action_winebridge.set_subtitle(self.__msg_override)\n\n        self.switch_dxvk.set_active(program_dxvk)\n        self.switch_vkd3d.set_active(program_vkd3d)\n        self.switch_nvapi.set_active(program_nvapi)\n        self.switch_gamescope.set_active(program_gamescope)\n        self.switch_virt_desktop.set_active(program_virt_desktop)\n        self.switch_winebridge.set_active(program_winebridge)\n\n        self.switch_dxvk.connect(\n            \"state-set\", self.__check_override, self.action_dxvk, \"dxvk\"\n        )\n        self.switch_vkd3d.connect(\n            \"state-set\", self.__check_override, self.action_vkd3d, \"vkd3d\"\n        )\n        self.switch_nvapi.connect(\n            \"state-set\", self.__check_override, self.action_nvapi, \"dxvk_nvapi\"\n        )\n        self.switch_gamescope.connect(\n            \"state-set\", self.__check_override, self.action_gamescope, \"gamescope\"\n        )\n        self.switch_virt_desktop.connect(\n            \"state-set\",\n            self.__check_override,\n            self.action_virt_desktop,\n            \"virtual_desktop\",\n        )\n        self.switch_winebridge.connect(\n            \"state-set\", self.__check_override, self.action_winebridge, \"winebridge\"\n        )\n\n        if program.get(\"pre_script\") not in (\"\", None):\n            self.action_pre_script.set_subtitle(program[\"pre_script\"])\n            self.btn_pre_script_reset.set_visible(True)\n            self.entry_pre_script_args.set_visible(True)\n            if program.get(\"pre_script_args\") not in (\"\", None):\n                self.entry_pre_script_args.set_text(program[\"pre_script_args\"])\n\n        if program.get(\"post_script\") not in (\"\", None):\n            self.action_post_script.set_subtitle(program[\"post_script\"])\n            self.btn_post_script_reset.set_visible(True)\n            self.entry_post_script_args.set_visible(True)\n            if program.get(\"post_script_args\") not in (\"\", None):\n                self.entry_post_script_args.set_text(program[\"post_script_args\"])\n\n        if program.get(\"folder\") not in (\n            \"\",\n            None,\n            ManagerUtils.get_exe_parent_dir(self.config, self.program[\"path\"]),\n        ):\n            self.action_cwd.set_subtitle(program[\"folder\"])\n            self.btn_cwd_reset.set_visible(True)\n\n        self.__set_disabled_switches()\n\n    def __check_override(self, widget, state, action, name):\n        self.toggled[name] = True\n        action.set_subtitle(self.__msg_override)\n\n    def get_config(self):\n        return self.config\n\n    def __set_override(self, name, program_value, global_value):\n        # Special reset value\n        if self.toggled[name] is None and name in self.program:\n            del self.program[name]\n        if self.toggled[name]:\n            self.program[name] = program_value\n\n    def __idle_save(self, *_args):\n        program_dxvk = self.switch_dxvk.get_state()\n        program_vkd3d = self.switch_vkd3d.get_state()\n        program_nvapi = self.switch_nvapi.get_state()\n        program_gamescope = self.switch_gamescope.get_state()\n        program_virt_desktop = self.switch_virt_desktop.get_state()\n        program_winebridge = self.switch_winebridge.get_state()\n\n        self.__set_override(\"dxvk\", program_dxvk, self.global_dxvk)\n        self.__set_override(\"vkd3d\", program_vkd3d, self.global_vkd3d)\n        self.__set_override(\"dxvk_nvapi\", program_nvapi, self.global_nvapi)\n        self.__set_override(\"gamescope\", program_gamescope, self.global_gamescope)\n        self.__set_override(\n            \"virtual_desktop\", program_virt_desktop, self.global_virt_desktop\n        )\n        self.__set_override(\"winebridge\", program_winebridge, self.global_winebridge)\n        self.program[\"arguments\"] = self.entry_arguments.get_text()\n\n        pre_args = self.entry_pre_script_args.get_text()\n        post_args = self.entry_post_script_args.get_text()\n        self.program[\"pre_script_args\"] = pre_args if pre_args else None\n        self.program[\"post_script_args\"] = post_args if post_args else None\n\n        self.config = self.manager.update_config(\n            config=self.config,\n            key=self.program[\"id\"],\n            value=self.program,\n            scope=\"External_Programs\",\n        ).data[\"config\"]\n\n        self.emit(\"options-saved\", self.config)\n        self.close()\n        return\n\n    def __save(self, *_args):\n        GLib.idle_add(self.__idle_save)\n\n    def __choose_pre_script(self, *_args):\n        def set_path(dialog, result):\n            try:\n                file = dialog.open_finish(result)\n\n                if file is None:\n                    self.action_pre_script.set_subtitle(self.__default_pre_script_msg)\n                    return\n\n                file_path = file.get_path()\n\n                self.program[\"pre_script\"] = file_path\n                self.action_pre_script.set_subtitle(file_path)\n                self.btn_pre_script_reset.set_visible(True)\n                self.entry_pre_script_args.set_visible(True)\n\n            except GLib.Error as error:\n                # also thrown when dialog has been cancelled\n                if error.code == 2:\n                    # error 2 seems to be 'dismiss' or 'cancel'\n                    if self.program.get(\"pre_script\") in (None, \"\"):\n                        self.action_pre_script.set_subtitle(\n                            self.__default_pre_script_msg\n                        )\n                else:\n                    # something else happened...\n                    logging.warning(\"Error selecting pre-run script: %s\" % error)\n\n        dialog = Gtk.FileDialog.new()\n        dialog.set_title(\"Select Pre-run Script\")\n        dialog.set_modal(True)\n        dialog.open(parent=self.window, callback=set_path)\n\n    def __choose_post_script(self, *_args):\n        def set_path(dialog, result):\n            try:\n                file = dialog.open_finish(result)\n\n                if file is None:\n                    self.action_post_script.set_subtitle(self.__default_post_script_msg)\n                    return\n\n                file_path = file.get_path()\n                self.program[\"post_script\"] = file_path\n                self.action_post_script.set_subtitle(file_path)\n                self.btn_post_script_reset.set_visible(True)\n                self.entry_post_script_args.set_visible(True)\n            except GLib.Error as error:\n                # also thrown when dialog has been cancelled\n                if error.code == 2:\n                    # error 2 seems to be 'dismiss' or 'cancel'\n                    if self.program.get(\"post_script\") in (None, \"\"):\n                        self.action_pre_script.set_subtitle(\n                            self.__default_pre_script_msg\n                        )\n                else:\n                    # something else happened...\n                    logging.warning(\"Error selecting post-run script: %s\" % error)\n\n        dialog = Gtk.FileDialog.new()\n        dialog.set_title(\"Select Post-run Script\")\n        dialog.set_modal(True)\n        dialog.open(parent=self.window, callback=set_path)\n\n    def __reset_pre_script(self, *_args):\n        self.program[\"pre_script\"] = None\n        self.program[\"pre_script_args\"] = None\n        self.action_pre_script.set_subtitle(self.__default_pre_script_msg)\n        self.btn_pre_script_reset.set_visible(False)\n        self.entry_pre_script_args.set_visible(False)\n        self.entry_pre_script_args.set_text(\"\")\n\n    def __reset_post_script(self, *_args):\n        self.program[\"post_script\"] = None\n        self.program[\"post_script_args\"] = None\n        self.action_post_script.set_subtitle(self.__default_post_script_msg)\n        self.btn_post_script_reset.set_visible(False)\n        self.entry_post_script_args.set_visible(False)\n        self.entry_post_script_args.set_text(\"\")\n\n    def __choose_cwd(self, *_args):\n        def set_path(dialog, result):\n            try:\n                directory = dialog.select_folder_finish(result)\n\n                if directory is None:\n                    self.action_cwd.set_subtitle(self.__default_cwd_msg)\n                    return\n\n                directory_path = directory.get_path()\n                self.program[\"folder\"] = directory_path\n                self.action_cwd.set_subtitle(directory_path)\n                self.btn_cwd_reset.set_visible(True)\n            except GLib.Error as error:\n                # also thrown when dialog has been cancelled\n                if error.code == 2:\n                    # error 2 seems to be 'dismiss' or 'cancel'\n                    if self.program.get(\"folder\") in (None, \"\"):\n                        self.action_cwd.set_subtitle(self.__default_cwd_msg)\n                else:\n                    # something else happened...\n                    logging.warning(\"Error selecting folder: %s\" % error)\n                    raise\n\n        dialog = Gtk.FileDialog.new()\n        dialog.set_title(_(\"Select Working Directory\"))\n        dialog.set_modal(True)\n        dialog.select_folder(parent=self.window, callback=set_path)\n\n    def __reset_cwd(self, *_args):\n        \"\"\"\n        This function reset the script path.\n        \"\"\"\n        self.program[\"folder\"] = ManagerUtils.get_exe_parent_dir(\n            self.config, self.program[\"path\"]\n        )\n        self.action_cwd.set_subtitle(self.__default_cwd_msg)\n        self.btn_cwd_reset.set_visible(False)\n\n    def __reset_defaults(self, *_args):\n        self.switch_dxvk.set_active(self.global_dxvk)\n        self.switch_vkd3d.set_active(self.global_vkd3d)\n        self.switch_nvapi.set_active(self.global_nvapi)\n        self.switch_gamescope.set_active(self.global_gamescope)\n        self.switch_virt_desktop.set_active(self.global_virt_desktop)\n        self.switch_winebridge.set_active(self.global_winebridge)\n        self.action_dxvk.set_subtitle(\"\")\n        self.action_vkd3d.set_subtitle(\"\")\n        self.action_nvapi.set_subtitle(\"\")\n        self.action_gamescope.set_subtitle(\"\")\n        self.action_virt_desktop.set_subtitle(\"\")\n        self.action_winebridge.set_subtitle(\"\")\n        self.__set_disabled_switches()\n        for name in self.toggled:\n            self.toggled[name] = None\n"
  },
  {
    "path": "bottles/frontend/windows/mangohud.py",
    "content": "# mangohud.py\n#\n# Copyright 2025 Bottles Contributors\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.logger import Logger\n\nlogging = Logger()\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-mangohud.ui\")\nclass MangoHudDialog(Adw.Window):\n    __gtype_name__ = \"MangoHudDialog\"\n\n    # Region Widgets\n    btn_save = Gtk.Template.Child()\n    display_on_game_start = Gtk.Template.Child()\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # Common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        # Connect signals\n        self.btn_save.connect(\"clicked\", self.__save)\n\n        self.__update(config)\n\n    def __update(self, config):\n        parameters = config.Parameters\n        self.display_on_game_start.set_active(parameters.mangohud_display_on_game_start)\n\n    def __idle_save(self, *_args):\n        settings = {\n            \"mangohud_display_on_game_start\": self.display_on_game_start.get_active(),\n        }\n\n        for setting in settings.keys():\n            self.manager.update_config(\n                config=self.config,\n                key=setting,\n                value=settings[setting],\n                scope=\"Parameters\",\n            )\n\n            self.destroy()\n\n    def __save(self, *_args):\n        GLib.idle_add(self.__idle_save)\n"
  },
  {
    "path": "bottles/frontend/windows/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\ndialogsdir = join_paths(pkgdatadir, 'bottles/frontend/windows')\n\nbottles_sources = [\n  '__init__.py',\n  'crash.py',\n  'dlloverrides.py',\n  'dependency_install.py',\n  'duplicate.py',\n  'envvars.py',\n  'generic.py',\n  'launchoptions.py',\n  'onboard.py',\n  'playtimegraph.py',\n  'rename.py',\n  'drives.py',\n  'funding.py',\n  'gamescope.py',\n  'vkbasalt.py',\n  'mangohud.py',\n  'display.py',\n  'generic_cli.py',\n  'journal.py',\n  'bottlepicker.py',\n  'protonalert.py',\n  'sandbox.py',\n  'installer.py',\n  'depscheck.py',\n  'exclusionpatterns.py',\n  'registry_rules.py',\n  'winebridgeupdate.py',\n  'upgradeversioning.py',\n  'vmtouch.py',\n  'window.py',\n  'versioning_settings.py',\n  'versioning_commit.py',\n  'versioning_branch.py',\n  'versioning_manage_branches.py',\n]\n\ninstall_data(bottles_sources, install_dir: dialogsdir)\n"
  },
  {
    "path": "bottles/frontend/windows/onboard.py",
    "content": "# onboard.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/onboard.ui\")\nclass OnboardDialog(Adw.Dialog):\n    __gtype_name__ = \"OnboardDialog\"\n    __installing = False\n    __progress_total = 0\n    __settings = Gtk.Settings.get_default()\n\n    # region Widgets\n    carousel = Gtk.Template.Child()\n    btn_close = Gtk.Template.Child()\n    btn_back = Gtk.Template.Child()\n    btn_next = Gtk.Template.Child()\n    btn_install = Gtk.Template.Child()\n    progressbar = Gtk.Template.Child()\n    label_progress = Gtk.Template.Child()\n    label_status = Gtk.Template.Child()\n    page_welcome = Gtk.Template.Child()\n    page_bottles = Gtk.Template.Child()\n    page_download = Gtk.Template.Child()\n    page_finish = Gtk.Template.Child()\n    img_welcome = Gtk.Template.Child()\n    label_skip = Gtk.Template.Child()\n    # endregion\n\n    carousel_pages = [\"welcome\", \"bottles\", \"download\", \"finish\"]\n    images = [\n        \"/com/usebottles/bottles/images/images/bottles-welcome.svg\",\n        \"/com/usebottles/bottles/images/images/bottles-welcome-night.svg\",\n    ]\n\n    def __init__(self, window, **kwargs):\n        super().__init__(**kwargs)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n\n        # connect signals\n        self.carousel.connect(\"page-changed\", self.__page_changed)\n        self.btn_close.connect(\"clicked\", self.__close_dialog)\n        self.btn_back.connect(\"clicked\", self.__previous_page)\n        self.btn_next.connect(\"clicked\", self.__next_page)\n        self.btn_install.connect(\"clicked\", self.__install_runner)\n        self.__settings.connect(\n            \"notify::gtk-application-prefer-dark-theme\", self.__theme_changed\n        )\n\n        self.btn_close.set_sensitive(False)\n\n        if self.__settings.get_property(\"gtk-application-prefer-dark-theme\"):\n            self.img_welcome.set_from_resource(self.images[1])\n\n        self.__page_changed()\n\n    def __theme_changed(self, settings, key):\n        self.img_welcome.set_from_resource(\n            self.images[settings.get_property(\"gtk-application-prefer-dark-theme\")]\n        )\n\n    def __get_page(self, index):\n        return self.carousel_pages[index]\n\n    def __page_changed(self, widget=False, index=0, *_args):\n        \"\"\"\n        This function is called on first load and when the user require\n        to change the page. It sets the widgets' status according to\n        the step of the onboard progress.\n        \"\"\"\n        page = self.__get_page(index)\n\n        if page == \"finish\":\n            self.btn_back.set_visible(False)\n            self.btn_next.set_visible(False)\n        elif page == \"download\":\n            self.btn_back.set_visible(True)\n            self.btn_next.set_visible(False)\n            self.btn_install.set_visible(True)\n        elif page == \"welcome\":\n            self.btn_back.set_visible(False)\n            self.btn_next.set_visible(True)\n        else:\n            self.btn_back.set_visible(True)\n            self.btn_next.set_visible(True)\n\n    @staticmethod\n    def __quit(widget=False):\n        quit()\n\n    def __install_runner(self, widget):\n        @GtkUtils.run_in_main_loop\n        def set_completed(result: Result, error=False):\n            if result.ok:\n                self.label_skip.set_visible(False)\n                self.btn_close.set_sensitive(True)\n                self.__next_page()\n            else:\n                self.__installing = False\n                self.btn_install.set_visible(True)\n                self.progressbar.set_visible(False)\n\n        self.__installing = True\n        self.btn_back.set_visible(False)\n        self.btn_next.set_visible(False)\n        self.btn_install.set_visible(False)\n        self.progressbar.set_visible(True)\n        self.progressbar.set_fraction(0)\n        self.label_progress.set_visible(False)\n        self.label_status.set_visible(False)\n        self.__progress_total = 0\n        self.carousel.set_allow_long_swipes(False)\n        self.carousel.set_allow_mouse_drag(False)\n        self.carousel.set_allow_scroll_wheel(False)\n\n        RunAsync(\n            task_func=self.manager.checks,\n            callback=set_completed,\n            install_latest=True,\n            first_run=True,\n            progress_callback=self.__handle_progress,\n        )\n\n    def __previous_page(self, widget=False):\n        index = int(self.carousel.get_position())\n        previous_page = self.carousel.get_nth_page(index - 1)\n        self.carousel.scroll_to(previous_page, True)\n\n    def __next_page(self, widget=False):\n        index = int(self.carousel.get_position())\n        next_page = self.carousel.get_nth_page(index + 1)\n        self.carousel.scroll_to(next_page, True)\n\n    def __handle_progress(self, **kwargs):\n        self.__update_progress(**kwargs)\n\n    @GtkUtils.run_in_main_loop\n    def __update_progress(\n        self,\n        description: str,\n        current_step: int,\n        total_steps: int,\n        completed: bool,\n    ):\n        if total_steps:\n            self.__progress_total = total_steps\n\n        displayed_step = current_step\n        completed_steps = current_step if completed else max(0, current_step - 1)\n\n        if self.__progress_total:\n            self.progressbar.set_fraction(completed_steps / self.__progress_total)\n            self.progressbar.set_visible(True)\n            self.label_progress.set_visible(True)\n            self.label_progress.set_label(\n                _(\"Step {current} of {total}\").format(\n                    current=displayed_step, total=self.__progress_total\n                )\n            )\n\n        if not completed:\n            self.label_status.set_visible(True)\n            self.label_status.set_label(description)\n\n    @GtkUtils.run_in_main_loop\n    def __update_progress(\n        self,\n        description: str,\n        current_step: int,\n        total_steps: int,\n        completed: bool,\n    ):\n        if total_steps:\n            self.__progress_total = total_steps\n\n        displayed_step = current_step\n        completed_steps = current_step if completed else max(0, current_step - 1)\n\n        if self.__progress_total:\n            self.progressbar.set_fraction(completed_steps / self.__progress_total)\n            self.progressbar.set_visible(True)\n            self.label_progress.set_visible(True)\n            self.label_progress.set_label(\n                _(\"Step {current} of {total}\").format(\n                    current=displayed_step, total=self.__progress_total\n                )\n            )\n\n        if not completed:\n            self.label_status.set_visible(True)\n            self.label_status.set_label(description)\n\n    def __close_dialog(self, widget):\n        self.force_close()\n"
  },
  {
    "path": "bottles/frontend/windows/playtimegraph.py",
    "content": "# playtimegraph.py\n#\n# Copyright 2025\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom datetime import datetime, timedelta\nfrom gettext import gettext as _\nfrom typing import Optional, List, Any\n\nfrom gi.repository import Gtk, Adw\n\nfrom bottles.backend.logger import Logger\nfrom bottles.frontend.utils.playtime import PlaytimeService\nfrom bottles.frontend.widgets.playtimechart_weekly import PlaytimeChartWeekly\nfrom bottles.frontend.widgets.playtimechart_hourly import PlaytimeChartHourly\nfrom bottles.frontend.widgets.playtimechart_monthly import PlaytimeChartMonthly\n\n\nlogging = Logger()\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-playtime-graph.ui\")\nclass PlaytimeGraphDialog(Adw.Window):\n    __gtype_name__ = \"PlaytimeGraphDialog\"\n\n    # region Widgets\n    label_program_title: Gtk.Label = Gtk.Template.Child()\n    label_today_time: Gtk.Label = Gtk.Template.Child()\n    label_week_time: Gtk.Label = Gtk.Template.Child()\n    label_week_label: Gtk.Label = Gtk.Template.Child()\n    label_week_avg: Gtk.Label = Gtk.Template.Child()\n    label_date_range: Gtk.Label = Gtk.Template.Child()\n    btn_prev: Gtk.Button = Gtk.Template.Child()\n    btn_next: Gtk.Button = Gtk.Template.Child()\n    btn_view_week: Gtk.ToggleButton = Gtk.Template.Child()\n    btn_view_day: Gtk.ToggleButton = Gtk.Template.Child()\n    btn_view_year: Gtk.ToggleButton = Gtk.Template.Child()\n    chart_container: Gtk.Box = Gtk.Template.Child()\n    label_total_time: Gtk.Label = Gtk.Template.Child()\n    label_sessions_count: Gtk.Label = Gtk.Template.Child()\n    label_last_played: Gtk.Label = Gtk.Template.Child()\n    # endregion\n\n    def __init__(\n        self,\n        parent: Any,\n        program_name: str,\n        program_id: Optional[str] = None,\n        bottle_id: Optional[str] = None,\n        **kwargs: Any,\n    ) -> None:\n        super().__init__(**kwargs)\n        self.set_transient_for(parent.window)\n\n        self.parent = parent\n        self.program_name: str = program_name\n        self.program_id: Optional[str] = program_id\n        self.bottle_id: Optional[str] = bottle_id\n        self.current_week_offset: int = 0  # 0 = current week, -1 = previous week, etc.\n        self.current_view: str = \"week\"  # \"week\", \"day\", or \"year\"\n        self._chart_weekly: Optional[PlaytimeChartWeekly] = None\n        self._chart_hourly: Optional[PlaytimeChartHourly] = None\n        self._chart_monthly: Optional[PlaytimeChartMonthly] = None\n\n        self.label_program_title.set_label(program_name)  # type: ignore\n\n        # Connect signals\n        self.btn_prev.connect(\"clicked\", self.__on_prev_week)  # type: ignore\n        self.btn_next.connect(\"clicked\", self.__on_next_week)  # type: ignore\n        self.btn_view_week.connect(\"toggled\", self.__on_view_toggled, \"week\")  # type: ignore\n        self.btn_view_day.connect(\"toggled\", self.__on_view_toggled, \"day\")  # type: ignore\n        self.btn_view_year.connect(\"toggled\", self.__on_view_toggled, \"year\")  # type: ignore\n\n        self.__load_data()\n\n    def __on_view_toggled(self, button: Gtk.ToggleButton, view: str) -> None:\n        \"\"\"Handle view toggle button clicks.\"\"\"\n        if not button.get_active():\n            return\n\n        self.current_view = view\n        self.current_week_offset = 0  # Reset navigation when switching views\n        self.__load_data()\n\n        # Update navigation button tooltips based on view\n        if view == \"week\":\n            self.btn_prev.set_tooltip_text(_(\"Previous Week\"))  # type: ignore\n            self.btn_next.set_tooltip_text(_(\"Next Week\"))  # type: ignore\n        elif view == \"day\":\n            self.btn_prev.set_tooltip_text(_(\"Previous Day\"))  # type: ignore\n            self.btn_next.set_tooltip_text(_(\"Next Day\"))  # type: ignore\n        elif view == \"year\":\n            self.btn_prev.set_tooltip_text(_(\"Previous Year\"))  # type: ignore\n            self.btn_next.set_tooltip_text(_(\"Next Year\"))  # type: ignore\n\n    def __on_prev_week(self, _widget: Gtk.Button) -> None:\n        \"\"\"Navigate to previous week.\"\"\"\n        self.current_week_offset -= 1\n        self.__load_data()\n\n    def __on_next_week(self, _widget: Gtk.Button) -> None:\n        \"\"\"Navigate to next week.\"\"\"\n        # Don't allow going into the future\n        if self.current_week_offset < 0:\n            self.current_week_offset += 1\n            self.__load_data()\n\n    def __load_data(self) -> None:\n        \"\"\"Load and display playtime data from the database.\"\"\"\n        today = datetime.now()\n\n        # Update date range label and navigation based on view\n        if self.current_view == \"week\":\n            week_start = (\n                today\n                - timedelta(days=today.weekday())\n                + timedelta(weeks=self.current_week_offset)\n            )\n            week_end = week_start + timedelta(days=6)\n            date_range = _(\"{} – {}\").format(\n                week_start.strftime(\"%b %-d\"), week_end.strftime(\"%b %-d\")\n            )\n            self.btn_next.set_sensitive(self.current_week_offset < 0)  # type: ignore\n\n        elif self.current_view == \"day\":\n            target_date = today + timedelta(days=self.current_week_offset)\n            date_range = target_date.strftime(\"%B %-d, %Y\")\n            self.btn_next.set_sensitive(self.current_week_offset < 0)  # type: ignore\n\n        elif self.current_view == \"year\":\n            target_year = today.year + self.current_week_offset\n            date_range = str(target_year)\n            self.btn_next.set_sensitive(self.current_week_offset < 0)  # type: ignore\n\n        self.label_date_range.set_label(date_range)  # type: ignore\n\n        # Render bar chart based on current view\n        period_minutes = 0\n        period_avg_minutes = 0\n        period_label = \"\"\n        avg_label = \"\"\n\n        if self.current_view == \"week\":\n            daily_data = self.__get_weekly_data()\n            self.__render_chart(daily_data)\n\n            period_minutes = sum(daily_data)\n            period_avg_minutes = period_minutes // 7 if period_minutes > 0 else 0\n            period_label = (\n                _(\"This Week\") if self.current_week_offset == 0 else _(\"Weekly\")\n            )\n            avg_label = _(\"Daily Average: {}\")\n\n        elif self.current_view == \"day\":\n            hourly_data = self.__get_hourly_data()\n            self.__render_chart(hourly_data)\n\n            period_minutes = sum(hourly_data)\n            # Average divides total time by number of hours with data (not zero)\n            hours_with_data = sum(1 for minutes in hourly_data if minutes > 0)\n            period_avg_minutes = (\n                period_minutes // hours_with_data if hours_with_data > 0 else 0\n            )\n            period_label = _(\"Today\") if self.current_week_offset == 0 else _(\"Daily\")\n            avg_label = _(\"Hourly Average: {}\")\n\n        elif self.current_view == \"year\":\n            monthly_data = self.__get_monthly_data()\n            self.__render_chart(monthly_data)\n\n            period_minutes = sum(monthly_data)\n            period_avg_minutes = period_minutes // 12 if period_minutes > 0 else 0\n            period_label = (\n                _(\"This Year\") if self.current_week_offset == 0 else _(\"Yearly\")\n            )\n            avg_label = _(\"Monthly Average: {}\")\n\n        # Always get TODAY's playtime regardless of which period is being viewed\n        today_minutes = 0\n        if self.bottle_id and self.program_id:\n            service = PlaytimeService(self.parent.manager)\n            date_str = today.strftime(\"%Y-%m-%d\")\n            hourly_data = service.get_hourly_data(\n                bottle_id=self.bottle_id,\n                program_id=self.program_id,\n                date_str=date_str,\n            )\n            today_minutes = sum(hourly_data)\n\n        # Check if there's sub-minute playtime for today\n        has_sub_minute_playtime = False\n        if today_minutes == 0 and self.bottle_id and self.program_id:\n            service = PlaytimeService(self.parent.manager)\n            date_str = today.strftime(\"%Y-%m-%d\")\n            session_count = service.get_daily_session_count(\n                bottle_id=self.bottle_id,\n                program_id=self.program_id,\n                date_str=date_str,\n            )\n            has_sub_minute_playtime = session_count > 0\n\n        self.label_today_time.set_label(\n            self.__format_time(\n                today_minutes, allow_less_than_minute=has_sub_minute_playtime\n            )\n        )  # type: ignore\n\n        self.label_week_time.set_label(self.__format_time(period_minutes))  # type: ignore\n        self.label_week_label.set_label(period_label)  # type: ignore\n        self.label_week_avg.set_label(  # type: ignore\n            avg_label.format(self.__format_time(period_avg_minutes))\n        )\n\n        # Get period-specific stats and global last played from database\n        service = PlaytimeService(self.parent.manager)\n        if self.bottle_id and self.program_id:\n            # Get period-specific session count based on current view\n            if self.current_view == \"week\":\n                session_count = service.get_weekly_session_count(\n                    bottle_id=self.bottle_id,\n                    program_id=self.program_id,\n                    week_offset=self.current_week_offset,\n                )\n            elif self.current_view == \"day\":\n                target_date = datetime.now() + timedelta(days=self.current_week_offset)\n                date_str = target_date.strftime(\"%Y-%m-%d\")\n                session_count = service.get_daily_session_count(\n                    bottle_id=self.bottle_id,\n                    program_id=self.program_id,\n                    date_str=date_str,\n                )\n            elif self.current_view == \"year\":\n                target_year = datetime.now().year + self.current_week_offset\n                session_count = service.get_yearly_session_count(\n                    bottle_id=self.bottle_id,\n                    program_id=self.program_id,\n                    year=target_year,\n                )\n            else:\n                session_count = 0\n\n            # Get global program record for last played (always global)\n            # Since we already have program_id, get totals directly from backend\n            totals_data = None\n            try:\n                totals_data = self.parent.window.manager.playtime_tracker.get_totals(\n                    self.bottle_id, self.program_id\n                )\n            except Exception as e:\n                logging.debug(f\"Failed to get totals: {e}\")\n\n            if totals_data:\n                # Display period total and session count with smart formatting\n                self.label_total_time.set_label(self.__format_time(period_minutes))  # type: ignore\n                self.label_sessions_count.set_label(str(session_count))  # type: ignore\n\n                # Format last played (always global)\n                last_played = (\n                    datetime.fromtimestamp(totals_data[\"last_played\"])\n                    if totals_data.get(\"last_played\")\n                    else None\n                )\n                last_played_text = service.format_last_played(last_played)\n                self.label_last_played.set_label(last_played_text)  # type: ignore\n            else:\n                # No data available\n                self.label_total_time.set_label(_(\"0h 0m\"))  # type: ignore\n                self.label_sessions_count.set_label(\"0\")  # type: ignore\n                self.label_last_played.set_label(_(\"Never\"))  # type: ignore\n        else:\n            # Missing IDs, show zeros\n            self.label_total_time.set_label(_(\"0h 0m\"))  # type: ignore\n            self.label_sessions_count.set_label(\"0\")  # type: ignore\n            self.label_last_played.set_label(_(\"Never\"))  # type: ignore\n\n    def __get_weekly_data(self) -> List[int]:\n        \"\"\"Retrieve weekly playtime data from the database.\"\"\"\n        # Check if we have required IDs\n        if not self.bottle_id or not self.program_id:\n            return [0] * 7\n\n        service = PlaytimeService(self.parent.manager)\n        daily_data = service.get_weekly_data(\n            bottle_id=self.bottle_id,\n            program_id=self.program_id,\n            week_offset=self.current_week_offset,\n        )\n\n        return daily_data\n\n    def __get_hourly_data(self) -> List[int]:\n        \"\"\"Retrieve hourly playtime data for a specific day.\"\"\"\n        if not self.bottle_id or not self.program_id:\n            return [0] * 24\n\n        # Calculate date based on offset\n        target_date = datetime.now() + timedelta(days=self.current_week_offset)\n        date_str = target_date.strftime(\"%Y-%m-%d\")\n\n        service = PlaytimeService(self.parent.manager)\n        hourly_data = service.get_hourly_data(\n            bottle_id=self.bottle_id, program_id=self.program_id, date_str=date_str\n        )\n\n        return hourly_data\n\n    def __get_monthly_data(self) -> List[int]:\n        \"\"\"Retrieve monthly playtime data for a specific year.\"\"\"\n        if not self.bottle_id or not self.program_id:\n            return [0] * 12\n\n        # Calculate year based on offset\n        target_year = datetime.now().year + self.current_week_offset\n\n        service = PlaytimeService(self.parent.manager)\n        monthly_data = service.get_monthly_data(\n            bottle_id=self.bottle_id, program_id=self.program_id, year=target_year\n        )\n\n        return monthly_data\n\n    def __render_chart(self, data: List[int]) -> None:\n        \"\"\"Render the appropriate chart widget based on current view.\"\"\"\n        # Clear existing content\n        while child := self.chart_container.get_first_child():  # type: ignore\n            self.chart_container.remove(child)  # type: ignore\n\n        # Create or reuse appropriate chart widget based on view\n        if self.current_view == \"week\":\n            if self._chart_weekly is None:\n                self._chart_weekly = PlaytimeChartWeekly()\n            self._chart_weekly.set_daily_data(data)\n            self.chart_container.append(self._chart_weekly)  # type: ignore\n\n        elif self.current_view == \"day\":\n            if self._chart_hourly is None:\n                self._chart_hourly = PlaytimeChartHourly()\n            self._chart_hourly.set_hourly_data(data)\n            self.chart_container.append(self._chart_hourly)  # type: ignore\n\n        elif self.current_view == \"year\":\n            if self._chart_monthly is None:\n                self._chart_monthly = PlaytimeChartMonthly()\n            self._chart_monthly.set_monthly_data(data)\n            self.chart_container.append(self._chart_monthly)  # type: ignore\n\n    def __format_time(self, minutes: int, allow_less_than_minute: bool = False) -> str:\n        \"\"\"Format minutes into human-readable time string.\"\"\"\n        if minutes == 0:\n            return _(\"<1m\") if allow_less_than_minute else _(\"No Data\")\n        return PlaytimeService.format_playtime(minutes * 60)\n"
  },
  {
    "path": "bottles/frontend/windows/protonalert.py",
    "content": "# protonalert.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gi.repository import Adw, Gtk\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-proton-alert.ui\")\nclass ProtonAlertDialog(Adw.Window):\n    __gtype_name__ = \"ProtonAlertDialog\"\n    __resources = {}\n\n    # region Widgets\n    btn_use = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n    check_confirm = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, callback, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        self.callback = callback\n\n        # connect signals\n        self.btn_use.connect(\"clicked\", self.__callback, True)\n        self.btn_cancel.connect(\"clicked\", self.__callback, False)\n        self.check_confirm.connect(\"toggled\", self.__toggle_btn_use)\n\n    def __callback(self, _, status):\n        self.destroy()\n        self.callback(status)\n        self.close()\n\n    def __toggle_btn_use(self, widget, *_args):\n        self.btn_use.set_sensitive(widget.get_active())\n"
  },
  {
    "path": "bottles/frontend/windows/registry_rules.py",
    "content": "#\n# Copyright 2025\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.managers.registry_rule import RegistryRuleManager\nfrom bottles.backend.models.registry_rule import RegistryRule\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/registry-rule-entry.ui\")\nclass RegistryRuleEntry(Adw.ActionRow):\n    __gtype_name__ = \"RegistryRuleEntry\"\n\n    # region Widgets\n    btn_apply = Gtk.Template.Child()\n    btn_delete = Gtk.Template.Child()\n    btn_edit = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, parent, rule: RegistryRule, config, manager, **kwargs):\n        super().__init__(**kwargs)\n\n        self.parent = parent\n        self.window = parent.window\n        self.rule = rule\n        self.config = config\n        self.manager = manager\n\n        self.set_title(rule.name)\n        self._set_subtitle()\n\n        if not self.config:\n            self.btn_apply.set_visible(False)\n\n        self.btn_apply.connect(\"clicked\", self.__apply)\n        self.btn_delete.connect(\"clicked\", self.__delete)\n        self.btn_edit.connect(\"clicked\", self.__edit)\n\n    def _set_subtitle(self):\n        details = []\n        if self.rule.description:\n            details.append(self.rule.description)\n        if self.rule.triggers:\n            details.append(_(\"Triggers: {}\".format(\", \".join(self.rule.triggers))))\n        if self.rule.run_once:\n            details.append(_(\"Run once\"))\n\n        subtitle = \" \\u2022 \".join(details) if details else _(\"No description provided\")\n        self.set_subtitle(subtitle)\n\n    def __apply(self, *_args):\n        if not self.config:\n            return\n        RegistryRuleManager.apply_rules(self.config, rule_names=[self.rule.name])\n        self.window.show_toast(_(\"Applied {} to this bottle\").format(self.rule.name))\n\n    def __delete(self, *_args):\n        RegistryRuleManager.delete_rule(self.manager, self.config, self.rule.name)\n        self.parent.remove_entry(self)\n        self.window.show_toast(_(\"{} removed\").format(self.rule.name))\n\n    def __edit(self, *_args):\n        self.parent.populate_form(self.rule)\n"
  },
  {
    "path": "bottles/frontend/windows/rename.py",
    "content": "# rename.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gi.repository import Adw, Gtk\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-rename.ui\")\nclass RenameDialog(Adw.Window):\n    __gtype_name__ = \"RenameDialog\"\n\n    # region Widgets\n    entry_name = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n    btn_save = Gtk.Template.Child()\n    ev_controller = Gtk.EventControllerKey.new()\n\n    # endregion\n\n    def __init__(self, window, name, on_save, **kwargs):\n        super().__init__(**kwargs)\n\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.on_save = on_save\n\n        # set widget defaults\n        self.entry_name.set_text(name)\n        self.entry_name.add_controller(self.ev_controller)\n\n        # connect signals\n        self.ev_controller.connect(\"key-released\", self.on_change)\n        self.btn_cancel.connect(\"clicked\", self.__close_window)\n        self.btn_save.connect(\"clicked\", self.__on_save)\n\n    def __on_save(self, *_args):\n        text = self.entry_name.get_text()\n        self.on_save(new_name=text)\n        self.destroy()\n\n    def __close_window(self, *_args):\n        self.destroy()\n\n    def on_change(self, *_args):\n        self.btn_save.set_sensitive(len(self.entry_name.get_text()) > 0)\n"
  },
  {
    "path": "bottles/frontend/windows/sandbox.py",
    "content": "# sandbox.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gi.repository import Adw, Gtk\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-sandbox.ui\")\nclass SandboxDialog(Adw.Window):\n    __gtype_name__ = \"SandboxDialog\"\n\n    # region Widgets\n    switch_net = Gtk.Template.Child()\n    switch_sound = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n        self.__update(config)\n\n        # connect signals\n        self.switch_net.connect(\"state-set\", self.__set_flag, \"share_net\")\n        self.switch_sound.connect(\"state-set\", self.__set_flag, \"share_sound\")\n\n    def __set_flag(self, widget, state, flag):\n        self.config = self.manager.update_config(\n            config=self.config, key=flag, value=state, scope=\"Sandbox\"\n        ).data[\"config\"]\n\n    def __update(self, config):\n        self.switch_net.set_active(config.Sandbox.share_net)\n        self.switch_sound.set_active(config.Sandbox.share_sound)\n"
  },
  {
    "path": "bottles/frontend/windows/upgradeversioning.py",
    "content": "# duplicate.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport time\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.utils.threading import RunAsync\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-upgrade-versioning.ui\")\nclass UpgradeVersioningDialog(Adw.Window):\n    __gtype_name__ = \"UpgradeVersioningDialog\"\n\n    # region Widgets\n    btn_cancel = Gtk.Template.Child()\n    btn_proceed = Gtk.Template.Child()\n    btn_upgrade = Gtk.Template.Child()\n    stack_switcher = Gtk.Template.Child()\n    progressbar = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, parent, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(parent.window)\n\n        # common variables and references\n        self.parent = parent\n        self.config = parent.config\n\n        # connect signals\n        self.btn_upgrade.connect(\"clicked\", self.__upgrade)\n        self.btn_proceed.connect(\"clicked\", self.__proceed)\n\n    def __upgrade(self, widget):\n        \"\"\"\n        This function take the new bottle name from the entry\n        and create a new duplicate of the bottle. It also change the\n        stack_switcher page when the process is finished.\n        \"\"\"\n        self.stack_switcher.set_visible_child_name(\"page_upgrading\")\n        self.btn_upgrade.set_visible(False)\n        self.btn_cancel.set_visible(False)\n        self.btn_cancel.set_label(\"Close\")\n\n        RunAsync(self.pulse)\n        RunAsync(\n            task_func=self.parent.manager.versioning_manager.update_system,\n            callback=self.finish,\n            config=self.config,\n        )\n\n    def __proceed(self, widget):\n        self.stack_switcher.set_visible_child_name(\"page_info\")\n        self.btn_proceed.set_visible(False)\n        self.btn_upgrade.set_visible(True)\n\n    def finish(self, result, error=False):\n        self.btn_cancel.set_visible(True)\n        self.parent.manager.update_bottles()\n        self.stack_switcher.set_visible_child_name(\"page_finish\")\n\n    def pulse(self):\n        # This function update the progress bar every half second.\n        while True:\n            time.sleep(0.5)\n            self.progressbar.pulse()\n"
  },
  {
    "path": "bottles/frontend/windows/versioning_branch.py",
    "content": "# versioning_branch.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\nfrom gi.repository import Adw, Gtk\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-versioning-branch.ui\")\nclass VersioningBranchDialog(Adw.PreferencesDialog):\n    __gtype_name__ = \"VersioningBranchDialog\"\n\n    entry_name = Gtk.Template.Child()\n\n    def __init__(self, parent, callback, **kwargs):\n        super().__init__(**kwargs)\n        self.parent = parent\n        self.callback = callback\n        \n        self.entry_name.connect(\"apply\", self.on_apply)\n\n    def on_apply(self, widget):\n        name = self.entry_name.get_text()\n        if name and \" \" not in name:\n            self.callback(name)\n            self.close()\n"
  },
  {
    "path": "bottles/frontend/windows/versioning_commit.py",
    "content": "# versioning_commit.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\nfrom gi.repository import Adw, Gtk\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-versioning-commit.ui\")\nclass VersioningCommitDialog(Adw.PreferencesDialog):\n    __gtype_name__ = \"VersioningCommitDialog\"\n\n    entry_message = Gtk.Template.Child()\n\n    def __init__(self, parent, callback, **kwargs):\n        super().__init__(**kwargs)\n        self.parent = parent\n        self.callback = callback\n        \n        self.entry_message.connect(\"apply\", self.on_apply)\n\n    def on_apply(self, widget):\n        msg = self.entry_message.get_text()\n        self.callback(msg)\n        self.close()\n"
  },
  {
    "path": "bottles/frontend/windows/versioning_manage_branches.py",
    "content": "# versioning_manage_branches.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nfrom gettext import gettext as _\nfrom gi.repository import Adw, Gtk\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-versioning-manage-branches.ui\")\nclass VersioningManageBranchesDialog(Adw.PreferencesDialog):\n    __gtype_name__ = \"VersioningManageBranchesDialog\"\n\n    list_branches = Gtk.Template.Child()\n\n    def __init__(self, parent, versioning_view, **kwargs):\n        super().__init__(**kwargs)\n        self.versioning_view = versioning_view\n        self.manager = versioning_view.manager\n        self.config = versioning_view.config\n        \n        self.refresh_branches()\n        \n    def refresh_branches(self):\n        while self.list_branches.get_first_child():\n            self.list_branches.remove(self.list_branches.get_first_child())\n            \n        def _fetch():\n            res = self.manager.versioning_manager.list_states(self.config)\n            if not getattr(res, \"data\", None):\n                return [], \"\"\n            branches = res.data.get(\"branches\", [])\n            active = res.data.get(\"active_branch\", \"\")\n            return branches, active\n            \n        @GtkUtils.run_in_main_loop\n        def _on_fetched(result, error):\n            if error or not result:\n                return\n            branches, active = result\n            for branch in branches:\n                row = Adw.ActionRow(title=branch)\n                if branch == active:\n                    row.set_subtitle(_(\"Active branch\"))\n                else:\n                    btn = Gtk.Button(icon_name=\"user-trash-symbolic\", valign=Gtk.Align.CENTER)\n                    btn.set_tooltip_text(_(\"Delete Branch\"))\n                    btn.add_css_class(\"flat\")\n                    btn.connect(\"clicked\", self.on_delete_branch, branch)\n                    row.add_suffix(btn)\n                self.list_branches.append(row)\n                \n        RunAsync(_fetch, _on_fetched)\n\n    def on_delete_branch(self, button, branch_name):\n        button.set_sensitive(False)\n        \n        @GtkUtils.run_in_main_loop\n        def _on_deleted(result, error):\n            self.refresh_branches()\n            self.versioning_view.update()\n            self.versioning_view._refresh_details_badge()\n            \n        RunAsync(\n            task_func=self.manager.versioning_manager.delete_branch,\n            callback=_on_deleted,\n            config=self.config,\n            branch_name=branch_name\n        )\n"
  },
  {
    "path": "bottles/frontend/windows/versioning_settings.py",
    "content": "# versioning_settings.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\n\nfrom gettext import gettext as _\n\nfrom gi.repository import Adw, Gtk\n\nfrom bottles.backend.models.config import BottleConfig\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-versioning-settings.ui\")\nclass VersioningSettingsDialog(Adw.Window):\n    __gtype_name__ = \"VersioningSettingsDialog\"\n\n    # region Widgets\n    switch_auto_versioning = Gtk.Template.Child()\n    # endregion\n\n    def __init__(self, window, config: BottleConfig, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n        self.window = window\n        self.config = config\n        self.manager = window.manager\n\n        parameters = self.config.Parameters\n\n        # Setup states\n        self.switch_auto_versioning.set_active(parameters.versioning_automatic)\n\n        # Connect signals\n        self.switch_auto_versioning.connect(\n            \"state-set\", self.__toggle_feature_cb, \"versioning_automatic\"\n        )\n\n    def __toggle_feature(self, state: bool, key: str) -> None:\n        \"\"\"Toggle a specific feature.\"\"\"\n        self.config = self.manager.update_config(\n            config=self.config, key=key, value=state, scope=\"Parameters\"\n        ).data[\"config\"]\n\n    def __toggle_feature_cb(self, _widget: Gtk.Widget, state: bool, key: str) -> None:\n        self.__toggle_feature(state=state, key=key)\n"
  },
  {
    "path": "bottles/frontend/windows/vkbasalt.py",
    "content": "# vkbasalt.py\n#\n# Copyright 2025 Hari Rana / TheEvilSkeleton <theevilskeleton@riseup.net>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\n\"\"\"\nTerminologies:\n--------------\ncas: Contrast Adaptive Sharpening\ndls: Denoised Luma Sharpening\nfxaa: Fast Approximate Anti-Aliasing\nsmaa: Subpixel Morphological Anti-Aliasing\nclut (or lut): Color LookUp Table\n\"\"\"\n\nimport os\n\nfrom gi.repository import Adw, GLib, Gtk\nfrom vkbasalt.lib import ParseConfig, parse  # type: ignore [import-untyped]\n\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.utils.manager import ManagerUtils\n\nlogging = Logger()\n\n\nclass VkBasaltSettings:\n    default = False\n    effects = False\n    output = False\n    disable_on_launch = False\n    toggle_key = False\n    cas_sharpness = False\n    dls_sharpness = False\n    dls_denoise = False\n    fxaa_subpixel_quality = False\n    fxaa_quality_edge_threshold = False\n    fxaa_quality_edge_threshold_min = False\n    smaa_edge_detection = False\n    smaa_threshold = False\n    smaa_max_search_steps = False\n    smaa_max_search_steps_diagonal = False\n    smaa_corner_rounding = False\n    lut_file_path = False\n    exec = False\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-vkbasalt.ui\")\nclass VkBasaltDialog(Adw.Window):\n    __gtype_name__ = \"VkBasaltDialog\"\n\n    # Region Widgets\n    switch_default = Gtk.Template.Child()\n    group_effects = Gtk.Template.Child()\n    expander_cas = Gtk.Template.Child()\n    expander_dls = Gtk.Template.Child()\n    expander_fxaa = Gtk.Template.Child()\n    expander_smaa = Gtk.Template.Child()\n    spin_cas_sharpness = Gtk.Template.Child()\n    spin_dls_sharpness = Gtk.Template.Child()\n    spin_dls_denoise = Gtk.Template.Child()\n    spin_fxaa_subpixel_quality = Gtk.Template.Child()\n    spin_fxaa_quality_edge_threshold = Gtk.Template.Child()\n    spin_fxaa_quality_edge_threshold_min = Gtk.Template.Child()\n    toggle_luma = Gtk.Template.Child()\n    toggle_color = Gtk.Template.Child()\n    spin_smaa_threshold = Gtk.Template.Child()\n    spin_smaa_max_search_steps = Gtk.Template.Child()\n    spin_smaa_max_search_steps_diagonal = Gtk.Template.Child()\n    spin_smaa_corner_rounding = Gtk.Template.Child()\n    btn_save = Gtk.Template.Child()\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # Common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n        conf = os.path.join(\n            ManagerUtils.get_bottle_path(self.config), \"vkBasalt.conf\"\n        )  # Configuration file location\n\n        self.effects = {\n            \"cas\": self.expander_cas,\n            \"dls\": self.expander_dls,\n            \"fxaa\": self.expander_fxaa,\n            \"smaa\": self.expander_smaa,\n        }\n\n        # Check if configuration file exists; parse the configuration file if it exists\n        if os.path.isfile(conf):\n            VkBasaltSettings = ParseConfig(conf)\n\n            subeffects = self.get_subeffects(VkBasaltSettings)\n\n            # Check if effects are used\n            if VkBasaltSettings.effects:\n                for effect, widget in self.effects.items():\n                    if effect not in VkBasaltSettings.effects:\n                        widget.set_enable_expansion(False)\n            else:\n                VkBasaltSettings.effects = False\n                self.effects_widgets(False)\n\n            # Check if subeffects are used\n            for conf in subeffects:\n                if conf[0] is not None:\n                    conf[1].set_value(float(conf[0]))\n\n            if VkBasaltSettings.smaa_edge_detection is not None:\n                if VkBasaltSettings.smaa_edge_detection == \"color\":\n                    self.toggle_color.set_active(True)\n                    self.smaa_edge_detection = \"color\"\n                else:\n                    self.smaa_edge_detection = \"luma\"\n            else:\n                self.smaa_edge_detection = \"luma\"\n\n        # If configuration file doesn't exist, set everything to default\n        else:\n            self.btn_save.set_sensitive(True)\n            self.switch_default.set_active(True)\n            self.smaa_edge_detection = \"luma\"\n            self.effects_widgets(False)\n            self.group_effects.set_sensitive(False)\n\n        # Connect signals\n        for widget in self.effects.values():\n            widget.connect(\"notify::enable-expansion\", self.__check_state)\n        self.btn_save.connect(\"clicked\", self.__save)\n        self.switch_default.connect(\"state-set\", self.__default)\n        self.toggle_luma.connect(\"toggled\", self.__change_edge_detection_type, \"luma\")\n        self.toggle_color.connect(\"toggled\", self.__change_edge_detection_type, \"color\")\n\n    # Save file\n    def __idle_save(self, *args):\n        conf = ManagerUtils.get_bottle_path(self.config)\n\n        # Apply default settings and close the dialog if default setting is enabled\n        if self.switch_default.get_active() is True:\n            VkBasaltSettings.default = True\n            VkBasaltSettings.output = False\n            conf = os.path.join(conf, \"vkBasalt.conf\")\n            if os.path.isfile(conf):\n                logging.info(f\"Removing file: {conf}\")\n                os.remove(conf)\n            parse(VkBasaltSettings)\n            self.close()\n            return GLib.SOURCE_REMOVE\n        else:\n            VkBasaltSettings.default = False\n\n        # Checks filter settings\n        if self.check_effects_states():\n            self.set_effects()\n        else:\n            VkBasaltSettings.effects = False\n\n        # Set output location\n        VkBasaltSettings.output = conf\n\n        # Save and close\n        parse(VkBasaltSettings)\n        self.close()\n        return GLib.SOURCE_REMOVE\n\n    def __save(self, *args):\n        GLib.idle_add(self.__idle_save)\n\n    # Enable and disable save button when necessary\n    def __check_state(self, *args):\n        self.btn_save.set_sensitive(self.check_effects_states())\n\n    # Enable and disable other buttons depending on default button when necessary\n    def __default(self, widget, state):\n        self.group_effects.set_sensitive(not state)\n        if not self.check_effects_states():\n            self.btn_save.set_sensitive(state)\n\n    # Change edge detection type\n    def __change_edge_detection_type(self, widget, edge_detection_type):\n        self.smaa_edge_detection = edge_detection_type\n        self.toggle_luma.handler_block_by_func(self.__change_edge_detection_type)\n        self.toggle_color.handler_block_by_func(self.__change_edge_detection_type)\n        if edge_detection_type == \"luma\":\n            self.toggle_color.set_active(False)\n            self.toggle_luma.set_active(True)\n        elif edge_detection_type == \"color\":\n            self.toggle_color.set_active(True)\n            self.toggle_luma.set_active(False)\n\n        self.toggle_luma.handler_unblock_by_func(self.__change_edge_detection_type)\n        self.toggle_color.handler_unblock_by_func(self.__change_edge_detection_type)\n\n    # Set effects widgets states\n    def effects_widgets(self, status=True):\n        for widget in self.effects.values():\n            widget.set_enable_expansion(status)\n\n    # Check effects widgets' states\n    def check_effects_states(self):\n        if True in [widget.get_enable_expansion() for widget in self.effects.values()]:\n            return True\n        else:\n            return False\n\n    # Parse effects and subeffects' widgets\n    def get_subeffects(self, VkBasaltSettings):\n        subeffects = [\n            [VkBasaltSettings.cas_sharpness, self.spin_cas_sharpness],\n            [VkBasaltSettings.dls_sharpness, self.spin_dls_sharpness],\n            [VkBasaltSettings.dls_denoise, self.spin_dls_denoise],\n            [VkBasaltSettings.fxaa_subpixel_quality, self.spin_fxaa_subpixel_quality],\n            [\n                VkBasaltSettings.fxaa_quality_edge_threshold,\n                self.spin_fxaa_quality_edge_threshold,\n            ],\n            [\n                VkBasaltSettings.fxaa_quality_edge_threshold_min,\n                self.spin_fxaa_quality_edge_threshold_min,\n            ],\n            [VkBasaltSettings.smaa_threshold, self.spin_smaa_threshold],\n            [VkBasaltSettings.smaa_max_search_steps, self.spin_smaa_max_search_steps],\n            [\n                VkBasaltSettings.smaa_max_search_steps_diagonal,\n                self.spin_smaa_max_search_steps_diagonal,\n            ],\n            [VkBasaltSettings.smaa_corner_rounding, self.spin_smaa_corner_rounding],\n        ]\n        return subeffects\n\n    # Set effects and subeffects\n    def set_effects(self):\n        effects = []\n        for effect, widget in self.effects.items():\n            if widget.get_enable_expansion() is True:\n                effects.append(effect)\n\n        VkBasaltSettings.effects = effects\n        VkBasaltSettings.cas_sharpness = self.spin_cas_sharpness.get_value()\n        VkBasaltSettings.dls_sharpness = self.spin_dls_sharpness.get_value()\n        VkBasaltSettings.dls_denoise = self.spin_dls_denoise.get_value()\n        VkBasaltSettings.fxaa_subpixel_quality = (\n            self.spin_fxaa_subpixel_quality.get_value()\n        )\n        VkBasaltSettings.fxaa_quality_edge_threshold = (\n            self.spin_fxaa_quality_edge_threshold.get_value()\n        )\n        VkBasaltSettings.fxaa_quality_edge_threshold_min = (\n            self.spin_fxaa_quality_edge_threshold_min.get_value()\n        )\n        VkBasaltSettings.smaa_threshold = self.spin_smaa_threshold.get_value()\n        VkBasaltSettings.smaa_edge_detection = self.smaa_edge_detection\n        VkBasaltSettings.smaa_corner_rounding = (\n            self.spin_smaa_corner_rounding.get_value()\n        )\n        VkBasaltSettings.smaa_max_search_steps = (\n            self.spin_smaa_max_search_steps.get_value()\n        )\n        VkBasaltSettings.smaa_max_search_steps_diagonal = (\n            self.spin_smaa_max_search_steps_diagonal.get_value()\n        )\n"
  },
  {
    "path": "bottles/frontend/windows/vmtouch.py",
    "content": "# vmtouch.py\n#\n# Copyright 2025 axtlos <axtlos@tar.black>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, either version 3 of the License, or\n# (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n# SPDX-License-Identifier: GPL-3.0-only\n\nfrom gi.repository import Adw, GLib, Gtk\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-vmtouch.ui\")\nclass VmtouchDialog(Adw.Window):\n    __gtype_name__ = \"VmtouchDialog\"\n\n    # region Widgets\n    switch_cache_cwd = Gtk.Template.Child()\n    btn_save = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n\n    # endregion\n\n    def __init__(self, window, config, **kwargs):\n        super().__init__(**kwargs)\n        self.set_transient_for(window)\n\n        # common variables and references\n        self.window = window\n        self.manager = window.manager\n        self.config = config\n\n        # connect signals\n        self.btn_save.connect(\"clicked\", self.__save)\n\n        self.__update(config)\n\n    def __update(self, config):\n        self.switch_cache_cwd.set_active(config.Parameters.vmtouch_cache_cwd)\n\n    def __idle_save(self, *_args):\n        settings = {\"vmtouch_cache_cwd\": self.switch_cache_cwd.get_active()}\n\n        for setting in settings.keys():\n            self.manager.update_config(\n                config=self.config,\n                key=setting,\n                value=settings[setting],\n                scope=\"Parameters\",\n            )\n\n        self.destroy()\n\n    def __save(self, *_args):\n        GLib.idle_add(self.__idle_save)\n"
  },
  {
    "path": "bottles/frontend/windows/window.py",
    "content": "# window.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport contextlib\nimport os\nimport webbrowser\nfrom datetime import datetime, timedelta\nfrom gettext import gettext as _\nfrom typing import Optional\n\nfrom gi.repository import Adw, Gdk, Gio, GLib, GObject, Gtk, Xdp\n\nfrom bottles.backend.globals import Paths\nfrom bottles.backend.health import HealthChecker\nfrom bottles.backend.logger import Logger\nfrom bottles.backend.managers.data import DataManager, UserDataKeys\nfrom bottles.backend.managers.journal import JournalManager\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Notification, SignalManager, Signals\nfrom bottles.backend.utils.connection import ConnectionUtils\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.operation import TaskSyncer\nfrom bottles.frontend.params import APP_ID, PROFILE\nfrom bottles.frontend.utils.gtk import GtkUtils\nfrom bottles.frontend.views.details import DetailsView\nfrom bottles.frontend.views.importer import ImporterView\nfrom bottles.frontend.views.library import LibraryView\nfrom bottles.frontend.views.list import BottleView\nfrom bottles.frontend.views.loading import LoadingView\nfrom bottles.frontend.views.new_bottle_dialog import BottlesNewBottleDialog\nfrom bottles.frontend.views.preferences import PreferencesWindow\nfrom bottles.frontend.windows.crash import CrashReportDialog\nfrom bottles.frontend.windows.depscheck import DependenciesCheckDialog\nfrom bottles.frontend.windows.onboard import OnboardDialog\nfrom bottles.frontend.windows.winebridgeupdate import WineBridgeUpdateDialog\nfrom bottles.frontend.windows.funding import FundingDialog\n\nlogging = Logger()\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/window.ui\")\nclass BottlesWindow(Adw.ApplicationWindow):\n    __gtype_name__ = \"BottlesWindow\"\n\n    # region Widgets\n    stack_main = Gtk.Template.Child()\n    btn_add = Gtk.Template.Child()\n    btn_search = Gtk.Template.Child()\n    btn_donate = Gtk.Template.Child()\n    btn_noconnection = Gtk.Template.Child()\n    box_actions = Gtk.Template.Child()\n    headerbar = Gtk.Template.Child()\n    view_switcher_title = Gtk.Template.Child()\n    view_switcher_bar = Gtk.Template.Child()\n    main_leaf = Gtk.Template.Child()\n    toasts = Gtk.Template.Child()\n    # endregion\n\n    # Common variables\n    previous_page = \"\"\n    settings = Gio.Settings.new(APP_ID)\n    argument_executed = False\n    _winebridge_dialog_shown = False\n\n    def __init__(self, arg_bottle, **kwargs):\n        width = self.settings.get_int(\"window-width\")\n        height = self.settings.get_int(\"window-height\")\n\n        super().__init__(**kwargs, default_width=width, default_height=height)\n\n        self.data_mgr = DataManager()\n        self._show_funding = False\n        \n        show_funding_setting = self.settings.get_boolean(\"show-funding\")\n        dismissed = self.data_mgr.get(UserDataKeys.FundingDismissed, False)\n        \n        if show_funding_setting and not dismissed:\n            last_prompt = self.data_mgr.get(UserDataKeys.LastFundingPrompt, \"\")\n            \n            if not last_prompt:\n                self._show_funding = True\n            else:\n                try:\n                    last_date = datetime.strptime(last_prompt, \"%Y-%m-%d\")\n                    if datetime.now() - last_date >= timedelta(days=7):\n                        self._show_funding = True\n                except ValueError:\n                    self._show_funding = True\n\n        self.utils_conn = ConnectionUtils(\n            force_offline=self.settings.get_boolean(\"force-offline\")\n        )\n        self.manager = None\n        self.arg_bottle = arg_bottle\n        self._showing_onboard = False\n        self._winebridge_prompt_attempts = 0\n        self.app = kwargs.get(\"application\")\n        self.set_icon_name(APP_ID)\n\n        if PROFILE == \"development\":\n            self.add_css_class(\"devel\")\n\n        self.btn_donate.add_css_class(\"donate\")\n        self.__schedule_donate_icon_swap()\n\n        # Set night theme according to user settings\n        if self.settings.get_boolean(\"dark-theme\"):\n            manager = Adw.StyleManager.get_default()\n            manager.set_color_scheme(Adw.ColorScheme.FORCE_DARK)\n\n        # Be VERY explicit that non-sandboxed environments are unsupported\n        if not Xdp.Portal.running_under_sandbox():\n\n            def response(dialog, response, *args):\n                if response == \"close\":\n                    quit(1)\n\n            body = _(\n                \"Bottles is only supported within a sandboxed environment. Official sources of Bottles are available at\"\n            )\n            download_url = \"usebottles.com/download\"\n\n            error_dialog = Adw.AlertDialog.new(\n                _(\"Unsupported Environment\"),\n                f\"{body} <a href='https://{download_url}' title='https://{download_url}'>{download_url}.</a>\",\n            )\n\n            error_dialog.add_response(\"close\", _(\"Close\"))\n            error_dialog.set_body_use_markup(True)\n            error_dialog.connect(\"response\", response)\n            error_dialog.present(self)\n            logging.error(\n                _(\n                    \"Bottles is only supported within a sandboxed format. Official sources of Bottles are available at:\"\n                )\n            )\n            logging.error(\"https://usebottles.com/download/\")\n            return\n\n        # Loading view\n        self.page_loading = LoadingView()\n\n        # Populate stack\n        self.stack_main.add_named(\n            child=self.page_loading, name=\"page_loading\"\n        ).set_visible(False)\n        self.headerbar.add_css_class(\"flat\")\n\n        # Signal connections\n        self.btn_donate.connect(\n            \"clicked\",\n            self.open_url,\n            \"https://usebottles.com/funding/\",\n        )\n        self.btn_add.connect(\"clicked\", self.show_add_view)\n        self.btn_noconnection.connect(\"clicked\", self.check_for_connection)\n        self.stack_main.connect(\"notify::visible-child\", self.__on_page_changed)\n\n        # backend signal handlers\n        self.task_syncer = TaskSyncer(self)\n        SignalManager.connect(Signals.TaskAdded, self.task_syncer.task_added_handler)\n        SignalManager.connect(\n            Signals.TaskRemoved, self.task_syncer.task_removed_handler\n        )\n        SignalManager.connect(\n            Signals.TaskUpdated, self.task_syncer.task_updated_handler\n        )\n        SignalManager.connect(\n            Signals.NetworkStatusChanged, self.network_changed_handler\n        )\n        SignalManager.connect(Signals.GNotification, self.g_notification_handler)\n        SignalManager.connect(Signals.GShowUri, self.g_show_uri_handler)\n\n        self.__on_start()\n        logging.info(\n            \"Bottles Started!\",\n        )\n        GLib.idle_add(self.__maybe_show_funding_dialog)\n\n    def __schedule_donate_icon_swap(self):\n        GLib.timeout_add_seconds(5, self.__on_donate_icon_timeout)\n\n    def __on_donate_icon_timeout(self):\n        icon_name = self.__resolve_donate_icon_name()\n        if icon_name:\n            self.btn_donate.set_label(\"\")\n            self.btn_donate.set_icon_name(icon_name)\n        return GLib.SOURCE_REMOVE\n\n    def __resolve_donate_icon_name(self) -> Optional[str]:\n        display = self.get_display()\n        icon_theme = None\n        if display is not None:\n            icon_theme = Gtk.IconTheme.get_for_display(display)\n        if icon_theme is None:\n            icon_theme = Gtk.IconTheme.get_default()\n        if icon_theme is None:\n            return None\n\n        try:\n            icon_theme.add_resource_path(\"/com/usebottles/bottles/icons\")\n        except AttributeError:\n            pass\n\n        for icon_name in (\n            \"heart-symbolic\",\n            \"love-symbolic\",\n            \"emblem-favorite-symbolic\",\n        ):\n            if icon_theme.has_icon(icon_name):\n                return icon_name\n        return None\n\n    @Gtk.Template.Callback()\n    def on_close_request(self, *args):\n        self.settings.set_int(\"window-width\", self.get_width())\n        self.settings.set_int(\"window-height\", self.get_height())\n\n    # region Backend signal handlers\n    def network_changed_handler(self, res: Result):\n        GLib.idle_add(self.btn_noconnection.set_visible, not res.status)\n\n    def g_notification_handler(self, res: Result):\n        \"\"\"handle backend notification request\"\"\"\n        notify: Notification = res.data\n        self.send_notification(title=notify.title, text=notify.text, image=notify.image)\n\n    def g_show_uri_handler(self, res: Result):\n        \"\"\"handle backend show_uri request\"\"\"\n        uri: str = res.data\n        Gtk.show_uri(self, uri, Gdk.CURRENT_TIME)\n\n    # endregion\n\n    def update_library(self):\n        GLib.idle_add(self.page_library.update)\n\n    def title(self, title, subtitle: str = \"\"):\n        self.view_switcher_title.set_title(title)\n        self.view_switcher_title.set_subtitle(subtitle)\n\n    def check_for_connection(self, status):\n        \"\"\"\n        This method checks if the client has an internet connection.\n        If true, the manager checks will be performed, unlocking all the\n        features locked for no internet connection.\n        \"\"\"\n        if self.utils_conn.check_connection():\n            self.manager.checks(install_latest=False, first_run=True)\n\n    def __maybe_prompt_winebridge_update(self):\n        if self._winebridge_dialog_shown or self._showing_onboard:\n            return\n\n        if not self.manager:\n            return\n\n        if (\n            not self.manager.supported_winebridge\n            and self._winebridge_prompt_attempts < 5\n        ):\n            self._winebridge_prompt_attempts += 1\n            GLib.timeout_add_seconds(1, self.__maybe_prompt_winebridge_update)\n            return\n\n        status = self.manager.winebridge_update_status()\n        needs_update = status.get(\"needs_latest\", False)\n        missing = status.get(\"missing\", False)\n        latest = status.get(\"latest_supported\")\n        installed = status.get(\"installed_identifier\")\n        offline = not self.utils_conn.check_connection()\n\n        if not (needs_update or missing):\n            return\n\n        self._winebridge_dialog_shown = True\n\n        dialog = WineBridgeUpdateDialog(\n            self,\n            manager=self.manager,\n            latest_version=latest,\n            installed_version=installed,\n            offline=offline,\n        )\n        dialog.present()\n\n    def __on_start(self):\n        \"\"\"\n        This method is called before the window is shown. This check if there\n        is at least one local runner installed. If not, the user will be\n        prompted with the onboard dialog.\n        \"\"\"\n\n        @GtkUtils.run_in_main_loop\n        def set_manager(result: Manager, error=None):\n            self.manager = result\n\n            tmp_runners = [\n                x for x in self.manager.runners_available if not x.startswith(\"sys-\")\n            ]\n            if len(tmp_runners) == 0:\n                self._showing_onboard = True\n                self.show_onboard_view()\n\n            # Pages\n            self.page_details = DetailsView(self)\n            self.page_list = BottleView(self, arg_bottle=self.arg_bottle)\n            self.page_importer = ImporterView(self)\n            self.page_library = LibraryView(self)\n\n            self.main_leaf.append(self.page_details)\n            self.main_leaf.append(self.page_importer)\n\n            self.main_leaf.get_page(self.page_details).set_navigatable(False)\n            self.main_leaf.get_page(self.page_importer).set_navigatable(False)\n\n            self.stack_main.add_titled(\n                child=self.page_list, name=\"page_list\", title=_(\"Bottles\")\n            ).set_icon_name(f\"{APP_ID}-symbolic\")\n            self.stack_main.add_titled(\n                child=self.page_library, name=\"page_library\", title=_(\"Library\")\n            ).set_icon_name(\"library-symbolic\")\n\n            self.page_list.search_bar.set_key_capture_widget(self)\n            self.btn_search.bind_property(\n                \"active\",\n                self.page_list.search_bar,\n                \"search-mode-enabled\",\n                GObject.BindingFlags.BIDIRECTIONAL,\n            )\n\n            if (\n                self.stack_main.get_child_by_name(\n                    self.settings.get_string(\"startup-view\")\n                )\n                is None\n            ):\n                self.stack_main.set_visible_child_name(\"page_list\")\n\n            self.settings.bind(\n                \"startup-view\",\n                self.stack_main,\n                \"visible-child-name\",\n                Gio.SettingsBindFlags.DEFAULT,\n            )\n\n            self.lock_ui(False)\n            self.headerbar.get_style_context().remove_class(\"flat\")\n\n            user_defined_bottles_path = self.manager.data_mgr.get(\n                UserDataKeys.CustomBottlesPath\n            )\n            if user_defined_bottles_path and Paths.bottles != user_defined_bottles_path:\n                dialog = Adw.MessageDialog.new(\n                    self,\n                    _(\"Custom Bottles Path not Found\"),\n                    _(\n                        \"Falling back to default path. No bottles from the given path will be listed.\"\n                    ),\n                )\n                dialog.add_response(\"cancel\", _(\"_Dismiss\"))\n                dialog.present()\n\n            GLib.idle_add(self.__maybe_prompt_winebridge_update)\n\n        def get_manager():\n            if self.utils_conn.check_connection():\n                SignalManager.connect(\n                    Signals.RepositoryFetched, self.page_loading.add_fetched\n                )\n\n            # do not redo connection if aborted connection\n            mng = Manager(\n                g_settings=self.settings,\n                check_connection=self.utils_conn.aborted_connections == 0,\n            )\n            return mng\n\n        self.show_loading_view()\n        RunAsync(get_manager, callback=set_manager)\n\n        self.check_crash_log()\n\n    def send_notification(self, title, text, image=\"\", ignore_user=False):\n        \"\"\"\n        This method is used to send a notification to the user using\n        Gio.Notification. The notification is sent only if the\n        user has enabled it in the settings. It is possible to ignore the\n        user settings by passing the argument ignore_user=False.\n        \"\"\"\n        if ignore_user or self.settings.get_boolean(\"notifications\"):\n            notification = Gio.Notification.new(title)\n            notification.set_body(text)\n            if image:\n                icon = Gio.ThemedIcon.new(image)\n                notification.set_icon(icon)\n\n            self.props.application.send_notification(None, notification)\n\n    def go_back(self, *_args):\n        self.main_leaf.navigate(direction=Adw.NavigationDirection.BACK)\n\n    def show_details_view(self, widget=False, config: Optional[BottleConfig] = None):\n        self.main_leaf.set_visible_child(self.page_details)\n        self.page_details.set_config(config or BottleConfig())\n\n    def show_loading_view(self, widget=False):\n        self.lock_ui()\n        self.stack_main.set_visible_child_name(\"page_loading\")\n\n    def show_onboard_view(self, widget=False):\n        onboard_window = OnboardDialog(self)\n        onboard_window.present(self)\n\n    def show_add_view(self, widget=False):\n        new_bottle_dialog = BottlesNewBottleDialog()\n        new_bottle_dialog.present(self)\n\n    def show_list_view(self, widget=False):\n        self.stack_main.set_visible_child_name(\"page_list\")\n\n    def show_importer_view(self, widget=False):\n        self.main_leaf.set_visible_child(self.page_importer)\n\n    def show_prefs_view(self, widget=False, view=0):\n        preferences_window = PreferencesWindow(self)\n        preferences_window.present()\n\n    def show_download_preferences_view(self, widget=False):\n        self.show_prefs_view(widget, view=1)\n\n    def show_runners_preferences_view(self, widget=False):\n        self.show_prefs_view(widget, view=2)\n\n    def check_crash_log(self):\n        xdg_data_home = GLib.get_user_data_dir()\n        log_path = f\"{xdg_data_home}/bottles/crash.log\"\n\n        with contextlib.suppress(FileNotFoundError):\n            with open(log_path, \"r\") as log_file:\n                crash_log = log_file.readlines()\n                os.remove(log_path)\n\n            if crash_log:\n                CrashReportDialog(self, crash_log).present()\n\n    def __maybe_show_funding_dialog(self):\n        if not self._show_funding:\n            return\n\n        count = self.data_mgr.get(UserDataKeys.FundingPromptCount) or 0\n        self.data_mgr.set(UserDataKeys.FundingPromptCount, count + 1)\n        \n        today = datetime.now().strftime(\"%Y-%m-%d\")\n        self.data_mgr.set(UserDataKeys.LastFundingPrompt, today)\n\n        dialog = FundingDialog(self, show_dont_show=count >= 7)\n        dialog.connect(\"response\", self.__funding_response)\n        dialog.present()\n\n    def __funding_response(self, dialog, response):\n        if response == \"dismiss\":\n            self.data_mgr.set(UserDataKeys.FundingDismissed, True)\n            self.settings.set_boolean(\"show-funding\", False)\n\n        dialog.destroy()\n\n    def toggle_selection_mode(self, status: bool = True):\n        context = self.headerbar.get_style_context()\n        if status:\n            context.add_class(\"selection-mode\")\n        else:\n            context.remove_class(\"selection-mode\")\n\n    def lock_ui(self, status: bool = True):\n        widgets = [\n            self.btn_add,\n            self.view_switcher_title,\n        ]\n        if self.btn_noconnection.get_visible():\n            widgets.append(self.btn_noconnection)\n        for w in widgets:\n            w.set_visible(not status)\n\n    def show_toast(\n        self,\n        message,\n        timeout=3,\n        action_label=None,\n        action_callback=None,\n        dismissed_callback=None,\n    ) -> None:\n        toast = Adw.Toast.new(message)\n        toast.props.timeout = timeout\n\n        if action_label and action_callback:\n            toast.set_button_label(action_label)\n\n            def wrapper_callback(*args):\n                action_callback(toast)\n                toast.handler_block_by_func(dismissed_callback)\n\n            toast.connect(\"button-clicked\", wrapper_callback)\n\n        if dismissed_callback:\n            toast.connect(\"dismissed\", dismissed_callback)\n\n        self.toasts.add_toast(toast)\n\n    def __on_page_changed(self, stack, *args):\n        is_bottles_list = stack.get_visible_child_name() == \"page_list\"\n        self.btn_search.set_visible(is_bottles_list)\n\n    @staticmethod\n    def proper_close():\n        \"\"\"Properly close Bottles\"\"\"\n        quit()\n\n    @staticmethod\n    def open_url(widget, url):\n        webbrowser.open_new_tab(url)\n"
  },
  {
    "path": "bottles/frontend/windows/winebridgeupdate.py",
    "content": "from gettext import gettext as _\nfrom threading import Event\nfrom typing import Optional\n\nfrom gi.repository import Adw, GLib, Gtk\n\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.state import Status\nfrom bottles.backend.utils.threading import RunAsync\nfrom bottles.frontend.utils.gtk import GtkUtils\n\n\n@Gtk.Template(resource_path=\"/com/usebottles/bottles/dialog-winebridge-update.ui\")\nclass WineBridgeUpdateDialog(Adw.Window):\n    __gtype_name__ = \"WineBridgeUpdateDialog\"\n\n    stack_switcher = Gtk.Template.Child()\n    btn_cancel = Gtk.Template.Child()\n    btn_close = Gtk.Template.Child()\n    btn_update = Gtk.Template.Child()\n    status_page = Gtk.Template.Child()\n    status_done = Gtk.Template.Child()\n    status_error = Gtk.Template.Child()\n    progressbar = Gtk.Template.Child()\n    label_status = Gtk.Template.Child()\n    window_title = Gtk.Template.Child()\n\n    def __init__(\n        self,\n        parent,\n        manager,\n        latest_version: Optional[str],\n        installed_version: Optional[str],\n        offline: bool = False,\n    ):\n        super().__init__(transient_for=parent, modal=True)\n\n        self.manager = manager\n        self.latest_version = latest_version\n        self.installed_version = installed_version\n        self.offline = offline\n        self._installing = False\n        self._cancel_event: Optional[Event] = None\n\n        self.window_title.set_title(_(\"WineBridge update\"))\n        self.btn_update.connect(\"clicked\", self.__start_update)\n        self.btn_close.connect(\"clicked\", self.__close)\n        self.btn_cancel.connect(\"clicked\", self.__on_cancel)\n\n        self.__populate_details()\n\n    def __populate_details(self):\n        description = _(\n            \"WineBridge is a core component for Bottles. Updating ensures stability, performance, and compatibility with the latest features.\"\n        )\n        warning = _(\n            \"Declining can cause instability, performance degradation, and incompatibilities with new Bottles releases.\"\n        )\n\n        if self.offline:\n            warning = (\n                warning\n                + \" \"\n                + _(\"Restart Bottles once internet is available to install it.\")\n            )\n            self.btn_update.set_sensitive(False)\n            self.btn_update.set_tooltip_text(\n                _(\"Connect to the internet to update WineBridge.\")\n            )\n\n        self.status_page.set_title(_(\"%s Available\") % self.latest_version)\n        self.status_page.set_description(description + \"\\n\\n\" + warning)\n\n    def __start_update(self, *_args):\n        if not self.latest_version:\n            self.__show_error()\n            return\n\n        self._installing = True\n        self._cancel_event = Event()\n        self.btn_update.set_sensitive(False)\n        self.btn_cancel.set_sensitive(True)\n        self.btn_close.set_visible(False)\n        self.stack_switcher.set_visible_child_name(\"page_progress\")\n        self.progressbar.set_fraction(0)\n        self.progressbar.set_text(\"0%\")\n        self.label_status.set_label(_(\"Downloading WineBridge…\"))\n\n        RunAsync(\n            task_func=self.manager.component_manager.install,\n            callback=self.__on_install_complete,\n            component_type=\"winebridge\",\n            component_name=self.latest_version,\n            func=self.__update_progress,\n            cancel_event=self._cancel_event,\n        )\n\n    def __on_cancel(self, *_args):\n        if self._installing and self._cancel_event:\n            self._cancel_event.set()\n            self.btn_cancel.set_sensitive(False)\n            self.label_status.set_label(_(\"Cancelling…\"))\n            return\n\n        self.close()\n\n    def __close(self, *_args):\n        self.close()\n\n    def __show_error(self):\n        self._installing = False\n        self.btn_cancel.set_sensitive(False)\n        self.btn_update.set_visible(False)\n        self.btn_close.set_visible(True)\n        self.stack_switcher.set_visible_child_name(\"page_error\")\n\n    def __update_progress(\n        self,\n        received: int = 0,\n        total: int = 0,\n        status: Optional[Status] = None,\n        **_kwargs,\n    ):\n        if status == Status.CANCELLED:\n            GLib.idle_add(self.__show_error)\n            return\n\n        if not total:\n            return\n\n        fraction = received / total\n        GLib.idle_add(self.progressbar.set_fraction, fraction)\n        GLib.idle_add(self.progressbar.set_text, f\"{int(fraction * 100)}%\")\n        GLib.idle_add(\n            self.label_status.set_label,\n            _(\"Updating WineBridge… ({percent}%)\").format(percent=int(fraction * 100)),\n        )\n\n    @GtkUtils.run_in_main_loop\n    def __on_install_complete(self, result: Result, error=False):\n        self._installing = False\n        if error or not result.ok:\n            self.__show_error()\n            return\n\n        self.progressbar.set_fraction(1)\n        self.progressbar.set_text(\"100%\")\n        self.btn_update.set_visible(False)\n        self.btn_cancel.set_visible(False)\n        self.btn_close.set_visible(True)\n        self.stack_switcher.set_visible_child_name(\"page_done\")\n"
  },
  {
    "path": "bottles/fvs/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/fvs/exceptions.py",
    "content": "class FVSException(Exception):\n    pass\n\nclass FVSNothingToCommit(FVSException):\n    pass\n\nclass FVSNothingToRestore(FVSException):\n    pass\n\nclass FVSStateNotFound(FVSException):\n    pass\n\nclass FVSStateZeroNotDeletable(FVSException):\n    pass\n\nclass FVSStateAlreadyExists(FVSException):\n    pass\n\nclass FVSMissingStateIndex(FVSException):\n    pass\n\nclass FVSEmptyStateIndex(FVSException):\n    pass\n"
  },
  {
    "path": "bottles/fvs/meson.build",
    "content": "moduledir = join_paths(pkgdatadir, 'bottles', 'fvs')\n\nfvs_sources = [\n  '__init__.py',\n  'exceptions.py',\n  'repo.py',\n]\n\ninstall_data(fvs_sources, install_dir: moduledir)\n"
  },
  {
    "path": "bottles/fvs/repo.py",
    "content": "# repo.py\n#\n# Copyright 2025 mirkobrombin <brombin94@gmail.com>\n#\n# This program is free software: you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation, in version 3 of the License.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program.  If not, see <http://www.gnu.org/licenses/>.\n#\n\nimport os\nimport subprocess\nfrom datetime import datetime\nfrom threading import Lock\n\nfrom bottles.fvs.exceptions import (\n    FVSNothingToCommit,\n    FVSNothingToRestore,\n    FVSStateNotFound,\n)\n\nFVS2_CMD = \"fvs2\"\n\nclass FVSRepo:\n    def __init__(self, repo_path: str, use_compression: bool = False, no_init: bool = False):\n        self._repo_path = repo_path\n        self._use_compression = use_compression\n        self._fvs2 = self._get_fvs2_bin()\n        self._lock = Lock()\n        \n        self.__states = {}\n        self.__active_state_id = None\n        self.__active_branch = None\n        self.__branches = []\n        self.__has_no_states = True\n        self.__dirty = False\n        self.__changed_files = 0\n        \n        if not no_init:\n            self._init_repo()\n            \n        self._refresh()\n\n    def _get_fvs2_bin(self):\n        return \"fvs2\"\n\n    def _run_cmd(self, *args, check=True):\n        cmd = [self._fvs2] + list(args)\n        return subprocess.run(cmd, cwd=self._repo_path, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, check=check)\n\n    def _init_repo(self):\n        if not os.path.exists(os.path.join(self._repo_path, \".fvs2\")):\n            # Prevent auto-init if legacy systems are found\n            if os.path.exists(os.path.join(self._repo_path, \".fvs\")) or \\\n               os.path.exists(os.path.join(self._repo_path, \"states\", \"states.yml\")):\n                logging.info(\"Legacy versioning detected, skipping FVS2 auto-init\")\n                return\n\n            with self._lock:\n                res = self._run_cmd(\"init\", check=False)\n                if res.returncode != 0 and \"already initialized\" not in res.stderr:\n                    raise RuntimeError(f\"Failed to initialize FVS: {res.stderr}\")\n\n    def commit(self, message: str, ignore: list = None):\n        \"\"\"Create a commit. Does NOT auto-refresh; caller should refresh if needed.\"\"\"\n        with self._lock:\n            args = [\"commit\", \"-m\", message]\n            res = self._run_cmd(*args, check=False)\n            if res.returncode != 0:\n                if \"nothing to commit\" in res.stdout.lower() or \"nothing to commit\" in res.stderr.lower():\n                    raise FVSNothingToCommit()\n                raise RuntimeError(f\"FVS commit failed: {res.stderr}\")\n\n    def restore_state(self, state_id: str, ignore: list = None, reset: bool = True):\n        \"\"\"Restore to a state. Does NOT auto-refresh; caller should refresh if needed.\"\"\"\n        with self._lock:\n            state_id = str(state_id)\n            matched = False\n            for k in self.__states.keys():\n                if state_id.startswith(k) or k.startswith(state_id):\n                    state_id = k\n                    matched = True\n                    break\n            if not matched:\n                raise FVSStateNotFound(state_id)\n                \n            args = [\"restore\", \"-s\", state_id]\n            if reset:\n                args.append(\"--reset\")\n            res = self._run_cmd(*args, check=False)\n            if res.returncode != 0:\n                if \"nothing to restore\" in res.stderr.lower():\n                    raise FVSNothingToRestore()\n                raise RuntimeError(f\"FVS restore failed: {res.stderr}\")\n\n    def _refresh(self):\n        \"\"\"Fetch status, states and branches in one pass.\"\"\"\n        with self._lock:\n            self.__states = {}\n            self.__active_state_id = None\n            self.__active_branch = None\n            self.__branches = []\n            self.__has_no_states = True\n            \n            if not os.path.exists(os.path.join(self._repo_path, \".fvs2\")):\n                return\n\n            status_res = self._run_cmd(\"status\", check=False)\n            if status_res.returncode == 0:\n                for sline in status_res.stdout.split(\"\\n\"):\n                    if sline.startswith(\"head_commit=\"):\n                        self.__active_state_id = sline.replace(\"head_commit=\", \"\").strip()\n                    elif sline.startswith(\"branch=\"):\n                        self.__active_branch = sline.replace(\"branch=\", \"\").strip()\n\n            states_res = self._run_cmd(\"states\", check=False)\n            if states_res.returncode == 0:\n                for line in states_res.stdout.strip().split(\"\\n\"):\n                    line = line.strip()\n                    if not line:\n                        continue\n                    parts = line.split(\"  \", 2)\n                    if len(parts) >= 3:\n                        state_id = parts[0].strip()\n                        time_str = parts[1].strip()\n                        message = parts[2].strip()\n                        try:\n                            dt = datetime.strptime(time_str.split(\".\")[0].replace(\"Z\", \"\"), \"%Y-%m-%dT%H:%M:%S\")\n                            timestamp = int(datetime.timestamp(dt))\n                        except:\n                            timestamp = int(datetime.timestamp(datetime.now()))\n                        self.__states[state_id] = {\n                            \"timestamp\": timestamp,\n                            \"message\": message,\n                        }\n                if self.__states:\n                    self.__has_no_states = False\n\n            branches_res = self._run_cmd(\"branch\", \"list\", check=False)\n            if branches_res.returncode == 0:\n                self.__branches = [b.strip().lstrip(\"* \") for b in branches_res.stdout.split(\"\\n\") if b.strip()]\n\n    def check_dirty(self):\n        \"\"\"Specifically runs the slow dirty check and updates the dirty/changed_files properties.\"\"\"\n        with self._lock:\n            if not os.path.exists(os.path.join(self._repo_path, \".fvs2\")):\n                return\n            res = self._run_cmd(\"status\", \"--check-dirty\", check=False)\n            if res.returncode == 0:\n                for line in res.stdout.splitlines():\n                    sline = line.strip().lower()\n                    if sline.startswith(\"dirty=\"):\n                        self.__dirty = sline.replace(\"dirty=\", \"\").strip() == \"true\"\n                    elif sline.startswith(\"changed_files=\"):\n                        try:\n                            self.__changed_files = int(sline.replace(\"changed_files=\", \"\").strip())\n                        except ValueError:\n                            pass\n\n    @property\n    def has_no_states(self) -> bool:\n        return self.__has_no_states\n\n    @property\n    def states(self) -> dict:\n        return self.__states\n\n    @property\n    def active_state_id(self) -> str:\n        return self.__active_state_id\n\n    @property\n    def active_branch(self) -> str:\n        return self.__active_branch\n\n    @property\n    def dirty(self) -> bool:\n        return self.__dirty\n\n    @property\n    def changed_files(self) -> int:\n        return self.__changed_files\n\n    @property\n    def branches(self) -> list:\n        return self.__branches\n        \n    def create_branch(self, branch_name: str):\n        \"\"\"Create a branch. Does NOT auto-refresh; caller should refresh if needed.\"\"\"\n        with self._lock:\n            res = self._run_cmd(\"branch\", \"create\", branch_name, check=False)\n            if res.returncode != 0:\n                raise RuntimeError(f\"FVS create branch failed: {res.stderr}\")\n\n    def delete_branch(self, branch_name: str):\n        \"\"\"Delete a branch. Does NOT auto-refresh; caller should refresh if needed.\"\"\"\n        with self._lock:\n            res = self._run_cmd(\"branch\", \"delete\", branch_name, check=False)\n            if res.returncode != 0:\n                raise RuntimeError(f\"FVS delete branch failed: {res.stderr}\")\n\n    def checkout(self, target: str):\n        \"\"\"Switch HEAD to a branch. Does NOT auto-refresh; caller should refresh if needed.\"\"\"\n        with self._lock:\n            res = self._run_cmd(\"checkout\", target, check=False)\n            if res.returncode != 0:\n                raise RuntimeError(f\"FVS checkout failed: {res.stderr}\")\n"
  },
  {
    "path": "bottles/meson.build",
    "content": "pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())\nmoduledir = join_paths(pkgdatadir, 'bottles')\n\npython = import('python')\n\nconf = configuration_data()\nconf.set('PYTHON', python.find_installation('python3').full_path())\nconf.set('BASE_ID', BASE_ID)\nconf.set('APP_ID', APP_ID)\nconf.set('APP_NAME', APP_NAME)\nconf.set('APP_VERSION', APP_VERSION)\nconf.set('APP_MAJOR_VERSION', APP_MAJOR_VERSION)\nconf.set('APP_MINOR_VERSION', APP_MINOR_VERSION)\nconf.set('PROFILE', PROFILE)\nconf.set('localedir', join_paths(get_option('prefix'), get_option('localedir')))\nconf.set('pkgdatadir', pkgdatadir)\n\nsubdir('backend')\nsubdir('frontend')\nsubdir('fvs')\n\nbottles_sources = [\n  '__init__.py',\n]\n\ninstall_data(bottles_sources, install_dir: moduledir)\n"
  },
  {
    "path": "bottles/tests/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/tests/backend/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/tests/backend/integration/playtime/conftest.py",
    "content": "import os\nimport sys\nimport types\nimport tempfile\nimport contextlib\nimport sqlite3\nimport pytest\n\n_glib_stub = types.SimpleNamespace(\n    SOURCE_REMOVE=False,\n    idle_add=lambda func, *args, **kwargs: func(),\n    timeout_add=lambda *_a, **_k: 0,\n)\n_gi_repository = types.SimpleNamespace(GLib=_glib_stub)\nsys.modules.setdefault(\"gi\", types.SimpleNamespace(repository=_gi_repository))\nsys.modules.setdefault(\"gi.repository\", _gi_repository)\n\nclass _FVSRepoStub:\n    def __init__(self, *args, **kwargs):\n        self.active_state_id = 0\n        self.states = []\n        self.has_no_states = True\n\n    def commit(self, *_args, **_kwargs):\n        return None\n\n    def restore_state(self, *_args, **_kwargs):\n        return None\n\n\nclass _FVSError(Exception):\n    pass\n\n\n_fvs_exceptions = types.SimpleNamespace(\n    FVSNothingToCommit=_FVSError,\n    FVSStateNotFound=_FVSError,\n    FVSNothingToRestore=_FVSError,\n    FVSStateZeroNotDeletable=_FVSError,\n)\n_fvs_repo = types.SimpleNamespace(FVSRepo=_FVSRepoStub)\nsys.modules.setdefault(\"fvs\", types.SimpleNamespace(repo=_fvs_repo, exceptions=_fvs_exceptions))\nsys.modules.setdefault(\"fvs.repo\", _fvs_repo)\nsys.modules.setdefault(\"fvs.exceptions\", _fvs_exceptions)\n\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\n\n\n@pytest.fixture()\ndef temp_xdg_home(monkeypatch):\n    with tempfile.TemporaryDirectory() as tmp:\n        monkeypatch.setenv(\"XDG_DATA_HOME\", tmp)\n        yield tmp\n\n\n@pytest.fixture()\ndef test_settings_stub():\n    class _S:\n        def get_boolean(self, key: str) -> bool:\n            return True if key == \"playtime-enabled\" else False\n\n        def get_int(self, key: str) -> int:\n            return 5 if key == \"playtime-heartbeat-interval\" else 0\n\n    return _S()\n\n\n@pytest.fixture()\ndef manager(temp_xdg_home, test_settings_stub):\n    m = Manager(g_settings=test_settings_stub, check_connection=False, is_cli=True)\n    # Override tracker per-test to avoid singleton reuse and cross-test DB conflicts\n    db_dir = os.path.join(temp_xdg_home, \"bottles\")\n    os.makedirs(db_dir, exist_ok=True)\n    db_path = os.path.join(db_dir, \"process_metrics.sqlite\")\n    tracker = ProcessSessionTracker(db_path=db_path, heartbeat_interval=5, enabled=True)\n    m.playtime_tracker = tracker\n    yield m\n    with contextlib.suppress(Exception):\n        tracker.shutdown()\n\n\ndef open_db(m: Manager) -> sqlite3.Connection:\n    return sqlite3.connect(m.playtime_tracker.db_path)\n\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_aggregation.py",
    "content": "\"\"\"Aggregation scenarios (same program vs different programs).\"\"\"\n\nimport sqlite3\nimport time\nfrom freezegun import freeze_time\n\n\ndef test_same_program_aggregates_into_one_row(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 00:00:00\") as ft:\n        base = int(time.time())\n        # First session, 60s\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_exit(sid1, status=\"success\", ended_at=base + 60)\n\n        # Advance time, second session same path but different name, 60s\n        ft.tick(120)\n        base2 = int(time.time())\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game Renamed\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_exit(sid2, status=\"success\", ended_at=base2 + 60)\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 1\n    cur.execute(\n        \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=?\",\n        (\"b1\",),\n    )\n    total_seconds, sessions_count = cur.fetchone()\n    assert sessions_count == 2\n    assert total_seconds >= 120\n\n\ndef test_different_programs_separate_rows(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 01:00:00\"):\n        base = int(time.time())\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game1\",\n            program_path=\"C:/Game1/game1.exe\",\n        )\n        tracker.mark_exit(sid1, status=\"success\", ended_at=base + 30)\n\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game2\",\n            program_path=\"C:/Game2/game2.exe\",\n        )\n        tracker.mark_exit(sid2, status=\"success\", ended_at=base + 60)\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 2\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_disabled_tracking.py",
    "content": "\"\"\"Disabled tracking should not write to DB.\"\"\"\n\nimport os\nimport sqlite3\n\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\n\n\ndef test_disabled_tracking_smoke(temp_xdg_home):\n    class _Settings:\n        def get_boolean(self, key: str) -> bool:\n            return False if key == \"playtime-enabled\" else False\n\n        def get_int(self, key: str) -> int:\n            return 5 if key == \"playtime-heartbeat-interval\" else 0\n\n    # Use an isolated DB under the temp XDG; instantiate tracker disabled\n    base_dir = os.path.join(temp_xdg_home, \"bottles\")\n    os.makedirs(base_dir, exist_ok=True)\n    db_path = os.path.join(base_dir, \"process_metrics.sqlite\")\n    tracker = ProcessSessionTracker(db_path=db_path, heartbeat_interval=5, enabled=False)\n    assert tracker is not None\n    assert tracker.enabled is False\n\n    # Attempt to start a session → should be no-op\n    sid = tracker.start_session(\n        bottle_id=\"b1\",\n        bottle_name=\"Bottle\",\n        bottle_path=os.path.join(temp_xdg_home, \"bottles\", \"b1\"),\n        program_name=\"Game\",\n        program_path=\"C:/Game/game.exe\",\n    )\n    assert sid == -1\n\n    # Verify no rows in sessions/totals\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT COUNT(*) FROM sessions\")\n    assert cur.fetchone()[0] == 0\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals\")\n    assert cur.fetchone()[0] == 0\n\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_failure_run.py",
    "content": "\"\"\"Failure run should mark unknown and update totals.\"\"\"\n\nimport sqlite3\nimport time\nfrom freezegun import freeze_time\n\n\ndef test_failure_run_marks_unknown_and_updates_totals(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 02:00:00\"):\n        base = int(time.time())\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        # Simulate failure\n        tracker.mark_failure(sid, status=\"unknown\")\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT status FROM sessions WHERE id=?\", (sid,))\n    assert cur.fetchone()[0] == \"unknown\"\n    cur.execute(\n        \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=?\",\n        (\"b1\",),\n    )\n    row = cur.fetchone()\n    assert row is not None\n    assert row[1] == 1\n\n\ndef test_multiple_failures_different_bottles(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 03:00:00\"):\n        # Bottle b1\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle1\",\n            bottle_path=\"/b1\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_failure(sid1, status=\"unknown\")\n\n        # Bottle b2 (same program path, different bottle)\n        sid2 = tracker.start_session(\n            bottle_id=\"b2\",\n            bottle_name=\"Bottle2\",\n            bottle_path=\"/b2\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_failure(sid2, status=\"unknown\")\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals\")\n    assert cur.fetchone()[0] == 2\n    # each should have sessions_count=1\n    cur.execute(\"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 1\n    cur.execute(\"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\", (\"b2\",))\n    assert cur.fetchone()[0] == 1\n\n\ndef test_multiple_failures_same_bottle_different_programs(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 04:00:00\"):\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game1\",\n            program_path=\"C:/Game1/game1.exe\",\n        )\n        tracker.mark_failure(sid1, status=\"unknown\")\n\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game2\",\n            program_path=\"C:/Game2/game2.exe\",\n        )\n        tracker.mark_failure(sid2, status=\"unknown\")\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 2\n\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_playtime_signals.py",
    "content": "import os\nimport sqlite3\nimport tempfile\n\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\nfrom bottles.backend.state import SignalManager, Signals\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.models.process import (\n    ProcessStartedPayload,\n    ProcessFinishedPayload,\n)\n\n\nclass _Settings:\n    def get_boolean(self, key: str) -> bool:\n        return True if key == \"playtime-enabled\" else False\n\n    def get_int(self, key: str) -> int:\n        return 5 if key == \"playtime-heartbeat-interval\" else 0\n\n\ndef _new_manager(tmpdir: str) -> Manager:\n    os.environ[\"XDG_DATA_HOME\"] = tmpdir\n    m = Manager(g_settings=_Settings(), check_connection=False, is_cli=True)\n    # Force a fresh tracker bound to this tmpdir DB\n    base_dir = os.path.join(tmpdir, \"bottles\")\n    os.makedirs(base_dir, exist_ok=True)\n    db_path = os.path.join(base_dir, \"process_metrics.sqlite\")\n    m.playtime_tracker = ProcessSessionTracker(db_path=db_path, heartbeat_interval=5, enabled=True)\n    # Reset launch map if present\n    try:\n        m._launch_to_session.clear()\n    except Exception:\n        pass\n    return m\n\n\ndef test_signals_flow_success():\n    with tempfile.TemporaryDirectory() as tmp:\n        m = _new_manager(tmp)\n\n        started = ProcessStartedPayload(\n            launch_id=\"test-launch-1\",\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        SignalManager.send(Signals.ProgramStarted, Result(True, started))\n        finished = ProcessFinishedPayload(\n            launch_id=started.launch_id,\n            status=\"success\",\n            ended_at=0,\n        )\n        SignalManager.send(Signals.ProgramFinished, Result(True, finished))\n\n        con = sqlite3.connect(m.playtime_tracker.db_path)\n        cur = con.cursor()\n        cur.execute(\"SELECT COUNT(*) FROM sessions WHERE bottle_id=?\", (\"b1\",))\n        assert cur.fetchone()[0] == 1\n        cur.execute(\n            \"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\",\n            (\"b1\",),\n        )\n        assert cur.fetchone()[0] == 1\n        m.playtime_tracker.shutdown()\n\n\ndef test_signals_flow_unknown_failure():\n    with tempfile.TemporaryDirectory() as tmp:\n        m = _new_manager(tmp)\n\n        started = ProcessStartedPayload(\n            launch_id=\"test-launch-2\",\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        SignalManager.send(Signals.ProgramStarted, Result(True, started))\n        finished = ProcessFinishedPayload(\n            launch_id=started.launch_id,\n            status=\"unknown\",\n            ended_at=0,\n        )\n        SignalManager.send(Signals.ProgramFinished, Result(True, finished))\n\n        con = sqlite3.connect(m.playtime_tracker.db_path)\n        cur = con.cursor()\n        cur.execute(\n            \"SELECT status FROM sessions WHERE bottle_id=? ORDER BY id DESC LIMIT 1\",\n            (\"b1\",),\n        )\n        assert cur.fetchone()[0] == \"unknown\"\n        m.playtime_tracker.shutdown()\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_recovery.py",
    "content": "\"\"\"Recovery should force-close running sessions on restart.\"\"\"\n\nimport sqlite3\nimport time\nfrom freezegun import freeze_time\n\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\n\n\ndef test_recovery_smoke(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 05:00:00\"):\n        base = int(time.time())\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        # Simulate abrupt stop without finalizing\n        tracker.shutdown()\n\n        # New tracker instance simulates app restart and recovers open sessions\n        new_tracker = ProcessSessionTracker(\n            db_path=tracker.db_path, heartbeat_interval=5, enabled=True\n        )\n        new_tracker.recover_open_sessions()\n\n    con = sqlite3.connect(new_tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT status, ended_at, last_seen FROM sessions WHERE id=?\", (sid,))\n    status, ended_at, last_seen = cur.fetchone()\n    assert status == \"forced\"\n    assert ended_at == last_seen\n\n    cur.execute(\n        \"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\",\n        (\"b1\",),\n    )\n    assert cur.fetchone()[0] == 1\n\n\ndef test_recovery_different_bottles(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 06:00:00\"):\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle1\",\n            bottle_path=\"/b1\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        sid2 = tracker.start_session(\n            bottle_id=\"b2\",\n            bottle_name=\"Bottle2\",\n            bottle_path=\"/b2\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n\n        tracker.shutdown()\n        new_tracker = ProcessSessionTracker(\n            db_path=tracker.db_path, heartbeat_interval=5, enabled=True\n        )\n        new_tracker.recover_open_sessions()\n\n    con = sqlite3.connect(new_tracker.db_path)\n    cur = con.cursor()\n    # Both sessions forced\n    cur.execute(\"SELECT COUNT(*) FROM sessions WHERE status='forced'\")\n    assert cur.fetchone()[0] == 2\n    # Two totals rows\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals\")\n    assert cur.fetchone()[0] == 2\n    # Each bottle has sessions_count=1\n    cur.execute(\"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 1\n    cur.execute(\"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\", (\"b2\",))\n    assert cur.fetchone()[0] == 1\n\n\ndef test_recovery_same_bottle_different_programs(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 07:00:00\"):\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game1\",\n            program_path=\"C:/Game1/game1.exe\",\n        )\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game2\",\n            program_path=\"C:/Game2/game2.exe\",\n        )\n\n        tracker.shutdown()\n        new_tracker = ProcessSessionTracker(\n            db_path=tracker.db_path, heartbeat_interval=5, enabled=True\n        )\n        new_tracker.recover_open_sessions()\n\n    con = sqlite3.connect(new_tracker.db_path)\n    cur = con.cursor()\n    # Two forced sessions in same bottle\n    cur.execute(\"SELECT COUNT(*) FROM sessions WHERE status='forced' AND bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 2\n    # Two totals rows for the bottle\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 2\n\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_schema_meta.py",
    "content": "\"\"\"Schema meta assertions: indices and PRAGMA user_version.\n\"\"\"\n\nimport sqlite3\n\n\ndef test_schema_meta_smoke(manager):\n    con = sqlite3.connect(manager.playtime_tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT name FROM sqlite_master WHERE type='index'\")\n    indices = {r[0] for r in cur.fetchall()}\n    assert \"idx_sessions_bottle_program\" in indices\n    assert \"idx_sessions_status\" in indices\n    assert \"idx_totals_last_played\" in indices\n    cur.execute(\"PRAGMA user_version\")\n    assert cur.fetchone()[0] == 1\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_successful_run.py",
    "content": "\"\"\"Successful run should finalize session and update totals.\"\"\"\n\nimport sqlite3\nimport time\nfrom freezegun import freeze_time\n\n\ndef test_successful_run_finalizes_and_updates_totals(manager):\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 00:00:00\"):\n        base = int(time.time())\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_exit(sid, status=\"success\", ended_at=base + 60)\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\"SELECT status, duration_seconds FROM sessions WHERE id=?\", (sid,))\n    status, duration = cur.fetchone()\n    assert status == \"success\"\n    assert duration >= 60\n\n    cur.execute(\n        \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=?\",\n        (\"b1\",),\n    )\n    total_seconds, sessions_count = cur.fetchone()\n    assert sessions_count == 1\n    assert total_seconds >= 60\n\n\ndef test_success_multiple_apps_two_same_bottle_one_other(manager):\n    \"\"\"Simulate overlapping runs: start a second and third app before prior ones ended.\"\"\"\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-01 10:00:00\") as ft:\n        t0 = int(time.time())\n        # Start b1/Game1 at t0 (will run 30s)\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle1\",\n            bottle_path=\"/b1\",\n            program_name=\"Game1\",\n            program_path=\"C:/Game1/game1.exe\",\n        )\n\n        # After 5s, start b1/Game2 (overlaps with Game1), runs 45s from its own start\n        ft.tick(5)\n        t1 = int(time.time())\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle1\",\n            bottle_path=\"/b1\",\n            program_name=\"Game2\",\n            program_path=\"C:/Game2/game2.exe\",\n        )\n\n        # After 10s more, start b2/Game1 (overlaps with both), runs 60s from its own start\n        ft.tick(10)\n        t2 = int(time.time())\n        sid3 = tracker.start_session(\n            bottle_id=\"b2\",\n            bottle_name=\"Bottle2\",\n            bottle_path=\"/b2\",\n            program_name=\"Game1\",\n            program_path=\"C:/Game1/game1.exe\",\n        )\n\n        # Now finalize in order with explicit end times\n        tracker.mark_exit(sid1, status=\"success\", ended_at=t0 + 30)\n        tracker.mark_exit(sid2, status=\"success\", ended_at=t1 + 45)\n        tracker.mark_exit(sid3, status=\"success\", ended_at=t2 + 60)\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n\n    # Totals rows: 2 for b1 (Game1, Game2), 1 for b2 (Game1)\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n    assert cur.fetchone()[0] == 2\n    cur.execute(\"SELECT COUNT(*) FROM playtime_totals WHERE bottle_id=?\", (\"b2\",))\n    assert cur.fetchone()[0] == 1\n\n    # Check durations/sessions_count\n    cur.execute(\n        \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=? AND program_name=?\",\n        (\"b1\", \"Game1\"),\n    )\n    tsec, scount = cur.fetchone()\n    assert scount == 1 and tsec >= 30\n\n    cur.execute(\n        \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=? AND program_name=?\",\n        (\"b1\", \"Game2\"),\n    )\n    tsec, scount = cur.fetchone()\n    assert scount == 1 and tsec >= 45\n\n    cur.execute(\n        \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=? AND program_name=?\",\n        (\"b2\", \"Game1\"),\n    )\n    tsec, scount = cur.fetchone()\n    assert scount == 1 and tsec >= 60\n\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_uniqueness_retry.py",
    "content": "\"\"\"Uniqueness retry for same-second launches.\"\"\"\n\nimport sqlite3\nimport time\nfrom freezegun import freeze_time\n\n\ndef test_uniqueness_retry_smoke(manager):\n    \"\"\"Two sessions of same bottle/program starting in the same second should succeed.\n\n    First session finalizes, second begins at the same timestamp. Unique(bottle_id, program_id, started_at)\n    would collide, but start_session should bump started_at to avoid IntegrityError.\n    \"\"\"\n    tracker = manager.playtime_tracker\n    assert tracker is not None\n\n    with freeze_time(\"2025-01-02 00:00:00\"):\n        base = int(time.time())\n        # Start and finalize first session\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_exit(sid1, status=\"success\", ended_at=base + 1)\n\n        # Start second session at the exact same second (same started_at candidate)\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n\n    con = sqlite3.connect(tracker.db_path)\n    cur = con.cursor()\n    cur.execute(\n        \"SELECT id, started_at FROM sessions WHERE bottle_id=? ORDER BY started_at\",\n        (\"b1\",),\n    )\n    rows = cur.fetchall()\n    assert len(rows) == 2\n    first_started = int(rows[0][1])\n    second_started = int(rows[1][1])\n    # Ensure the retry bumped the second started_at by at least 1 second\n    assert second_started >= first_started + 1\n\n"
  },
  {
    "path": "bottles/tests/backend/integration/playtime/test_wine_executor_playtime.py",
    "content": "import os\nimport sqlite3\nimport tempfile\n\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\nfrom bottles.backend.models.config import BottleConfig\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.winepath import WinePath\nfrom bottles.backend.models.result import Result\n\n\nclass _Settings:\n    def get_boolean(self, key: str) -> bool:\n        return True if key == \"playtime-enabled\" else False\n\n    def get_int(self, key: str) -> int:\n        return 5 if key == \"playtime-heartbeat-interval\" else 0\n\n\ndef _new_manager(tmpdir: str) -> Manager:\n    os.environ[\"XDG_DATA_HOME\"] = tmpdir\n    m = Manager(g_settings=_Settings(), check_connection=False, is_cli=True)\n    base_dir = os.path.join(tmpdir, \"bottles\")\n    os.makedirs(base_dir, exist_ok=True)\n    db_path = os.path.join(base_dir, \"process_metrics.sqlite\")\n    m.playtime_tracker = ProcessSessionTracker(db_path=db_path, heartbeat_interval=5, enabled=True)\n    try:\n        m._launch_to_session.clear()\n    except Exception:\n        pass\n    return m\n\n\ndef _config(name: str) -> BottleConfig:\n    c = BottleConfig()\n    c.Name = name\n    c.Path = name\n    return c\n\n\ndef test_wine_executor_emits_and_updates_totals(mocker):\n    with tempfile.TemporaryDirectory() as tmp:\n        m = _new_manager(tmp)\n\n        # Stub the launch paths to avoid running wine; make them return success Result\n        _stub_result = Result(True, data={\"output\": b\"ok\"})\n        mocker.patch.object(WineExecutor, \"_WineExecutor__launch_with_bridge\", return_value=_stub_result)\n        mocker.patch.object(WineExecutor, \"_WineExecutor__launch_batch\", return_value=_stub_result)\n        mocker.patch.object(WineExecutor, \"_WineExecutor__launch_with_starter\", return_value=_stub_result)\n        mocker.patch.object(WineExecutor, \"_WineExecutor__launch_dll\", return_value=_stub_result)\n\n        # Stub WinePath conversions to avoid system calls / missing libs\n        # Instance methods are bound; side_effect receives only the path argument\n        mocker.patch.object(WinePath, \"to_unix\", side_effect=lambda path: path)\n        mocker.patch.object(WinePath, \"to_windows\", side_effect=lambda path: path)\n\n        execu = WineExecutor(\n            config=_config(\"b1\"),\n            exec_path=\"C:/Game/game.exe\",\n        )\n        res = execu.run()\n        assert res.status is True\n\n        con = sqlite3.connect(m.playtime_tracker.db_path)\n        cur = con.cursor()\n        cur.execute(\"SELECT COUNT(*) FROM sessions WHERE bottle_id=?\", (\"b1\",))\n        assert cur.fetchone()[0] == 1\n        cur.execute(\n            \"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\",\n            (\"b1\",),\n        )\n        assert cur.fetchone()[0] == 1\n        m.playtime_tracker.shutdown()\n\n"
  },
  {
    "path": "bottles/tests/backend/manager/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/tests/backend/manager/test_manager.py",
    "content": "\"\"\"Core Manager tests\"\"\"\n\nfrom bottles.backend.managers.manager import Manager\nfrom bottles.backend.utils.gsettings_stub import GSettingsStub\n\n\ndef test_manager_is_singleton():\n    assert Manager(is_cli=True) is Manager(\n        is_cli=True\n    ), \"Manager should be singleton object\"\n    assert Manager(is_cli=True) is Manager(\n        g_settings=GSettingsStub(), is_cli=True\n    ), \"Manager should be singleton even with different argument\"\n\n\ndef test_manager_default_gsettings_stub():\n    assert Manager().settings.get_boolean(\"anything\") is False\n"
  },
  {
    "path": "bottles/tests/backend/manager/test_playtime.py",
    "content": "import os\nimport sqlite3\nimport tempfile\nimport time\n\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\n\n\ndef _new_tracker(tmpdir, enabled=True, heartbeat_interval=5):\n    db_path = os.path.join(tmpdir, \"process_metrics.sqlite\")\n    return ProcessSessionTracker(\n        db_path=db_path, heartbeat_interval=heartbeat_interval, enabled=enabled\n    )\n\n\ndef test_schema_created_and_wal():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT name FROM sqlite_master WHERE type='table'\")\n        tables = {r[0] for r in cur.fetchall()}\n        assert \"sessions\" in tables\n        assert \"playtime_totals\" in tables\n        cur.execute(\"PRAGMA journal_mode\")\n        mode = cur.fetchone()[0].lower()\n        assert mode in (\"wal\", \"wal2\") or mode == \"wal\"  # wal expected\n        tracker.shutdown()\n\n\ndef test_start_and_heartbeat_and_exit_updates_totals():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        assert sid > 0\n\n        time.sleep(1.0)  # simulate some playtime\n        tracker._flush_heartbeats()  # update last_seen deterministically\n        tracker.mark_exit(sid, status=\"success\")\n\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT status, duration_seconds FROM sessions WHERE id=?\", (sid,))\n        status, duration = cur.fetchone()\n        assert status == \"success\"\n        assert duration >= 1\n\n        cur.execute(\n            \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=?\",\n            (\"b1\",),\n        )\n        row = cur.fetchone()\n        assert row is not None\n        assert row[0] >= 1\n        assert row[1] == 1\n        tracker.shutdown()\n\n\ndef test_recovery_finalizes_running_sessions():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        time.sleep(0.5)\n        tracker.shutdown()  # simulate abrupt stop\n\n        # new tracker recovers\n        tracker2 = _new_tracker(tmp)\n        tracker2.recover_open_sessions()\n\n        conn = sqlite3.connect(tracker2.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT status, ended_at, last_seen FROM sessions WHERE id=?\", (sid,))\n        status, ended_at, last_seen = cur.fetchone()\n        assert status == \"forced\"\n        assert ended_at == last_seen\n\n        cur.execute(\n            \"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\",\n            (\"b1\",),\n        )\n        assert cur.fetchone()[0] == 1\n        tracker2.shutdown()\n\n\ndef test_disabled_tracker_is_noop():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp, enabled=False)\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        assert sid == -1\n        tracker.shutdown()\n\n\ndef test_mark_failure():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        time.sleep(0.5)\n        tracker.mark_failure(sid, status=\"crash\")\n\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT status FROM sessions WHERE id=?\", (sid,))\n        assert cur.fetchone()[0] == \"crash\"\n        tracker.shutdown()\n\n\ndef test_multiple_sessions_aggregate():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        # First session\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        time.sleep(1.0)\n        tracker.mark_exit(sid1, status=\"success\")\n\n        # Second session, same program\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        time.sleep(1.0)\n        tracker.mark_exit(sid2, status=\"success\")\n\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\n            \"SELECT total_seconds, sessions_count FROM playtime_totals WHERE bottle_id=? AND program_name=?\",\n            (\"b1\", \"Game\"),\n        )\n        total_seconds, sessions_count = cur.fetchone()\n        assert sessions_count == 2\n        assert total_seconds >= 2\n        tracker.shutdown()\n\n\ndef test_different_programs_separate_totals():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game1\",\n            program_path=\"C:/Game1/game1.exe\",\n        )\n        tracker.mark_exit(sid1, status=\"success\")\n\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game2\",\n            program_path=\"C:/Game2/game2.exe\",\n        )\n        tracker.mark_exit(sid2, status=\"success\")\n\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT COUNT(*) FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n        assert cur.fetchone()[0] == 2\n        tracker.shutdown()\n\n\ndef test_program_id_consistency():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_exit(sid1, status=\"success\")\n\n        # Same path, different name → same program_id\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game Renamed\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        tracker.mark_exit(sid2, status=\"success\")\n\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        # Should have aggregated into one total\n        cur.execute(\"SELECT sessions_count FROM playtime_totals WHERE bottle_id=?\", (\"b1\",))\n        assert cur.fetchone()[0] == 2\n        tracker.shutdown()\n\n\ndef test_indices_exist():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT name FROM sqlite_master WHERE type='index'\")\n        indices = {r[0] for r in cur.fetchall()}\n        assert \"idx_sessions_bottle_program\" in indices\n        assert \"idx_sessions_status\" in indices\n        assert \"idx_totals_last_played\" in indices\n        tracker.shutdown()\n\n\ndef test_user_version_set():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"PRAGMA user_version\")\n        assert cur.fetchone()[0] == 1\n        tracker.shutdown()\n\n\ndef test_unique_constraint():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        # Try to insert duplicate at same timestamp (will use started_at from first session)\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT program_id, started_at FROM sessions WHERE id=?\", (sid1,))\n        program_id, started_at = cur.fetchone()\n\n        # Attempt duplicate insert (should fail)\n        try:\n            cur.execute(\n                \"\"\"INSERT INTO sessions (\n                    bottle_id, bottle_name, bottle_path, program_id, program_name, program_path,\n                    started_at, last_seen, status\n                ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)\"\"\",\n                (\"b1\", \"Bottle\", \"/bottle\", program_id, \"Game\", \"C:/Game/game.exe\", started_at, started_at, \"running\")\n            )\n            conn.commit()\n            assert False, \"Expected UNIQUE constraint violation\"\n        except sqlite3.IntegrityError:\n            pass  # Expected\n        tracker.shutdown()\n\n\ndef test_disable_tracking_method():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        assert sid > 0\n\n        tracker.disable_tracking()\n        # After disabling, new sessions should be no-op\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game2\",\n            program_path=\"C:/Game2/game2.exe\",\n        )\n        assert sid2 == -1\n\n\ndef test_start_session_collapses_duplicate_running_session():\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        # Second start without finalize should return the same session id\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game (alias)\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        assert sid2 == sid1\n\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\n            \"SELECT COUNT(*) FROM sessions WHERE bottle_id=? AND status='running'\",\n            (\"b1\",),\n        )\n        assert cur.fetchone()[0] == 1\n        tracker.shutdown()\n\n\ndef test_get_totals_returns_program_stats():\n    \"\"\"Test get_totals retrieves per-program aggregated data.\"\"\"\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        from bottles.backend.managers.playtime import _compute_program_id\n\n        program_id = _compute_program_id(\"b1\", \"/bottle\", \"C:/Game/game.exe\")\n\n        sid = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game\",\n            program_path=\"C:/Game/game.exe\",\n        )\n        time.sleep(1.0)\n        tracker.mark_exit(sid, status=\"success\")\n\n        result = tracker.get_totals(\"b1\", program_id)\n        assert result is not None\n        assert result[\"bottle_id\"] == \"b1\"\n        assert result[\"program_id\"] == program_id\n        assert result[\"program_name\"] == \"Game\"\n        assert result[\"total_seconds\"] >= 1\n        assert result[\"sessions_count\"] == 1\n        assert result[\"last_played\"] is not None\n        tracker.shutdown()\n\n\ndef test_get_totals_returns_none_when_not_found():\n    \"\"\"Test get_totals returns None for non-existent program.\"\"\"\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        result = tracker.get_totals(\"b1\", \"nonexistent_program_id\")\n        assert result is None\n        tracker.shutdown()\n\n\ndef test_get_totals_returns_none_when_disabled():\n    \"\"\"Test get_totals returns None when tracking is disabled.\"\"\"\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp, enabled=False)\n        result = tracker.get_totals(\"b1\", \"any_program_id\")\n        assert result is None\n        tracker.shutdown()\n\n\ndef test_get_all_program_totals_returns_all_programs():\n    \"\"\"Test get_all_program_totals retrieves all programs for a bottle.\"\"\"\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n\n        # Create two sessions for different programs in same bottle\n        sid1 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game1\",\n            program_path=\"C:/Game1/game1.exe\",\n        )\n        time.sleep(0.5)\n        tracker.mark_exit(sid1, status=\"success\")\n\n        sid2 = tracker.start_session(\n            bottle_id=\"b1\",\n            bottle_name=\"Bottle\",\n            bottle_path=\"/bottle\",\n            program_name=\"Game2\",\n            program_path=\"C:/Game2/game2.exe\",\n        )\n        time.sleep(0.5)\n        tracker.mark_exit(sid2, status=\"success\")\n\n        results = tracker.get_all_program_totals(\"b1\")\n        assert len(results) == 2\n        program_names = {r[\"program_name\"] for r in results}\n        assert \"Game1\" in program_names\n        assert \"Game2\" in program_names\n        tracker.shutdown()\n\n\ndef test_get_all_program_totals_returns_empty_when_disabled():\n    \"\"\"Test get_all_program_totals returns empty list when disabled.\"\"\"\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp, enabled=False)\n        results = tracker.get_all_program_totals(\"b1\")\n        assert results == []\n        tracker.shutdown()\n\n\ndef test_normalize_path_to_windows():\n    \"\"\"Test path normalization converts Unix paths to Windows format.\"\"\"\n    from bottles.backend.managers.playtime import _normalize_path_to_windows\n    \n    # Already Windows format - should remain unchanged\n    assert _normalize_path_to_windows(\"/bottle\", \"C:\\\\Program Files\\\\game.exe\") == \"C:\\\\Program Files\\\\game.exe\"\n    assert _normalize_path_to_windows(\"/bottle\", \"D:\\\\Games\\\\game.exe\") == \"D:\\\\Games\\\\game.exe\"\n    \n    # Unix path with drive_c - bottle_path must match the path prefix\n    bottle_path = \"/var/home/user/.local/share/bottles/MyBottle\"\n    unix_path = \"/var/home/user/.local/share/bottles/MyBottle/drive_c/Program Files/game.exe\"\n    assert _normalize_path_to_windows(bottle_path, unix_path) == \"C:\\\\Program Files\\\\game.exe\"\n    \n    # Unix path with drive_d - should convert to D:\\\n    unix_path_d = \"/path/to/bottle/drive_d/Games/game.exe\"\n    assert _normalize_path_to_windows(\"/path/to/bottle\", unix_path_d) == \"D:\\\\Games\\\\game.exe\"\n    \n    # Test with different drive letters\n    assert _normalize_path_to_windows(\"/bottle\", \"/bottle/drive_z/test.exe\") == \"Z:\\\\test.exe\"\n\n\ndef test_database_stores_normalized_paths():\n    \"\"\"Test that program_path is stored in normalized Windows format in the database.\"\"\"\n    with tempfile.TemporaryDirectory() as tmp:\n        tracker = _new_tracker(tmp)\n        \n        bottle_id = \"test-bottle\"\n        bottle_name = \"Test Bottle\"\n        bottle_path = \"/home/user/.local/share/bottles/TestBottle\"\n        \n        # Start session with Unix-format path\n        unix_path = f\"{bottle_path}/drive_c/Program Files/TestGame/game.exe\"\n        session_id = tracker.start_session(\n            bottle_id=bottle_id,\n            bottle_name=bottle_name,\n            bottle_path=bottle_path,\n            program_name=\"TestGame\",\n            program_path=unix_path,\n        )\n        \n        # Check sessions table has normalized path\n        conn = sqlite3.connect(tracker.db_path)\n        cur = conn.cursor()\n        cur.execute(\"SELECT program_path FROM sessions WHERE id=?\", (session_id,))\n        row = cur.fetchone()\n        assert row is not None\n        stored_path = row[0]\n        # Should be Windows format, not Unix format\n        assert stored_path == \"C:\\\\Program Files\\\\TestGame\\\\game.exe\"\n        assert not stored_path.startswith(\"/home/\")\n        \n        # Exit session to trigger totals update\n        tracker.mark_exit(session_id, status=\"success\")\n        \n        # Check playtime_totals table also has normalized path\n        cur.execute(\"SELECT program_path FROM playtime_totals WHERE bottle_id=?\", (bottle_id,))\n        row = cur.fetchone()\n        assert row is not None\n        totals_path = row[0]\n        assert totals_path == \"C:\\\\Program Files\\\\TestGame\\\\game.exe\"\n        assert not totals_path.startswith(\"/home/\")\n        \n        tracker.shutdown()\n\n\n"
  },
  {
    "path": "bottles/tests/backend/state/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/tests/backend/state/test_events.py",
    "content": "\"\"\"EventManager tests\"\"\"\n\nimport time\nfrom enum import Enum\nfrom threading import Thread\nimport pytest\n\nfrom bottles.backend.state import EventManager\n\n\nclass Events(Enum):\n    SimpleEvent = \"simple.event\"\n    WaitAfterDone = \"wait_after_done.event\"\n    SetResetEvent = \"set_reset.event\"\n    WaitSingleton = \"wait_singleton.event\"\n    DoneSingleton = \"done_singleton.event\"\n    CorrectFlagDone = \"correct_flag_done.event\"\n\n\ndef approx_time(start, target):\n    epsilon = 0.010  # 5 ms window\n    variation = time.time() - start - target\n    result = -epsilon / 2 <= variation <= epsilon / 2\n    if not result:\n        print(f\"Start: {start}\")\n        print(f\"End: {variation + start + target}\")\n        print(f\"Variation: {variation}\")\n    return result\n\n\ndef test_simple_event():\n    start_time = time.time()\n\n    def t1_func():\n        EventManager.wait(Events.SimpleEvent)\n\n    t1 = Thread(target=t1_func)\n    t1.start()\n\n    time.sleep(0.2)\n    EventManager.done(Events.SimpleEvent)\n\n    t1.join()\n    assert approx_time(start_time, 0.2)\n\n\ndef test_wait_after_done_event():\n    start_time = time.time()\n    EventManager.done(Events.WaitAfterDone)\n\n    EventManager.wait(Events.WaitAfterDone)\n    assert approx_time(start_time, 0)\n\n\n@pytest.mark.filterwarnings(\"error\")\ndef test_set_reset():\n    start_time = time.time()\n\n    def t1_func():\n        start_time_t1 = time.time()\n        EventManager.wait(Events.SetResetEvent)\n        assert approx_time(start_time_t1, 0.1)\n\n    def t2_func():\n        start_time_t1 = time.time()\n        EventManager.wait(Events.SetResetEvent)\n        assert approx_time(start_time_t1, 0)\n\n    t1 = Thread(target=t1_func)\n    t1.start()\n\n    time.sleep(0.1)\n    EventManager.done(Events.SetResetEvent)\n\n    # Assert wait for 0.1s\n    t1.join()\n\n    t2 = Thread(target=t2_func)\n    t2.start()\n    # Assert wait for 0s\n    t2.join()\n\n    time.sleep(0.1)\n\n    EventManager.reset(Events.SetResetEvent)\n\n    t1 = Thread(target=t1_func)\n    t1.start()\n\n    time.sleep(0.1)\n    EventManager.done(Events.SetResetEvent)\n\n    # Assert wait for 0.1s\n    t1.join()\n    assert approx_time(start_time, 0.3)\n\n\ndef test_event_singleton_wait():\n    EventManager._EVENTS = {}\n\n    def wait_thread():\n        EventManager.wait(Events.WaitSingleton)\n\n    def wait_thread_by_value():\n        EventManager.wait(Events(\"wait_singleton.event\"))\n\n    t1 = Thread(target=wait_thread)\n    t1.start()\n\n    t2 = Thread(target=wait_thread)\n    t2.start()\n\n    t3 = Thread(target=wait_thread_by_value)\n    t3.start()\n\n    assert len(EventManager._EVENTS) == 1\n\n    EventManager.done(Events.WaitSingleton)\n    t1.join()\n    t2.join()\n    t3.join()\n\n\ndef test_event_singleton_done_reset():\n    EventManager._EVENTS = {}\n\n    EventManager.done(Events.DoneSingleton)\n    EventManager.done(Events.DoneSingleton)\n    assert len(EventManager._EVENTS) == 1\n\n    EventManager.reset(Events.DoneSingleton)\n    assert len(EventManager._EVENTS) == 1\n\n    EventManager.reset(Events.DoneSingleton)\n    assert len(EventManager._EVENTS) == 1\n\n\ndef test_correct_internal_flag():\n    EventManager.done(Events.CorrectFlagDone)\n\n    assert EventManager._EVENTS[Events.CorrectFlagDone].is_set()\n\n    EventManager.reset(Events.CorrectFlagDone)\n\n    assert not EventManager._EVENTS[Events.CorrectFlagDone].is_set()\n"
  },
  {
    "path": "bottles/tests/backend/utils/__init__.py",
    "content": ""
  },
  {
    "path": "bottles/tests/backend/utils/test_generic.py",
    "content": "from typing import Optional\n\nimport pytest\n\nfrom bottles.backend.utils.generic import detect_encoding\n\n\n# CP932 is superset of Shift-JIS, which is default codec for Japanese in Windows\n# GBK is default codec for Chinese in Windows\n@pytest.mark.parametrize(\n    \"text, hint, codec\",\n    [\n        (\"Hello, world!\", None, \"ascii\"),\n        (\"   \", None, \"ascii\"),\n        (\"Привет, мир!\", None, \"windows-1251\"),\n        (\"こんにちは、世界！\", \"ja_JP\", \"cp932\"),\n        (\"こんにちは、世界！\", \"ja_JP.utf-8\", \"utf-8\"),\n        (\"你好，世界！\", \"zh_CN\", \"gbk\"),\n        (\"你好，世界！\", \"zh_CN.UTF-8\", \"utf-8\"),\n        (\"你好，世界！\", \"zh_CN.invalid_fallback\", \"gbk\"),\n        (\"\", None, \"utf-8\"),\n    ],\n)\ndef test_detect_encoding(text: str, hint: Optional[str], codec: Optional[str]):\n    text_bytes = text.encode(codec)\n    guess = detect_encoding(text_bytes, hint)\n    assert guess.lower() == codec.lower()\n"
  },
  {
    "path": "bottles/tests/backend/wine/test_executor.py",
    "content": "\"\"\"Unit tests for WineExecutor placeholder handling\"\"\"\n\nfrom bottles.backend.models.config import BottleConfig, BottleParams\nfrom bottles.backend.models.result import Result\nfrom bottles.backend.utils.manager import ManagerUtils\nfrom bottles.backend.wine.executor import WineExecutor\nfrom bottles.backend.wine.winecommand import WineCommand, WineEnv\n\n\ndef _make_config(name: str = \"TestBottle\", path: str = \"TestBottlePath\") -> BottleConfig:\n    return BottleConfig(Name=name, Path=path, Custom_Path=\"\", Environment=\"Custom\")\n\n\ndef test_build_placeholder_map_uses_program_values():\n    config = _make_config()\n    program = {\n        \"name\": \"My Game\",\n        \"path\": \"/opt/games/my-game.exe\",\n    }\n\n    placeholders = WineExecutor._build_placeholder_map(config, program)\n\n    expected_bottle_path = ManagerUtils.get_bottle_path(config)\n    assert placeholders[\"PROGRAM_NAME\"] == \"My Game\"\n    assert placeholders[\"PROGRAM_PATH\"] == \"/opt/games/my-game.exe\"\n    assert placeholders[\"PROGRAM_DIR\"] == \"/opt/games\"\n    assert placeholders[\"BOTTLE_NAME\"] == \"TestBottle\"\n    assert placeholders[\"BOTTLE_PATH\"] == expected_bottle_path\n\n\ndef test_replace_placeholders_handles_unknown_tokens():\n    placeholders = {\"PROGRAM_NAME\": \"Example\", \"BOTTLE_NAME\": \"Bottle\"}\n\n    result = WineExecutor._replace_placeholders(\n        \"run-%PROGRAM_NAME%-on-%BOTTLE_NAME%-%UNKNOWN%\",\n        placeholders,\n    )\n\n    assert result == \"run-Example-on-Bottle-%UNKNOWN%\"\n\n\ndef test_run_program_substitutes_placeholders(monkeypatch):\n    captured: dict[str, object] = {}\n\n    def fake_init(\n        self,\n        *,\n        config,\n        exec_path,\n        args=\"\",\n        terminal=False,\n        environment=None,\n        move_file=False,\n        move_upd_fn=None,\n        pre_script=None,\n        post_script=None,\n        pre_script_args=None,\n        post_script_args=None,\n        cwd=None,\n        monitoring=None,\n        program_dxvk=None,\n        program_vkd3d=None,\n        program_nvapi=None,\n        program_fsr=None,\n        program_gamescope=None,\n        program_virt_desktop=None,\n        program_winebridge=None,\n    ):\n        # mimic original __init__ contract enough for run() stub\n        self.config = config\n        self.captured = {\n            \"exec_path\": exec_path,\n            \"args\": args,\n            \"pre_script\": pre_script,\n            \"post_script\": post_script,\n            \"pre_script_args\": pre_script_args,\n            \"post_script_args\": post_script_args,\n            \"cwd\": cwd,\n        }\n\n    def fake_run(self):\n        return Result(True, data=self.captured)\n\n    monkeypatch.setattr(WineExecutor, \"__init__\", fake_init, raising=False)\n    monkeypatch.setattr(WineExecutor, \"run\", fake_run, raising=False)\n\n    config = _make_config(name=\"Bottle\", path=\"BottlePath\")\n    program = {\n        \"name\": \"Awesome Game\",\n        \"path\": \"/games/awesome/game.exe\",\n        \"arguments\": \"--title=%PROGRAM_NAME%\",\n        \"pre_script\": \"/scripts/%BOTTLE_NAME%/%PROGRAM_NAME%.sh\",\n        \"pre_script_args\": \"--prefix=%BOTTLE_PATH%\",\n        \"post_script\": None,\n        \"post_script_args\": \"--dir=%PROGRAM_DIR%\",\n        \"folder\": \"%PROGRAM_DIR%\",\n    }\n\n    result = WineExecutor.run_program(config=config, program=program, terminal=False)\n\n    assert result.status is True\n    data = result.data\n    assert data[\"exec_path\"] == \"/games/awesome/game.exe\"\n    assert data[\"args\"] == \"--title=Awesome Game\"\n    assert data[\"pre_script\"] == \"/scripts/Bottle/Awesome Game.sh\"\n    assert data[\"pre_script_args\"] == f\"--prefix={ManagerUtils.get_bottle_path(config)}\"\n    assert data[\"post_script_args\"] == \"--dir=/games/awesome\"\n    assert data[\"cwd\"] == \"/games/awesome\"\n\n\ndef test_wine_env_respects_allowed_keys(monkeypatch):\n    monkeypatch.setenv(\"KEEP_ONLY\", \"1\")\n    monkeypatch.setenv(\"DROP_ME\", \"2\")\n\n    env = WineEnv(clean=False, allowed_keys=[\"KEEP_ONLY\"])\n    resolved = env.get()[\"envs\"]\n\n    assert resolved[\"KEEP_ONLY\"] == \"1\"\n    assert \"DROP_ME\" not in resolved\n\n\ndef test_winecommand_filters_host_environment(monkeypatch, tmp_path):\n    bottle_path = tmp_path / \"TestBottle\"\n    bottle_path.mkdir()\n    runner_path = tmp_path / \"runner\"\n    for sub in [\n        \"lib\",\n        \"lib64\",\n        \"lib/wine/x86_64-unix\",\n        \"lib32/wine/x86_64-unix\",\n        \"lib32\",\n        \"lib64/wine/x86_64-unix\",\n        \"lib/wine/i386-unix\",\n        \"lib32/wine/i386-unix\",\n        \"lib64/wine/i386-unix\",\n    ]:\n        (runner_path / sub).mkdir(parents=True, exist_ok=True)\n\n    config = BottleConfig(Name=\"Test\", Path=str(bottle_path), Runner=\"test\")\n    params = BottleParams()\n    params.use_runtime = False\n    params.use_eac_runtime = False\n    params.use_be_runtime = False\n    config.Parameters = params\n    config.Limit_System_Environment = True\n    config.Inherited_Environment_Variables = [\"DISPLAY\"]\n\n    monkeypatch.setenv(\"DISPLAY\", \":1\")\n    monkeypatch.setenv(\"SHOULD_NOT_PASS\", \"secret\")\n\n    monkeypatch.setattr(\n        \"bottles.backend.wine.winecommand.ManagerUtils.get_bottle_path\",\n        lambda _config: str(bottle_path),\n    )\n    monkeypatch.setattr(\n        \"bottles.backend.wine.winecommand.ManagerUtils.get_runner_path\",\n        lambda _runner: str(runner_path),\n    )\n    monkeypatch.setattr(\n        \"bottles.backend.wine.winecommand.SteamUtils.is_proton\", lambda *_: False\n    )\n    monkeypatch.setattr(\n        \"bottles.backend.wine.winecommand.DisplayUtils.check_nvidia_device\",\n        lambda: None,\n    )\n    monkeypatch.setattr(\n        \"bottles.backend.wine.winecommand.DisplayUtils.display_server_type\",\n        lambda: \"x11\",\n    )\n\n    def _fake_gpu(self):\n        return {\n            \"prime\": {\n                \"discrete\": None,\n                \"integrated\": {\"icd\": \"/tmp/icd\", \"envs\": {}},\n            },\n            \"vendors\": {\"generic\": {\"icd\": \"/tmp/icd\", \"envs\": {}}},\n        }\n\n    monkeypatch.setattr(\n        \"bottles.backend.wine.winecommand.GPUUtils.get_gpu\",\n        _fake_gpu,\n    )\n    monkeypatch.setattr(\n        \"bottles.backend.wine.winecommand.RuntimeManager.get_runtime_env\",\n        lambda *_: [],\n    )\n\n    winecmd = WineCommand.__new__(WineCommand)\n    winecmd.config = config\n    winecmd.minimal = True\n    winecmd.arguments = \"\"\n    winecmd.runner = \"/usr/bin/wine\"\n    winecmd.runner_runtime = \"\"\n    winecmd.gamescope_activated = False\n    winecmd.terminal = False\n\n    env = winecmd.get_env()\n    assert env[\"DISPLAY\"] == \":1\"\n    assert \"SHOULD_NOT_PASS\" not in env\n"
  },
  {
    "path": "bottles/tests/conftest.py",
    "content": "import os, sys\ndef _add_repo_root_to_syspath() -> None:\n    this_dir = os.path.dirname(__file__)\n    repo_root = os.path.abspath(os.path.join(this_dir, os.pardir, os.pardir))\n    if repo_root not in sys.path:\n        sys.path.insert(0, repo_root)\n_add_repo_root_to_syspath()\n"
  },
  {
    "path": "bottles/tests/frontend/test_playtime_service.py",
    "content": "\"\"\"Unit tests for playtime frontend service.\"\"\"\n\nimport tempfile\nfrom datetime import datetime, timedelta\n\nfrom bottles.backend.managers.playtime import ProcessSessionTracker\nfrom bottles.frontend.utils.playtime import PlaytimeService\n\n\nclass MockManager:\n    \"\"\"Mock manager for testing.\"\"\"\n\n    def __init__(self, tracker):\n        self.playtime_tracker = tracker\n\n\ndef test_format_playtime():\n    \"\"\"Test playtime formatting rules.\"\"\"\n    assert PlaytimeService.format_playtime(30) == \"<1m\"\n    assert PlaytimeService.format_playtime(60) == \"1m\"\n    assert PlaytimeService.format_playtime(150) == \"2m\"\n    assert PlaytimeService.format_playtime(3599) == \"59m\"\n    assert PlaytimeService.format_playtime(3600) == \"1h 00m\"\n    assert PlaytimeService.format_playtime(3660) == \"1h 01m\"\n    assert PlaytimeService.format_playtime(7325) == \"2h 02m\"\n    assert PlaytimeService.format_playtime(86400) == \"1d 00h\"\n    assert PlaytimeService.format_playtime(90000) == \"1d 01h\"\n    assert PlaytimeService.format_playtime(180000) == \"2d 02h\"\n\n\ndef test_format_last_played():\n    \"\"\"Test last played date formatting with i18n support.\"\"\"\n    now = datetime.now()\n\n    # These now return translated strings, but we can still test the logic\n    result_none = PlaytimeService.format_last_played(None)\n    assert \"never\" in result_none.lower() or result_none == \"Never\"\n    \n    result_today = PlaytimeService.format_last_played(now)\n    assert \"today\" in result_today.lower() or result_today == \"Today\"\n    \n    result_yesterday = PlaytimeService.format_last_played(now - timedelta(days=1))\n    assert \"yesterday\" in result_yesterday.lower() or result_yesterday == \"Yesterday\"\n    \n    result_2days = PlaytimeService.format_last_played(now - timedelta(days=2))\n    assert \"2\" in result_2days and (\"day\" in result_2days.lower() or result_2days == \"2 days ago\")\n    \n    result_6days = PlaytimeService.format_last_played(now - timedelta(days=6))\n    assert \"6\" in result_6days and (\"day\" in result_6days.lower() or result_6days == \"6 days ago\")\n\n    # Old dates now use locale-aware format (%x)\n    old_date = now - timedelta(days=10)\n    result_old = PlaytimeService.format_last_played(old_date)\n    # Just verify it returns a non-empty string (format depends on locale)\n    assert len(result_old) > 0\n\n\ndef test_format_subtitle_with_data():\n    \"\"\"Test subtitle formatting with valid data and i18n.\"\"\"\n    from bottles.frontend.utils.playtime import PlaytimeRecord\n\n    record = PlaytimeRecord(\n        bottle_id=\"b1\",\n        program_id=\"p1\",\n        program_name=\"Game\",\n        program_path=\"/path\",\n        total_seconds=7325,\n        sessions_count=3,\n        last_played=datetime.now(),\n    )\n\n    service = PlaytimeService(MockManager(None))\n    subtitle = service.format_subtitle(record)\n    # Verify it contains the key elements (i18n strings may vary)\n    assert \"2h 02m\" in subtitle  # Playtime format is not translated\n    # Just verify the subtitle has content\n    assert len(subtitle) > 10\n\n\ndef test_format_subtitle_never_played():\n    \"\"\"Test subtitle formatting with no data and i18n.\"\"\"\n    service = PlaytimeService(MockManager(None))\n    result = service.format_subtitle(None)\n    # i18n string may vary, but should contain \"never\" and \"played\"\n    assert \"never\" in result.lower() or \"played\" in result.lower()\n\n\ndef test_service_disabled_returns_none():\n    \"\"\"Test that disabled service returns None.\"\"\"\n    with tempfile.TemporaryDirectory() as tmp:\n        import os\n\n        db_path = os.path.join(tmp, \"test.db\")\n        tracker = ProcessSessionTracker(db_path=db_path, enabled=False)\n        manager = MockManager(tracker)\n        service = PlaytimeService(manager)\n\n        assert not service.is_enabled()\n        result = service.get_program_playtime(\"b1\", \"/bottle\", \"Game\", \"/path/game.exe\")\n        assert result is None\n        tracker.shutdown()\n"
  },
  {
    "path": "build-aux/build.sh",
    "content": "#!/usr/bin/env bash\nset -euo pipefail\n\nSCRIPT_DIR=\"$(cd \"$(dirname \"${BASH_SOURCE[0]}\")\" && pwd)\"\nPROJECT_DIR=\"$(dirname \"$SCRIPT_DIR\")\"\nMANIFEST=\"$SCRIPT_DIR/com.usebottles.bottles.Devel.json\"\nBUILD_DIR=\"$PROJECT_DIR/build-dir\"\nAPP_ID=\"com.usebottles.bottles.Devel\"\n\necho \"==> Building $APP_ID\"\necho \"    Manifest: $MANIFEST\"\necho \"    Build dir: $BUILD_DIR\"\n\nhost-spawn flatpak run org.flatpak.Builder \\\n    --force-clean \\\n    --disable-rofiles-fuse \\\n    --user \\\n    --install \\\n    --state-dir \"$PROJECT_DIR/.flatpak-builder\" \\\n    \"$BUILD_DIR\" \\\n    \"$MANIFEST\"\n\necho \"==> Build complete. Run with:\"\necho \"    host-spawn flatpak run $APP_ID\"\n"
  },
  {
    "path": "build-aux/com.usebottles.bottles.Devel.json",
    "content": "{\n  \"id\": \"com.usebottles.bottles.Devel\",\n  \"sdk\": \"org.gnome.Sdk\",\n  \"runtime\": \"org.gnome.Platform\",\n  \"base\": \"org.winehq.Wine\",\n  \"base-version\": \"stable-25.08\",\n  \"runtime-version\": \"49\",\n  \"command\": \"bottles\",\n  \"finish-args\": [\n    \"--allow=devel\",\n    \"--allow=multiarch\",\n    \"--allow=per-app-dev-shm\",\n    \"--share=network\",\n    \"--share=ipc\",\n    \"--socket=x11\",\n    \"--socket=wayland\",\n    \"--socket=pulseaudio\",\n    \"--device=all\",\n    \"--system-talk-name=org.freedesktop.UDisks2\",\n    \"--env=LD_LIBRARY_PATH=/app/lib:/app/lib/i386-linux-gnu\",\n    \"--env=PATH=/app/bin:/app/utils/bin:/usr/bin:/usr/lib/extensions/vulkan/MangoHud/bin/:/usr/bin:/usr/lib/extensions/vulkan/OBSVkCapture/bin/:/usr/lib/extensions/vulkan/gamescope/bin/\",\n    \"--env=GST_PLUGIN_SYSTEM_PATH=/app/lib/gstreamer-1.0:/usr/lib/x86_64-linux-gnu/gstreamer-1.0:/usr/lib/i386-linux-gnu/gstreamer-1.0\",\n    \"--require-version=1.1.2\"\n  ],\n  \"inherit-extensions\": [\n    \"org.freedesktop.Platform.GL32\",\n    \"org.winehq.Wine.gecko\",\n    \"org.winehq.Wine.mono\"\n  ],\n  \"add-extensions\": {\n    \"org.freedesktop.Platform.Compat.i386\": {\n      \"directory\": \"lib/i386-linux-gnu\",\n      \"version\": \"25.08\"\n    },\n    \"org.freedesktop.Platform.Compat.i386.Debug\": {\n      \"directory\": \"lib/debug/lib/i386-linux-gnu\",\n      \"version\": \"25.08\",\n      \"no-autodownload\": true\n    },\n    \"org.freedesktop.Platform.codecs_extra.i386\": {\n      \"directory\": \"lib/i386-linux-gnu/codecs-extra\",\n      \"version\": \"25.08\",\n      \"autodelete\": true,\n      \"add-ld-path\": \"lib/i386-linux-gnu/codecs-extra\"\n    },\n    \"com.valvesoftware.Steam.CompatibilityTool\": {\n      \"subdirectories\": true,\n      \"directory\": \"share/steam/compatibilitytools.d\",\n      \"version\": \"stable\",\n      \"versions\": \"stable;beta;test\",\n      \"no-autodownload\": true,\n      \"autodelete\": false\n    },\n    \"com.valvesoftware.Steam.Utility\": {\n      \"subdirectories\": true,\n      \"directory\": \"utils\",\n      \"version\": \"stable\",\n      \"versions\": \"stable;beta;test\",\n      \"add-ld-path\": \"lib\",\n      \"merge-dirs\": \"bin\",\n      \"no-autodownload\": true,\n      \"autodelete\": false\n    }\n  },\n  \"sdk-extensions\": [\n    \"org.freedesktop.Sdk.Compat.i386\",\n    \"org.freedesktop.Sdk.Extension.toolchain-i386\",\n    \"org.freedesktop.Sdk.Extension.golang\"\n  ],\n  \"cleanup\": [\n    \"/include\",\n    \"/lib/pkgconfig\",\n    \"/man\",\n    \"/share/doc\",\n    \"/share/gtk-doc\",\n    \"/share/man\",\n    \"/share/pkgconfig\",\n    \"*.la\",\n    \"*.a\"\n  ],\n  \"cleanup-commands\": [\n    \"mkdir -p /app/utils\",\n    \"mkdir -p /app/share/steam/compatibilitytools.d\",\n    \"mkdir -p /app/share/vulkan/implicit_layer.d/\"\n  ],\n  \"modules\": [\n    {\n      \"name\": \"yara\",\n      \"buildsystem\": \"autotools\",\n      \"config-opts\": [\n        \"--disable-static\",\n        \"--enable-cuckoo\",\n        \"--enable-magic\",\n        \"--enable-dotnet\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://github.com/VirusTotal/yara\",\n          \"tag\": \"v4.5.5\",\n          \"x-checker-data\": {\n            \"type\": \"git\",\n            \"tag-pattern\": \"^v([\\\\d.]+)$\"\n          }\n        }\n      ],\n      \"modules\": [\n        {\n          \"name\": \"jansson\",\n          \"buildsystem\": \"cmake-ninja\",\n          \"config-opts\": [\n            \"-DJANSSON_BUILD_DOCS=OFF\",\n            \"-DCMAKE_POLICY_VERSION_MINIMUM=3.5\"\n          ],\n          \"sources\": [\n            {\n              \"type\": \"git\",\n              \"url\": \"https://github.com/akheron/jansson\",\n              \"tag\": \"v2.14.1\",\n              \"x-checker-data\": {\n                \"type\": \"git\",\n                \"tag-pattern\": \"^v([\\\\d.]+)$\"\n              }\n            }\n          ]\n        }\n      ]\n    },\n    \"fvs2.yaml\",\n    \"pypi-deps.yaml\",\n    {\n      \"name\": \"vmtouch\",\n      \"buildsystem\": \"simple\",\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://github.com/hoytech/vmtouch\",\n          \"commit\": \"af86e27675843b3c7e4ddfee66ddbaf44eff43c4\",\n          \"x-checker-data\": {\n            \"type\": \"json\",\n            \"url\": \"https://api.github.com/repos/hoytech/vmtouch/commits\",\n            \"commit-query\": \"first( .[].sha )\",\n            \"timestamp-query\": \"first( .[].commit.committer.date )\"\n          }\n        }\n      ],\n      \"build-commands\": [\n        \"make\",\n        \"make install PREFIX=/app\"\n      ]\n    },\n    {\n      \"name\": \"vulkan-tools\",\n      \"buildsystem\": \"cmake-ninja\",\n      \"config-opts\": [\n        \"-DCMAKE_BUILD_TYPE=Release\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://github.com/KhronosGroup/Vulkan-Tools.git\",\n          \"tag\": \"sdk-1.3.261.1\",\n          \"commit\": \"a7da7027ca9fd0901639f02619c226da9c6036f1\"\n        }\n      ],\n      \"modules\": [\n        {\n          \"name\": \"vulkan-headers\",\n          \"buildsystem\": \"cmake-ninja\",\n          \"sources\": [\n            {\n              \"type\": \"git\",\n              \"url\": \"https://github.com/KhronosGroup/Vulkan-Headers.git\",\n              \"tag\": \"sdk-1.3.261.1\",\n              \"commit\": \"85c2334e92e215cce34e8e0ed8b2dce4700f4a50\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"xdpyinfo\",\n      \"buildsystem\": \"autotools\",\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://gitlab.freedesktop.org/xorg/app/xdpyinfo.git\",\n          \"tag\": \"xdpyinfo-1.3.4\",\n          \"commit\": \"ea4083ccb2a5ce4252acabeb2eb7bf49f7be25e0\",\n          \"x-checker-data\": {\n            \"type\": \"git\",\n            \"tag-pattern\": \"^xdpyinfo-([\\\\d.]+)$\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"ImageMagick\",\n      \"buildsystem\": \"autotools\",\n      \"config-opts\": [\n        \"--disable-static\",\n        \"--disable-docs\",\n        \"--with-hdri\",\n        \"--with-pic\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://github.com/ImageMagick/ImageMagick\",\n          \"tag\": \"7.1.1-46\",\n          \"commit\": \"8209e844cf02b5365918da83b2fc811442813080\",\n          \"x-checker-data\": {\n            \"type\": \"git\",\n            \"tag-pattern\": \"^([\\\\d.]+-[\\\\d]+)$\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"libportal\",\n      \"buildsystem\": \"meson\",\n      \"config-opts\": [\n        \"-Dbackend-gtk3=disabled\",\n        \"-Dbackend-gtk4=enabled\",\n        \"-Dportal-tests=false\",\n        \"-Dvapi=false\",\n        \"-Ddocs=false\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://github.com/flatpak/libportal\",\n          \"tag\": \"0.9.1\",\n          \"commit\": \"8f5dc8d192f6e31dafe69e35219e3b707bde71ce\",\n          \"x-checker-data\": {\n            \"type\": \"git\",\n            \"is-important\": true,\n            \"tag-pattern\": \"^([\\\\d.]+)$\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"vkbasalt-cli\",\n      \"buildsystem\": \"simple\",\n      \"build-commands\": [\n        \"python3 setup.py install --prefix=/app --root=/\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://gitlab.com/TheEvilSkeleton/vkbasalt-cli\",\n          \"tag\": \"v3.1.1\",\n          \"commit\": \"bba740f77357cfa3558f02f6b8decd8f5a8eaf4e\",\n          \"x-checker-data\": {\n            \"type\": \"git\",\n            \"is-important\": true,\n            \"tag-pattern\": \"^v([\\\\d.]+)$\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"EasyTerm\",\n      \"buildsystem\": \"simple\",\n      \"build-commands\": [\n        \"python3 setup.py install --prefix=/app --root=/\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"git\",\n          \"url\": \"https://github.com/bottlesdevs/EasyTerm\",\n          \"tag\": \"1.0.0\",\n          \"commit\": \"4ab1f6a14111d05bcca9537bd479e450162e5a40\",\n          \"x-checker-data\": {\n            \"type\": \"git\",\n            \"is-important\": true,\n            \"tag-pattern\": \"^([\\\\d.]+)$\"\n          }\n        }\n      ],\n      \"modules\": [\n        {\n          \"name\": \"fast_float\",\n          \"buildsystem\": \"cmake-ninja\",\n          \"sources\": [\n            {\n              \"type\": \"git\",\n              \"url\": \"https://github.com/fastfloat/fast_float.git\",\n              \"tag\": \"v8.0.2\",\n              \"commit\": \"50a80a73ab2ab256ba1c3bf86923ddd8b4202bc7\"\n            }\n          ]\n        },\n        {\n          \"name\": \"vte\",\n          \"buildsystem\": \"meson\",\n          \"config-opts\": [\n            \"-Dvapi=false\"\n          ],\n          \"sources\": [\n            {\n              \"type\": \"archive\",\n              \"url\": \"https://download.gnome.org/sources/vte/0.80/vte-0.80.0.tar.xz\",\n              \"sha256\": \"267f63739765e568cf8113d0e2ee8f593028946187854bebe268c778e62647c8\",\n              \"x-checker-data\": {\n                \"type\": \"gnome\",\n                \"name\": \"vte\",\n                \"stable-only\": true\n              }\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"name\": \"runtime\",\n      \"buildsystem\": \"simple\",\n      \"build-commands\": [\n        \"mkdir -p /app/etc/runtime\",\n        \"cp -a * /app/etc/runtime/\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"archive\",\n          \"url\": \"https://github.com/bottlesdevs/runtime/releases/download/0.6.3/runtime-0.6.3.tar.gz\",\n          \"sha256\": \"d7749b48927bd782e128e372a1d7085133fbe300eb9193134eb821f61bc5fad6\",\n          \"x-checker-data\": {\n            \"type\": \"json\",\n            \"is-important\": true,\n            \"url\": \"https://api.github.com/repos/bottlesdevs/runtime/releases/latest\",\n            \"version-query\": \".tag_name\",\n            \"url-query\": \"\\\"https://github.com/bottlesdevs/runtime/releases/download/\\\" + $version + \\\"/runtime-\\\" + $version + \\\".tar.gz\\\"\"\n          }\n        }\n      ]\n    },\n    {\n      \"name\": \"bottles\",\n      \"builddir\": true,\n      \"buildsystem\": \"meson\",\n      \"config-opts\": [\n        \"-Dprofile=development\"\n      ],\n      \"sources\": [\n        {\n          \"type\": \"dir\",\n          \"path\": \"..\"\n        }\n      ]\n    }\n  ]\n}"
  },
  {
    "path": "build-aux/fvs2-modules.txt",
    "content": "# fvs-v2-core v0.0.0-00010101000000-000000000000 => ../core\n## explicit; go 1.21\nfvs-v2-core\n# github.com/klauspost/cpuid/v2 v2.0.12\n## explicit; go 1.15\ngithub.com/klauspost/cpuid/v2\n# github.com/mirkobrombin/go-cli-builder/v2 v2.0.5\n## explicit; go 1.24.0\ngithub.com/mirkobrombin/go-cli-builder/v2/internal/binder\ngithub.com/mirkobrombin/go-cli-builder/v2/pkg/cli\ngithub.com/mirkobrombin/go-cli-builder/v2/pkg/help\ngithub.com/mirkobrombin/go-cli-builder/v2/pkg/log\ngithub.com/mirkobrombin/go-cli-builder/v2/pkg/parser\ngithub.com/mirkobrombin/go-cli-builder/v2/pkg/resolver\n# github.com/mirkobrombin/go-foundation v0.2.0\n## explicit; go 1.24.0\ngithub.com/mirkobrombin/go-foundation/pkg/hooks\ngithub.com/mirkobrombin/go-foundation/pkg/reflect\n# github.com/zeebo/blake3 v0.2.4\n## explicit; go 1.18\ngithub.com/zeebo/blake3\ngithub.com/zeebo/blake3/internal/alg\ngithub.com/zeebo/blake3/internal/alg/compress\ngithub.com/zeebo/blake3/internal/alg/compress/compress_pure\ngithub.com/zeebo/blake3/internal/alg/compress/compress_sse41\ngithub.com/zeebo/blake3/internal/alg/hash\ngithub.com/zeebo/blake3/internal/alg/hash/hash_avx2\ngithub.com/zeebo/blake3/internal/alg/hash/hash_pure\ngithub.com/zeebo/blake3/internal/consts\ngithub.com/zeebo/blake3/internal/utils\n# fvs-v2-core => ../core\n"
  },
  {
    "path": "build-aux/fvs2.yaml",
    "content": "name: fvs2\nbuildsystem: simple\nbuild-options:\n  append-path: /usr/lib/sdk/golang/bin\nbuild-commands:\n  - cd fvs2 && go build -mod=vendor -o /app/bin/fvs2 ./cmd/fvs2\nsources:\n  - type: git\n    url: https://github.com/fvs-lab/fvs2.git\n    tag: v0.1.3\n    commit: 42776c1fa53548ed1fc8ff994d37ede4c7e5de3d\n    dest: fvs2\n  - type: git\n    url: https://github.com/fvs-lab/core.git\n    tag: v0.0.1\n    commit: 305bcbe730ec54649414bc41a424044ef38c37a4\n    dest: fvs2/vendor/fvs-v2-core\n  - type: file\n    path: fvs2-modules.txt\n    dest: fvs2/vendor\n    dest-filename: modules.txt\n  - dest: fvs2/vendor/github.com/mirkobrombin/go-cli-builder/v2\n    sha256: c3b117897d1d1fb8f0acd7882116c57d0b2681924808fd74780c00df61d8700a\n    strip-components: 4\n    type: archive\n    url: https://proxy.golang.org/github.com/mirkobrombin/go-cli-builder/v2/@v/v2.0.5.zip\n  - dest: fvs2/vendor/github.com/zeebo/blake3\n    sha256: 65aaa3487c097fa0140f52041e8e6fe8214c244a29223fd4caaa60986192a08f\n    strip-components: 3\n    type: archive\n    url: https://proxy.golang.org/github.com/zeebo/blake3/@v/v0.2.4.zip\n  - dest: fvs2/vendor/github.com/klauspost/cpuid/v2\n    sha256: d5584d6e63855131440308e71f91ec54d391a50e9653f6c09a39d15610e0d0bc\n    strip-components: 4\n    type: archive\n    url: https://proxy.golang.org/github.com/klauspost/cpuid/v2/@v/v2.0.12.zip\n  - dest: fvs2/vendor/github.com/mirkobrombin/go-foundation\n    sha256: 7a04058dbd8d49516dcc622eb216dcff22c4da1e812acfb7882e740c756b1ea0\n    strip-components: 3\n    type: archive\n    url: https://proxy.golang.org/github.com/mirkobrombin/go-foundation/@v/v0.2.0.zip\n"
  },
  {
    "path": "build-aux/install.sh",
    "content": "#!/usr/bin/env bash\nBUILD_DIR=\"build/\"\nif [ -d \"$BUILD_DIR\" ]; then\n\trm -r build\nfi\nmkdir build\nmeson --prefix=$PWD/build build\nninja -j$(nproc) -C build install\n"
  },
  {
    "path": "build-aux/pypi-deps.yaml",
    "content": "# Generated by req2flatpak.py --requirements-file requirements.txt --yaml --target-platforms 313-x86_64 -o com.usebottles.bottles.pypi-deps.yaml\nname: python3-package-installation\nbuildsystem: simple\nbuild-commands:\n  - pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\"\n    --prefix=${FLATPAK_DEST} --no-build-isolation wheel PyYAML pycurl chardet requests\n    Markdown icoextract patool pathvalidate orjson pycairo PyGObject charset-normalizer\n    idna urllib3 certifi pefile yara-python\nsources:\n  - type: file\n    url: https://files.pythonhosted.org/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl\n    sha256: 7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803\n  - type: file\n    url: https://files.pythonhosted.org/packages/2b/58/d34e67a79631177e3c08e7d02b5165147f590171f2cae6769502af5f7f7e/pygobject-3.50.0.tar.gz\n    sha256: 4500ad3dbf331773d8dedf7212544c999a76fc96b63a91b3dcac1e5925a1d103\n  - type: file\n    url: https://files.pythonhosted.org/packages/04/24/b7721e4845c2f162d26f50521b825fb061bc0a5afcf9a386840f23ea19fa/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\n    sha256: 70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5\n    only-arches:\n      - x86_64\n  - type: file\n    url: https://files.pythonhosted.org/packages/12/90/3c9ff0512038035f59d279fddeb79f5f1eccd8859f06d6163c58798b9487/certifi-2024.8.30-py3-none-any.whl\n    sha256: 922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8\n  - type: file\n    url: https://files.pythonhosted.org/packages/38/6f/f5fbc992a329ee4e0f288c1fe0e2ad9485ed064cac731ed2fe47dcc38cbf/chardet-5.2.0-py3-none-any.whl\n    sha256: e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970\n  - type: file\n    url: https://files.pythonhosted.org/packages/28/76/e6222113b83e3622caa4bb41032d0b1bf785250607392e1b778aca0b8a7d/charset_normalizer-3.3.2-py3-none-any.whl\n    sha256: 3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc\n  - type: file\n    url: https://files.pythonhosted.org/packages/06/72/f18254001f25ba1533b191d8f1648f6f6374f2d5dcb14042be5998d07f4d/icoextract-0.1.5.tar.gz\n    sha256: fd4c6758dc9136dc08e11c71f7b8b94328de32b52be52abe4df2d3994d315b27\n  - type: file\n    url: https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl\n    sha256: 946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3\n  - type: file\n    url: https://files.pythonhosted.org/packages/73/7f/8d6ccd64a6f8bdbfe6c9be7c58aeb8094aa52a01fbbb2cda42ff7e312bd7/orjson-3.10.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl\n    sha256: 9ea2c232deedcb605e853ae1db2cc94f7390ac776743b699b50b071b02bea6fe\n    only-arches:\n      - x86_64\n  - type: file\n    url: https://files.pythonhosted.org/packages/d3/5e/76a9d08b4b4e4583f269cb9f64de267f9aeae0dacef23307f53a14211716/pathvalidate-3.2.1-py3-none-any.whl\n    sha256: 9a6255eb8f63c9e2135b9be97a5ce08f10230128c4ae7b3e935378b82b22c4c9\n  - type: file\n    url: https://files.pythonhosted.org/packages/0e/44/192ede8c7f935643e4c8a56545fcac6ae1b8c50a77f54b2b1c4ab9fcae49/patool-3.0.0-py2.py3-none-any.whl\n    sha256: 928070d5f82a776534a290a52f4758e2c0dd9cd5a633e3f63f7270c8982833b8\n  - type: file\n    url: https://files.pythonhosted.org/packages/54/16/12b82f791c7f50ddec566873d5bdd245baa1491bac11d15ffb98aecc8f8b/pefile-2024.8.26-py3-none-any.whl\n    sha256: 76f8b485dcd3b1bb8166f1128d395fa3d87af26360c2358fb75b80019b957c6f\n  - type: file\n    url: https://files.pythonhosted.org/packages/07/4a/42b26390181a7517718600fa7d98b951da20be982a50cd4afb3d46c2e603/pycairo-1.27.0.tar.gz\n    sha256: 5cb21e7a00a2afcafea7f14390235be33497a2cce53a98a19389492a60628430\n  - type: file\n    url: https://files.pythonhosted.org/packages/c9/5a/e68b8abbc1102113b7839e708ba04ef4c4b8b8a6da392832bb166d09ea72/pycurl-7.45.3.tar.gz\n    sha256: 8c2471af9079ad798e1645ec0b0d3d4223db687379d17dd36a70637449f81d6b\n  - type: file\n    url: https://files.pythonhosted.org/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl\n    sha256: 70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6\n  - type: file\n    url: https://files.pythonhosted.org/packages/ce/d9/5f4c13cecde62396b0d3fe530a50ccea91e7dfc1ccf0e09c228841bb5ba8/urllib3-2.2.3-py3-none-any.whl\n    sha256: ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac\n  - type: file\n    url: https://files.pythonhosted.org/packages/1b/d1/9babe2ccaecff775992753d8686970b1e2755d21c8a63be73aba7a4e7d77/wheel-0.44.0-py3-none-any.whl\n    sha256: 2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f\n  - type: file\n    url: https://files.pythonhosted.org/packages/2f/3a/0d2970e76215ab7a835ebf06ba0015f98a9d8e11b9969e60f1ca63f04ba5/yara_python-4.5.1.tar.gz\n    sha256: 52ab24422b021ae648be3de25090cbf9e6c6caa20488f498860d07f7be397930\n"
  },
  {
    "path": "data/com.usebottles.bottles.desktop.in.in",
    "content": "[Desktop Entry]\nName=@APP_NAME@\nComment=Run Windows software\nIcon=@APP_ID@\nExec=bottles %u\nTryExec=bottles\nTerminal=false\nType=Application\nCategories=Utility;Game;Graphics;3DGraphics;Emulator;GNOME;GTK;\nStartupNotify=true\nStartupWMClass=bottles\nMimeType=x-scheme-handler/bottles;application/x-ms-dos-executable;application/x-msi;application/x-ms-shortcut;application/x-wine-extension-msp;\nKeywords=wine;windows;gaming;emulate;emulator;game;\nX-GNOME-UsesNotifications=true\n"
  },
  {
    "path": "data/com.usebottles.bottles.gschema.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<schemalist gettext-domain=\"bottles\">\n\t<schema id=\"@APP_ID@\" path=\"/com/usebottles/bottles/\">\n    <key type=\"b\" name=\"flatpak-migration\">\n      <default>true</default>\n      <summary>Flatpak migration</summary>\n      <description>Toggle the Flatpak migration dialog.</description>\n    </key>\n    <key type=\"b\" name=\"dark-theme\">\n      <default>false</default>\n      <summary>Dark theme</summary>\n      <description>Force the use of dark theme.</description>\n    </key>\n    <key type=\"b\" name=\"force-offline\">\n      <default>false</default>\n      <summary>Force Offline</summary>\n      <description>\"Force disable any network activity even with available network connection.\"</description>\n    </key>\n    <key type=\"b\" name=\"update-date\">\n      <default>false</default>\n      <summary>Toggle update date in list</summary>\n      <description>Toggle the update date in list of bottles.</description>\n    </key>\n    <key type=\"b\" name=\"steam-programs\">\n      <default>true</default>\n      <summary>Steam apps listing</summary>\n      <description>Toggle steam apps listing.</description>\n    </key>\n    <key type=\"b\" name=\"epic-games\">\n      <default>true</default>\n      <summary>Epic Games listing</summary>\n      <description>Toggle epic games listing.</description>\n    </key>\n    <key type=\"b\" name=\"ubisoft-connect\">\n      <default>true</default>\n      <summary>Ubisoft Connect listing</summary>\n      <description>Toggle ubisoft connect listing.</description>\n    </key>\n    <key type=\"i\" name=\"window-width\">\n      <default>880</default>\n      <summary>Window width</summary>\n      <description>Change the window width.</description>\n    </key>\n    <key type=\"i\" name=\"window-height\">\n      <default>640</default>\n      <summary>Window height</summary>\n      <description>Change the window height.</description>\n    </key>\n    <key type=\"b\" name=\"notifications\">\n      <default>true</default>\n      <summary>Notifications</summary>\n      <description>Show notifications.</description>\n    </key>\n    <key type=\"b\" name=\"temp\">\n      <default>false</default>\n      <summary>Temp cleaning</summary>\n      <description>Clean the temp path when booting the system.</description>\n    </key>\n    <key type=\"b\" name=\"release-candidate\">\n      <default>false</default>\n      <summary>Release Candidate</summary>\n      <description>Toggle release candidate for runners.</description>\n    </key>\n    <key type=\"s\" name=\"startup-view\">\n      <default>'page_library'</default>\n      <summary>Startup view</summary>\n      <description>Choose which view the application should be started in.</description>\n    </key>\n    <key type=\"b\" name=\"experiments\">\n      <default>false</default>\n      <summary>Experiments</summary>\n      <description>Toggle experimental features such as versioning and installers. Release candidate for runners.</description>\n    </key>\n    <key type=\"b\" name=\"steam-proton-support\">\n      <default>false</default>\n      <summary>Steam Proton Support</summary>\n      <description>Toggle Steam Proton prefixes support.</description>\n    </key>\n    <key type=\"b\" name=\"auto-close-bottles\">\n      <default>false</default>\n      <summary>Automatically close Bottles</summary>\n      <description>Close Bottles after starting an executable from the file manager.</description>\n    </key>\n    <key type=\"s\" name=\"audio-driver\">\n      <default>'default'</default>\n      <summary>Wine audio driver</summary>\n      <description>Select which Wine audio driver should be enforced for all bottles. Use \"default\" to leave the driver unchanged.</description>\n    </key>\n    <key type=\"b\" name=\"show-sandbox-warning\">\n      <default>true</default>\n      <summary>Show sandbox warning</summary>\n      <description>Toggle sandbox warning.</description>\n    </key>\n    <key type=\"b\" name=\"playtime-enabled\">\n      <default>true</default>\n      <summary>Enable playtime tracking</summary>\n      <description>When true, Bottles records playtime telemetry to a local SQLite database. Disable to stop tracking.</description>\n    </key>\n    <key type=\"i\" name=\"playtime-heartbeat-interval\">\n      <default>60</default>\n      <summary>Playtime heartbeat interval (seconds)</summary>\n      <description>How often to update session heartbeat. Defines max timestamp error for abrupt exits.</description>\n    </key>\n    <key type=\"i\" name=\"eagle-scan-limit\">\n      <default>50</default>\n      <summary>Eagle deep scan limit</summary>\n      <description>Maximum number of binaries to scan when analysing installers. Higher values provide more thorough analysis but take longer.</description>\n    </key>\n    <key type=\"b\" name=\"show-funding\">\n      <default>true</default>\n      <summary>Show funding dialog</summary>\n      <description>Toggle the funding dialog.</description>\n    </key>\n\t</schema>\n</schemalist>\n"
  },
  {
    "path": "data/com.usebottles.bottles.metainfo.xml.in.in",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<component type=\"desktop\">\n  <metadata_license>CC0-1.0</metadata_license>\n  <project_license>GPL-3.0-only</project_license>\n  <id>@APP_ID@</id>\n  <launchable type=\"desktop-id\">@APP_ID@.desktop</launchable>\n  <name>Bottles</name>\n  <summary>Run Windows software</summary>\n  <developer id=\"@DEVELOPER_ID@\">\n    <name translate=\"no\">The Bottles Contributors</name>\n  </developer>\n  <categories>\n    <category>Utility</category>\n    <category>Game</category>\n    <category>Graphics</category>\n    <category>3DGraphics</category>\n    <category>Emulator</category>\n    <category>GNOME</category>\n    <category>GTK</category>\n  </categories>\n  <branding>\n    <color type=\"primary\" scheme_preference=\"light\">#f4c8cb</color>\n    <color type=\"primary\" scheme_preference=\"dark\">#892119</color>\n  </branding>\n  <description>\n    <p>Bottles lets you run Windows software on Linux, such as applications and games. It introduces a workflow that helps you organize by categorizing each software to your liking. Bottles provides several tools and integrations to help you manage and optimize your applications.</p>\n    <p>Features:</p>\n    <ul>\n      <li>Use pre-configured environments as a base</li>\n      <li>Change runners for any bottle</li>\n      <li>Various optimizations and options for gaming</li>\n      <li>Repair in case software or bottle is broken</li>\n      <li>Install various known dependencies</li>\n      <li>Integrated task manager to manage and monitor processes</li>\n      <li>Backup and restore</li>\n    </ul>\n  </description>\n  <provides>\n    <mediatype>application/x-ms-dos-executable</mediatype>\n    <mediatype>application/x-msi</mediatype>\n    <mediatype>application/x-ms-shortcut</mediatype>\n    <mediatype>application/x-wine-extension-msp</mediatype>\n  </provides>\n  <screenshots>\n    <screenshot type=\"default\">\n      <image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/screenshots/1.png</image>\n      <caption>Bottles List Page</caption>\n    </screenshot>\n    <screenshot>\n      <image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/screenshots/2.png</image>\n      <caption>Library Page</caption>\n    </screenshot>\n    <screenshot>\n      <image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/screenshots/3.png</image>\n      <caption>Create New Bottle</caption>\n    </screenshot>\n    <screenshot>\n      <image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/screenshots/4.png</image>\n      <caption>Bottle Details Page</caption>\n    </screenshot>\n    <screenshot>\n      <image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/screenshots/5.png</image>\n      <caption>Bottle Settings Page</caption>\n    </screenshot>\n    <screenshot>\n      <image>https://raw.githubusercontent.com/bottlesdevs/Bottles/main/data/screenshots/6.png</image>\n      <caption>Installers Page</caption>\n    </screenshot>\n  </screenshots>\n  <translation type=\"gettext\">@APP_ID@</translation>\n  <content_rating type=\"oars-1.1\"/>\n  <url type=\"homepage\">https://usebottles.com</url>\n  <url type=\"bugtracker\">https://github.com/bottlesdevs/Bottles/issues</url>\n  <url type=\"help\">https://docs.usebottles.com</url>\n  <url type=\"donation\">https://usebottles.com/funding</url>\n  <url type=\"translate\">https://hosted.weblate.org/engage/bottles</url>\n  <url type=\"vcs-browser\">https://github.com/bottlesdevs/Bottles</url>\n  <url type=\"contribute\">https://github.com/bottlesdevs/Bottles/blob/main/CONTRIBUTING.md</url>\n  <recommends>\n    <control>pointing</control>\n    <control>keyboard</control>\n    <control>touch</control>\n  </recommends>\n  <requires>\n    <display_length compare=\"ge\">768</display_length>\n  </requires>\n  <releases>\n    <release version=\"62.0\" date=\"2026-02-16\">\n      <description translate=\"no\">\n        <ul>\n          <li>Fix: Detect GPUs categorized as Display controller</li>\n          <li>Allow adding valid system environment variable names</li>\n          <li>Fix: Flatpak devel build bottles-cli functionality</li>\n          <li>Fix: Daily donation nag screen</li>\n          <li>Add support for the Dynamic Launcher portal</li>\n          <li>Provide progress information on backup and restore</li>\n          <li>FSR: Only set in Gamescope (remove Wine FSR)</li>\n          <li>Code cleanups, including removal of redundant 'finally' blocks</li>\n          <li>Updated translations from Hosted Weblate</li>\n          <li>General bug fixes and improvements</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"61.1\" date=\"2026-01-25\">\n      <description translate=\"no\">\n        <ul>\n          <li>Eagle: A new integrated tool for deep binary analysis that scans for frameworks, runtimes, and potential issues (like Anti-cheat), providing transparent configuration insights and dependency suggestions</li>\n          <li>New playtime aggregation modal</li>\n          <li>Support for custom Gamescope options</li>\n          <li>Added support for WezTerm terminal</li>\n          <li>Improved version ordering logic</li>\n          <li>Fixed Gamescope installation command</li>\n          <li>Updated broken dependency installation commands</li>\n          <li>Fixed: Wine library and GStreamer paths are no longer overridden when using system Wine</li>\n          <li>Fixed: Desktop Entry Exec key now correctly handles values containing spaces</li>\n          <li>Removed underline characters from main menu items for a cleaner UI</li>\n          <li>Code cleanups, including removal of redundant 'finally' blocks</li>\n          <li>Updated translations from Hosted Weblate</li>\n          <li>General bug fixes and improvements</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"60\" date=\"2025-11-22\">\n      <description translate=\"no\">\n        <ul>\n          <li>New bottle details UI</li>\n          <li>New bottle creation dialog</li>\n          <li>Re-introduced the journal browser</li>\n          <li>Ability to manage caches directly from preferences</li>\n          <li>Aligned the DLL Components UI with the Runners UI</li>\n          <li>Improved logging for installers</li>\n          <li>Ask for user consent before updating WineBridge</li>\n          <li>Upgrade to EasyTerm 1.0.0</li>\n          <li>Ability to spawn processes with the new WineBridge</li>\n          <li>Make updating runners, DXVK and other components easier</li>\n          <li>Change repositories URLs via UI</li>\n          <li>Registry Rules system for reusable prefix policies</li>\n          <li>Suggest installation of missing Flatpak extensions</li>\n          <li>Ability to only inherit selected system environment variables</li>\n          <li>Native Wayland support in bottle settings</li>\n          <li>Fixed Steam Deck controls not working in Gaming Mode</li>\n          <li>Remove user tracking</li>\n          <li>Fix: Working directory setting not persisting</li>\n          <li>Fix: Incorrect runExe shell mode enforcement</li>\n          <li>Fix: Path conversion issues with new lines</li>\n          <li>Fix: WineBridge override not being stored</li>\n          <li>Fix: EasyTerm failing to run due to missing GTK env vars</li>\n          <li>Fix: Cannot create Desktop Entry after assigning permissions</li>\n          <li>Fix: Circular import</li>\n          <li>Fix: unclear new environment variable creation</li>\n          <li>Added mailmap entries</li>\n          <li>General bug fixes, cleanups and updated translations</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"52.1\" date=\"2025-11-08\">\n      <description translate=\"no\">\n        <ul>\n          <li>Playtime tracker for programs</li>\n          <li>Fixes for random crashes</li>\n          <li>Minor fixes to dedicated sandbox</li>\n          <li>Support for pre-run and post-run script arguments and argument placeholders</li>\n          <li>New translations</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"52.0\" date=\"2025-11-02\">\n      <description translate=\"no\">\n        <ul>\n          <li>General stability and UX improvements</li>\n          <li>Multiple fixes and UI enhancements</li>\n          <li>Ported Onboard Dialog to AdwDialog for better integration with libadwaita</li>\n          <li>Fixed \"Is a directory\" error (closes #4144)</li>\n          <li>Added support for Windows Vista</li>\n          <li>Added the option to cancel bottle creation</li>\n          <li>The Onboard Dialog now displays which operations are being performed</li>\n          <li>Added the ability to cancel component downloads</li>\n          <li>Enabled the Sandbox feature</li>\n          <li>Improved copy performance by transferring data in chunks instead of byte by byte</li>\n          <li>Fixed an issue where orphaned entries were not removed from the library after uninstalling a program</li>\n          <li>Fixed a bug that prevented the configuration from loading in certain cases</li>\n          <li>Font smoothing is now enabled by default</li>\n          <li>Made the donation button more prominent</li>\n          <li>Resolved a long-standing issue with Weblate — translations are now updating again</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.26\" date=\"2025-10-24\">\n      <description translate=\"no\">\n        <ul>\n          <li>Fix: broken CMD action with xfce4-terminal</li>\n          <li>Fix (steam): load BottleConfig from bottle.yml if it exists</li>\n          <li>Fix: ensure the whole placeholder folder gets removed on bottle deletion</li>\n          <li>Added support for st terminal</li>\n          <li>Fix: prevent exception when updating a bottle’s dependency list view</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.24\" date=\"2025-07-15\">\n      <description translate=\"no\">\n        <ul>\n          <li>Add donation dialog</li>\n          <li>Re-add the NVIDIA Flatpak Workaround</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.23\" date=\"2025-07-15\">\n      <description translate=\"no\">\n        <ul>\n          <li>Revert every change from 51.22 due to an improper release</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.22\" date=\"2025-07-15\">\n      <description translate=\"no\">\n        <ul>\n          <li>Added donation dialog</li>\n          <li>Re-added the NVIDIA Flatpak Workaround</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.21\" date=\"2025-03-16\">\n      <description translate=\"no\">\n        <ul>\n          <li>Fix bug where creating a 64-bit bottle would not work</li>\n          <li>Fix bug where clicking the radio button in the new bottle dialog would not set the appropriate environment</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.20\" date=\"2025-03-06\">\n      <description translate=\"no\">\n        <p>Make the preferences dialog open again</p>\n\n        <p>Version 51.19</p>\n        <ul>\n          <li>Re-introduce runtime</li>\n          <li>Remove NVIDIA Flatpak workaround</li>\n          <li>Update screenshots</li>\n          <li>Add brand colors</li>\n          <li>Update developer name</li>\n          <li>Update descriptions</li>\n          <li>Fix DXVK-NVAPI not toggling bug</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.19\" date=\"2025-03-06\">\n      <description translate=\"no\">\n        <ul>\n          <li>Re-introduce runtime</li>\n          <li>Remove NVIDIA Flatpak workaround</li>\n          <li>Update screenshots</li>\n          <li>Add brand colors</li>\n          <li>Update developer name</li>\n          <li>Update descriptions</li>\n          <li>Fix DXVK-NVAPI not toggling bug</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.18\" date=\"2025-01-14\">\n      <description translate=\"no\">\n        <ul>\n          <li>Add Ctrl+N shortcut for creating a new bottle</li>\n          <li>Add Shortcuts window</li>\n          <li>Remove support for the runtime sandbox</li>\n          <li>Add mnemonics in main menu</li>\n          <li>Polish and rework the new bottle dialog</li>\n          <li>Polish and rework the environment variables dialog</li>\n          <li>Fix CSS warnings in the terminal</li>\n          <li>Fix bug where Bottles would not start when running the --executable flag in the terminal</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"51.17\" date=\"2024-12-14\">\n      <description translate=\"no\">\n        <p>Fixed a regression that makes the bottle's preferences page blank in some cases</p>\n      </description>\n    </release>\n    <release version=\"51.16\" date=\"2024-12-12\">\n      <description translate=\"no\">\n        <p>Fixed an issue where clicking on a snapshot instantly started the restore process</p>\n        <p>Fixed a crash in bottles-cli when neither --executable nor --program was specified</p>\n        <p>Fixed an issue where launch options were not honored when applications were launched from Desktop Entries</p>\n        <p>Added an option to alphabetize the programs list</p>\n        <p>Fixed an issue where deleting a bottle created on a different drive did not delete cache directories</p>\n        <p>Added a functional minimal MangoHud settings window</p>\n        <p>Improved Flatpak manifest and added checks for Flatpak environments</p>\n        <p>Added an error dialog when running outside of sandboxed formats</p>\n        <p>Reworked data files and allowed custom app IDs</p>\n        <p>Bumped Meson requirement and ported the \"devel\" option to combo options</p>\n        <p>Improved formatting and functionality in Blueprint and UI files</p>\n      </description>\n    </release>\n    <release version=\"51.15\" date=\"2024-10-14\">\n      <description translate=\"no\">\n        <p>Fixed a bug where the \"win11\" option was not available</p>\n      </description>\n    </release>\n    <release version=\"51.14\" date=\"2024-10-12\">\n      <description translate=\"no\">\n        <p>New \"Native\" Force Stop all Processes option</p>\n        <p>Provide bottle Path as env var</p>\n        <p>Fix \"bottles:run/\" uri processing (#3444)</p>\n        <p>Ability to search steam managed bottles</p>\n        <p>Fix bottles with a different name and path weren't runnable through bottle picker (#3451)</p>\n        <p>Win11 support</p>\n        <p>Add Pre-Run script to launch options (#3336)</p>\n        <p>Updated GNOME Runtime to 47</p>\n        <p>Provide subtitles for envs</p>\n        <p>Support for personal repos (#3464)</p>\n        <p>Update translations</p>\n      </description>\n    </release>\n    <release version=\"51.13\" date=\"2024-07-10\">\n      <description translate=\"no\">\n        <p>Fixed crash on starting executables via the file manager [#3427]</p>\n      </description>\n    </release>\n    <release version=\"51.12\" date=\"2024-07-09\">\n      <description translate=\"no\">\n        <p>Support d3d8 via dxvk</p>\n        <p>Removed @lru_cache decorator from the Paths class, plus minor typing fixes</p>\n        <p>Fixed crash on startup [#3329]</p>\n        <p>Updated GNOME runtime in manifest</p>\n        <p>Moved chattr_f function to appropriate class</p>\n        <p>Improved performance by using case-fold for drive_c when available</p>\n        <p>Fixed Gamescope options arguments</p>\n        <p>Added option to skip checksum when installing dependencies [#3278]</p>\n        <p>Fixed issue where bottles with spaces in name couldn't be run through bottle picker [#3287]</p>\n        <p>Fixed issue where kgx Launch with terminal was not working [#3289]</p>\n        <p>Repaired SyntaxWarning in generic.py (invalid escape sequence '\\d') when starting bottles from CLI</p>\n        <p>Fixed misspelled media type (application/x-ms-dos-executable)</p>\n        <p>Switched to add_pattern from add_mime_type to resolve file filter issues on certain Linux distributions</p>\n        <p>Added TryExec to desktop entry</p>\n      </description>\n    </release>\n    <release version=\"51.11\" date=\"2024-02-18\">\n      <description translate=\"no\">\n        <p>Fix running programs via CLI</p>\n        <p>Fix handling of empty program arguments</p>\n        <p>Removed obsolete faudio dependency from the environment</p>\n        <p>Update translations</p>\n        <p>Various bug fixes and refactoring</p>\n      </description>\n    </release>\n    <release version=\"51.10\" date=\"2023-09-27\">\n      <description translate=\"no\">\n        <p>Clean FSR settings</p>\n        <p>Improve bad connections handling</p>\n        <p>Update Flatpak runtime</p>\n        <p>Update translations</p>\n        <p>Various bug fixes</p>\n      </description>\n    </release>\n    <release version=\"51.9\" date=\"2023-08-21\">\n      <description translate=\"no\">\n        <p>Fix runners and components from not showing when prereleases are off</p>\n        <p>Fix Steam runtime compatibility with Wine runners</p>\n      </description>\n    </release>\n    <release version=\"51.8\" date=\"2023-08-21\">\n      <description translate=\"no\">\n        <p>A few bug fixes</p>\n      </description>\n    </release>\n    <release version=\"51.6\" date=\"2023-05-03\">\n      <description translate=\"no\">\n        <p>Support for the double-DLL VKD3D</p>\n        <p>Updated Flatpak runtime</p>\n        <p>Minor improvement and fixes to the library</p>\n        <p>Fix the Steam link not being correct</p>\n        <p>Download stable component by default</p>\n        <p>Make window remember dimensions</p>\n      </description>\n    </release>\n    <release version=\"51.5\" date=\"2023-02-23\">\n      <description translate=\"no\">\n        <p>Update metadata information</p>\n      </description>\n    </release>\n    <release version=\"51.4\" date=\"2023-02-23\">\n      <description translate=\"no\">\n        <p>Add more update information and correct release notes version</p>\n      </description>\n    </release>\n    <release version=\"51.3\" date=\"2023-02-23\">\n      <description translate=\"no\">\n        <p>Fixed \"Add to Steam\" button</p>\n        <p>Fixed BottleConfig being not serializable</p>\n        <p>Fixed Patool double extraction failing</p>\n      </description>\n    </release>\n    <release version=\"51.2\" date=\"2023-02-21\">\n      <description translate=\"no\">\n        <p>Correct version</p>\n      </description>\n    </release>\n    <release version=\"51.1\" date=\"2023-02-20\">\n      <description translate=\"no\">\n        <p>Fix crash when creating a bottle</p>\n      </description>\n    </release>\n    <release version=\"51.0\" date=\"2023-02-20\">\n      <description translate=\"no\">\n        <p>Major change: Redesign New Bottle interface</p>\n        <p>Quality of life improvements:</p>\n        <ul>\n          <li>Replace emote-love icon with a library in library page</li>\n          <li>Add toast for \"Run Executable\"</li>\n        </ul>\n        <p>Bug fixes:</p>\n        <ul>\n          <li>Adding a shortcut to Steam resulted in an error</li>\n          <li>Importing backups resulted an error</li>\n          <li>Steam Runtime automatically enabled when using wine-ge-custom</li>\n          <li>Various library-related fixes, like empty covers, and crashes related to missing entries</li>\n          <li>Fix various issues related to text encoding</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"50.2\" date=\"2023-01-18\">\n      <description translate=\"no\">\n        <ul>\n          <li>Fix error when downloading if Bottles isn't run from terminal</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"50.1\" date=\"2023-01-15\">\n      <description translate=\"no\">\n        <ul>\n          <li>Correct version date</li>\n          <li>Hide NVIDIA-related critical errors on non-NVIDIA systems</li>\n        </ul>\n      </description>\n    </release>\n    <release version=\"50.0\" date=\"2023-01-14\">\n      <description translate=\"no\">\n        <ul>\n          <li>Gamescope improvements and fixes</li>\n          <li>Dependency installation is faster and more stable</li>\n          <li>The health check has more information for faster debugging</li>\n          <li>NVAPI has a lot of fixes and is more stable, should now work properly</li>\n          <li>Fix crash when downloading a component</li>\n          <li>Backend code improvement by avoiding spin-lock</li>\n          <li>More variables for installer scripting</li>\n          <li>Fix onboard dialog showing \"All ready\" while it was not ready</li>\n          <li>Improvement to build system</li>\n          <li>Enabling VKD3D by default when creating bottles for gaming</li>\n          <li>Fix crashes when reading Steam files with bad encodings</li>\n          <li>Fix components not updated correctly in the UI after installation/uninstallation</li>\n          <li>More FSR fixes</li>\n          <li>Fix the issue when a program closes after it was launched from \"Run executable\"</li>\n          <li>and many, many, many more!</li>\n        </ul>\n      </description>\n    </release>\n  </releases>\n</component>\n"
  },
  {
    "path": "data/data.gresource.xml.in",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<gresources>\n  <gresource prefix=\"/com/usebottles/bottles\">\n    <file preprocess=\"xml-stripblanks\" alias=\"appdata\">@APP_ID@.metainfo.xml</file>\n  </gresource>\n  <gresource prefix=\"/com/usebottles/bottles/icons/scalable/apps\">\n    <file preprocess=\"xml-stripblanks\" alias=\"com.usebottles.bottles-program.svg\">icons/hicolor/scalable/apps/com.usebottles.bottles-program.svg</file>\n  </gresource>\n  <gresource prefix=\"/com/usebottles/bottles/icons/scalable/actions\">\n    <file preprocess=\"xml-stripblanks\" alias=\"bottles-steam-symbolic.svg\">icons/hicolor/symbolic/apps/bottles-steam-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"external-link-symbolic.svg\">icons/hicolor/symbolic/actions/external-link-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"applications-system-symbolic.svg\">icons/hicolor/symbolic/actions/applications-system-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"application-x-addon-symbolic.svg\">icons/hicolor/symbolic/actions/application-x-addon-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"computer-symbolic.svg\">icons/hicolor/symbolic/actions/computer-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"document-save-symbolic.svg\">icons/hicolor/symbolic/actions/document-save-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"go-next-symbolic.svg\">icons/hicolor/symbolic/actions/go-next-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"go-previous-symbolic.svg\">icons/hicolor/symbolic/actions/go-previous-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"heart-symbolic.svg\">icons/hicolor/symbolic/actions/heart-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"media-playback-start-symbolic.svg\">icons/hicolor/symbolic/actions/media-playback-start-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"media-playback-stop-symbolic.svg\">icons/hicolor/symbolic/actions/media-playback-stop-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"preferences-desktop-apps-symbolic.svg\">icons/hicolor/symbolic/actions/preferences-desktop-apps-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"preferences-system-time-symbolic.svg\">icons/hicolor/symbolic/actions/preferences-system-time-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"selection-mode-symbolic.svg\">icons/hicolor/symbolic/actions/selection-mode-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"system-run-symbolic.svg\">icons/hicolor/symbolic/actions/system-run-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"system-shutdown-symbolic.svg\">icons/hicolor/symbolic/actions/system-shutdown-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"system-software-install-symbolic.svg\">icons/hicolor/symbolic/actions/system-software-install-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"view-more-symbolic.svg\">icons/hicolor/symbolic/actions/view-more-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"open-menu-symbolic.svg\">icons/hicolor/symbolic/actions/open-menu-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"system-search-symbolic.svg\">icons/hicolor/symbolic/actions/system-search-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"list-add-symbolic.svg\">icons/hicolor/symbolic/actions/list-add-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"paper-symbolic.svg\">icons/hicolor/symbolic/actions/paper-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"info-symbolic.svg\">icons/hicolor/symbolic/actions/info-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"library-symbolic.svg\">icons/hicolor/symbolic/actions/library-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"warning-symbolic.svg\">icons/hicolor/symbolic/actions/warning-symbolic.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"com.usebottles.eagle-symbolic.svg\">icons/hicolor/symbolic/actions/com.usebottles.eagle-symbolic.svg</file>\n  </gresource>\n  <gresource prefix=\"/com/usebottles/bottles/images/images\">\n    <file preprocess=\"xml-stripblanks\" alias=\"bottles-welcome.svg\">images/bottles-welcome.svg</file>\n    <file preprocess=\"xml-stripblanks\" alias=\"bottles-welcome-night.svg\">images/bottles-welcome-night.svg</file>\n  </gresource>\n</gresources>\n"
  },
  {
    "path": "data/icons/meson.build",
    "content": "scalable_dir = 'hicolor' / 'scalable' / 'apps'\ninstall_data(\n  scalable_dir / ('@0@.svg').format(APP_ID),\n  install_dir: get_option('datadir') / 'icons' / scalable_dir\n)\n\nsymbolic_dir = 'hicolor' / 'symbolic' / 'apps'\ninstall_data(\n  symbolic_dir / ('@0@-symbolic.svg').format(APP_ID),\n  install_dir: get_option('datadir') / 'icons' / symbolic_dir\n)\n"
  },
  {
    "path": "data/meson.build",
    "content": "conf = configuration_data()\nconf.set('APP_ID', APP_ID)\nconf.set('BASE_ID', BASE_ID)\nconf.set('APP_NAME', APP_NAME)\nconf.set('DEVELOPER_ID', DEVELOPER_ID)\n\ndesktop = i18n.merge_file(\n  input: configure_file(\n    input:  BASE_ID + '.desktop.in.in',\n    output:  BASE_ID + '.desktop.in',\n    configuration: conf\n  ),\n  output: APP_ID + '.desktop',\n  type: 'desktop',\n  po_dir: '../po',\n  install: true,\n  install_dir: join_paths(get_option('datadir'), 'applications')\n)\n\ndesktop_utils = find_program('desktop-file-validate', required: false)\nif desktop_utils.found()\n  test('Validate desktop file', desktop_utils,\n    args: [desktop]\n  )\nendif\n\nappstream_file = i18n.merge_file(\n  input: configure_file(\n    input: BASE_ID + '.' + 'metainfo.xml.in.in',\n    output: BASE_ID + '.' + 'metainfo.xml.in',\n    configuration: conf\n  ),\n  output: APP_ID + '.' + 'metainfo.xml',\n  po_dir: '../po',\n  install: true,\n  install_dir: get_option('datadir') / 'metainfo'\n)\n\ngnome.compile_resources('data',\n  configure_file(\n      input: 'data.gresource.xml.in',\n      output: 'data.gresource.xml',\n      configuration: conf,\n  ),\n  gresource_bundle: true,\n  install: true,\n  install_dir: pkgdatadir,\n  dependencies: [appstream_file]\n)\n\nappstream_util = find_program('appstream-util', required: false)\nif appstream_util.found()\n  test('Validate appstream file', appstream_util,\n    args: ['validate', appstream_file]\n  )\nendif\n\nconfigure_file(\n  input: 'com.usebottles.bottles.gschema.xml',\n  output: '@0@.gschema.xml'.format(APP_ID),\n  configuration: conf,\n  install: true,\n  install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')\n)\n\ncompile_schemas = find_program('glib-compile-schemas', required: false)\nif compile_schemas.found()\n  test('Validate schema file', compile_schemas,\n    args: ['--strict', '--dry-run', meson.current_source_dir()]\n  )\nendif\n\nsubdir('icons')\n"
  },
  {
    "path": "meson.build",
    "content": "project(\n\t'bottles',\n\tversion: '62.0',\n\tmeson_version: '>= 1.5.0',\n\tdefault_options: [\n\t\t'warning_level=2',\n\t],\n\tlicense: 'GPL-3.0-only'\n)\n\n\nAPP_NAME = 'Bottles'\nDEVELOPER_ID = 'com.usebottles'\nBASE_ID = DEVELOPER_ID + '.' + meson.project_name()\nAPP_ID = BASE_ID\nAPP_VERSION = meson.project_version()\n_version_array = APP_VERSION.split('.')\nAPP_MAJOR_VERSION = _version_array[0]\nAPP_MINOR_VERSION = _version_array[1]\nPROFILE = get_option('profile')\n\nif PROFILE == 'development'\n\tAPP_VERSION += '-' + run_command(\n\t\t'git', 'rev-parse', '--short', 'HEAD',\n\t\tcheck: true\n\t).stdout().strip()\n\tAPP_NAME += ' (Development)'\n\tAPP_ID += '.' + 'Devel'\nendif\n\n\ngnome = import('gnome')\ni18n = import('i18n')\nlocaledir = get_option('localedir')\n\nsubdir('po')\nsubdir('bottles')\nsubdir('data')\n\ngnome.post_install(\n\tglib_compile_schemas: true,\n\tgtk_update_icon_cache: true,\n\tupdate_desktop_database: true,\n)\n"
  },
  {
    "path": "meson_options.txt",
    "content": "option (\n    'profile',\n    type: 'combo',\n    choices: [\n        'default',\n        'development'\n    ],\n    value: 'default'\n)\n"
  },
  {
    "path": "mypy.ini",
    "content": "[mypy]\n# TODO This errors needs to be fixed one by one\ndisable_error_code = assignment, index, valid-type, misc, union-attr, arg-type, operator, call-overload, var-annotated, attr-defined\n"
  },
  {
    "path": "po/LINGUAS",
    "content": "it\nfr\nde\nhi\npt\nes\nnb_NO\npt_BR\nid\nda\nnl\ntr\nsv\nru\neo\nzh_Hans\nfi\nja\nhr\ncs\nuk\nhu\npl\nzh_Hant\nko\nvi\neu\nbg\nel\ngl\nsk\nro\nms\nckb\nfa\nth\nar\nbn\nsl\nca\nlt\nsr\net\nta\nhe\nbe\nie\naz\nbs\nkw\nkab\nka\nyi\noc\n"
  },
  {
    "path": "po/POTFILES",
    "content": "# List of source files containing translatable strings.\n# Please keep this file sorted alphabetically.\nbottles/backend/managers/backup.py\nbottles/backend/managers/manager.py\nbottles/backend/managers/versioning.py\nbottles/frontend/main.py\nbottles/frontend/operation.py\nbottles/frontend/ui/about.blp\nbottles/frontend/ui/component-entry.blp\nbottles/frontend/ui/dependency-entry.blp\nbottles/frontend/ui/details-bottle.blp\nbottles/frontend/ui/details-dependencies.blp\nbottles/frontend/ui/details-installers.blp\nbottles/frontend/ui/details-preferences.blp\nbottles/frontend/ui/details-taskmanager.blp\nbottles/frontend/ui/details-versioning.blp\nbottles/frontend/ui/details.blp\nbottles/frontend/ui/dialog-bottle-picker.blp\nbottles/frontend/ui/dialog-crash-report.blp\nbottles/frontend/ui/dialog-deps-check.blp\nbottles/frontend/ui/dialog-dll-overrides.blp\nbottles/frontend/ui/dialog-drives.blp\nbottles/frontend/ui/dialog-duplicate.blp\nbottles/frontend/ui/dialog-env-vars.blp\nbottles/frontend/ui/dialog-exclusion-patterns.blp\nbottles/frontend/ui/dialog-gamescope.blp\nbottles/frontend/ui/dialog-installer.blp\nbottles/frontend/ui/dialog-journal.blp\nbottles/frontend/ui/dialog-launch-options.blp\nbottles/frontend/ui/dialog-proton-alert.blp\nbottles/frontend/ui/dialog-rename.blp\nbottles/frontend/ui/dialog-run-args.blp\nbottles/frontend/ui/dialog-sandbox.blp\nbottles/frontend/ui/dialog-upgrade-versioning.blp\nbottles/frontend/ui/dialog-vkbasalt.blp\nbottles/frontend/ui/dll-override-entry.blp\nbottles/frontend/ui/drive-entry.blp\nbottles/frontend/ui/env-var-entry.blp\nbottles/frontend/ui/inherited-env-entry.blp\nbottles/frontend/ui/exclusion-pattern-entry.blp\nbottles/frontend/ui/importer-entry.blp\nbottles/frontend/ui/importer.blp\nbottles/frontend/ui/installer-entry.blp\nbottles/frontend/ui/library-entry.blp\nbottles/frontend/ui/library.blp\nbottles/frontend/ui/bottle-row.blp\nbottles/frontend/ui/list.blp\nbottles/frontend/ui/loading.blp\nbottles/frontend/ui/local-resource-entry.blp\nbottles/frontend/ui/new.blp\nbottles/frontend/ui/onboard.blp\nbottles/frontend/ui/preferences.blp\nbottles/frontend/ui/program-entry.blp\nbottles/frontend/ui/state-entry.blp\nbottles/frontend/ui/task-entry.blp\nbottles/frontend/ui/window.blp\nbottles/frontend/views/bottle_details.py\nbottles/frontend/views/bottle_preferences.py\nbottles/frontend/views/bottle_versioning.py\nbottles/frontend/views/details.py\nbottles/frontend/views/importer.py\nbottles/frontend/views/list.py\nbottles/frontend/views/loading.py\nbottles/frontend/views/new.py\nbottles/frontend/views/preferences.py\nbottles/frontend/widgets/component.py\nbottles/frontend/widgets/dependency.py\nbottles/frontend/widgets/importer.py\nbottles/frontend/widgets/installer.py\nbottles/frontend/widgets/library.py\nbottles/frontend/widgets/program.py\nbottles/frontend/widgets/state.py\nbottles/frontend/windows/crash.py\nbottles/frontend/windows/display.py\nbottles/frontend/windows/dlloverrides.py\nbottles/frontend/windows/drives.py\nbottles/frontend/windows/envvars.py\nbottles/frontend/windows/exclusionpatterns.py\nbottles/frontend/windows/generic.py\nbottles/frontend/windows/installer.py\nbottles/frontend/windows/launchoptions.py\nbottles/frontend/windows/main_window.py\nbottles/frontend/windows/vkbasalt.py\ndata/com.usebottles.bottles.desktop.in.in\ndata/com.usebottles.bottles.gschema.xml\ndata/com.usebottles.bottles.metainfo.xml.in\n"
  },
  {
    "path": "po/README.md",
    "content": "# Help translating Bottles :rocket:\nHelp Bottles get translated in your language!\n\n## Improve a translation :raising_hand:\nIf you've found typos or just think you can improve a translation, contribute\nusing the [Weblate](https://hosted.weblate.org/engage/bottles/) platform.\n\nPlease, this is an open source, free, free project. Don't vandalize the\ntranslations, it's not funny, it's idiotic.\n\n## Thanks! :two_hearts: :tada:\nA heartfelt thanks to anyone who wants to help us get Bottles to speak any language!\n"
  },
  {
    "path": "po/ar.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-19 04:51+0000\\n\"\n\"Last-Translator: Ziad El-sayed <ziadelsayed1797@tutamail.com>\\n\"\n\"Language-Team: Arabic <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"ar/>\\n\"\n\"Language: ar\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 \"\n\"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"لم يُحدد مسار\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"نسخ احتياطي {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"جارِ استيراد النسخة الاحتياطية: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"فشل تثبيت المكوّنات ثلاث مرات.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"تُثبت بعض المكونات المفقودة…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"فشل إنشاء مجلد القارورة.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"فشل إنشاء مجلد/ملف العنصر النائب.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"جاري تكوين القارورة…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"تم العثور على القالب، يتم التطبيق…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"يتم تحديث تكوين Wine…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"تم تحديث تكوين واين!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"التشغيل كـ Flatpak، تُحدد آلية الوصول لدليل المستخدم…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"تحديد آلية الوصول لدليل المستخدم…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"تعيين إصدار Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"تعيين إعدادات CMD الافتراضية…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"جاري تحسين البيئة…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"تطبيق البيئة: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(1) استخدام وصفة مخصصة للبيئة…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) لم يعثر على الوصفة أو الوصفة ليست صحيحة…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"جاري تثبيت DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"جاري تثبيت VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"جاري تثبيت DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"جاري تثبيت التبعية: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"جاري إنشاء حالة الإصدار 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"جاري الانتهاء من…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"التخزين المؤقت للقالب…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"إيداع الحالة…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"لا شيء للإيداع\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"تم إنشاء الحالة [{0}] الجديدة بنجاح!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"تم استرداد قائمة الحالات بنجاح!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"تمت استعادة الحالة {0} بنجاح!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"جاري استعادة الحالة {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"لم يُعثر على الحالة\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"الحالة {} هي بالفعل الحالة النشطة\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"أظهر الإصدار\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"مسار ملف التشغيل\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"مسار Ink\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"اسم القارورة\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"معطيات الاجتياز\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\"معرف الموارد الموحد (URI) غير صحيح (الصياغة: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"تم استلام طلب [انهاء].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"تم استلام طلب [ مساعدة ].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"تم استلام طلب [تحديث].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"تبرّع\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"مكتبات الطرف الثالث وشكر خاص\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"برعاية وتمويل\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"حقوق الطبع والنشر © 2017 لمطوري Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"مطوري Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"زياد السيد - ٢٠٢٥\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"إصدار المكوّن\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"ألغِ التثبيت\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"تصفح الملفات\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial download \"\n\"or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"فشل التثبيت. قد يكون هذا بسبب خطأ في المستودع أو تنزيل جزئي أو عدم تطابق في \"\n\"تدقيق المجموع. اضغط للمحاولة مرة أخرى.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"تنزيل وتثبيت\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"أظهر البيان\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"الترخيص\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"أعد التثبيت\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"الإبلاغ عن خطأ…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"اسم التبعية\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"وصف التبعية\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"الفئة\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"قم بتنزيل وتثبيت هذه التبعية\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or run \"\n\"it via terminal to read the output.\"\nmsgstr \"\"\n\"حدث خطأ في التثبيت. أعد تشغيل Bottles لقراءة تقرير الأعطال أو قم بتشغيله من \"\n\"خلال الطرفية لقراءة النتيجة.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"قائمة التبعيَّات\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"استكشاف الأخطاء وإصلاحها\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"تصفح الملفات…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"تكرير القارورة…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32 bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"هذا هو الأرشيف الكامل لقارورتك، بما في ذلك الملفات الشخصية.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"نسخ احتياطي كامل…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37 bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a new \"\n\"one but without personal files.\"\nmsgstr \"\"\n\"هذه مجرد تهيئة للقارورة، وهي مثالية إذا كنت ترغب في إنشاء واحدة جديدة ولكن \"\n\"بدون ملفات شخصية.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"تصدير التكوين…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"إظهار البرامج المخفية\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"ابحث عن برامج جديدة\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"حذف القارورة…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"القائمة الفرعية\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"إجبار إيقاف جميع العمليات\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"محاكاة إيقاف تشغيل نظام Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"إيقاف التشغيل\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"محاكاة إعادة تشغيل نظام Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"أعد التشغيل\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"خيارات التشغيل\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"تشغيل في الطرفية\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"افلت الملفات لتشغيلها\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"قارورتي\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189 bottles/frontend/ui/list-entry.blp:12\n#: bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"البيئة\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14 bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"المشغل\"\n\n#: bottles/frontend/ui/details-bottle.blp:213 bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"مُكّن تعيين الإصدار لهذه القارورة\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"تعيين الإصدار نشط لهذه القارورة.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227 bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"تشغيل ملف التنفيذ…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"البرامج\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install programs \"\n\"curated by the community.\"\nmsgstr \"\"\n\"انقر على ”تشغيل ملف التنفيذ...“ لتشغيل ملف التنفيذ، أو ”إضافة اختصارات...“ \"\n\"لإضافة ملف تنفيذ إلى قائمة البرامج، أو ”تثبيت البرامج...“ لتثبيت البرامج \"\n\"التي تم اختيارها من قبل المجتمع.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"أضِف اختصارات…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"تثبيت البرامج…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"الخيارات\"\n\n#: bottles/frontend/ui/details-bottle.blp:350 bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"الإعدادات\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"ضبط إعدادات القارورة.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360 bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"التبعيات\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"تثبيت تبعيات للبرامج.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"اللقطات\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"إنشاء وإدارة حالات القوارير.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426 bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"مدير المهام\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"إدارة البرامج المشغلة.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"الأدوات\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"سطر الأوامر\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"تشغيل الأوامر داخل القارورة.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"محرر سجل النظام\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"تعديل سجل النظام الداخلي.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"أدوات واين القديمة\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"المستكشف\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"مصحح الأخطاء\"\n\n#: bottles/frontend/ui/details-bottle.blp:444 bottles/frontend/ui/importer.blp:69\n#: bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"التكوين\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"مُلغي التثبيت\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"لوحة التحكم\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"ابحث عن التبعيات…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178 bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"أنت غير متصل بالإنترنت :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"يعمل Bottles في وضع عدم الاتصال بالإنترنت، لذا فإن التبعيات غير متوفرة.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary license. By \"\n\"installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"التبعيات هي موارد تعمل على تحسين توافق برامج Windows.\\n\"\n\"\\n\"\n\"الملفات الموجودة في هذه الصفحة مقدمة من أطراف ثالثة بموجب ترخيص ملكية. \"\n\"بتثبيتها، فإنك توافق على شروط الترخيص الخاصة بها.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"الإبلاغ عن مشكلة أو عن تبعية مفقودة.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"الإبلاغ عن تبعية مفقودة\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"اقرأ الوثيقة.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"التوثيق\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61 bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"ابحث\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"ابحث عن البرامج…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary license. By \"\n\"installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"قم بتثبيت البرامج التي اختارتها مجتمعنا.\\n\"\n\"\\n\"\n\"الملفات الموجودة على هذه الصفحة مقدمة من أطراف ثالثة بموجب ترخيص ملكية. \"\n\"بتثبيتها، فإنك توافق على شروط الترخيص الخاصة بها.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"لم يتم العثور على أي برامج تثبيت\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"لا يمكن الوصول إلى المستودع أو لا يوجد مثبت متوافق مع هذه القارورة.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"اقرأ التوثيق\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"الاسم\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"المكونات\"\n\n#: bottles/frontend/ui/details-preferences.blp:15 bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"إصدار طبقة توافق Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"جارٍ تحديث المشغل والمكونات، يرجى الانتظار …\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"تحسين توافق Direct3D 8/9/10/11 عن طريق ترجمته إلى Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"جاري تحديث DXVK، يرجى الانتظار…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"تحسين توافق Direct3D 12 عن طريق ترجمته إلى Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"جاري تحديث VKD3D، يرجى الانتظار…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"جاري تحديث DXVK-NVAPI، يرجى الانتظار…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"تحسين الاستجابة. يمكن اكتشافه بواسطة بعض برامج مكافحة الغش.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"جاري تحديث LatencyFleX، يرجى الانتظار…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"الشاشة\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"الإعتيان الفائق عن طريق التعلم المُتعمِّق (DLSS)\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works on \"\n\"newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"زيادة الأداء على حساب الجودة باستخدام DXVK-NVAPI. يعمل فقط على أحدث وحدات \"\n\"معالجة الرسومات من NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"الدقة الفائقة باستخدام FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"تحسين الأداء على حساب الجودة البصرية. يعمل فقط على Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"أدر إعدادات FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"وحدة معالجة رسوميات منفصلة\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of power \"\n\"consumption.\"\nmsgstr \"استخدم بطاقة الرسوميات المنفصلة لتحسين الأداء على حساب استهلاك الطاقة.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"تأثيرات ما بعد المعالجة\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"أضِف مختلف تأثيرات ما بعد المعالجة باستخدام vkBasalt. يعمل على فولكَن فقط.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"أدِر إعدادات طبقة ما بعد المعالجة\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"أدِر طريقة عرض الألعاب على الشاشة عن طريق جيم.سكوب.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"إدارة إعدادات Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"إعدادات العرض المتقدمة\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"الأداء\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"مكِّن المزامنة لزيادة أداء المعالجات متعددة الأنوية.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"التزامن\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"النظام\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"راقب الأداء\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load and \"\n\"more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"اعرض معلومات كمعدل الإطارات والحرارات والحمل على وحدة المعالجة المركزية \"\n\"ووحدة معالجة الرسوميات وغيرها على أوبن.جي.إل وفولكَن باستخدام مانجو.هَد.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"فِيرَل جيم.مود\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"طبِّق حزمة من التحسينات على جهازك. قد يُحسِّن هذا أداء الألعاب.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"حمل ملفات اللعبة مسبقًا\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will take \"\n\"longer to start for the first time.\"\nmsgstr \"\"\n\"قلِّل وقت التحميل عن تشغيل لعبة عدة مرات. قد تستغرق اللعبة وقتًا أطول لتبدأ عند \"\n\"تشغيلها أول مرة.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"أدر إعدادات vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"تصوير اللعبة من أو.بي.إس\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"بدِّل تصوير الألعاب من أو.بي.إس لكل برامج فولكَن وأوبن.جي.إل.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"التكامل\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"إصدار ويندوز\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"جارٍ تحديث إصدار ويندوز، الرجاء الانتظار…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"اللغة\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"اختر اللغة التي تريد استخدامها في البرامج.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"ساحة حماية مخصصة\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"استخدم بيئةً مقيَّدةً \\\\\\\\ مُدارة لهذه القارورة.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"أدِر أذونات ساحة الحماية\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"وقت تشغيل «قوارير»\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if you run \"\n\"into issues.\"\nmsgstr \"يوفر حزمة من المكتبات الإضافية لمزيد من التوافق، عطّله إذا واجهت مشاكل.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"زمن تشغيل Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"يوفر حزمة من المكتبات الإضافية لمزيد من التوافق لألعاب ستيم، عطّله إذا واجهت \"\n\"مشاكل.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"دليل العمل الحالي\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90 bottles/frontend/ui/new.blp:150\n#: bottles/frontend/ui/new.blp:181 bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"عُد للإعدادات الافتراضية\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(الافتراضي)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"تجاوزات ملفات DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"متغيرات البيئة\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"إدارة محركات الأقراص\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"أنشئ اللقطات تلقائيًا\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing settings.\"\nmsgstr \"أنشئ لقطات تلقائيًا قبل تثبيت برنامج أو تغيير الإعدادات.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"الضغط\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of snapshots.\"\nmsgstr \"اضغط اللقطات لتصغير مساحتها. سوف يُبطئ هذا عملية إنشائها.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"استخدم أنماط الاستبعاد\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"استبعد المسارات في اللقطات.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"إدارة الأنماط\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"حدّث\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"أوقف العملية\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"لم يُعثر على لقطات\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"أنشئ أول لقطة لتبدأ حفظ حالات تفضيلاتك.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"تعليق قصير\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"احفظ حالة القارورة.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"أنشئ لقطة جديدة\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"التفاصيل\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"عُد\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"العمليات\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"اختر قارورة\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"ألغِ\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"اختر\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38 bottles/frontend/ui/new.blp:9\n#: bottles/frontend/ui/new.blp:49 bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"أنشئ قارورة جديدة\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"تقرير تعطل «قوارير»\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_ألغِ\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"أرسل التقرير\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"تعطل «قوارير» آخر مرة. عبِّئ تقريرًا فيه التتبع التالي لتساعدنا في التعرف على \"\n\"المشكلة مما يمكننا من الحيال دون وقوعها مجدداً.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to check \"\n\"carefully that it has not already been reported before submitting a new one. Each \"\n\"report requires effort on the part of the developers to diagnose, please respect \"\n\"their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"عثرنا على تقارير مشابهة أو مطابقة، تأكد من أن التقرير لم يُرسل مسبقا قبل أن \"\n\"تقوم بإرساله، يتطلب تشخيص كل تقرير جهداً من المطورين، فضلاً احترم عملهم ولا \"\n\"ترسل ما يتكرر.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"لا أزال أريد التبليغ.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"الخيارات المتقدمة\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"حزمة غير مكتملة\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official version.\"\nmsgstr \"\"\n\"لا يبدو أن هذا الإصدار من «قوارير» يوفر كل التبعيات الأساسية، تواصل مع مشرف \"\n\"الحزمة أو استخدم إصدارًا رسميًا.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"أنهِ\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"يمكن أن تٌعين مكتبات الارتباط الديناميكي على أنها مُدمجة (أي أن واين يوفرها) \"\n\"أو أصلية (أي أن البرنامج يوفرها).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"تجاوز جديد\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"التجاوزات\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"محركات الأقراص\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as devices \"\n\"by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"هذه هي المسارات في نظامك التي تم التعرف عليها كأجهزة من قبل المُشغِّل \"\n\"(مثلاً :C: D...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"حرف\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"محركات الأقراص الموجودة\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"قارورة مكررة\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"انسخ\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"أدخل اسماً للنسخة المكررة من القارورة.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"يُستنسَخ…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"قد يستغرق هذا بعض الوقت.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"نُسخت القارورة\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way running \"\n\"processes will behave on your bottle.\"\nmsgstr \"\"\n\"متغيرات البيئة هي قيم مسماة تلقائياً تؤثر على طريقة عمل العمليات في قارورتك.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"اسم المتغير\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"المتغيرات الموجودة\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"أنماط الاستبعاد\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being versioned.\"\nmsgstr \"حدد الأنماط التي ستُستخدم لمنع تعيين الإصدار لبعض الدلائل.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"نمط\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"الأنماط الموجودة\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"إعدادات Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"احفظ\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"أدِر طريقة عرض الألعاب.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"دقة اللعبة\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"يستخدم دقة اللعبة مرجعًا للبِكسِلَات.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"العرَض\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"الطول\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"دقة النافذة\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game resolution \"\n\"in pixels.\"\nmsgstr \"يرفع الدقة عند استخدام دقة أعلى من دقة اللعبة.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"متنوعات\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"حد معدل الإطارات\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"حد معدل الإطارات عند عدم التركيز\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"التحجيم بأعداد صحيحة\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"نوع النافذة\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"بلا إطار\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"ملء الشاشة\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"هل تريد متابعة التثبيت؟\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"ابدأ التثبيت\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided otherwise.\"\nmsgstr \"\"\n\"يتطلب هذا المثبِّت بعض الموارد المحلية التي لا يمكن توفيرها بطريقة أخرى.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"تابع\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"اكتمل!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"اعرض البرامج\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"فشل التثبيت!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"حدث خطأ ما.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"جميع الرسائل\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"حرِج\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"الأخطاء\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"التحذيرات\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"المعلومات\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"متصفح السجل\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"متصفح السجل\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"غيِّر مستوى التسجيل.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"الكل\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"ستُعتمد هذه الحجج عند بدء التشغيل.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"الحجج المخصصة\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"حجج الأوامر\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"مثلا: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"البرنامج النصي بعد التشغيل\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"اختر النص البرمجي الذي سينفذ بعد التشغيل.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"اختر نصًا برمجيًا\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"اختر من أين سيبدأ البرنامج.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"اختر دليلاً\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"ستتجاوز هذه الإعداداتُ الإعداداتَ الافتراضية لملف التنفيذ هذا.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"تجاوز التفضيلات\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"أعد تعيين إعدادات القارورة للإعدادات الافتراضية\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"سطح مكتب افتراضي\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"نص إخلاء المسؤولية لبروتون\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"استخدم بروتون\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems and \"\n\"prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside of \"\n\"Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the system \"\n\"and detected by Bottles) in order to allow it to access the necessary libraries \"\n\"and limit compatibility problems. Be aware that GloriousEggroll, the runner's \"\n\"provider, is not responsible for any problems and we ask that you do not report \"\n\"to them.\"\nmsgstr \"\"\n\"احذر، يمكن أن يؤدي استخدام المشغلات المعتمدة على بروتون في القوارير التي ليس \"\n\"فيها ستيم إلى مشكلات.\\n\"\n\"\\n\"\n\"نوصي باستخدام واين جي‌إي بدلا عنه، وهي نسخة من بروتون هدفها العمل خارج ستيم.\\n\"\n\"\\n\"\n\"ستؤدي المتابعة إلى تمكين بيئة عمل ستيم تلقائيًّا \"\n\"(إن كان موجوداً على النظام ومتعرفاً عليه من قبل «قوارير») وذلك لإتاحة وصوله \"\n\"للمكتبات المطلوبة ولتقليل مشاكل التوافق، ضع في الحسبان أن مطوِّر المشغِّل \"\n\"GloriousEggroll ليس مسؤولًا عن أي مشكلة ونطلب منك أن لا تبلغ عنهم له.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"فهمت.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"أعد التسمية\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"اختر اسماً جديداً للبرنامج المحدد.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"الاسم الجديد\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"شغّل مع المعطيات\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401 bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"شغِّل\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"اكتب أدناه المعطيات التي ستُمرر لملف التنفيذ.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"على سبيل المثال: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"إعدادات الملعب (Sandbox)\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"مشاركة الشبكة\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"مشاركة الصوت\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"الترقية مطلوبة\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"استمر\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"ابدأ الترقية\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"نظام تعيين الإصدار الجديد\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"نزَل النظام الجديد لتعيين الإصدار للقوارير.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. This \"\n\"will not delete data from your bottle but will delete all existing snapshots and \"\n\"create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"أصبح لدى «قوارير» نظام جديد لتعيين الإصدارات لا يدعم النسخ القديمة.\\n\"\n\"\\n\"\n\"لاستكمال استخدام نظام تعيين الإصدار، علينا أن نقوم بإعادة تهيئة مستودع \"\n\"القارورة، لن يحذف هذا بياناتك من القارورة، ولكنه سيحذف كل اللقطات الموجودة \"\n\"وسيُنشئ لقطة جديدة.\\n\"\n\"\\n\"\n\"إن احتجت إلى العودة للقطة سابقة قبل المتابعة، أغلق هذه النافذة واستعد اللقطة،\"\n\"ثم أعد فتح القارورة لإظهار هذه الرسالة مرة أخرى.\\n\"\n\"\\n\"\n\"سيتوقف دعم النظام القديم في أحد الإصدارات القادمة.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"إعادة تهيئة المستودع…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"تم! فضلاً أعد تشغيل «قوارير».\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"إعدادات تأثيرات ما بعد المعالجة\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"الافتراضي\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"الإعدادات الافتراضية\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"تُطبَّق التأثيرات وفق ترتيب القائمة.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"التأثيرات\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"رفع جودة الصورة المتكيف مع التباين\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"الحِدة\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"أظهر المعلومات\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"تحسين دقة Denoised Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"تقليل التشويش\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"تنعيم صورة سريع وتقريبي\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"جودة أجزاء البِكْسِل\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"عتبة جودة الحواف\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"أقل عتبة لجودة الحواف\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"SMAA\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"كشف الحواف\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"لوما\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"اللون\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"عتبة\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"الحد الأقصى لخطوات البحث\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"أقصى حد لخطوات البحث القُطْري\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"أقصى تقويس للزوايا\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the frame \"\n\"sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"تزيد تقنية CAS من حِدة الإطار، كلما زادت القيمة صار الإطار أحدّ، بينما لو كانت \"\n\"أقل من 0 صار الإطار أنعم من الأصلي.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the frame \"\n\"sharper.\"\nmsgstr \"كلما زادت قيم DLS sharpness زادت حِدة الإطار.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame softer.\"\nmsgstr \"يقلل DLS denoise من تشويش الإطار، لكما زادت القيم صار الإطار أنعم.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher values \"\n\"make the frame softer.\"\nmsgstr \"\"\n\"تقلل جودة أجزاء البكسل FXAA من التنعيم على مستوى أجزاء البكسل، كلما زادت \"\n\"القيمة صار الإطار أنعم.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the FXAA \"\n\"algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"عتبة الحواف لـ FXAA هي أقل قيمة مطلوبة للتباين لتطبيقة خوارزمية FXAA. كلما \"\n\"زادت القيمة صار تباين الإطار أكثر.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that are \"\n\"ignored by the FXAA algorithm. Higher values make FXAA ignore pixels below the \"\n\"specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"عتبة جودة الحواف لـ FXAA هي القيمة الدنيا لعدد البكسلات الداكنة التي \"\n\"تتجاهلها خوازرمية FXAA. تتجاهل خوارزمية FXAA البكسلات تحت القيمة المدخلة وقد \"\n\"تؤدي لتحسن الأداء.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects edges \"\n\"based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"تكتشف \\\"لوما\\\" الحواف من منظور أحادي الألوان، بينما تكتشف \\\"كولر\\\" الحواف \"\n\"بناءً على الألوان. \\\"لوما\\\" أفضل أداءً من \\\"كولر\\\".\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values detect \"\n\"more edges at the expense of performance.\"\nmsgstr \"\"\n\"تحدد عتبة SMAA حساسية اكتشاف الحواف. تقوم القيم الدنيا باكتشاف حواف أكثر على \"\n\"حساب الأداء.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"تحدد \\\"أقصى عدد خطوات بحث لـ SMAA\\\" عدد خطوات البحث الأفقي والرأسي المنفذة \"\n\"عند البحث عن الحواف.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"يحدد خيار \\\"أقصى عدد مرات البحث القُطري لـ SMAA\\\" كم خطوة بحث قُطري تنفذ حين \"\n\"البحث عن الحواف.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"يحدد خيار تقويس الزوايا SMAA شدة مستوى تقويس زوايا الحواف.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"مدمج (واين)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"أصلي (ويندوز)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"المدمج ثم الأصلي\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"الأصلي ثم المدمج\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"معطل\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"أزل\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/أشر/إلى/المسار\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"القيمة\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"تصفح الملفات\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"اسم سابقة واين\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"المدير\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"استُوردت سابقة واين هذه إلى «قوارير» بالفعل.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"استورد نسخةً احتياطيةً لقارورة\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"ابحث مجدداً عن سابقات\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"لم يُعثر على سابقات\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"لم يُعثر على سابقات خارجيّة. هل لدى «قوارير» صلاحية للوصول لهم؟\\n\"\n\"استخدم الأيقونة أعلاه لاستيراد قارورة من نسخة احتياطية.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"الأرشيف الكامل\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"أظهر البيان…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"اقرأ المراجعة…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"اسم المثبت\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"وصف المثبت\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"مجهول\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"ثبِّت هذا البرنامج\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"قائمة البرنامج\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"لا توجد صورة مصغرة\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"شغّل\"\n\n#: bottles/frontend/ui/library-entry.blp:70 bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"شغّل باستخدام Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"اسم العنصر\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"أزل من المكتبة\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"أوقِف\"\n\n#: bottles/frontend/ui/library.blp:11 bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"المكتبة\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"أضف العناصر هنا من قائمة البرامج في قارورتك\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"تعيين الإصدار نشط في هذه القارورة.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"يبدو أن هذه القارورة متضررة.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"نفِّذ في هذه القارورة\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"شغّل هنا\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to solve \"\n\"by creating a new configuration.\"\nmsgstr \"\"\n\"يبدو أن هذه القارورة متضررة، ملف التكوين مفقود. يمكنني أن أحاول حل المشكلة \"\n\"بإنشاء تكوين جديد.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"ابحث في قاروراتك…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"بروتون لستيم\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"القوارير\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"أنشئ قارورةً جديدةً…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"لم يعثر على نتائج\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"جرب بحثاً مختلفاً.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"بدء التشغيل…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"هذا المورد مفقود.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"تصفح\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"أن_شئ\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"اسم القارورة\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"الت_طبيق\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"الل_عب\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"الت_خصيص\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"التخصيص\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"شارك مجلَّد المستخدم\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of sharing \"\n\"personal information to Windows software. This option cannot be changed after the \"\n\"bottle has been created.\"\nmsgstr \"\"\n\"يجعل هذا مجلَّد المستخدم مرئيًّا في القارورة، وقد يؤدي هذا لمشاركة بعض المعلومات \"\n\"الشخصية مع برمجيات ويندوز. ليس لك تغيير هذا الخيار بعد إنشائك القارورة.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"المعمارية\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"ينبغي استخدام ٣٢ بت فقط إذا لزم الأمر.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"استورد ضبطًا مخصَّصًا.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"مجلَّد القارورة\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"المجلَّد الحاوي لبيانات هذه القارورة.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"أ_غلق\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"هذا الاسم ليس متاحًا، جرِّب اسمًا آخر.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"السابق\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"مرحبا بك في «قوارير»\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"شغِّل برامج ويندوز على لينكس.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"النوافذ في «قوارير»\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-like \"\n\"environments where programs run.\"\nmsgstr \"\"\n\"يستعمل «قوارير» مشغلات توافق لتوفير بيئات معزولة تشبه ويندوز لتشغيل البرامج.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"يكاد ينتهي\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"نحتاج إلى بضع دقائق أخرى لإعداد كل شيء…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"كل شيء جاهز!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"فضلاً أنهِ الإعداد أولاً\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"ابدأ باستخدام «قوارير»\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"التالي\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"التفضيلات\"\n\n#: bottles/frontend/ui/preferences.blp:11 bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"عام\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"المظهر\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"الوضع الداكن\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"ما إذا كان يجب على «قوارير» استخدام ألوان الوضع الداكن.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"أظهر تاريخ التحديث\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"ما إذا كان يجب عرض تاريخ التحديث في قائمة القارورات.\"\n\n#: bottles/frontend/ui/preferences.blp:42 data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"الإشعارات\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"أظهر الإشعارات للتنزيلات والتثبيتات.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"الملفات المؤقتة\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"حذف الملفات المؤقتة عند بدء «قوارير»؟\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"أغلق «قوارير» بعد تشغيل برنامج\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"أغلق «قوارير» بعد بدء تشغيل برنامج من مدير الملفات.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"التكاملات\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"سابقات بروتون لستيم\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"اسرد وأدر سابقات بروتون لستيم.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"اسرد تطبيقات Steam في قائمة البرامج\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"يتطلب أن يكون ستيم للويندوز مثبتاً في القارورة.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"اسرد تطبيقات Epic Games في قائمة البرامج\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"يتطلب أن يكون متجر Epic Games مثبتاً في القارورة.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"اسرد ألعاب يوبي سوفت في قائمة البرامج\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"يتطلب Ubisoft Connect مثبتا في القارورة.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"متقدم\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"دليل «قوارير»\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"الدليل الذي يحتوي بيانات قواريرك.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"المشغلات\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"يعمل «قوارير» دون اتصال، ولذلك لا تتاح المشغِّلات.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"الإصدار التجريبي\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"أظهر النسخ غير المستقرة من المشغلات.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"مكونات DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"يعمل «قوارير» دون اتصال، ولذلك لا تتاح ملفَّات دي‌إل‌إل.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"النواة\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"زمن التشغيل\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"جسر واين\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"التجارب\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs and \"\n\"breakage.\"\nmsgstr \"\"\n\"هذه الميزات قيد التطوير المكثف وقد تكون غير مستقرة ، توقع حدوث أخطاء وأعطال.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"ساحة التجارب لكل قارورة\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"في مرحلة مبكرة من التطوير.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"شغّل باستخدام الطرفيّة\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"تصفح المسار\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"تغيير خيارات التشغيل…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"أضِف إلى المكتبة\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"إضافة أيقونة لسطح المكتب\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"أضف إلى Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"أعد التسمية…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"أخفِ البرنامج\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"اعرض البرنامج\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"أزل من القائمة\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"اسم البرنامج\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"مُعرف الحالة\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"تعليق الحالة\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"استعد هذه اللقطة\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"حذف الرسالة\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"القائمة الرئيسة\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished the \"\n\"connection.\"\nmsgstr \"\"\n\"لا يبدو أنك متصل بالإنترنت، لا يمكنك بدونه تحميل المكونات الأساسية. اضغط هذه \"\n\"الأيقونة عندما تعيد الاتصال.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"استورد…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"المساعدة\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"عَنْ «قوارير»\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"الملف ”{0}“ ليس ملف .exe أو .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"محدث: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"أُضيف \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398 bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"حدِّد ملفَّ تنفيذ\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"أضف\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"أخفِ البرامج المخفيّة\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156 bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"جارٍ بدء تشغيل \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"كن على دراية ب Sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed to \"\n\"keep you safe. If the program won't run, consider moving inside the bottle (3 \"\n\"dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"يعمل «قوارير» في بيئة معزولة وذات أذونات محدودة لحمايتك. إذا لم يعمل لبرنامج،\"\n\" فكر في الانتقال لداخل القارورة (النقاط الثلاث أعلاه)، ثم شغل من هناك.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_أهمِل\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"اختر موقع حفظ تكوين النسخ الاحتياطي\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"صدّر\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"اختر موقع حفظ أرشيف النسخ الاحتياطي\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"النسخ الاحتياطي\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"أُنشئت نسخة احتياطية لـ \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"فشل النسخ الاحتياطي لـ \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"هل أنت متأكد من أنك تريد حذف \\\"{}\\\" نهائيًّا؟\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"سيحذف هذا كل البرامج والإعدادات بشكل نهائي.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_احذف\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"المُشغِّل مفقود\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the Bottles \"\n\"preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"لا يتوفر المشغِّل الذي تتطلبه هذه القارورة. ثبِّته عن طريق \\\"التفضيلات\\\" أو اختر \"\n\"مشغِّلًا جديدًا.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"هل أنت متأكد من أنك تريد فرض إيقاف جميع العمليات؟\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"قد يؤدي هذا لفقدان البيانات والتلف وتعطل البرامج.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"افرض _التوقف\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"لا تتوفر هذه الميزة لنظامك.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} شغِّل flatpak install لإضافة هذه الميزة\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"هذا الاسم مستخدم بالفعل.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"حدِّد مجلَّد العمل\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"الدليل الذي يحتوي على بيانات \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"هل أنت متأكد من أنك تريد حذف كل اللقطات؟\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"سيحذف هذا كل اللقطات مع الإبقاء على ملفاتك.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"فضلاً انتقل لنظام تعيين الإصدار الجديد لتنشئ حالات جديدة.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"المثبتات\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"العمليات قيد التنفيذ، يرجى الانتظار.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"عد لقاروراتك.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"استُوردت النسخة الاحتياطيّة بنجاح\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"فشل الاستيراد\"\n\n#: bottles/frontend/views/importer.py:108 bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"جارٍ استيراد النسخة الاحتياطية…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"اختر أرشيف نسخ احتياطي\"\n\n#: bottles/frontend/views/importer.py:122 bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"استورد\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"اختر ملفَّ ضبط\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"غير متاح\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"شغِّل ملفَّ التنفيذ في «{self.config.Name}»\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"يشغَّل «{0}» في «{1}»…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"قواريرك\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"تحميل ~{0} من الحزم…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"جُلب {0} من أصل {1} حزمة\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"حدِّد مجلَّد القارورة\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"تُنشأ القارورة…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"تعذَّر إنشاء القارورة\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"فشل إنشاء القارورة بخطأ أو أكثر.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"أُنشئت القارورة\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"أُنشئ \\\"{0}\\\" بنجاح.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"لم يُعثر على ستيم أو ليس لدى «قوارير» الأذونات الكافية.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"حدِّد مسار «قوارير»\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"أعِد تشغيل «قوارير»؟\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching Bottles, \"\n\"as not doing so can cause data loss, corruption and programs to malfunction.\"\nmsgstr \"\"\n\"تتحتَّم على «قوارير» إعادة التشغيل ليستخدم هذا الدليل.\\n\"\n\"\\n\"\n\"تأكد من إغلاق كل برنامج شُغِّل عن طريق «قوارير» قبل إعادة تشغيله، حيث أن عدم \"\n\"فعل هذا قد يؤدي لفقدان البيانات والتلف وتعطل البرامج.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_أعد التشغيل\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"مبني على واين الخاص بفالف، يتضمن التدريج وتصليحات بروتون.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"مبني على واين النسخة الأصلية ويتضمن تصحيحات التدريج و ترقيعات بروتون.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"مبني على واين الأصلي ويتضمن تصحيحات التدريج.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"مبني على واين الخاص بفالف، يتضمن التدريج تصليحات بروتون وستيم. يتطلب عمل \"\n\"تشغيل ستيم.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"أخرى\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"رقِّ\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"جارٍ التثبيت …\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"البيان لـ {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"أُزيل «{0}»\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"ثُبِّت \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"فشل تثبيت \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"استُوردَ {0}\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide the \"\n\"best possible experience, but expect glitches, instability and lack of working \"\n\"features.\"\nmsgstr \"\"\n\"قد يعمل هذا التطبيق بشكل سيِّئ. ضُبط المُثبت لتقديم أفضل تجربة ممكنة، ولكن عليك \"\n\"توقع العِلل وعدم الاستقرار وقلِّة الميزات التي تعمل.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not affect the \"\n\"application's functionality.\"\nmsgstr \"يعمل هذا البرنامج مع وجود عِلل ملحوظة، ولكنها لا تؤثر على وظائفه.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"يعمل هذا البرنامج مع وجود عِلل طفيفة.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"يعمل هذا البرنامج بمثالية.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"المراجعة لـ {0}\"\n\n#: bottles/frontend/widgets/library.py:169 bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"جارٍ إيقاف \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"جارٍ تشغيل \\\"{0}\\\" باستخدام ستيم…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"أُخفي \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"عُرض \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"أُزيل \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"أُعيدت تسمية \\\"{0}\\\" إلى \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"أُنشئت مدخلة سطح مكتب لـ \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"أضيف \\\"{0}\\\" إلى مكتبتك\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"أضيف \\\"{0}\\\" لمكتبك في ستيم\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"أظهر التقرير\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            بُلّغ عن هذه المشكلة 5 مرات ولا يمكن التبليغ مجدداً.\\n\"\n\"            أبلغ عن تجربتك في أحدى التقارير الموجودة أدناه.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"جارٍ تحديث إعدادات العرض، يرجى الانتظار…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"حُدِّثت إعدادات العرض\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"لم يُعثر على أيّ تجاوزات.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"اختر مسار القرص\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"لم تعرّف أيّ متغيرات بيئة.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"لم تُعرّف أي أنماط استثناء.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"حصل خطأ.\"\n\n#: bottles/frontend/windows/generic.py:91 bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"انسخ للحافظة\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"حدِّد ملفَّ مورد\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"تثبيت تبعيّات Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"ضبط القارورة…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"إجراء خطوات المُثبت…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"تثبيت {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"إجراء الفحوصات النهائية…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"تثبيت {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} متوفر الآن في واجهة البرامج.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"فشل المثبت بخطأ مجهول\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} مطفأ بالفعل لهذه القارورة.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"يختلف هذا الخيار عن الخيار الافتراضي لهذه القارورة.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"حدِّد برنامج نصٍّ\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"لم يعثر على المسار المخصص ل«قوارير»\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"العودة للمسار الافتراضي، لن تُسرد أي قارورة من المسار المحدد.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"شغِّل برامج ويندوز\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"ترحيل فلاتباك\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"بدّل مربع حوار \\\"الترحيل إلى Flatpak\\\".\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"السمة الداكنة\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"افرض استخدام السمة الداكنة.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"بدِّل تاريخ التحديث في القائمة\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"بدِّل تاريخ التحديث في قائمة القوارير.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"قائمة تطبيقات Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"بدل سرد قائمة تطبيقات ستيم.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"قائمة Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"بدّل سرد قائمة Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"قائمة Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"بدّل سرد قائمة Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"عرض النافذة\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"غيّر عرض النافذة.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"ارتفاع النافذة\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"غيّر ارتفاع النافذة.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"أظهر الإشعارات.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"حذف الملفات المؤقتة\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"احذف الملفات المؤقتة عند تشغيل النظام.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"النسخة المرشحة\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"بدّل النسخ المرشحة للمشغلات.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"طريقة عرض البرنامج عند بداية التشغيل\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"اختر أي طريقة عرض يجب بدء التطبيق فيها.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release candidate \"\n\"for runners.\"\nmsgstr \"\"\n\"بدّل المزايا التجريبية كأنظمة تعيين الإصدار والمثبتات. النسخ المرشحة للمشغلات.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"دعم بروتون لستيم\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"بدّل دعم سابقات بروتون لستيم.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"التجارب:ساحة التجارب\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"بدل ساحة الحماية التجريبية لكل قارورة.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"أغلق «قوارير» تلقائياً\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"أغلق «قوارير» بعد بدء تشغيل ملف تنفيذ من مدير الملفات.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"إظهار تحذير وضع الحماية\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"بدّل تحذير وضع الحماية.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\\\"شغِّل برامج ويندوز في لينكس باستخدام «قوارير»!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"غلّف البرمجيات واستمتع براحتك!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"يمنح نظامنا المدمج لتثبيت التبعيات وصولاً تلقائياً لتوافق البرمجيات. استعمل \"\n\"مدير التنزيلات لتحميل المكونات الرسمية: المشغل (واين، بروتون) وDXVK، \"\n\"والتبعيات، إلخ.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"يُحافظ تتبّع إصدار القارورة على عملك آمنًا ويتيح لك استعادته لاحقًا!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"المميزات:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"أنشئ قوارير باستخدام بيئات مسبقة التكوين أو أنشئ بيئةً لك\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu of \"\n\"your file-manager\"\nmsgstr \"\"\n\"شغِّل الملفات التنفيذية (exe / .msi.) في قواريرك، مباشرةً من قائمة مدير الملفات\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"الكشف الآلي عن التطبيقات المثبتة في قواريرك\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"أضف متغيرات البيئة بسرعة\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"تجاوز ملفات DLL مباشرة من الأعدادات كل زجاجة\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"تغيير المشغل فوراً لأي قارورة\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"تحسينات عدة لأداء الألعاب (esync، fsync، DXVK، الذاكرة الوسيطة، مُصرّف الظلال، \"\n\"الإفراغ... والكثير غير ذلك.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"التثبيت والإدارة التلقائية لمشغلات واين وبروتون\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"إصلاح القارورة تلقائيًا في حالة الخلل\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"مثبت تبعيات متكامل يستند إلى مستودع يقوده المجتمع\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"مدير مهام متكامل لواين\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"الوصول إلى ProtonDB و WineHQ للحصول على الدعم\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"نظام لجلب تكويناتك إلى الإصدارات الجديدة من «قوارير»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"النسخ الاحتياطي والاستيراد للقوارير\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"استيراد سابقات واين من برامج أخرى\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"تعيين إصدارات القوارير\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... وأكثر من ذلك بكثير يمكنك العثور عليه عن طريق تثبيت «قوارير»!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"حُدِّثت معلومات البيانات الوصفية\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"أضيفت معلومات أكثر عن التحديث وصُحِّح إصدار وصف التحديث\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"أُصلح زرُّ «أضف في ستيم»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"أُصلح كون BottleConfig ليس قابلًا للتسلسل\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"أُصلح فشل الاستخراج المزدوج من باتول\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"أُصلح الإصدار\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"أُصلح انهيار عند إنشاء قارورة\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"تغيير كبير: أُعيد تصميم واجهة القوارير\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"تحسينات جودة الحياة:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"اُستبدلت بأيقونة الحبِّ مكتبة في صفحة المكتبة\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"أُضيف إعلام منبثق إلى «شغِّل ملفَّ تنفيذ»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"إصلاحات العلل:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"إضافة اختصار لستيم يسبِّب خطأً\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"استيراد نسخ احتياطية يسبِّب خطأً\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"تمكَّن بيئة عمل ستيم تلقائيًّا عند استخدام wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to missing \"\n\"entries\"\nmsgstr \"\"\n\"أُصلحت العديد من أخطاء المكتبة، كالغُلُف الخواء والانهيارات بسبب مدخلات فارغة\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"أُصلحت العديد من الأخطاء بسبب ترميز النصوص\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"أُصلح خطأ عند التنزيل إن لم يشغَّل «قوارير» من الطرفية\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"صُحِّح تاريخ الإصدار\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"أُخفيت الأخطاء الحرجة المتعلِّقة بإنفيديا في الأنظمة التي ليست فيها إنفيديا\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"تحسينات وإصلاحات جيم‌سكوب\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"صار تثبيت التبعيات أسرع وأثبت\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"في فحص الصحة معلومات أكثر، وذلك يؤدي لتنقيح أسرع\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"إصلاحات كثيرة ل‍ NVAPI، فصار أثبت، وينبغي له العمل\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"أُصلح انهيار عند تنزيل مكوِّن\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"حُسِّن رمز الخلفية، وذلك بتفادي حلقة تكرار\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"متغيِّرات أكثر لكتابة المثبِّتات\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"أُصلح نصٌّ ملحق يُظهر «جاهز» وهو ليس جاهزًا\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"تحسينات لنظام البناء\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"يمكَّن VKD3D مبدئيًّا حال إنشاء قارورة ألعاب\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"أُصلحت انهيارات بسبب قراءة ملفَّات ستيم ذات ترميز خاطئ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/uninstallation\"\nmsgstr \"أُصلح كون بعض مكوِّنات الواجهة لا تُحدَّث صحيحًا بعد التثبيت أو الإزالة\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"إصلاحات إف‌إس‌آر أكثر\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run executable\\\"\"\nmsgstr \"أُصلحت مشكلة أغلاق برنامج بعد تشغيله من «شغِّل ملفَّ تنفيذ»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"والكثير غير ذلك!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"جارٍ الحساب …\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"شغل ملفات exe. وmsi. في هذه القارورة\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"اضغط على \\\"أنشئ قارورة جديدة...\\\" لتنشئ قارورة جديدة.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"أنشئ قارورةً جديدةً…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"قارورة جديدة\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"معلومات القارورة\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"بيئة محسنة لألعاب ويندوز.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"بيئة محسنة لتطبيقات ويندوز.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"بيئة واضحة لتجاربك.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"الدليل الرئيسي غير المرتبط\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"لا تربط دليل المستخدم بالدليل الرئيس\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 بت\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 بت\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"وصفة مخصصة\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"اختر وصفة مخصصة للبيئة إن كانت لديك واحدة.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"مسار مخصص\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"خزن هذه القارورة في مكان آخر.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"أنت غير متصل بالإنترنت، لا يمكن التنزيل.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"اختر مسار ملف تنفيذي\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"اختر ملفاً تنفيذياً يعمل في ويندوز\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"اختر دليل العمل للملفات التنفيذية\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"اختر ملف وصفة\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"اختر مكان تخزين القارورة\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"اختر مسارًا جديدًا لبوتلز\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"اختر البرنامج النصي\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"اختر دليل العمل\"\n\n#~ msgid \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"أُبيد إعداد زمن استجابة بُلس.أوديو وصار مُمكَّنًا افتراضيًا\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"تظهر تفاصيل القارورة تلقائيًا عند إنشائها\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"يمتثل بوتلز الآن لإرشادات دائرة جنوم\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"تعطيل pulseaudio_latency افتراضيًا.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"إصلاح إنهيار عند بدء التشغيل بسبب مُلغٍ للتثبيت.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"نُفِّذت قائمة انتظار لتثبيت المكونات.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"إصلاح عدم عمل خيار حذف القارورة في بعض الأحيان.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"دعم لآخر إصدار من DXVK. بواسطة Blisto91@\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"إصلاح DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"أُضيفت تلميحات لدرجات البرامج\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"إصلاح اكتمال المُثبِّت. بواسطة jntesteves@\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"إصلاح معطيات جيم.سكوب. بواسطة jntesteves@\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"أُضيف اختصار Ctrl + W لإغلاق النوافذ. بواسطة A6GibKm@\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"إصلاح مشكلة إلغاء القوارير إعداد XDG_DATA_HOME\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"الترجمة الفرنسية بفضل tymmsyde@ و julroy@\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"الترجمة التركية بفضل 54linux-ea@ وruizlenato@\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"الترجمة الروسية بفضل lenemter@ وSmoque@\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"الترجمة الكتالونية بفضل rogervc@\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"الترجمة العربية بفضل Ali-x98@\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"الترجمة الكورية بفضل MarongHappy@\"\n\n#~ msgid \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"الترجمة البرتغالية بفضل davipatricio@ وSantosSi@ وvitorhcl@\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"الترجمة الغاليسية بفضل NicoSGF64@\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"الترجمة العبرية بفضل itayweb@\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"الترجمة البولندية بفضل Mikutut@\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"طبقات\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"جودة فائقة\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"الجودة\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"متزن\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"ذو طبقات\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"بيئة ذات طبقات، حيث يشكل كل تطبيق طبقة.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"اختر مساراً\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"اختر ملفاً.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"لم يُعثر على الملف\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"الملف المحدد غير موجود. اختر ملفاً مناسباً.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"المسافات في اسم الملف\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the file to \"\n#~ \"remove all spaces.\"\n#~ msgstr \"\"\n#~ \"يجب ألا يحتوي مسار جدول البحث عن الألوان على أي مسافات. أعد تسمية الملف لإزالة \"\n#~ \"كافة المسافات.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"أبعاد الصورة غير صالحة\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"يجب أن يكون ارتفاع الصورة وعرضها متساويين.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"تحكم بسابقة واين بكل سهولة باستخدام البيئات\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"شغّل مع المعطيات…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"تصفح الملفات الداخلية باستخدام مدير ملفات واين.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"أدِر العمليات مع مدير مهام واين.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"تصحيح عمليات واين.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"تكوين واين\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"اضبط الإعدادات الداخلية.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"ألغِ تثبيت البرامج باستخدام أداة إلغاء التثبيت من واين.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"قم بالوصول إلى لوحة التحكم الداخلية لواين.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"استخدم قسم المثبتات أو زر \\\"تشغيل ملف تنفيذ\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the compatibility \"\n#~ \"of Windows software. Install from here to meet your program requirements.\"\n#~ msgstr \"\"\n#~ \"التبعيات هي البرمجيات والمكتبات وبرامج الترميز التي تعمل على تحسين توافق برامج \"\n#~ \"ويندوز. ثبّتها من هنا لتلبية متطلبات البرنامج.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"اقرأ دليل المستخدم.\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"نوصي بشدة عدم تثبيت تبعيات متعددة في وقت واحد.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"حدد التبعيات\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without having \"\n#~ \"to proceed manually.\"\n#~ msgstr \"\"\n#~ \"استخدم هذا القسم لتثبيت البرامج التي اختارها مجتمعنا دون الحاجة إلى التدخل \"\n#~ \"يدويا.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"اقرأ التوثيق\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"الرسومات\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"يُحسن أداء ألعاب DirectX 11 والتطبيقات ثلاثية الأبعاد.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"يُحسن أداء ألعاب DirectX 12 والتطبيقات ثلاثية الأبعاد.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"يوفر دعم DLSS إذا كان متاحاً ودعم NVAPI من إنفيديا.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your framerate.\"\n#~ msgstr \"يستخدم FSR أحدث التقنيات المتطورة للمساعدة في زيادة معدل الإطارات لديك.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics of \"\n#~ \"games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt هي طبقة بعد معالجة من فولكان تُستخدم لتحسين الرسومات المرئية للألعاب.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"إدارة إعدادات vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"استخدم سطح المكتب الافتراضي الخاص بواين.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"التقاط الفأرة في وضع ملء الشاشة\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"دع البرنامج يلتقط مدخلات الفأرة عند وضع ملء الشاشة.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"خذ التركيز\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"نشّطه إذا لم يستعد البرنامج التركيز بعد التبديل.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"الانتقال الآني للفأرة\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"غّير هذا إذا كنت تواجه تأخر الفأرة أو عدم التزامن.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"تحجيم الشاشة\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"تخصيص سرعة الفأرة.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"المصيِّر\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"حدد الواجهة الخلفية التي تريد استخدامها لـ wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (افتراضي)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"فولكان\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"أدِر إصدارات المكونات\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"إصدار DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"إصدار VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"إصدار DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"إصدار LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"خاطئة\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"نفس المقدمة من بوتلز ولكن مقدمة من ستيم.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"حسّن أداء الألعاب عند الطلب.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"نطاق اللعبة\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"استعمل مُرتِّب Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"الإعدادات الافتراضية لمسار القارورة.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"عُد للإعدادات الافتراضية\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"اختر دليلاً\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"الصوت\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"تقليل زمن الاستجابة\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"عيّن زمن استجابة PulseAudio إلى 60 ملّي ثانية، هذا يرفع جودة الصوت.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"تعيين الإصدار\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"استعمل عملية الضَّغط للحالات\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their creation.\"\n#~ msgstr \"سيؤدي هذا لتقليل المساحة التي تستعملها الحالات ولكنه سيبطئ إنشاءها.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"سينشئ بولتز الحالة قبل تشغيل أي تبعيات أو مثبتات.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"استخدم أنماطاً مخصصةً لاستبعاد بعض المسارات من تعيين الإصدار.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"التطوير والتصحيح\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and \"\n#~ \"more.\"\n#~ msgstr \"\"\n#~ \"طبقة Vulkan و OpenGL تقوم بقياس معدل الإطارات والحرارات والحمل على المعالج \"\n#~ \"ومعالج الرسوميات وغيرها.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"سجلات 'fixme' لواين\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"سجِّل مسارات التعليمات البرمجية التي لم تُنفذ في واين.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"لم يُعثر على برامج\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"ثبت البرامج من قسم المثبتات أو عن طريق تشغيل ملف التنفيذ، يمكنك أيضاً أن تضيف \"\n#~ \"ملفات التنفيذ يدويّا عن طريق زر \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"أظهر/أخفِ\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"استرح قليلاً، قد يستغرق هذا وقتاً.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will run.\"\n#~ msgstr \"عيّن طريقة إدارة Gamescope لنوافذ الألعاب التي ستشغلها.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"العرض (على سبيل المثال: 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"الارتفاع (على سبيل المثال: 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"دقة Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"تغيير مستوى التسجيل.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"إعدادات vkBasalt\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"جدول البحث عن الألوان\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .CUBE \"\n#~ \"file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"يقوم جدول البحث عن الألوان بتحويل نطاق ألوان إلى نطاق آخر باستخدام ملف CUBE. \"\n#~ \"أو ملف png. حيث الطول يساوي العرض.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"ابدأ بإنشاء قارورة.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"شغل برمجيات ويندوز على لينكس.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"مسار بوتلز مخصص (يتطلب إعادة التشغيل)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing ones).\"\n#~ msgstr \"\"\n#~ \"اختر أين يجب تخزين القارورات الجديدة (لن يغير هذا مكان القارورات الموجودة \"\n#~ \"مسبقاً).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"في مرحلة مبكرة من التطوير (يتطلب إعادة التشغيل).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"استيراد/تصدير…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"الدعم\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"المنتدى\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"افتح القائمة\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"قارورة جديدة\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"حسناً\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"أكِّد\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"هل أنت متأكد من أنك تريد إنهاء كل العمليات؟\\n\"\n#~ \"قد يسبب هذا فقدان البيانات.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"تعيين المسار الافتراضي كمسار القارورة.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"تبديل الضغط يتطلب أعادة البدء\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"سيقوم هذا بإبقاء كل ملفاتك ولكنه سيحذف كل حالاتك، هل تريد الاستمرار؟\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"التفاصيل والمرافق\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"عُثر عليه في قائمة ابدأ للقارورة.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"أنشئت قارورة باسم {0} بنجاح\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"ميركو برومبين\"\n\n#~ msgid \"News\"\n#~ msgstr \"الأخبار\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"نظام تعيين مستوىً جديد يمكّن من تعيين إصدار كل القارورة (والتكوين كذلك)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"يمكن الآن تبديل تعيين الإصدار الآلي وإيقاف تشغيله\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"استخدم الضغط لحالات تعيين الإصدار\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"حسّن حفظ خيارات التشغيل دون تحديث واجهة المستخدم عدة مرات\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must provide \"\n#~ \"support for it)\"\n#~ msgstr \"حُسن أداء YAML باستخدام libyaml (يجب أن تدعم هذا حزمة python-yaml)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"تصميم جديد لمربع حوار \\\"جديد حول\\\"\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"يغطي الدعم في وضع المكتبة (شكراً لـ SteamGridDB)\"\n\n#~ msgid \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"أزيل خيار عرض المعلومات بمستوى الرأس لـ DXVK، استعمل قسم متغيرات البيئة بدلا \"\n#~ \"منه\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"يتيح خيار bottles-cli للطرفية مخرجات الأوامر الآن\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"يتواجد خيار التحقق من الصحة في قسم استكشاف الأخطاء في \\\"حول\\\"\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check their \"\n#~ \"packages\"\n#~ msgstr \"فحص تبعيات موسع، ندعو المسؤوليين عن الحزم للتحقق من حزمهم مرة أخرى\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"إذن افتراضي جديد لحزمة الفلاتباك: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"أضيفت اعتمادات مكتبات الطرف الثالث في قسم الاعتمادات\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"الإصلاحات\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"إصلاح للحوارات التي لا يمكن تخطيها\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"إصلاح لاسم قارورة فارغ\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"إصلاح مكتبات gstreamer لقوارير win32\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"إصلاح خطأ RemoteDisconnected المسبب لحدوث عطل\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"أصلح أخطاء قائمة Vangilia\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"أصلحت مشكلة تكوين القوالب بمسارات موصولة بالنظام مما يسبب حلقات\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"إصلاح تسبب ترحيل التكوين حدوث عطل عند تعديل المستخدم للتكوين\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"أصلح \\\"لم يُعثر على mscoree.dll\\\"\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"إصلاح الانحدار لخيار b- في واجهة سطر الأوامر القديمة لبوتلز\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"أصلح تسبب محلل خيارات ستيم في حدوث عطل\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in Steam\"\n#~ msgstr \"\"\n#~ \"إصلاح انحدار في زر \\\"أضف إلى ستيم\\\" حيث لا يؤدي إلى إضافة مدخلة جديدة في ستيم\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"الترجمة الفنلندية بفضل Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"الترجمة الإندونيسية بفضل liimee@\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"الترجمة الإسبانية بفضل Pablo Munoz Alabau وoscfdezdz@\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"الترجمة الألمانية بفضل Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"إدارة سابقات واين بسهولة\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"التجارب:المكتبة\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"تبديل وضع المكتبة التجريبية.\"\n"
  },
  {
    "path": "po/az.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-07 21:52+0000\\n\"\n\"Last-Translator: Azad Zeynalov <khazaroslinux@protonmail.com>\\n\"\n\"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/az/>\\n\"\n\"Language: az\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Heç bir yol göstərilmədi\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Nüsxə {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Nüsxə {0} idxal edilir\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\"3 dəfə yoxlanmağına baxmayaraq komponentlərin quraşdırılması uğursuz oldu.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Əsas komponentlərdə çatışmazlıq var. Quraşdırılır…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Butulka üçün qovluq yaratmaq mümkün olmadı.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Yer tutucu qovluğ/fayl yaradıla bilmədi.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Butulka konfiqurasiyası yaradılır…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Şablon tapıldı, tətbiq edilir…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine konfiqi yenilənir…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine konfigi yeniləndi!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Flatpak olaraq işləyir, istifadəçi qovluğu qorunaqlı hala gətirilir…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"İstifadəçi qovluğu qorunaqlı hala gətirilir…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows versiyası təyin olunur…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD standart parametrlərini tətbiq et…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Mühit optimallaşdırılır…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Tətbiq olunan mühit: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Xüsusi mühit reseptindən istifadə edilir…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Resept tapılmadı və ya etibarlı deyil…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK quraşdırılır…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D quraşdırılır…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI quraşdırılır…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Asılılıq quraşdırılır: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Versiya vəziyyəti 0 yaradılır…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Bitirilir…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Şablon keşlənir…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Statuslar yenilənir …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Güncəllənəcək bir şey yoxdur\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Yeni status [{0}] uğurla yaradıldı!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Status siyahısı uğurla alındı!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Status {0} uğurla bərpa edildi!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Status {} bərpa olunur …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Status tapılmadı\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Status {} onsuz da aktiv vəziyyətdədir\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Versiyanı göstər\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"İcra edilə bilənin yolu\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk yolu\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Butulka adı\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Arqumentləri ötürün\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Yanlış URI (sintaksis: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Çıx] sorğusu qəbul edildi.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Kömək] sorğusu qəbul edildi.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Yenilə] sorğusu qəbul edildi.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Bağışla\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Üçüncü Tərəf Kitabxanalar və Xüsusi Təşəkkürlər\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsor olan və maliyyələşdirən\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Müəllif Hüququ © 2017 Butulkalar Tərtibatçıları\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Butulkalar Tərtibatçıları\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"tərcüməçilər\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Komponent versiyası\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Poz\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Fayllara Bax\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Quraşdırma uğursuz oldu. Bu, depo xətası, yarım yükləmə və ya toplu yoxlama \"\n\"uyğunsuzluğu ilə bağlı ola bilər. Yenidən yoxlamaq üçün kliklə.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Endir və Yüklə\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Manifesti Göstər\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Lisenziya\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Yenidən quraşdır\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Xəta Bildir…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Aslılıq adı\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Aslılıq açıqlaması\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kateqoriya\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Bu Aslılığı Endir və Quraşdır\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Quraşdırma xətası baş verdi. Xəta Hesabatını oxumaq üçün Butulkaları yenidən \"\n\"başladın və ya çıxış loglarını oxumaq üçün terminal vasitəsilə işə salın.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Aslılıq Menyusu\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Problemlərin aradan qaldırılması\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Fayllara Bax…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Butulkanı Çoxalt…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Bu, şəxsi fayllar da daxil olmaqla, butulkanızın tam arxividir.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Tam Yedəkləmə…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Bu, sadəcə butulka konfiqurasiyasıdır, şəxsi fayllar daxil olmadan yenisini \"\n\"yaratmaq istəyirsinizsə, idealdır.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Konfiqurasiyanı Çölə Çıxar…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Gizli Proqramları Göstər\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Yeni proqramlar axtarın\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Butulkanı Sil…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"İkinci Dərəcəli Menyu\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Bütün Prosesləri Məcburi Dayandırın\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Windows sisteminin söndürülməsini simulyasiya et.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Söndür\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Windows sisteminin yenidən başladılmasını simulyasiya edin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Yenidən başlat\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Başlatma Seçimləri\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Terminalda icra et\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Faylları icra etmək üçün buraxın\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Mənim butulkam\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Mühit\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"İcraedici\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Bu butulka üçün versiyalama aktivləşdirildi\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Bu butulka üçün versiyalama aktivdir.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"İcra Edilə Bilən Faylı İşə Sal…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Proqramlar\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"İcra edilə bilən faylı işə salmaq üçün \\\"İcra edilə bilən faylı işə sal...\\\"\"\n\", Proqramlar siyahısına icra edilə bilən fayl əlavə etmək üçün \"\n\"\\\"Qısa yollar əlavə et...\\\", və ya topluluq tərəfindən seçilmiş proqramları \"\n\"quraşdırmaq üçün \\\"Proqramları Quraşdır...\\\" seçimini et.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Qısa Yollar Əlavə et…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Proqramları Quraşdır…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Seçimlər\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Ayarlar\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Butulkanın ayarlarını konfiqurasiya et.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Aslılıqlar\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Proqramlar üçün aslılıqları yüklə.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Anlıq Görüntülər\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Butulka vəziyyətini yaradın ve idarə edin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Tapşırıq Meneceri\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"İşləyən proqramları idarə edin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Alətlər\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Əmr Sətri\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Əmrləri Butulkanın içində icra edin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Qeyd Dəftəri Redaktoru\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Daxili qeydiyyatı redaktə et.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Köhnə Wine Alətləri\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Kəşfiyyatçı\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Sazlayıcı\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiqurasiya\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Silici\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"İdarəetmə Paneli\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Aslılıqları axtar…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Sən oflaynsan :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles oflayn rejimdə işləyir, ona görə də asılılıqlar mövcud deyil.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Asılılıqlar Windows proqram təminatının uyğunluğunu artıran resurslardır.\\n\"\n\"\\n\"\n\"Bu səhifədəki fayllar üçüncü partiyalar tərəfindən xüsusi lisenziya altında \"\n\"təqdim olunur. Onları quraşdırmaqla, siz onların müvafiq lisenziya şərtləri \"\n\"ilə razılaşmış olursunuz.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Problem və ya çatışmayan asılılıq barədə məlumat ver.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Çatışmayan Aslılıq Barədə Məlumat Ver\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Sənədləşməni Oxu.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Sənədləşmə\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Axtar\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Proqramları Axtar…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Topluluğumuz tərəfindən seçilmiş proqramları quraşdırın.\\n\"\n\"\\n\"\n\"Bu səhifədəki fayllar üçüncü partiyalar tərəfindən xüsusi lisenziya altında \"\n\"təqdim olunur. Onları quraşdırmaqla, siz onların müvafiq lisenziya şərtləri \"\n\"ilə razılaşmış olursunuz.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Quraşdırıcılar Tapılmadı\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Depolar əlçatan deyil və ya heç bir quraşdırıcı bu butulka ilə uyğun deyil.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Sənədləşməni Oxu\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Ad\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponentlər\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine uyğunluq qatının versiyası.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"İcra edici və komponentlər yenilənir, xahiş edirik gözləyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Direct3D 8/9/10/11 istəklərini Vulkana çevirərək uyğunluğu artırın.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVK güncəllənir, lütfən gözləyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Direct3D 12 istəklərini Vulkana çevirərək uyğunluğu artırın.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3D güncəllənir, lütfən gözləyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK-NVAPI güncəllənir, lütfən gözləyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Gecikməni azaldın. Bəzi antihiylə proqramları tərəfindən aşkarlana bilər.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleX güncəllənir, lütfən gözləyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Ekran\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Dərin Öyrənmə Super Nümunələndirmə\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"DXVK-NVAPI istifadə edərək vizual effektlər hesabına performansı artır. \"\n\"Yalnız daha yeni NVIDIA GPU-larında işləyir.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Çözünürlük\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Vizual effektlər hesabına performansı artırın. Yalnız Vulkan üzərində \"\n\"işləyir.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"FidelityFX Super Çözünürlük ayarlarını idarə et\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Xarici Grafik\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Enerjinin istifadəsi bahasına performansı artırmaq üçün xarici qrafik \"\n\"kartından istifadə edin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Emal Sonrası Effektlər\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"vkBasalt istifadə edərək müxtəlif emal sonrası effektləri əlavə edin. Yalnız \"\n\"Vulkan üzərində işləyir.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Emal Sonrası Qatının ayarlarını idarə edin\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Gamescope istifadə edərək oyunların ekranda necə göstərilməli olduğunu idarə \"\n\"edin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gamescope ayarlarını idarə edin\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Təkmil Ekran Parametrləri\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Performans\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Çoxnüvəli prosessorların performansını artırmaq üçün sinxronizasiyanı \"\n\"aktivləşdirin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sinxronizasiya\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistem\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Performansı İzlə\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"MangoHud istifadə edərək OpenGL və Vulkan-da kadr tezliyi, temperatur, CPU/\"\n\"GPU yükü və daha çox kimi izləmə məlumatlarını göstərin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Cihazınıza bir sıra optimizasiyalar tətbiq edin. Oyun performansını artıra \"\n\"bilər.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Oyun Fayllarını Əvvəldən Yüklə\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Oyunu dəfələrlə başlatdıqda yükləmə müddətini artırın. Oyun ilk dəfə \"\n\"başladıqda daha uzun çəkəcək.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"vmtouch ayarlarını idarə edin\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS ilə Oyun Ekranını Qeydə Al\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Bütün Vulkan və OpenGL proqramları üçün OBS Oyun Ekran Qeyd Edicini Aç/Bağla.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Uyğunluq\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows Versiyası\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Windows versiyası güncəllənir, lütfən gözləyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Dil\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Proqramlarla istifadə ediləcək dili seçin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Xüsusi Sandbox\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Bu butulka üçün məhdud/idarədə olan mühitdən istifadə edin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Sandbox İcazələrini idarə edin\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles İcraçı Mühiti\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Daha çox uyğunluq üçün əlavə kitabxanalar qoşun. Problemlərlə qarşılaşsanız, \"\n\"onu deaktiv edin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam İcraçı Mühiti\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Steam oyunları ilə daha çox uyğunluq üçün əlavə kitabxanalar qoşun. \"\n\"Problemlə qarşılaşsanız, onu deaktiv edin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"İş Qovluğu\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"İlkin Vəziyyətə Sıfırla\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Varsayılan)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL Fayllarının Yenidən Təyin Edilməsi\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Mühit Dəyişkənləri\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Diskləri İdarə Et\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Avto Anlıq Görüntülər\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Proqram təminatını quraşdırmadan və ya parametrləri dəyişdirmədən əvvəl \"\n\"avtomatik olaraq anlıq görüntülər yaradın.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Sıxışdırma\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Tutulan yeri azaltmaq üçün anlıq görüntüləri sıxışdırın. Bu, anlıq \"\n\"görüntülərin yaradılmasını yavaşlatacaq.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"İstisna Nümunələrindən İstifadə Edin\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Anlıq görüntülərdə yolları xariç et.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Nümunələri idarə edin\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Yenilə\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Prosesi dayandır\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Anlıq Görüntü Tapılmadı\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Seçimlərinizin vəziyyətlərini yadda saxlamağa başlamaq üçün ilk anlıq \"\n\"görüntünü yarat.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Qısa bir şərh\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Butulka vəziyyətini yadda saxla.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Yeni Anlıq Görüntü yarat\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Ətraflı\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Geri Qayıt\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Əməliyyatlar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Butulka Seç\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Ləğv et\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Seç\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Yeni Butulka Yarat\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Butulkaların Çökmə Hesabatı\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Ləğv et\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Hesabatı Göndər\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Keçən dəfə Butulkalar çökdü. Problemin yenidən baş verməsinin qarşısını \"\n\"almaq üçün aşağıdakı məlumatları əlavə edərək hesabat doldur.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Butulkalar\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"İcraçı mühit\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/be.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:48+0000\\n\"\n\"Last-Translator: Sasha Glazko <lenify@tutanota.com>\\n\"\n\"Language-Team: Belarusian <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/be/>\\n\"\n\"Language: be\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=\"\n\"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? \"\n\"1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Шлях не ўказаны\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Рэзервовае капіраванне {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Імпарт рэзервовай копіі: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Не атрымалася ўсталяваць кампаненты, колькасць спроб: 3 .\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Адсутнічаюць асноўныя кампаненты. Усталяванне…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Не ўдалося стварыць каталог бутэлек.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Не ўдалося стварыць каталог/файл-запаўняльнік.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Стварэнне канфігурацыі бутэлькі…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Шаблон знойдзены, прымяненне…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Канфігурацыя Wine абнаўляецца…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Канфігурацыя Wine абноўлена!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Запуск ад Flatpak, эмуляцыя userdir…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Эмуляцыя userdir…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Налада версіі Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Прымяніць стандартныя налады CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Аптымізацыя асяроддзя…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Прымяненне асяроддзя: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Выкарыстанне індывідуальнага рэцэпту асяроддзя…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Рэцэпт не знойдзены ці несапраўдны…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Усталяванне DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Усталяванне VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Усталяванне DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Усталяванне залежнасці: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Стварэнне стану кіравання версіямі 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Фіналізацыя\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Шаблон кэшавання…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Замацаванне стану…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Няма чаго фіксіраваць\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Новы стан [{0}] паспяхова створаны!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Спіс станаў паспяхова атрыманы!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Стан [{0}] паспяхова адноўлены!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Аднаўленне стану {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Стан не знойдзены\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Стан {} ужо актыўны\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Паказаць версію\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Шлях да выканання\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Шлях спасылкі\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Назва бутэлькі\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Запуск с аргументамі\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Некарэктны рэсурс (сінтаксіс: bottles:run/<бутэлька>/<праграма>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Атрыманы запыт [Выхад].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Атрыманы запыт [Дапамога].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Атрыманы запыт [Абнавіць].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Заданаціць\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Староннія бібліятэкі і асобныя падзякі\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Спонсарам ды заснавальнікам з'яўляецца\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Аўтарскае права © 2017 Bottles Developers\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Распрацоўшчыкі Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"lenemter, carhub\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Версія кампанента\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Выдаліць\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Прагляд файлаў\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Спампаваць і ўсталяваць\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Паказаць маніфест\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Ліцэнзія\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Пераўсталяваць\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Паведаміць пра памылку…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Назва залежнасці\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Апісанне залежнасці\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Катэгорыя\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Спампаваць і ўсталяваць гэтую залежнасць\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Меню залежнасцей\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Ліквідацыю непаладак\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Агляд файлаў…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Поўнае рэзервовае капіраванне…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Экспарт канфігурацыі…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Паказаць схаваныя праграмы\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Пошук новых праграм\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Выдаліць бутэльку…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Дадатковае меню\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Выключэнне\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Перазагрузка\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Налады запуску\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Запусціць у тэрмінале\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Асяроддзе\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Сродак запуску\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Запусціць выконвальны файл…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Праграмы\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Дадаць ярлыкі…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Усталяваць праграмы…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Параметры\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Налады\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Залежнасці\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Усталяваць залежнасці для праграм.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Снапшоты\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Менеджар\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Кіраванне запушчанымі праграмамі.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Інструменты\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Камандны радок\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Рэдактар рэестр\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Праваднік\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Канфігурацыя\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Дэінсталятар\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Панэль кіравання\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Пошук залежнасцей…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Вы не ў сетцы :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Прачытаць дакументацыю.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Дакументацыя\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Пошук\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Пошук праграм…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Устаноўшчыкаў не знойдзена\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Чытаць Дакуменатцыю\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Назва\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Кампаненты\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Абнаўленне сродка запуску і кампанентаў, пачакайце, калі ласка…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Абнаўленне DXVK, пачакайце…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Абнаўленне VKD3D, пачакайце…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Абнаўленне DXVK-NVAPI, пачакайце…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Абнаўленне LatencyFleX, пачакайце…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Дысплэй\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Дыскрэтная відэакарта\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Дадатковыя налады дысплэя\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Прадукцыйнасць\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Сінхранізацыя\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Сістэма\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Прадукцыйнасць манітора\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Загадзя загрузіць файлы гульні\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Сумяшчальнасць\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Версія Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Абнаўленне Windows, пачакайце, калі ласка…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Мова\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Выберыце мову для праграмам.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Кіраванне дазволамі пясочніцы\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Асяроддзе выканання Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Асяроддзе выканання Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Працоўны каталог\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Вярнуць прадвызначаныя\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(прадвызначана)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Пераменныя асяроддзя\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Кіраванне дыскамі\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Сцісканне\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Абнавіць\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Спыніць працэс\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Снапшотаў не знойдзена\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Кароткі каментар\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Назад\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Аперацыі\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Скасаваць\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Выбраць\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"Скасаваць\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Дадатковыя налады\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Выйсці\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Ліст\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Назва пераменнай\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Існыя пераменныя\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Захаваць\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Разрознасць у гульні\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Шырыня\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Вышыня\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Разрознасць акна\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Ліміт частаты кадраў\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Тып акна\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Паўнаэкранны\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Пачаць усталяванне\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Працягваць\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Выканана!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Паказаць праграмы\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Усталяванне не выканана!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Нешта пайшло не так.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Усе паведамленні\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Крытычныя\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Памылкі\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Папярэджанні\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Інфармацыя\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Усе\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Аргументы каманды\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Выберыце скрыпт\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Выберыце, адкуль запускаць праграму.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Выберыце каталог\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Выкарыстоўваць Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Перайменаваць\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Выберыце новую назву праграмы.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Новая назва\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Запусціць з аргументамі\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Запусціць\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Налады пясочніцы\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Працягнуць\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Прадвызначана\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Прадвызначаныя налады\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Эфекты\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Паказаць інфармацыю\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Колер\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Паказаць праграму\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Дадаць\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Выберыце скрыпт\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/bg.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 13:26+0000\\n\"\n\"Last-Translator: Milen Simeonov <psyhlo@gmail.com>\\n\"\n\"Language-Team: Bulgarian <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/bg/>\\n\"\n\"Language: bg\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Няма посочено местоположение\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Резервно копие {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Импортиране на резервно копие: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Неуспешно инсталиране на компонентите, направени са 3 опита.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Основните компоненти липсват. Инсталиране…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Неуспешно създаване на директория за бутилката.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Неуспешно създаване на временна директория или файл.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Генериране на конфигурацията на бутилката…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Намерен е шаблон, прилагане…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Конфигурацията на „Wine“ се обновява…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Конфигурацията на „Wine“ е обновена!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\"Изпълнява се като „Flatpak“, вкарване на потребителската директория в \"\n\"пясъчника…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Вкарване на потребителската директория в пясъчника…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Задаване на версията на „Windows“…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Прилагане на настройките по подразбиране за CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Оптимизиране на средата…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Прилагане на средата: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Използване на персонализирана рецепта за средата…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Рецептата не е намерена или е неправилна…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Инсталиране на DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Инсталиране на VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Инсталиране на DXVK с NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Инсталиране на зависимостта: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Създаване на версия за състояние 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Завършване…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Кеширане на шаблона…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Обновяване на състоянието…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Няма нищо за обновяване\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Новото състояние {0} е създадено успешно!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Списъкът на състоянията е извлечен успешно!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Състояние {0} е възстановено успешно!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Възстановяване на състоянието {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Състоянието не е намерено\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Състоянието {} вече е активно\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Показване на версията\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Местоположение на изпълнимия файл\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Местоположение на .lnk файла\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Наименование на бутилката\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Предаване на аргументи\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Неправилен URI (синтаксис: bottles:run/<бутилка>/<програма>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Получена е заявка за [Изход].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Получена е заявка за [Помощ].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Получена е заявка за [Опресняване].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Дарения\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Библиотеки от трети страни и специални благодарности\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Спонсориран и финансиран от\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017 – Разработчиците на „Bottles“\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Разработчиците на „Bottles“\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Georgi Georgiev (RacerBG) https://github.com/RacerBG\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Версия на компонента\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Деинсталиране\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Разглеждане на файловете\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Инсталацията е неуспешна. Това може да се дължи на грешка в хранилището, \"\n\"частично изтегляне или несъответствие на контролната сума. Натиснете, за да \"\n\"опитате отново.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Изтегляне и инсталиране\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Показване на манифеста\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Лиценз\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Преинсталиране\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Докладване на неизправност…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Наименование на зависимостта\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Описание на зависимостта\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Категория\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Изтегляне и инсталиране на зависимостта\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Възникна грешка по време на инсталацията. Рестартирайте „Bottles“, за да \"\n\"прочетете доклада за срив или го изпълнете чрез терминала.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Меню на зависимостите\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Отстраняване на неизправности\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Разглеждане на файловете…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Удвояване на бутилката…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Това е пълният архив на бутилката, включително Вашите лични файлове.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Пълно резервно копие…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"Включва само конфигурацията на бутилката, без Вашите лични файлове.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Експортиране на конфигурацията…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Показване на скритите програми\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Търсене на нови програми\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Изтриване на бутилката…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Допълнително меню\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Принудително спиране на всички процеси\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Симулирайте изключване на „Windows“.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Изключване\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Симулирайте рестартиране на „Windows“.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Рестартиране\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Опции за стартиране\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Изпълняване в терминала\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Пуснете файловете, за да ги изпълните\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Моята бутилка\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"64-бита\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Среда\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Стартираща програма\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Системата за версии е включена за тази бутилка\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Системата за версии е активна за тази бутилка.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Изпълняване на изпълнимия файл…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Натиснете „Изпълняване на изпълнимия файл…“, за да го изпълните, „Добавяне \"\n\"на преки пътища…“, за да го добавите към списъка с програмите или „\"\n\"Инсталиране на програми…“, за да инсталирате програмите, подбрани от \"\n\"общността.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Добавяне на преки пътища…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Инсталиране на програми…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Опции\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Конфигуриране на бутилката.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Зависимости\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Инсталиране на зависимости за програмите.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Моментни снимки\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Създаване и управление на състоянията на бутилките.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Диспечер на задачите\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Управление на изпълняваните програми.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Инструменти\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Команден ред\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Изпълняване на команди в бутилката.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Редактор на регистъра\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Редактиране на вътрешния регистър.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Стари инструменти на „Wine“\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Търсачка\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Отстраняване на неизправности\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Конфигурация\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Деинсталираща програма\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Контролен панел\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Търсене на зависимостите…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Вие сте офлайн :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"„Bottles“ се изпълнява в офлайн режим, така че зависимостите не са налични.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Зависимостите са ресурси, които подобряват съвместимостта на софтуера за \"\n\"„Windows“.\\n\"\n\"\\n\"\n\"Файловете на тази страница са предоставени от трети страни под лиценз за \"\n\"собственост. С тяхното инсталиране, Вие се съгласявате със съответните им \"\n\"лицензионни условия.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Докладване на проблем или липсваща зависимост.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Докладване на липсваща зависимост\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Прочитане на документацията.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Документация\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Търсене\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Търсене на програмите…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Инсталиране на програми, подбрани от нашата общност.\\n\"\n\"\\n\"\n\"Файловете на тази страница са предоставени от трети страни под лиценз за \"\n\"собственост. С тяхното инсталиране, Вие се съгласявате със съответните им \"\n\"лицензионни условия.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Няма намерени инсталатори\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"Хранилището е недостъпно или няма съвместим инсталатор с тази бутилка.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Прочитане на документацията\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Наименование\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Компоненти\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Версията на пласта за съвместимост на „Wine“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\"Обновяване на стартиращата програма и нейните компоненти, моля, изчакайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Подобрява съвместимостта с Direct3D 8/9/10/11, чрез превеждане към „Vulkan“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Обновяване на DXVK, моля, изчакайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Подобрява съвместимостта с Direct3D 12, чрез превеждане към „Vulkan“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Обновяване на VKD3D, моля, изчакайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK с NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Обновяване на DXVK с NVAPI, моля, изчакайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Подобрява времето за реакция. Може да бъде открит от някои системи против \"\n\"измами.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Обновяване на LFX, моля, изчакайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Екран\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"DLSS\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Подобрява производителността за сметка на качеството, чрез DXVK с NVAPI. \"\n\"Работи само с новите видеокарти на „NVIDIA“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FSR\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Подобрява производителността за сметка на качеството. Работи само с „Vulkan“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Управление на настройките на FSR\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Отделна видеокарта\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Използва отделната видеокарта, за увеличаване на производителността, за \"\n\"сметка на повишената консумация на енергия.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Ефекти за последваща обработка\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Добавя различни ефекти за последваща обработка, чрез „vkBasalt“. Работи само \"\n\"с „Vulkan“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Управление на настройките на слоя за последваща обработка\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Управлява показването на игрите на екрана, чрез „Gamescope“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Управление на настройките на „Gamescope“\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Разширени настройки на екрана\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Производителност\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Включва синхронизацията за увеличаване на производителността на \"\n\"многоядрените процесори.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Синхронизация\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Система\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"FUTEX2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Наблюдение на производителността\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Показва информация за честота на кадрите, температурата, натоварването на \"\n\"процесора, видеокартата, „OpenGL“ и „Vulkan“, чрез „MangoHud“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Див режим на игра\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Прилага редица оптимизации за Вашето устройство. Може да подобри \"\n\"производителността на играта.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Предварително зареждане на файловете на играта\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Подобрява времето за зареждане, когато играта е стартирана няколко пъти. \"\n\"Първото стартиране на играта ще отнеме повече време.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Управление на настройките на „VM Touch“\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Игрално прихващане от OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Превключва игралното прихващане от OBS за всички програми, използващи \"\n\"„Vulkan“ и „OpenGL“.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Съвместимост\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Версия на „Windows“\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Обновяване на версията на „Windows“, моля, изчакайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Език\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Изберете езика, който ще се използва от програмите.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Отделен пясъчник\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Използвайте изолирана среда за тази бутилка.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Управление на разрешенията за пясъчника\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Среда за изпълнение на „Bottles“\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Предоставя допълнителни библиотеки за по-голяма съвместимост, но може да \"\n\"създаде потенциални проблеми.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Среда за изпълнение на „Steam“\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Предоставя допълнителни библиотеки за по-голяма съвместимост с игри от \"\n\"„Steam“, но може да създаде потенциални проблеми.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Работна директория\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Нулиране\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(По подразбиране)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Замени на DLL файловете\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Променливи на средата\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Управление на дяловете\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Автоматични моментни снимки\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Създава автоматични моментни снимки преди инсталирането на софтуер или \"\n\"промяна на неговите настройки.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Компресиране\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Компресира моментните снимки за да намали техния размер. Това ще забави \"\n\"тяхното създаване.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Използване на моделите за изключване\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Изключва местоположенията в моментните снимки.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Управление на моделите\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Опресняване\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Спиране на процеса\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Няма намерени моментни снимки\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Създайте моментна снимка за да запазите състоянията на Вашите предпочитания.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Кратък коментар\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Запазва състоянието на бутилката.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Създаване на нова моментна снимка\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Подробности\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Назад\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Операции\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Избиране на бутилка\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Отказ\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Избиране\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Създаване на нова бутилка\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Доклад за срив на „Bottles“\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Отказ\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Изпращане на доклада\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"„Bottles“ претърпя срив. Моля, попълнете доклада за срив и приложете \"\n\"следните данни за да открием проблема и да го поправим.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Намерихме един или повече подобни (или еднакви) доклади. Моля, преди да \"\n\"изпратите нов доклад, проверете внимателно дали той вече съществува. Всеки \"\n\"доклад изисква усилия от страна на разработчиците за диагностициране, моля, \"\n\"уважавайте тяхната работа и се уверете, че не публикувате дубликати.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Искам да изпратя доклада.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Разширени опции\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Непълен пакет\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Тази версия на „Bottles“не предоставя всички необходими зависимости, моля, \"\n\"свържете се с отговорното лице или използвайте официалната версия.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Изход\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"DLL файловете може да бъдат предоставени от „Wine“ или от използваната \"\n\"програма.\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Нова замяна\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Замени\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Дялове\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Тези местоположения от Вашата система са разпознати като устройства от \"\n\"стартиращата програма (например С: и D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Буква\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Текущи дялове\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Удвояване на бутилката\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Удвояване\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Въведете наименование за удвоената бутилка.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Удвояване…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Това може да отнеме известно време.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Бутилката е удвоена\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Променливите на средата са динамично именувани стойности, които засягат \"\n\"изпълняваните процеси във Вашата бутилка.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Наименование на променливата\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Текущи променливи\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Модели за изключване\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Дефинира моделите, които ще бъдат използвани за изключване на директориите \"\n\"от системата за версии.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Модел\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Текущи модели\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Настройки на „Gamescope“\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Запазване\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Управлява начина, по който игрите трябва да се показват.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Резолюция на играта\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Използва резолюцията на играта като информация в пиксели.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Ширина\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Височина\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Резолюция на прозореца\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Увеличава резолюцията, когато използваната резолюция е по-голяма от тази на \"\n\"играта в пиксели.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Разни\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Ограничение на честотата на кадрите\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Ограничение на честотата на кадрите във фонов режим\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Целочислено мащабиране\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Вид на прозореца\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Безрамков\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Цял екран\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Искате ли да продължите инсталирането?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Започване на инсталирането\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Този инсталатор се нуждае от локални ресурси, които не могат да бъдат \"\n\"предоставени по друг начин.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Продължаване\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Завършено!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Показване на програмите\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Инсталирането е неуспешно!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Нещо се обърка.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Всички съобщения\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Критични\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Грешки\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Предупреждения\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Информация\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Търсачка на дневниците\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Дневници\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Променя нивото на регистриране.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Всичко\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Тези аргументи ще бъдат предадени при стартирането.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Персонализирани аргументи\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Командни аргументи\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"например: VAR=стойност %command% -example1 -example2 -example3=здрасти\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Скрипт за последващо изпълнение\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Изберете скрипт, който трябва да бъде изпълнен след стартирането.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Избиране на скрипт\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Изберете откъде да стартирате програмата.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Избиране на директория\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Тези настройки ще заменят настройките по подразбиране на изпълнимия файл.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Замени на предпочитанията\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Нулиране на всичко\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Виртуален работен плот\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Декларация за отказ от отговорност на „Proton“\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Използване на „Proton“\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Използването на стартиращите програми, базирани на „Proton“ в бутилки, които \"\n\"не са част от „Steam“, може да създаде потенциални проблеми.\\n\"\n\"\\n\"\n\"Препоръчваме използването на „Wine-GE“, която е предназначена за работа \"\n\"извън „Steam“.\\n\"\n\"\\n\"\n\"Ако продължите, средата за изпълнение на „Steam“ ще се включи автоматично \"\n\"(в случай че е инсталирана и открита от „Bottles“), за да осигури \"\n\"необходимите библиотеки и да ограничи проблемите със съвместимостта. \"\n\"GloriousEggroll, притежателят на стартиращата програма, не носи отговорност \"\n\"за никакви проблеми и препоръчваме да не ги докладвате.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Разбрах.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Преименуване\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Преименувайте избраната програма.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Ново наименование\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Изпълняване с аргументи\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Изпълняване\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Напишете аргументите, които ще бъдат предадени на изпълнимия файл.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"например: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Настройки на пясъчника\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Споделяне на мрежата\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Споделяне на звука\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Необходимо е надграждане\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Напред\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Стартиране на надграждането\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Нова система за версии\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Новата система за версии на бутилките вече е тук.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"„Bottles“ вече има нова система за версии, която няма обратна съвместимост.\\n\"\n\"\\n\"\n\"Трябва да инициализираме повторно хранилището на бутилката. Това действие ще \"\n\"запази данните на Вашата бутилка и ще създаде нова моментна снимка, но ще \"\n\"изтрие всички съществуващи моментни снимки.\\n\"\n\"\\n\"\n\"Ако имате нужда от предишна моментна снимка на бутилката, затворете този \"\n\"прозорец, възстановете моментната снимка и отворете бутилката за повторно \"\n\"показване на прозореца.\\n\"\n\"\\n\"\n\"Старата система за версии ще бъде премахната в близко бъдеще.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Повторно инициализиране на хранилището…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Готово! Моля, рестартирайте „Bottles“.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Настройки на ефектите за последваща обработка\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"По подразбиране\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Настройки по подразбиране\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Ефектите се прилагат според реда в списъка.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Ефекти\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Адаптивно изостряне на контраста\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Изостряне\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Показване на информацията\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Обезшумено изостряне на яркостта\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Обезшумяване\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Бързо приблизително изглаждане\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Качество на подпикселите\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Праг на качеството на ръбовете\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Минимален праг на качеството на ръбовете\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Подпикселно морфологично изглаждане\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Откриване на ръбове\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Яркост\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Цвят\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Праг\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Максимални стъпки за търсене\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Максимални диагонални стъпки за търсене\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Максимално заобляне на ъглите\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"Изострянето на АИК увеличава изострянето на кадъра. По-високите стойности го \"\n\"увеличават, докато по-ниските от 0 правят кадъра по-гладък от неговия \"\n\"оригинал.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Изострянето на ОИЯ увеличава изострянето на кадъра. По-високите стойности го \"\n\"увеличават.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Обезшумяването на ОИЯ намалява шума в кадъра. По-високите стойности го \"\n\"правят по-незабележим.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Подпикселното качество на БПИ намалява ръбовете на ниво подпиксели. По-\"\n\"високите стойности ги изглаждат.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Прагът на ръбовете на БПИ е най-ниският контраст за прилагане на алгоритъма \"\n\"на БПИ. По-високите стойности го увеличават.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Минималният праг на качеството на ръбовете на БПИ е най-ниската стойност на \"\n\"тъмните пиксели, които не участват в алгоритъма на БПИ. По-високите \"\n\"стойности пренебрегват по-ниските и увеличават производителността.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Яркостта открива ръбовете от монохромна перспектива, докато цветът ги \"\n\"открива според техните цветове, но процесът е по-бавен.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Прагът на СМИ посочва чувствителността за откриване на ръбове. По-ниските \"\n\"стойности откриват повече ръбове за сметка на производителността.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Максималните стъпки за търсене на СМИ посочват колко хоризонтални и \"\n\"вертикални стъпки за търсене са извършени при търсенето на ръбове.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Максималните диагонални стъпки за търсене на СМИ посочват колко диагонални \"\n\"стъпки за търсене са извършени при търсенето на ръбове.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"Заоблянето на ъглите на СМИ посочва степента на заобляне на техните върхове.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Вградени („Wine“)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Оригинални („Windows“)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Вградени и оригинални\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Оригинални и вградени\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Изключено\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Премахване\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/път/към/местоположението\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Стойност\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Разглеждане на файловете\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Наименование на папката на „Wine“\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Диспечер\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Тази папка на „Wine“ вече е импортирана в „Bottles“.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Импортиране на резервно копие на бутилката\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Повторно търсене на папки\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Няма намерени папки\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Няма намерени външни папки. „Bottles“ има ли достъп до тези папки?\\n\"\n\"Използвайте иконата по-горе, за да импортирате бутилка от резервно копие.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Пълен архив\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Показване на манифеста…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Прочитане на отзива…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Наименование на инсталатора\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Описание на инсталатора\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Неизвестно\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Инсталиране на тази програма\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Програмно меню\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Няма миниатюра\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Стартиране\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Стартиране със „Steam“\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Наименование на елемента\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Премахване от библиотеката\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Спиране\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Библиотека\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Добавяне на елементи от списъка с програми на бутилката\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Системата за версии е активна в тази бутилка.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Тази бутилка изглежда повредена.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Изпълняване в тази бутилка\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Изпълняване тук\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Тази бутилка е повредена, конфигурационният файл липсва. Ще бъде създаден \"\n\"нов конфигурационен файл.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Търсене на Вашите бутилки…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"„Steam Proton“\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"„Bottles“\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Създаване на нова бутилка…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Няма намерени резултати\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Опитайте с различно търсене.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Стартиране…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Ресурсът липсва.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Разглеждане\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Създаване\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Наименование на бутилката\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Програми\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Игри\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"П_ерсонализирана\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Персонализирана\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Споделяне на потребителската директория\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Това прави потребителската директория откриваема в бутилката. Тази опция не \"\n\"може да бъде променена след създаването на бутилката.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Архитектура\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Използвайте 32-битовата архитектура само ако е наложително.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Импортиране на персонализирана конфигурация.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Директория на бутилката\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Директория с данните на бутилката.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Затваряне\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Това наименование не е налично.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Предишен\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Добре дошли в „Bottles“\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Използвайте софтуер за „Windows“ на „Линукс“.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"„Windows“ в бутилки\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"„Bottles“ използва стартиращи програми за изолиране на програмите в среда, \"\n\"подобна на „Windows“.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Почти е готово\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Трябват само още няколко минути…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Всичко е готово!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Моля, първо, завършете настройката\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Започнете използването на „Bottles“\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Следващ\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Предпочитания\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Общи\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Външен вид\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Тъмен режим\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Използване на тъмен режим.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Дата на обновяване\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Показва датата на обновяване в списъка с бутилки.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Известия\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Показва известията за изтегляне и инсталиране.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Временни файлове\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Изчистете временните файлове при стартиране на „Bottles“?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Затваряне на „Bottles“ след стартиране на програма\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Затваря „Bottles“ след стартиране на програма от файловия диспечер.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Интеграции\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Папки на „Steam Proton“\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Показва папките на „Steam Proton“.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Показване на „Steam“ в списъка с програмите\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Изисква инсталирането на „Steam“ за „Windows“ в бутилката.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Показване на „Epic Games“ в списъка с програмите\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Изисква инсталирането на „Epic Games Store“ в бутилката.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Показване на „Ubisoft Games“ в списъка с програмите\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Изисква инсталирането на „Ubisoft Connect“ в бутилката.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Разширени\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Директория на бутилките\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Директория с данните на Вашите бутилки.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Стартиращи програми\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"„Bottles“ се изпълнява в офлайн режим, така че стартиращите програми не са \"\n\"налични.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Предварителни версии\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Показва нестабилните версии на стартиращите програми.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Компоненти на DLL файловете\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"„Bottles“ се изпълнява в офлайн режим, така че DLL файловете не са налични.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK – NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Основни\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Среда за изпълнение\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"„Wine Bridge“\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Експерименти\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Тези функции са в процес на разработка и може да създадат потенциални \"\n\"проблеми.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Пясъчник в бутилка\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"В процес на разработка.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Стартиране с терминала\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Разглеждане на местоположението\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Промяна на опциите за стартиране…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Добавяне към библиотеката\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Добавяне на пряк път на работния плот\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Добавяне към „Steam“\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Преименуване…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Скриване на програмата\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Показване на програмата\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Премахване от списъка\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Наименование на програмата\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Идентификатор на състоянието\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Коментар за състоянието\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Възстановяване на моментната снимка\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Изтриване на съобщението\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Главно меню\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Изглежда нямате връзка с Интернет. Изтеглянето на основните компоненти не е \"\n\"възможно. Натиснете тази икона, когато възстановите връзката.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Импортиране…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Помощ\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Относно „Bottles“\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Файлът „{0}“ не е с разширение .exe или .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Обновяване: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"„{0}“ е добавена\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Избиране на изпълним файл\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Добавяне\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Скриване на скритите програми\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Стартиране на „{0}“…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Внимавайте с пясъчника\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"„Bottles“ се изпълнява в пясъчник (изолирана среда). Ако програмата не се \"\n\"изпълнява, отворете бутилката (иконата с 3 точки) и опитайте отново.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Отхвърляне\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\"Избиране на местоположението за запазване на резервното копие на \"\n\"конфигурацията\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Експортиране\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Избиране на местоположението за запазване на резервното копие на архива\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Резервно копие\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Създадено е резервно копие на „{0}“\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Неуспешно създаване на резервно копие на „{0}“\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Искате ли да изтриете завинаги „{}“?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Всички програми и техните настройки ще бъдат изтрити завинаги.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Изтриване\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Липсваща стартираща програма\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Стартиращата програма на тази бутилка липсва. Инсталирайте липсващата \"\n\"стартираща програма или изберете друга.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Искате ли да спрете принудително всички процеси?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"Това може да създаде потенциални проблеми.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"_Принудително спиране\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Тази функция не е налична за Вашата система.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} За да добавите тази функция, моля изпълнете „flatpak install“\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Наименованието на бутилката вече се използва.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Избиране на работна директория\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Директорията, която съдържа данните на „{}“.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Искате ли да изтриете всички моментни снимки?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\"Всички моментни снимки ще бъдат изтрити, но Вашите файлове ще се запазят.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Моля, преминете към новата система на версиите, за създаване на нови \"\n\"състояния.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Инсталатори\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Операциите са в процес на изпълнение, моля, изчакайте.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Върнете се към Вашите бутилки.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Резервното копие е импортирано успешно\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Импортирането е неуспешно\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Импортиране на резервното копие…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Избиране на резервното копие на архива\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Импортиране\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Избиране на конфигурационен файл\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Няма\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Изпълняване на изпълним файл в „{self.config.Name}“\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Стартиране на „{0}“ в „{1}“…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Вашите бутилки\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Изтегляне на ~{0} пакета…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Извлечени са {0} от {1} пакета\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Избиране на директория на бутилката\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Създаване на бутилка…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Бутилката не е създадена\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\"Създаването на бутилката е неуспешно и завърши с една или повече грешки.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Бутилката е създадена\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"„{0}“ е създадена успешно.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"„Steam“ не е намерен или „Bottles“ няма нужните разрешения.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Избиране на местоположение на „Bottles“\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Рестартиране на „Bottles“?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"„Bottles“ трябва да бъде рестартиран за да използва тази директория.\\n\"\n\"\\n\"\n\"Затворете всяка програма, която е стартирана от „Bottles“, преди да го \"\n\"рестартирате, в противен случай, това може да създаде потенциални проблеми.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Рестартиране\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Използва „Wine“ от „Valve“, включва тестовите версии и кръпки от „Proton“.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Използва „Wine“, включва тестовите версии и кръпки от „Proton“.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Използва „Wine“, включва кръпки от тестовите версии.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Използва „Wine“ от „Valve“, включва тестовите версии и кръпки от „Proton“ и \"\n\"„Steam“. Изисква включването на средата за изпълнение на „Steam“.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Други\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Надграждане\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Инсталиране…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Манифест на {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"„{0}“ е деинсталирана\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"„{0}“ е инсталирана\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Инсталирането на „{0}“ е неуспешно\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"„{0}“ е импортирана\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Програмата вероятно няма да работи. Инсталаторът е конфигуриран да \"\n\"предостави най-добрия резултат, но може да очаквате неизправности, \"\n\"нестабилност и неработещи функции.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Програмата работи с забележими неизправности, но те не засягат нейните \"\n\"функции.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Програмата работи с дребни неизправности.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Програмата работи перфектно.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Отзив за {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Спиране на „{0}“…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Стартиране на „{0}“ със „Steam“…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"„{0}“ е скрита\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"„{0}“ е показана\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"„{0}“ е премахната\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"„{0}“ е преименувана на „{1}“\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Създаден е пряк път на работния плот за „{0}“\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"„{0}“ е добавена към Вашата библиотека\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"„{0}“ е добавена към Вашата библиотека в „Steam“\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Показване на доклада\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Този проблем е докладван 5 пъти и не може да бъде изпратен \"\n\"отново.\\n\"\n\"            Използвайте съществуващите доклади за обратна връзка.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Обновяване на настройките на екрана, моля, изчакайте…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Настройките на екрана са обновени\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Няма намерени замени.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Избиране на местоположение на дяла\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Няма дефинирани променливи на средата.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Няма дефинирани модели за изключване.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Възникна грешка.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Копиране в клипборда\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Избиране на файл с ресурси\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Инсталиране на зависимостите на „Windows“…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Конфигуриране на бутилката…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Обработване на стъпките на инсталатора…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Инсталиране на {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Извършване на последни проверки…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Инсталиране на {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} вече е налична в програмния изглед.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Инсталаторът завърши с неизвестна грешка\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} вече е изключено за тази бутилка.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Тази настройка е различна от стандартната за бутилката.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Избиране на скрипт\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Персонализираното местоположение на „Bottles“ не е намерено\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Връщане на местоположението по подразбиране. Бутилките няма да бъдат \"\n\"показани.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Използвайте софтуер за „Windows“\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Миграция от „Flatpak“\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Превключва диалога за миграция от „Flatpak“.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Тъмна тема\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Принудително използване на тъмната тема.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Превключване на датата на обновяване в списъка\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Превключва датата на обновяване в списъка с бутилки.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Списък от „Steam“\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Превключва списъка от „Steam“.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Списък от „Epic Games“\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Превключва списъка от „Epic Games“.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Списък от „Ubisoft Connect“\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Превключва списъка от „Ubisoft Connect“.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Широчина на прозореца\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Променя широчината на прозореца.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Височина на прозореца\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Променя височината на прозореца.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Показва известията.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Почистване на временните файлове\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Почиства временните файлове при стартиране на системата.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Тестова версия\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Превключва тестовите версии на стартиращите програми.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Изглед при стартиране\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Избира изгледа, който програмата ще използва.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Превключва експерименталните функции, като системата за версии, \"\n\"инсталаторите и тестовите версии на стартиращите програми.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Поддръжка за „Steam Proton“\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Превключва поддръжката за папките на „Steam Proton“.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Експерименти: пясъчник\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Превключва експерименталния режим „Пясъчник“.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Автоматично затваряне на „Bottles“\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Затваря „Bottles“ след стартиране на изпълним файл от файловия диспечер.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Показване на предупреждение за пясъчника\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Превключва предупреждението за пясъчника.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Използвайте софтуер за „Windows“ на „Линукс“ с „Bottles“!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Бутилирайте софтуера и се насладете на свободното си време!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Нашата вградена система за инсталиране на зависимостите осигурява \"\n\"автоматична съвместимост на софтуера. Използвайте диспечера на изтеглянията, \"\n\"за да изтеглите официалните компоненти: стартиращата програма \"\n\"(„Wine“ или „Proton“), DXVK, зависимостите и други.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Системата за версии на бутилките осигурява сигурност за Вашите файлове и \"\n\"дава възможност да ги възстановите, ако е необходимо!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Възможности:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Създаване на бутилки с помощта на предварително конфигурирани среди или на \"\n\"своя собствена среда\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Изпълняване на изпълними файлове (.exe или .msi) във Вашите бутилки директно \"\n\"от контекстното меню на файловия диспечер\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Автоматично откриване на инсталираните програми във Вашите бутилки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Бързо добавяне на променливи на средата\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Замяна на DLL файловете за всяка бутилка\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Моментална промяна на стартиращата програма за всяка бутилка\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Различни подобрения на производителността за игри (esync, fsync, DXVK, кеш, \"\n\"компилатор на шейдъри, разтоварване и много други.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\"Автоматична инсталация и управление на стартиращите програми на „Wine“ и \"\n\"„Proton“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Автоматично поправяне на бутилката в случай на повреда\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Вграден инсталатор на зависимости, базиран на хранилище, което се управлява \"\n\"от обществото\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Вграден диспечер на задачите за процесите на „Wine“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Достъп до „ProtonDB“ и „WineHQ“ за поддръжка\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\"Система за пренасяне на Вашата конфигурация към новите версии на „Bottles“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Архивиране и импортиране на бутилки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Импортиране на папките на „Wine“ от други диспечери\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Система за версии на „Bottles“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… и много други!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Обновяване на информацията за метаданните\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Добавяне на повече информация за обновяването и точна версия за бележките \"\n\"към изданието\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Поправка за бутона „Добавяне към „Steam““\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Поправка за сериализирането на конфигурацията на бутилката\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Поправка за двойното разархивиране на „Patool“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Точна версия\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Поправка за срив при създаването на бутилка\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Подобрения на интерфейса за нова бутилка\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Подобрения:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Промяна на иконата на библиотеката\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Добавяне на тост за „Изпълняване на изпълнимия файл“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Поправки на неизправности:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Грешка при добавяне на пряк път към „Steam“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Грешка при импортиране на резервни копия\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Автоматично включване на средата за изпълнение на „Steam“ при използване на \"\n\"„wine-ge-custom“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"Различни поправки, свързани с библиотечните файлове, сривове и други\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Поправки за проблеми, свързани с кодирането на текста\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Поправка за грешка при изтегляне, ако „Bottles“ не е изпълнен от терминала\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Точна дата на версията\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"Скриване на грешките, свързани с „NVIDIA“, ако не използвате „NVIDIA“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Подобрения и поправки за „Gamescope“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Инсталирането на зависимости е по-бързо и по-стабилно\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Проверката на състоянието показва повече информация за по-бързо отстраняване \"\n\"на неизправности\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"NVAPI трябва да работи както трябва\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Поправка за срив при изтеглянето на компонент\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Подобрение на програмния код\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Повече променливи за скриптовете на инсталатора\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"Поправка за диалога показващ „Всичко е готово“, когато още не е готово\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Подобрение на системата за създаване\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Включване на VKD3D по подразбиране при създаване на бутилки за игри\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Поправка за сривове при четене на файлове от „Steam“ с неточно кодиране\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Поправка за компонентите, които не се показват правилно след инсталация или \"\n\"деинсталация\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Поправки за FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Поправка за проблема при затваряне на програма, която е стартирана от „\"\n\"Изпълняване на изпълнимия файл“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"и много, много, много други!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Изчисляване…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Стартиране на .exe или .msi файлове в тази бутилка\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"Натиснете „Създаване на нова бутилка…“ за да създадете нова бутилка.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Създаване на нова бутилка…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Нова бутилка\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Информация за бутилката\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Това е специализирана среда за игри.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Това е специализирана среда за програми.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Това е чиста среда за Вашите експерименти.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Несвързана домашна директория\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Да не се свързва потребителската директория с домашната директория\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 бита\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 бита\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Персонализирана рецепта\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Изберете персонализирана рецепта за средата, ако имате такава.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Персонализирано местоположение\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Съхранете тази бутилка на друго място.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Нямате връзка с Интернет, изтеглянето не е възможно.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Избиране на местоположението на изпълнимия файл\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Избиране на изпълним файл за „Windows“\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Избиране на работна директория за изпълнимите файлове\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Избиране на рецепта\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Избиране на местоположение за съхранение на бутилката\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Избиране на новото местоположение на бутилките\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Избиране на скрипта\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Избиране на работната директория\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"Забавянето на „PulseAudio“ вече е активирано по подразбиране\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"\"\n#~ \"Подробностите за бутилката се показват автоматично след нейното създаване\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"„Bottles“ вече спазва указанията на „GNOME Circle“\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Променливата „pulseaudio_latency“ е изключена по подразбиране.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"\"\n#~ \"Поправка за срива по време на стартиране, поради премахващата програма.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"Внедрена е опашка за инсталиране на компонентите.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Поправка за проблемите с изтриването на бутилките.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Поддръжка за най-новата версия на DXVK, благодарение на @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Поправка за DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"Добавени са пояснения за оценките на програмите\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"\"\n#~ \"Поправка за завършването на инсталатора, благодарение на @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Поправка за аргументите на „Gamescope“, благодарение на @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"\"\n#~ \"Добавен е пряк път Ctrl + W за затваряне на прозорците, благодарение на \"\n#~ \"@A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"Поправка за изключването на променливата „XDG_DATA_HOME“\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Френски език, благодарение на @julroy и @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Турски език, благодарение на@54linux-ea и @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Руски език, благодарение на @lenemter и @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Каталонски език, благодарение на @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Арабски език, благодарение на @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Корейски език, благодарение на @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Португалски език, благодарение на @davipatricio, @SantosSi и @vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Галисийски език, благодарение на @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Еврейски език, благодарение на @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Полски език, благодарение на @Mikutut\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Пластове\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Свръх качество\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Качество\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Балансирано\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Многопластова\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"\"\n#~ \"Това е специализирана среда, в която всяка програма е отделен пласт.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility. Disable if \"\n#~ \"you run into issues.\"\n#~ msgstr \"\"\n#~ \"Предоставя допълнителни библиотеки за по-голяма съвместимост, но може да \"\n#~ \"създаде потенциални проблеми.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility with Steam \"\n#~ \"games. Disable if you run into issues.\"\n#~ msgstr \"\"\n#~ \"Предоставя допълнителни библиотеки за по-голяма съвместимост с игри от \"\n#~ \"„Steam“, но може да създаде потенциални проблеми.\"\n\n#~ msgid \"\"\n#~ \"Compress snapshots to reduce space. This will slow down creation of \"\n#~ \"snapshots.\"\n#~ msgstr \"\"\n#~ \"Компресира моментните снимки за да намали техния размер. Това ще забави \"\n#~ \"тяхното създаване.\"\n\n#~ msgid \"Something goes wrong.\"\n#~ msgstr \"Нещо се обърка.\"\n\n#~ msgid \"This feature is not available on your system.\"\n#~ msgstr \"Тази функция не е налична за Вашата система.\"\n\n#~ msgid \"This will delete all snapshots, but keep your files.\"\n#~ msgstr \"\"\n#~ \"Това ще изтрие всички моментни снимки, но Вашите файлове ще бъдат \"\n#~ \"запазени.\"\n\n#~ msgid \"Name has special characters or already in use\"\n#~ msgstr \"Наименованието съдържа специални знаци или вече се използва\"\n\n#~ msgid \"Choose new Bottles path\"\n#~ msgstr \"Избиране на новото местоположение на бутилките\"\n\n#~ msgid \"Added tooltips for program gades\"\n#~ msgstr \"Добавени са пояснения за оценките на програмите\"\n\n#~ msgid \"Arabic tran*slations thanks to @TheDarkEvil\"\n#~ msgstr \"Арабски език, благодарение на @TheDarkEvil\"\n\n#~ msgid \"\"\n#~ \"Protuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Португалски език, благодарение на @davipatricio, @SantosSi и @vitorhcl\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Избиране на местоположение\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Изберете файл.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Файлът не е намерен\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Файлът не съществува. Моля, изберете подходящ файл.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Наименованието на файла съдържа интервали\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Местоположението на таблицата на цветовете не трябва да съдържа \"\n#~ \"интервали. Моля, преименувайте файла.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Размерите на изображението са неправилни\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Височината и широчината на изображението трябва да са равни.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Лесно управление на папките на „Wine“ с помощта на средите\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Стартиране с аргументи…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Разгледайте вътрешните файлове с търсачката на „Wine“.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Управлявайте процесите с диспечера на задачите на „Wine“.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Отстранете неизправности в процесите на „Wine“.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Конфигуриране на „Wine“\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Регулирайте вътрешните настройки.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Премахнете програми с премахващата програма на „Wine“.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Използвайте вътрешния контролен панел на „Wine“.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Използвайте раздела „Инсталатори“ или бутона „Стартиране на изпълним \"\n#~ \"файл“.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Зависимостите са софтуер, библиотеки и кодеци, които подобряват \"\n#~ \"съвместимостта на софтуера за „Windows“. Може да ги инсталирате от тук за \"\n#~ \"Вашите програми.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Прочетете документацията.\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Не препоръчваме инсталацията на няколко зависимости едновременно.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Избиране на зависимостите\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Използвайте този раздел за да автоматична инсталация на програми, \"\n#~ \"подбрани от нашата общност.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Прочитане на документацията\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Графика\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Подобрява производителността на игрите с технологията „DirectX“ 11 и \"\n#~ \"триизмерните програми.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Подобрява производителността на игрите с технологията „DirectX“ 12 и \"\n#~ \"триизмерните програми.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK с NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Предоставя поддръжка за DLSS и NVAPI на „Nvidia“, ако са налични.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR използва най-новите технологии за да подобри честотата на кадрите.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"VK Базалт\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"„VK Базалт“ е пласт за последваща обработка на „Vulkan“ за подобряване на \"\n#~ \"външния вид на игрите.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Управление на настройките на „VK Базалт“\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Използвайте виртуалния работен плот на „Wine“.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Прихващане на мишката\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Прихванете мишката в режим „На цял екран“.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Фокусиране\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Фокусирайте програмата при превключване.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Позициониране на мишката\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"Позиционирайте мишката при забавяне или загуба на синхронизация.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Мащабиране на екрана\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Задайте персонализирано DPI.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Визуализатор\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Изберете бекенда, който ще се използва от „WineD3D“.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (по подразбиране)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"GDI\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"Vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Управление на версиите на компонентите\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Версия на DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Версия на VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Версия на DXVK с NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Версия на LFX\"\n\n#~ msgid \"false\"\n#~ msgstr \"грешно\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"\"\n#~ \"Предоставя допълнителни библиотеки за по-голяма съвместимост, но може да \"\n#~ \"създаде потенциални проблеми.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Оптимизирайте производителността при необходимост.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Режим на „Gamescope“\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Използвайте микрокомпозитора на „Gamescope“.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"VM Touch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"По подразбиране е местоположението на бутилката.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Нулиране\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Избиране на директория\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Звук\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Намаляване на забавянето\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Намалете забавянето на „PulseAudio“ на 60 мс, което ще повиши качеството \"\n#~ \"на звука.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Система за версии\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Използване на компресия за състоянията\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Това ще намали размера на състоянията, но ще забави тяхното създаване.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"„Bottles“ ще създаде състояние, преди стартирането на зависимостите или \"\n#~ \"инсталаторите.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Използвайте персонализирани модели за изключване на местоположенията от \"\n#~ \"системата за версии.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Разработка и отстраняване на неизправности\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"Mango Hud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Проследете ЧКС, температурата, централния и графичния процесор, и други.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Дневници „fixme“ на „Wine“\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Запишете функциите, които не са приложени във „Wine“.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Няма намерени програми\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Инсталирайте програми от раздела „Инсталатори“ или стартирайте изпълнимия \"\n#~ \"файл на инсталатора, може да добавите още изпълними файлове с бутона „+“.\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Превключване на скритите\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Имайте търпение, може да отнеме няколко минути.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"Конфигурирайте управлението на прозорците за Вашите игри.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Широчина (например 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Височина (например 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Резолюция на „Gamescope“\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Променете нивото на записване.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Настройки на „VK Базалт“\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Таблица на цветовете\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"Таблицата на цветовете преобразува гамата от цветове с помощта на .CUBE \"\n#~ \"или .png файл с еднаква височина и широчина.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Започнете със създаването на бутилка.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Използвайте софтуера за „Windows“ на „Линукс“.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Персонализирано местоположение на „Bottles“ (изисква рестартиране)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Изберете къде да съхраните новите бутилки (текущите бутилки няма да бъдат \"\n#~ \"преместени).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"В процес на разработка (изисква рестартиране).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Импортиране или експортиране…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Поддръжка\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Форуми\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Отваряне на менюто\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Нова бутилка\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"Добре\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Потвърждаване\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Искате ли да прекратите всички процеси?\\n\"\n#~ \"Незапазените данни ще бъдат изгубени.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"По подразбиране е местоположението на бутилката.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Превключването на компресията изисква повторна инициализация\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Всички файлове ще бъдат запазени, но състоянията ще бъдат изтрити. Искате \"\n#~ \"ли да продължите?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Подробности и помощни програми\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Намира се в менюто „Старт“ на бутилката.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Бутилката „{0}“ е създадена успешно\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Мирко Бромбин\"\n\n#~ msgid \"News\"\n#~ msgstr \"Новини\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Новата система за версии позволява запазването на цялата бутилка и \"\n#~ \"нейната конфигурация\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Автоматичната система за версии вече може да се включва и изключва\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Използва се компресия за състоянията на системата за версии\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"Процесът на запазване на опциите за стартиране е подобрен\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Производителността на YAML е подобрена с помощта на libyaml (трябва да се \"\n#~ \"поддържа от пакета python-yaml)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Нов диалогов прозорец „Относно“\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"\"\n#~ \"Осигурена е поддръжка в режим „Библиотека“ (благодарение на „SteamGridDB“)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"DXVK HUD е премахнат, използвайте раздела „Променливи на средата“\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"bottles-cli вече показва резултати от въведените команди\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"„Здравната проверка“ вече се намира в раздела „Отстраняване на \"\n#~ \"неизправности“\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Проверката за основните зависимости е разширена, подканваме отговорните \"\n#~ \"лица да проверят своите пакети\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Ново разрешение по подразбиране за пакета „Flatpak“: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"\"\n#~ \"Добавени са заслугите за библиотеките от трети страни в раздел „Заслуги“\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Поправки\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Кръпка за диалоговия прозорец с възможност за пропускане\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Кръпка за празното наименование на бутилката\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Кръпка за библиотеките на „GStreamer“ за 32-битовите бутилки\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"Кръпка за грешката „RemoteDisconnected“, причиняваща срив\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Кръпка за грешния списък от „Vaniglia“\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Кръпка за генерирането на шаблони със свързани местоположения, \"\n#~ \"причиняващи цикличност\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Кръпка за промяна на конфигурацията по време на нейната миграция, \"\n#~ \"причиняваща срив\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Кръпка за липсващия файл mscoree.dll\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Кръпка за аргумента -b от командния ред на „Bottles“\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"Кръпка за аргументите на „Стартиране със „Steam““, причиняващи срив\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"Кръпка за неработещия бутон „Добавяне към „Steam““\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Фински език, благодарение на Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Индонезийски език, благодарение на @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Испански език, благодарение на Pablo Munoz Alabau и @oscfdezdz\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Немски език, благодарение на Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Лесно управление на папките на „Wine“\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Експерименти: Библиотека\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Превключете експерименталния режим „Библиотека“.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"Изтегляне…\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Стъпка {self.__step} от {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"„{0}“ е стартирана със „Steam“.\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Допълнителни настройки\"\n\n#, fuzzy\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Папки на „Steam Proton“\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Вашата библиотека\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Зареждане...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Диспечер на задачите\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Изберете къде да запазите новите бутилки (текущите бутилки няма да бъдат \"\n#~ \"преместени)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Инсталиране...\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Напишете много кратък коментар:\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Стартиращи програми „Lutris“\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Превод</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Финансиране</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Докладване на \"\n#~ \"проблем</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Блог</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Тестовият режим е включен: показват се само зависимости от тестовото \"\n#~ \"хранилище.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4...\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Моята красива бутилка\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Преименуване на бутилката\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Използване на DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Използване на VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Включване на FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Включване на LatencyFleX\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"например ucrtbase\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"например: -пример1 -пример2 -пример3=здравейте\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"например MY_VAR\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"например: VAR1=стойност VAR2=стойност\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"например: VAR1=стойност VAR2=стойност...\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"например 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"например 30\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Напишете новото наименование:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Пишете тук...\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Избиране на наименование за бутилката\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Добре дошли\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"„Bottles“ прави използването на софтуера за „Windows“ на Линукс много по-\"\n#~ \"лесно.\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Почти стигнахме\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Изтегляне\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Всичко е готово!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Вече може да създадете Вашите първи бутилки.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Край\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Показване на тестовите версии.\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Инсталаторът се нуждае от локални ресурси\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Готово\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Стартиращи програми „Caffe“\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Стартиращи програми „Proton“\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Други стартиращи програми\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Нови програми ще се откриват автоматично.\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Нощна тема\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Използване на нощната тема.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Експерименти:инсталатори\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Това е експериментална функция в ранен стадий на разбработка, бъдете \"\n#~ \"внимателни и <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">докладвайте бъгове</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles Developers\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Експерименти:инсталатори\"\n"
  },
  {
    "path": "po/bn.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:34+0000\\n\"\n\"Last-Translator: Zihad <zihad.ta@gmail.com>\\n\"\n\"Language-Team: Bengali <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"bn/>\\n\"\n\"Language: bn\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"কোনও পাথ নির্দিষ্ট করা হয়নি\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"ব্যাকআপ {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"ব্যাকআপ ইমপোর্ট হচ্ছে: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"ইনস্টল করতে ব্যর্থ হয়েছে, 3 বার চেষ্টা করা হয়েছে।\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"গুরুত্বপূর্ণ কম্পোনেন্ট অনুপস্থিত । ইনস্টল হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"বোতল ডিরেক্টরি তৈরি করতে ব্যর্থ হয়েছে।\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"স্থানধারক ডিরেক্টরি/ফাইল তৈরি করতে ব্যর্থ হয়েছে।\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"বোতল কনফিগারেশন তৈরি করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"টেমপ্লেট পাওয়া গেছে, প্রয়োগ করা হচ্ছে…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"ওয়াইন কনফিগারেশন আপডেট করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"ওয়াইন কনফিগ আপডেট করা হয়েছে!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"ফ্লেটপ্যাক চলছে, userdir স্যান্ডবক্স হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"userdir স্যান্ডবক্স হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"উইন্ডোজ সংস্করণ সেট করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"সিএমডি ডিফল্ট সেটিংস প্রয়োগ করুন…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"পরিবেশ অপ্টিমাইজ করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"{0} পরিবেশ তৈরি করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) একটি স্বনির্বাচিত পরিবেশ রেসিপি ব্যবহার করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) রেসিপি পাওয়া যায়নি অথবা ত্রুটিহীন নয়…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK ইনস্টল করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D ইনস্টল করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI ইনস্টল করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"ডিপেন্ডেন্সি ইনস্টল করা হচ্ছে: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"ভার্সনিং স্টেট 0 তৈরি করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"চূড়ান্ত করা হচ্ছে…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"ক্যাশিং টেমপ্লেট…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"কমিটিং স্টেট…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"কিছু কমিট করার মতো নেই\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"নতুন অবস্থা [{0}] সফলভাবে তৈরি করা হয়েছে!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"সফলভাবে অবস্থা তালিকা আহরন করা গিয়েছে!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"{0} অবস্থা সফলভাবে পুনরুদ্ধার করা গিয়েছে!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"অবস্থা {} পুনরুদ্ধার করা হচ্ছে…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"অবস্থা পাওয়া যায়নি\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"{} অবস্থাই বর্তমানের সচল অবস্থা\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"সংস্করণ দেখান\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"প্রোগ্রাম এর ঠিকানা\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk ঠিকানা\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"বোতলের নাম\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\n#, fuzzy\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2022 - Bottles Developers\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"© 2017-2022 - Bottles Developers\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"কম্পোনেন্ট ভার্সন\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"আনইনস্টল করুন\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"ফাইল ব্রাউজ\"\n\n#: bottles/frontend/ui/component-entry.blp:34\n#, fuzzy\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"ইনস্টলেশন ব্যর্থ হয়েছে. এটি একটি রিপোসিটোরি ত্রুটি, আংশিক ডাউনলোড বা চেকসাম অমিলের কারণে হতে পারে৷\\n\"\n\"\\n\"\n\"আবার চেষ্টা করতে চাপুন।\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"ডাউনলোড এবং ইনস্টল করুন\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"০%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest\"\nmsgstr \"ম্যানিফেস্ট দেখান\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"লাইসেন্স\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"পুনরায় ইনস্টল করুন\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\n#, fuzzy\nmsgid \"Download & Install this Dependency\"\nmsgstr \"এই ডিপেন্ডেন্সি ডাউনলোড এবং ইনস্টল করুন\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"একটি ইনস্টলেশন ত্রুটি ঘটেছে. ক্র্যাশ রিপোর্ট পড়তে Bottles রিস্টার্ট করুন বা আউটপুট পড়ার জন্য টার্মিনালের \"\n\"মাধ্যমে চালান।\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"সমস্যা সমাধান\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\n#, fuzzy\nmsgid \"Browse Files…\"\nmsgstr \"ফাইল ব্রাউজ\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"ডুপ্লিকেট bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"এটি ব্যক্তিগত ফাইল সহ আপনার বোতলের সম্পূর্ণ আর্কাইভ।\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\n#, fuzzy\nmsgid \"Full Backup…\"\nmsgstr \"সম্পূর্ণ ব্যাকআপ\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"এটি শুধুমাত্র bottle কনফিগারেশন, আপনি যদি ব্যক্তিগত ফাইল ছাড়া একটি নতুন তৈরি করতে চান তাতেও চলবে।\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\n#, fuzzy\nmsgid \"Export Configuration…\"\nmsgstr \"কনফিগারেশন এক্সপোর্ট করুন\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\n#, fuzzy\nmsgid \"Force Stop all Processes\"\nmsgstr \"সমস্ত প্রসেসেস কিল করুন\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"একটি উইন্ডোজ সিস্টেম শাটডাউন অনুকরণ করুন।\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"শাটডাউন\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"একটি উইন্ডোজ সিস্টেম রিবুট অনুকরণ।\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"রিবুট করুন\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\n#, fuzzy\nmsgid \"Run in Terminal\"\nmsgstr \"টার্মিনাল দিয়ে লঞ্চ করুন\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"আমার bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"এনভায়রনমেন্ট\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"এই bottle জন্য ভার্শনিং এনাবল্ড করা হয়েছে\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\n#, fuzzy\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"এই bottleএ ভার্শনিং সক্রিয়।\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"০\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\n#, fuzzy\nmsgid \"Run Executable…\"\nmsgstr \"এক্সিকিউটেবল রান করুন\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\n#, fuzzy\nmsgid \"Install dependencies for programs.\"\nmsgstr \"ডিপেন্ডেন্সি ইনস্টল করা হচ্ছে: %s …\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\n#, fuzzy\nmsgid \"Task Manager\"\nmsgstr \"টাস্ক ম্যানেজার\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\n#, fuzzy\nmsgid \"Command Line\"\nmsgstr \"কমান্ড লাইন\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"বোতলের ভিতরে কমান্ড চালান।\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\n#, fuzzy\nmsgid \"Registry Editor\"\nmsgstr \"রেজিস্ট্রি এডিটর\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"অভ্যন্তরীণ রেজিস্ট্রি এডিট করুন।\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\n#, fuzzy\nmsgid \"Debugger\"\nmsgstr \"ডিবাগ\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"কন্ট্রোল প্যানেল\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\n#, fuzzy\nmsgid \"Search for dependencies…\"\nmsgstr \"ডিপেন্ডেন্সিস নির্বাচন করুন\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"একটি সমস্যা বা অনুপস্থিত ডিপেন্ডেন্সি রিপোর্ট করুন।\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\n#, fuzzy\nmsgid \"Report Missing Dependency\"\nmsgstr \"অনুপস্থিত ডিপেন্ডেন্সি রিপোর্ট করুন\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"ডকুমেন্টেশন পড়ুন\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"ডকুমেন্টেশন\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"ডকুমেন্টেশন পড়ুন\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"কম্পোনেন্ট ভার্সন\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\n#, fuzzy\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"উইন্ডো উচ্চতা\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"কম্পোনেন্ট ভার্সন\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"বটলস্ রানটাইম\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"স্টিম রানটাইম\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Bottles সংস্করণ (পরীক্ষামূলক)\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"কম্পোনেন্ট ভার্সন\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"ডুপ্লিকেট bottle\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"ডুপ্লিকেট bottle\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"ডুপ্লিকেট bottle\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"উইন্ডো উচ্চতা\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"ওয়াইন কনফিগারেশন\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"উইন্ডো উচ্চতা\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"কম্পোনেন্ট ভার্সন\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\n#, fuzzy\nmsgid \"Installation Failed!\"\nmsgstr \"নির্বাচিত ইনস্টল করুন\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"আর্গুমেন্টস সহ রান করুন\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"কমান্ড লাইন\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"ফাইল ব্রাউজ\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"ফাইল ম্যানেজার থেকে এক্সিকিউটেবল শুরু করার পরে Bottlesগুলি বন্ধ করুন।\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"নোটিফিকেশন্স দেখান।\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"ফাইল ব্রাউজ\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"টাস্ক ম্যানেজার\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"ব্যাকআপ ইমপোর্ট হচ্ছে: {0}\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"ম্যানিফেস্ট দেখান\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"এই bottleএ ভার্শনিং সক্রিয়।\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"এই bottleএ ভার্শনিং সক্রিয়।\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"ডুপ্লিকেট bottle\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\n#, fuzzy\nmsgid \"Browse\"\nmsgstr \"ব্রাউজ করুন C:\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"বোতলের নাম\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"কনফিগারেশন এক্সপোর্ট করুন\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Bottles দিয়ে লিনাক্সে উইন্ডোজ সফটওয়্যার চালান!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"উইন্ডো প্রস্থ\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:17\n#, fuzzy\nmsgid \"Dark Mode\"\nmsgstr \"ডার্ক থিম\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"নোটিফিকেশন্স\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"ফাইল ব্রাউজ\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\n#, fuzzy\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"ফাইল ম্যানেজার থেকে এক্সিকিউটেবল শুরু করার পরে Bottlesগুলি বন্ধ করুন।\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"ফাইল ম্যানেজার থেকে এক্সিকিউটেবল শুরু করার পরে Bottlesগুলি বন্ধ করুন।\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"ওয়াইন কনফিগারেশন\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"পরীক্ষামূলক স্টিম প্রোটন প্রিফিক্সগুলের সাপোর্ট টগল করুন।\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"এই bottleএ ভার্শনিং সক্রিয়।\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"রানটাইম\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"পরীক্ষা\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\n#, fuzzy\nmsgid \"Launch with Terminal\"\nmsgstr \"টার্মিনাল দিয়ে লঞ্চ করুন\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"ব্রাউজ করুন C:\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"প্রোগ্রাম\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"প্রোগ্রাম\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"টার্মিনাল দিয়ে লঞ্চ করুন\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"ব্যাকআপ {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"ব্যাকআপ {0}\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"ওয়াইন কনফিগারেশন\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"টার্মিনাল দিয়ে লঞ্চ করুন\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"ডুপ্লিকেট bottle\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"ডুপ্লিকেট bottle\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/new.py:233\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"নতুন অবস্থা [{0}] সফলভাবে তৈরি করা হয়েছে!\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"অন্যান্য\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"আনইনস্টলার\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, fuzzy, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"টার্মিনাল দিয়ে লঞ্চ করুন\"\n\n#: bottles/frontend/widgets/program.py:190\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"টার্মিনাল দিয়ে লঞ্চ করুন\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"দ্রুত environment variables যোগ করুন\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"দ্রুত environment variables যোগ করুন\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/windows/installer.py:109\n#, fuzzy\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"ডিপেন্ডেন্সিস নির্বাচন করুন\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, fuzzy, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"এই bottle জন্য ভার্শনিং এনাবল্ড করা হয়েছে\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"bottle ডিলিট করুন\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"উইন্ডোজ সফটওয়্যার রান করুন\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"ওয়াইন;উইন্ডোজ;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak মাইগ্রেশন\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Flatpak মাইগ্রেশন ডায়ালগ টগল করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"ডার্ক থিম\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"জোর করে ডার্ক থিম ব্যবহার করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"তালিকায় আপডেট তারিখ টগল করুন\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"bottles তালিকায় আপডেট তারিখ টগল করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\n#, fuzzy\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"তালিকায় আপডেট তারিখ টগল করুন\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\n#, fuzzy\nmsgid \"Toggle epic games listing.\"\nmsgstr \"তালিকায় আপডেট তারিখ টগল করুন\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"তালিকায় আপডেট তারিখ টগল করুন\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"উইন্ডো প্রস্থ\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"উইন্ডো প্রস্থ পরিবর্তন করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"উইন্ডো উচ্চতা\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"উইন্ডো উচ্চতা পরিবর্তন করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"নোটিফিকেশন্স দেখান।\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"টেম্প ক্লিনিং\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"সিস্টেম বুট করার সময় টেম্প পাথ পরিষ্কার করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"রিলিজ ক্যান্ডিডেট\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"রানারগুলোর জন্য রিলিজ প্রার্থী টগল করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"স্টার্টআপ ভিউ\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"অ্যাপ্লিকেশনটি কোন ভিউ শুরু করা উচিত তা চয়ন করুন৷\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"ভার্শনিং এবং ইনস্টলারগুলির মতো পরীক্ষামূলক বৈশিষ্ট্যগুলি টগল করুন৷ রানারগুলোর জন্য রিলিজ প্রার্থী.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"পরীক্ষামূলক স্টিম প্রোটন প্রিফিক্সগুলের সাপোর্ট টগল করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"পরীক্ষা: স্টিম\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"পরীক্ষামূলক লাইব্রেরি মোড টগল করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"স্বয়ংক্রিয়ভাবে Bottles বন্ধ করুন\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"ফাইল ম্যানেজার থেকে এক্সিকিউটেবল শুরু করার পরে Bottlesগুলি বন্ধ করুন।\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"তালিকায় আপডেট তারিখ টগল করুন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Bottles দিয়ে লিনাক্সে উইন্ডোজ সফটওয়্যার চালান!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Bottle সফ্টওয়্যার এবং অবসর উপভোগ করুন!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"আমাদের বিল্ট-ইন ডিপেন্ডেন্সি ইনস্টলেশন সিস্টেম স্বয়ংক্রিয় সফ্টওয়্যার কম্প্যাটিবিলিটি অ্যাক্সেস প্রদান করে। অফিসিয়াল \"\n\"কম্পোনেন্টসগুলো ডাউনলোড করতে ডাউনলোড ম্যানেজার ব্যবহার করুন: রানার (Wine, Proton), DXVK, ডিপেন্ডেন্সি \"\n\"ইত্যাদি।\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Bottle ভার্শনিং এখন আপনার কাজকে নিরাপদ রাখে এবং আপনাকে পরে এটি পুনরুদ্ধার করতে দেয়!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"ফিচারস:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"আগে থেকে কনফিগার করা এনভিরনমেন্টস ব্যবহার করে bottles তৈরি করুন বা আপনার নিজের তৈরি করুন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"আপনার ফাইল-ম্যানেজারের কনটেক্সট মেনু থেকে সরাসরি আপনার bottlesগুলোতে এক্সিকিউটেবল (.exe/.msi) রান করুন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"আপনার bottlesগুলোতে ইনস্টল করা অ্যাপ্লিকেশনগুলির স্বয়ংক্রিয় সনাক্তকরণ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"দ্রুত environment variables যোগ করুন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Per-bottle প্রেফারেন্সেস থেকে সরাসরি DLL ওভাররাইট করুন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"যেকোনো Bottle জন্য অন-দ্য-ফ্লাই রানার পরিবর্তন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"বিভিন্ন গেমিং-পারফরমেন্স অপ্টিমাইজেশান \"\n\"(esync, fsync, DXVK, cache, shader compiler, offload … এবং আরও অনেক কিছু।)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Wine এবং Proton রানারগুলির স্বয়ংক্রিয় ইনস্টলেশন এবং পরিচালনা\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"বিকল হওয়ার ক্ষেত্রে স্বয়ংক্রিয় bottle মেরামত\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"কমিউনিটি-চালিত রিপোসিটোরি উপর ভিত্তিক ইন্টিগ্রেটেড ডিপেন্ডেন্সি-ইনস্টলের\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Wineপ্রসেসের জন্য ইন্টিগ্রেটেড টাস্ক ম্যানেজার\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"সাপোর্ট এর জন্য ProtonDB এবং WineHQ অ্যাক্সেস করুন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Bottles এর নতুন সংস্করণে আপনার কনফিগারেশন আনার জন্য সিস্টেম\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"ব্যাক আপ এবং bottles ইম্পোর্ট\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"অন্যান্য ম্যানেজার্স থেকে Wine prefixes ইম্পোর্ট করুন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"Bottles সংস্করণ (পরীক্ষামূলক)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... এবং আরও অনেক কিছু যা আপনি Bottles ইনস্টল করে খুঁজে পেতে পারেন!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"কম্পোনেন্ট ভার্সন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"ব্যাকআপ ইমপোর্ট হচ্ছে: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"কম্পোনেন্ট ভার্সন\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"ডুপ্লিকেট bottle\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"ডুপ্লিকেট bottle\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"ইনস্টল করতে ব্যর্থ হয়েছে, 3 বার চেষ্টা করা হয়েছে।\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"লায়ার্স\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"আনইনস্টলার\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"এনভিরনমেন্টস ব্যবহার করে সহজেই ওয়াইনপ্রিফিক্স ম্যানেজ করুন\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"আর্গুমেন্টস সহ রান করুন\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"অভ্যন্তরীণ ফাইল ব্রাউজ করুন.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"ওয়াইন টাস্ক ম্যানেজারের সাহায্যে প্রসেসেস ম্যানেজ করুন।\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"ডিবাগ ওয়াইন প্রসেসেস।\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"অভ্যন্তরীণ সেটিংস সামঞ্জস্য করুন।\"\n\n#, fuzzy\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"ওয়াইন আনইনস্টলার ব্যবহার করে প্রোগ্রাম আনইনস্টল করুন।\"\n\n#, fuzzy\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"অভ্যন্তরীণ ওয়াইন কন্ট্রোল প্যানেল অ্যাক্সেস।\"\n\n#, fuzzy\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"ইনস্টলার বিভাগ বা উপরে \\\"রান এক্সিকিউটেবল\\\" বোতামটি ব্যবহার করুন।\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"ডিপেন্ডেন্সিস হল সফ্টওয়্যার, লাইব্রেরি এবং কোডেক যা Windows সফ্টওয়্যারের \"\n#~ \"সামঞ্জস্যকে উন্নত করে। আপনার প্রোগ্রামের প্রয়োজনীয়তা পূরণ করতে এখান থেকে ইনস্টল \"\n#~ \"করুন।\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"ডকুমেন্টেশন পড়ুন\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"আমরা একযোগে একাধিক ডিপেন্ডেন্সিস ইনস্টল করার বিরুদ্ধে দৃঢ়ভাবে পরামর্শ দিই।\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"ডিপেন্ডেন্সিস নির্বাচন করুন\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"ম্যানুয়ালি এগিয়ে না গিয়ে আমাদের কমিউনিটি দ্বারা কিউরেট করা প্রোগ্রামগুলি ইনস্টল \"\n#~ \"করতে এই বিভাগটি ব্যবহার করুন৷ বিবেচনা করুন<a href=\\\"https://docs.usebottles.\"\n#~ \"com/bottles/installers#compatibility-grades\\\"> কম্প্যাটিবিলিটি গ্রেড</a> \"\n#~ \"নির্বাচন করার সময়।\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"ডকুমেন্টেশন পড়ুন\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"প্রোগ্রাম\"\n\n#, fuzzy\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"অনুসন্ধান টগল করুন\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"মিরকো ব্রম্বিন\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"সহজেই ওয়াইনপ্রিফিক্স ম্যানেজ করুন\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"পরীক্ষা: লাইব্রেরি\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"পরীক্ষামূলক লাইব্রেরি মোড টগল করুন।\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"টার্মিনাল দিয়ে লঞ্চ করুন\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"ডিপেন্ডেন্সি সম্পর্কে ডকুমেন্টেশন পড়ুন\\t\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"ডিপেন্ডেন্সি সম্পর্কে ডকুমেন্টেশন পড়ুন\\t\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"টাস্ক ম্যানেজার\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">অনুবাদ করুন</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">অর্থায়ন</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">বাগ রিপোর্ট</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">টুইটার</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"বাগ রিপোর্ট\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"এক্সপ্লোরার দিয়ে খুলুন\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"স্যান্ডবক্সের ভিতরে সরান\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"স্যান্ডবক্সের ভিতরে সরানো হচ্ছে…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"ইউটিলিটিস\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"পরীক্ষা মোড সক্রিয় করা হয়েছে: শুধুমাত্র টেস্টিং রিপোজিটরি থেকে ডিপেন্ডেন্সিস \"\n#~ \"দেখানো হয়েছে।\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"যদিও এই পৃষ্ঠার ফাইলগুলি যাচাই করা হয়েছে প্রোপ্রাইটারী লাইসেন্সের অধীনে হতে \"\n#~ \"পারে৷\"\n"
  },
  {
    "path": "po/bottles.pot",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-09-27 10:57+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 11:18+0000\\n\"\n\"Last-Translator: Anonymous <noreply@weblate.org>\\n\"\n\"Language-Team: English <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"en/>\\n\"\n\"Language: en\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"No path specified\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Backup {0}\"\n\n#: bottles/backend/managers/backup.py:103\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importing backup: {0}\"\n\n#: bottles/backend/managers/manager.py:1076\n#: bottles/backend/managers/manager.py:1396\n#: bottles/backend/managers/manager.py:1397\n#, python-format\nmsgid \"Failed to install dependency: %s\"\nmsgstr \"Failed to install dependency: %s\"\n\n#: bottles/backend/managers/manager.py:1115\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Fail to install components, tried 3 times.\"\n\n#: bottles/backend/managers/manager.py:1126\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Missing essential components. Installing…\"\n\n#: bottles/backend/managers/manager.py:1203\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Failed to create bottle directory.\"\n\n#: bottles/backend/managers/manager.py:1215\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Failed to create placeholder directory/file.\"\n\n#: bottles/backend/managers/manager.py:1220\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generating bottle configuration…\"\n\n#: bottles/backend/managers/manager.py:1243\nmsgid \"Template found, applying…\"\nmsgstr \"Template found, applying…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1255\nmsgid \"The Wine config is being updated…\"\nmsgstr \"The Wine config is being updated…\"\n\n#: bottles/backend/managers/manager.py:1257\nmsgid \"Wine config updated!\"\nmsgstr \"Wine config updated!\"\n\n#: bottles/backend/managers/manager.py:1265\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Running as Flatpak, sandboxing userdir…\"\n\n#: bottles/backend/managers/manager.py:1267\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Sandboxing userdir…\"\n\n#: bottles/backend/managers/manager.py:1308\nmsgid \"Setting Windows version…\"\nmsgstr \"Setting Windows version…\"\n\n#: bottles/backend/managers/manager.py:1318\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Apply CMD default settings…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimizing environment…\"\n\n#: bottles/backend/managers/manager.py:1337\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Applying environment: {0}…\"\n\n#: bottles/backend/managers/manager.py:1347\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Using a custom environment recipe…\"\n\n#: bottles/backend/managers/manager.py:1350\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Recipe not not found or not valid…\"\n\n#: bottles/backend/managers/manager.py:1367\nmsgid \"Installing DXVK…\"\nmsgstr \"Installing DXVK…\"\n\n#: bottles/backend/managers/manager.py:1375\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installing VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1384\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Installing DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1393\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Installing dependency: %s …\"\n\n#: bottles/backend/managers/manager.py:1407\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Creating versioning state 0…\"\n\n#: bottles/backend/managers/manager.py:1415\nmsgid \"Finalizing…\"\nmsgstr \"Finalizing…\"\n\n#: bottles/backend/managers/manager.py:1426\nmsgid \"Caching template…\"\nmsgstr \"Caching template…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Committing state …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nothing to commit\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"New state [{0}] created successfully!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"States list retrieved successfully!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"State {0} restored successfully!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Restoring state {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"State not found\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"State {} is already the active state\"\n\n#: bottles/frontend/main.py:111\nmsgid \"Show version\"\nmsgstr \"Show version\"\n\n#: bottles/frontend/main.py:119\nmsgid \"Executable path\"\nmsgstr \"Executable path\"\n\n#: bottles/frontend/main.py:127\nmsgid \"lnk path\"\nmsgstr \"lnk path\"\n\n#: bottles/frontend/main.py:135 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Bottle name\"\n\n#: bottles/frontend/main.py:143\nmsgid \"Pass arguments\"\nmsgstr \"Pass arguments\"\n\n#: bottles/frontend/main.py:202\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:242\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit] request received.\"\n\n#: bottles/frontend/main.py:252\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] request received.\"\n\n#: bottles/frontend/main.py:260\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh] request received.\"\n\n#: bottles/frontend/main.py:293\nmsgid \"Donate\"\nmsgstr \"Donate\"\n\n#: bottles/frontend/main.py:298\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Third-Party Libraries and Special Thanks\"\n\n#: bottles/frontend/main.py:324\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsored and Funded by\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Bottles Developers\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles Developers\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"translator_credits\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Component version\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Uninstall\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse Files\"\nmsgstr \"Browse Files\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Download & Install\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Show Manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"License\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstall\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Report a Bug…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Dependency name\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Dependency description\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Category\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Download & Install this Dependency\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Dependency Menu\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Troubleshooting\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Browse Files…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicate Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"This is the complete archive of your bottle, including personal files.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Full Backup…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Export Configuration…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:347\nmsgid \"Show Hidden Programs\"\nmsgstr \"Show Hidden Programs\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Search for new programs\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Delete Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Secondary Menu\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Force Stop all Processes\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simulate a Windows system shutdown.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Shutdown\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simulate a Windows system reboot.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reboot\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Launch Options\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Run in Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Drop files to execute them\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"My bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Environment\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Runner\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versioning enabled for this bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versioning is active for this bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Run Executable…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programs\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Add Shortcuts…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Install Programs…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Options\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Settings\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Configure bottle settings.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependencies\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Install dependencies for programs.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:376\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Snapshots\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Create and manage bottle states.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Task Manager\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Manage running programs.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Tools\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Command Line\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Run commands inside the Bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Registry Editor\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edit the internal registry.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Legacy Wine Tools\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorer\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuration\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Uninstaller\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Control Panel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Search for dependencies…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:199\n#: bottles/frontend/ui/preferences.blp:247\nmsgid \"You're offline :(\"\nmsgstr \"You're offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles is running in offline mode, so dependencies are not available.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Report a problem or a missing dependency.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Report Missing Dependency\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Read Documentation.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentation\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Search\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Search for Programs…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"No Installers Found\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:82\nmsgid \"Read Documentation\"\nmsgstr \"Read Documentation\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52 bottles/frontend/ui/new.blp:53\nmsgid \"Name\"\nmsgstr \"Name\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Components\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"The version of the Wine compatibility layer.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Updating Runner and components, please wait…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Updating DXVK, please wait…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:278\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Updating VKD3D, please wait…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Updating DXVK-NVAPI, please wait…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:286\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"Increase responsiveness. Can be detected by some anti-cheat software.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Updating LatencyFleX, please wait…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Display\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Increase performance at the expense of visuals. Only works on Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Manage FidelityFX Super Resolution settings\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Discrete Graphics\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Post-Processing Effects\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Manage Post-Processing Layer settings\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Manage how games should be displayed on the screen using Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Manage Gamescope settings\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Advanced Display Settings\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Performance\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Enable synchronization to increase performance of multicore processors.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synchronization\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"System\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:201\nmsgid \"Monitor Performance\"\nmsgstr \"Monitor Performance\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:205\nmsgid \"Manage MangoHud settings\"\nmsgstr \"Manage MangoHud settings\"\n\n#: bottles/frontend/ui/details-preferences.blp:210\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\n\n#: bottles/frontend/ui/details-preferences.blp:220\nmsgid \"Preload Game Files\"\nmsgstr \"Preload Game Files\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\n\n#: bottles/frontend/ui/details-preferences.blp:225\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Manage vmtouch settings\"\n\n#: bottles/frontend/ui/details-preferences.blp:240\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS Game Capture\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\n\n#: bottles/frontend/ui/details-preferences.blp:250\nmsgid \"Compatibility\"\nmsgstr \"Compatibility\"\n\n#: bottles/frontend/ui/details-preferences.blp:253\nmsgid \"Windows Version\"\nmsgstr \"Windows Version\"\n\n#: bottles/frontend/ui/details-preferences.blp:256\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Updating Windows version, please wait…\"\n\n#: bottles/frontend/ui/details-preferences.blp:265\nmsgid \"Language\"\nmsgstr \"Language\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Choose the language to use with programs.\"\n\n#: bottles/frontend/ui/details-preferences.blp:274\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Dedicated Sandbox\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Use a restricted/managed environment for this bottle.\"\n\n#: bottles/frontend/ui/details-preferences.blp:278\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Manage the Sandbox Permissions\"\n\n#: bottles/frontend/ui/details-preferences.blp:294\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles Runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\n\n#: bottles/frontend/ui/details-preferences.blp:305\nmsgid \"Steam Runtime\"\nmsgstr \"Steam Runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\n\n#: bottles/frontend/ui/details-preferences.blp:314\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Working Directory\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:317\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:157\nmsgid \"Reset to Default\"\nmsgstr \"Reset to Default\"\n\n#: bottles/frontend/ui/details-preferences.blp:338\n#: bottles/frontend/ui/preferences.blp:178 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:221\nmsgid \"(Default)\"\nmsgstr \"(Default)\"\n\n#: bottles/frontend/ui/details-preferences.blp:346\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL Overrides\"\n\n#: bottles/frontend/ui/details-preferences.blp:356\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Environment Variables\"\n\n#: bottles/frontend/ui/details-preferences.blp:366\nmsgid \"Manage Drives\"\nmsgstr \"Manage Drives\"\n\n#: bottles/frontend/ui/details-preferences.blp:380\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatic Snapshots\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\n\n#: bottles/frontend/ui/details-preferences.blp:390\nmsgid \"Compression\"\nmsgstr \"Compression\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\n\n#: bottles/frontend/ui/details-preferences.blp:400\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Use Exclusion Patterns\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Exclude paths in snapshots.\"\n\n#: bottles/frontend/ui/details-preferences.blp:404\nmsgid \"Manage Patterns\"\nmsgstr \"Manage Patterns\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Refresh\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Stop process\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"No Snapshots Found\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Create your first snapshot to start saving states of your preferences.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"A short comment\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Save the bottle state.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Create new Snapshot\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Details\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Go Back\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operations\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Select Bottle\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Cancel\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Select\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Create New Bottle\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles Crash Report\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:507\n#: bottles/frontend/views/bottle_details.py:603\n#: bottles/frontend/views/bottle_preferences.py:746\n#: bottles/frontend/views/preferences.py:212\nmsgid \"_Cancel\"\nmsgstr \"_Cancel\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Send Report\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"I still want to report.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Advanced options\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Incomplete package\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Quit\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"New Override\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Overrides\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Drives\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Letter\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Existing Drives\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplicate Bottle\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicate\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Enter a name for the duplicate of the Bottle.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplicating…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"This could take a while.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottle Duplicated\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Variable Name\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Existing Variables\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Exclusion Patterns\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Pattern\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Existing Patterns\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope Settings\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Save\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Manage how games should be displayed.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Game Resolution\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Uses the resolution of the video game as a reference in pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Width\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Height\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Window Resolution\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Miscellaneous\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Frame Rate Limit\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Frame Rate Limit When Unfocused\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Integer Scaling\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Window Type\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Borderless\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Fullscreen\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Do you want to proceed with the installation?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Start Installation\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Proceed\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Completed!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Show Programs\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Installation Failed!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Something went wrong.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"All messages\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Critical\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Errors\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Warnings\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Info\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Journal Browser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Change Logging Level.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"All\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Those arguments will be passed at launch.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Custom Arguments\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Command Arguments\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Post-run Script\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:53\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Choose a script which should be executed after run.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Choose a Script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose from where start the program.\"\nmsgstr \"Choose from where start the program.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Choose a Directory\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"These settings will override the default settings for this executable.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Preferences Overrides\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Reset to Bottle's Defaults\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtual Desktop\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:42\nmsgid \"Display On Game Start\"\nmsgstr \"Display On Game Start\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:43\nmsgid \"Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).\"\nmsgstr \"\"\n\"Display HUD as soon as the game starts. Can be toggled in-game \"\n\"(default keybind: [⇧ Right Shift] + [F12]).\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton Disclaimer\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Use Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime \"\n\"(if present in the system and detected by Bottles) in order to allow it to \"\n\"access the necessary libraries and limit compatibility problems. Be aware \"\n\"that GloriousEggroll, the runner's provider, is not responsible for any \"\n\"problems and we ask that you do not report to them.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"I got it.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Rename\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Choose a new name for the selected program.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"New Name\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Run With Arguments\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:404\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Run\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Write below the arguments to be passed to the executable.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"e.g.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Sandbox Settings\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Share Network\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Share Sound\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Upgrade Needed\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continue\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Launch upgrade\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"New Versioning System\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"The new bottle versioning system has landed.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Re-initializing Repository…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Done! Please restart Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Post-Processing Effects Settings\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Default\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Default Settings\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Effects are applied according to the list order.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Effects\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Contrast Adaptive Sharpening\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Sharpness\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Show Information\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Denoised Luma Sharpening\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Denoise\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Fast Approximate Anti-Aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Subpixel Quality\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Quality Edge Threshold\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Quality Edge Threshold Minimum\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Subpixel Morphological Anti-Aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Edge Detection\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Threshold\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Max Search Steps\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Max Search Steps Diagonal\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Max Corner Rounding\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA corner rounding specifies the strength of rounding edge corners.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Builtin (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Native (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Builtin, then Native\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Native, then Builtin\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Remove\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/point/to/path\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Value\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine prefix name\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Manager\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"This Wine prefix was already imported in Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Import a Bottle backup\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Search again for prefixes\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"No Prefixes Found\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Full Archive\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Show Manifest…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Read Review…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Installer name\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Installer description\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Unknown\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Install this Program\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Program Menu\"\n\n#: bottles/frontend/ui/library-entry.blp:33\nmsgid \"No Thumbnail\"\nmsgstr \"No Thumbnail\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Launch\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Launch with Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Item name\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Remove from Library\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Stop\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Library\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Add items here from your bottle's program list\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versioning is active in this bottle.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"This bottle looks damaged.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Execute in this Bottle\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Run Here\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Search your bottles…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Create New Bottle…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"No Results Found\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Try a different search.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Starting up…\"\n\n#: bottles/frontend/ui/loading.blp:22\nmsgid \"Continue Offline\"\nmsgstr \"Continue Offline\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"This resource is missing.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Browse\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_reate\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Application\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Gaming\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"C_ustom\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Share User Directory\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architecture\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32-bit should only be used if strictly necessary.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Import a custom configuration.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Bottle Directory\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Directory that will contain the data of this bottle.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Close\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"This name is unavailable, please try another.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Previous\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Welcome to Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Run Windows Software on Linux.\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows in Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Almost Done\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"We need a few more minutes to set everything up…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"All Ready!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Please Finish the setup first\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Start using Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Next\"\n\n#: bottles/frontend/ui/preferences.blp:5 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferences\"\n\n#: bottles/frontend/ui/preferences.blp:12\n#: bottles/frontend/ui/preferences.blp:40\nmsgid \"General\"\nmsgstr \"General\"\n\n#: bottles/frontend/ui/preferences.blp:15\nmsgid \"Appearance\"\nmsgstr \"Appearance\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Dark Mode\"\nmsgstr \"Dark Mode\"\n\n#: bottles/frontend/ui/preferences.blp:19\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Whether Bottles should use the dark color scheme.\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Show Update Date\"\nmsgstr \"Show Update Date\"\n\n#: bottles/frontend/ui/preferences.blp:30\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Whether to show the update date in the bottle list.\"\n\n#: bottles/frontend/ui/preferences.blp:43\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Notifications\"\nmsgstr \"Notifications\"\n\n#: bottles/frontend/ui/preferences.blp:44\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Show notifications for downloads and installs.\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Temp Files\"\nmsgstr \"Temp Files\"\n\n#: bottles/frontend/ui/preferences.blp:54\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Clean temp files when Bottles launches?\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Close Bottles After Starting a Program\"\n\n#: bottles/frontend/ui/preferences.blp:64\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Close Bottles after starting a program from the file manager.\"\n\n#: bottles/frontend/ui/preferences.blp:74\nmsgid \"Integrations\"\nmsgstr \"Integrations\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton Prefixes\"\n\n#: bottles/frontend/ui/preferences.blp:78\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"List and manage Steam Proton prefixes.\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"List Steam Apps in Programs List\"\n\n#: bottles/frontend/ui/preferences.blp:99\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Requires Steam for Windows installed in the bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"List Epic Games in Programs List\"\n\n#: bottles/frontend/ui/preferences.blp:109\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Requires Epic Games Store installed in the bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"List Ubisoft Games in Programs List\"\n\n#: bottles/frontend/ui/preferences.blp:119\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Requires Ubisoft Connect installed in the bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:129\nmsgid \"Advanced\"\nmsgstr \"Advanced\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Pre-Release\"\nmsgstr \"Pre-Release\"\n\n#: bottles/frontend/ui/preferences.blp:133\nmsgid \"Display unstable versions of runners and components.\"\nmsgstr \"Display unstable versions of runners and components.\"\n\n#: bottles/frontend/ui/preferences.blp:142\nmsgid \"Force Offline Mode\"\nmsgstr \"Force Offline Mode\"\n\n#: bottles/frontend/ui/preferences.blp:143\nmsgid \"\"\n\"Force disable any network activity even with available network connection.\"\nmsgstr \"\"\n\"Force disable any network activity even with available network connection.\"\n\n#: bottles/frontend/ui/preferences.blp:152\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles Directory\"\n\n#: bottles/frontend/ui/preferences.blp:153\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Directory that contains the data of your Bottles.\"\n\n#: bottles/frontend/ui/preferences.blp:188\nmsgid \"Runners\"\nmsgstr \"Runners\"\n\n#: bottles/frontend/ui/preferences.blp:202\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles is running in offline mode, so runners are not available.\"\n\n#: bottles/frontend/ui/preferences.blp:236\nmsgid \"DLL Components\"\nmsgstr \"DLL Components\"\n\n#: bottles/frontend/ui/preferences.blp:250\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles is running in offline mode, so DLLs are not available.\"\n\n#: bottles/frontend/ui/preferences.blp:282\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:295\nmsgid \"Core\"\nmsgstr \"Core\"\n\n#: bottles/frontend/ui/preferences.blp:299\nmsgid \"Runtime\"\nmsgstr \"Runtime\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:309\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Experiments\"\nmsgstr \"Experiments\"\n\n#: bottles/frontend/ui/preferences.blp:312\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\n\n#: bottles/frontend/ui/preferences.blp:315\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox per bottle\"\n\n#: bottles/frontend/ui/preferences.blp:316\nmsgid \"In early development.\"\nmsgstr \"In early development.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Launch with Terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Browse Path\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Change Launch Options…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Add to Library\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Add Desktop Entry\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Add to Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Rename…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Hide Program\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Show Program\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Remove from List\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Program name\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"State id\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"State comment\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Restore this Snapshot\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Delete message\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Main Menu\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Import…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Help\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"About Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:193\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"File \\\"{0}\\\" is not a .exe or .msi file\"\n\n#: bottles/frontend/views/bottle_details.py:209\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Updated: %s\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" added\"\n\n#: bottles/frontend/views/bottle_details.py:273\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Select Executable\"\n\n#: bottles/frontend/views/bottle_details.py:276\nmsgid \"Add\"\nmsgstr \"Add\"\n\n#: bottles/frontend/views/bottle_details.py:349\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Hide Hidden Programs\"\n\n#: bottles/frontend/views/bottle_details.py:386\n#: bottles/frontend/widgets/library.py:163\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Launching \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:416\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Be Aware of Sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:417\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\n\n#: bottles/frontend/views/bottle_details.py:419\n#: bottles/frontend/views/bottle_details.py:528\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Dismiss\"\n\n#: bottles/frontend/views/bottle_details.py:432\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Select the location where to save the backup config\"\n\n#: bottles/frontend/views/bottle_details.py:434\nmsgid \"Export\"\nmsgstr \"Export\"\n\n#: bottles/frontend/views/bottle_details.py:436\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Select the location where to save the backup archive\"\n\n#: bottles/frontend/views/bottle_details.py:438\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\n#: bottles/frontend/views/bottle_details.py:443\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Backup created for \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:445\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Backup failed for \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:504\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Are you sure you want to permanently delete \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:505\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"This will permanently delete all programs and settings associated with it.\"\n\n#: bottles/frontend/views/bottle_details.py:508\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"_Delete\"\nmsgstr \"_Delete\"\n\n#: bottles/frontend/views/bottle_details.py:524\nmsgid \"Missing Runner\"\nmsgstr \"Missing Runner\"\n\n#: bottles/frontend/views/bottle_details.py:525\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\n\n#: bottles/frontend/views/bottle_details.py:600\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Are you sure you want to force stop all processes?\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"This can cause data loss, corruption, and programs to malfunction.\"\n\n#: bottles/frontend/views/bottle_details.py:604\nmsgid \"Force _Stop\"\nmsgstr \"Force _Stop\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"This feature is unavailable on your system.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} To add this feature, please run flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"This bottle name is already in use.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:240\nmsgid \"Select Working Directory\"\nmsgstr \"Select Working Directory\"\n\n#: bottles/frontend/views/bottle_preferences.py:422\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Directory that contains the data of \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:743\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Are you sure you want to delete all snapshots?\"\n\n#: bottles/frontend/views/bottle_preferences.py:744\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"This will delete all snapshots but keep your files.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Please migrate to the new Versioning system to create new states.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installers\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operations in progress, please wait.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Return to your bottles.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Backup imported successfully\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Import failed\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:145\nmsgid \"Importing backup…\"\nmsgstr \"Importing backup…\"\n\n#: bottles/frontend/views/importer.py:117\nmsgid \"Select a Backup Archive\"\nmsgstr \"Select a Backup Archive\"\n\n#: bottles/frontend/views/importer.py:120\n#: bottles/frontend/views/importer.py:157\nmsgid \"Import\"\nmsgstr \"Import\"\n\n#: bottles/frontend/views/importer.py:154 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Select a Configuration File\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Run executable in \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Your Bottles\"\n\n#: bottles/frontend/views/loading.py:46\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Downloading ~{0} of packages…\"\n\n#: bottles/frontend/views/loading.py:47\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Fetched {0} of {1} packages\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Select Bottle Directory\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Creating Bottle…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Unable to Create Bottle\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Bottle failed to create with one or more errors.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bottle Created\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" was created successfully.\"\n\n#: bottles/frontend/views/preferences.py:134\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam was not found or Bottles does not have enough permissions.\"\n\n#: bottles/frontend/views/preferences.py:187\nmsgid \"Select Bottles Path\"\nmsgstr \"Select Bottles Path\"\n\n#: bottles/frontend/views/preferences.py:209\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Relaunch Bottles?\"\n\n#: bottles/frontend/views/preferences.py:210\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\n\n#: bottles/frontend/views/preferences.py:213\nmsgid \"_Relaunch\"\nmsgstr \"_Relaunch\"\n\n#: bottles/frontend/views/preferences.py:306\nmsgid \"Based on Valve's Wine, includes Staging and Proton patches.\"\nmsgstr \"Based on Valve's Wine, includes Staging and Proton patches.\"\n\n#: bottles/frontend/views/preferences.py:307\nmsgid \"Based on Wine upstream, includes Staging and Proton patches.\"\nmsgstr \"Based on Wine upstream, includes Staging and Proton patches.\"\n\n#: bottles/frontend/views/preferences.py:308\nmsgid \"\"\n\"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n\"includes Staging and custom patches. This is meant to be used with non-steam \"\n\"games outside of Steam.\"\nmsgstr \"\"\n\"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n\"includes Staging and custom patches. This is meant to be used with non-steam \"\n\"games outside of Steam.\"\n\n#: bottles/frontend/views/preferences.py:311\nmsgid \"\"\n\"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally \"\n\"available.\"\nmsgstr \"\"\n\"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally \"\n\"available.\"\n\n#: bottles/frontend/views/preferences.py:313\nmsgid \"Based on Wine upstream, includes Staging patches.\"\nmsgstr \"Based on Wine upstream, includes Staging patches.\"\n\n#: bottles/frontend/views/preferences.py:314\nmsgid \"\"\n\"Based on most recent bleeding-edge Valve's Proton Experimental, includes \"\n\"Staging and custom patches. Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Based on most recent bleeding-edge Valve's Proton Experimental, includes \"\n\"Staging and custom patches. Requires the Steam Runtime turned on.\"\n\n#: bottles/frontend/views/preferences.py:317\nmsgid \"Other Wine runners\"\nmsgstr \"Other Wine runners\"\n\n#: bottles/frontend/views/preferences.py:318\nmsgid \"Other Proton runners\"\nmsgstr \"Other Proton runners\"\n\n#: bottles/frontend/widgets/component.py:76\nmsgid \"Upgrade\"\nmsgstr \"Upgrade\"\n\n#: bottles/frontend/widgets/component.py:142\nmsgid \"Installing…\"\nmsgstr \"Installing…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest for {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" uninstalled\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" installed\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" failed to install\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" imported\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"This program works with minor glitches.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"This program works perfectly.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Review for {0}\"\n\n#: bottles/frontend/widgets/library.py:176\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Stopping \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Launching \\\"{0}\\\" with Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" hidden\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" showed\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" removed\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Desktop Entry created for \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" added to your library\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" added to your Steam library\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Show report\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Updating display settings, please wait…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Display settings updated\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"No overrides found.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Select Drive Path\"\n\n#: bottles/frontend/windows/envvars.py:135\nmsgid \"No environment variables defined.\"\nmsgstr \"No environment variables defined.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:105\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"No exclusion patterns defined.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"An error has occurred.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copy to clipboard\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Select Resource File\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Installing Windows dependencies…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configuring the bottle…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Processing installer steps…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Installing the {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Performing final checks…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Installing {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} is now available in the programs view.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Installer failed with unknown error\"\n\n#: bottles/frontend/windows/launchoptions.py:55\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} is already disabled for this bottle.\"\n\n#: bottles/frontend/windows/launchoptions.py:56\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"This setting is different from the bottle's default.\"\n\n#: bottles/frontend/windows/launchoptions.py:214\nmsgid \"Select Script\"\nmsgstr \"Select Script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Custom Bottles Path not Found\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Run Windows Software\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak migration\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Toggle the Flatpak migration dialog.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Dark theme\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Force the use of dark theme.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Force Offline\"\nmsgstr \"Force Offline\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"\"\n\"\\\"Force disable any network activity even with available network connection.\"\n\"\\\"\"\nmsgstr \"\"\n\"\\\"Force disable any network activity even with available network connection.\"\n\"\\\"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Toggle update date in list\"\nmsgstr \"Toggle update date in list\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Toggle the update date in list of bottles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Steam apps listing\"\nmsgstr \"Steam apps listing\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Toggle steam apps listing.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games listing\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Toggle epic games listing.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect listing\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Toggle ubisoft connect listing.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window width\"\nmsgstr \"Window width\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window width.\"\nmsgstr \"Change the window width.\"\n\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Window height\"\nmsgstr \"Window height\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Change the window height.\"\nmsgstr \"Change the window height.\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Show notifications.\"\nmsgstr \"Show notifications.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Temp cleaning\"\nmsgstr \"Temp cleaning\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Clean the temp path when booting the system.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Release Candidate\"\nmsgstr \"Release Candidate\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Toggle release candidate for runners.\"\n\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Startup view\"\nmsgstr \"Startup view\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Choose which view the application should be started in.\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton Support\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Toggle Steam Proton prefixes support.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experiments:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Toggle experimental Sandbox per bottle.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Automatically close Bottles\"\nmsgstr \"Automatically close Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Close Bottles after starting an executable from the file manager.\"\n\n#: data/com.usebottles.bottles.gschema.xml:91\nmsgid \"Show sandbox warning\"\nmsgstr \"Show sandbox warning\"\n\n#: data/com.usebottles.bottles.gschema.xml:92\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Toggle sandbox warning.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"\"\n\"Bottles lets you run Windows software on Linux, such as applications and \"\n\"games. It introduces a workflow that helps you organize by categorizing each \"\n\"software to your liking. Bottles provides several tools and integrations to \"\n\"help you manage and optimize your applications.\"\nmsgstr \"\"\n\"Bottles lets you run Windows software on Linux, such as applications and \"\n\"games. It introduces a workflow that helps you organize by categorizing each \"\n\"software to your liking. Bottles provides several tools and integrations to \"\n\"help you manage and optimize your applications.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Features:\"\nmsgstr \"Features:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:14\nmsgid \"Use pre-configured environments as a base\"\nmsgstr \"Use pre-configured environments as a base\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:15\nmsgid \"Change runners for any bottle\"\nmsgstr \"Change runners for any bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"Various optimizations and options for gaming\"\nmsgstr \"Various optimizations and options for gaming\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Repair in case software or bottle is broken\"\nmsgstr \"Repair in case software or bottle is broken\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:18\nmsgid \"Install various known dependencies\"\nmsgstr \"Install various known dependencies\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Integrated task manager to manage and monitor processes\"\nmsgstr \"Integrated task manager to manage and monitor processes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"Backup and restore\"\nmsgstr \"Backup and restore\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:69\nmsgid \"Fix runners and components from not showing when prereleases are off\"\nmsgstr \"Fix runners and components from not showing when prereleases are off\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:70\nmsgid \"Fix Steam runtime compatibility with Wine runners\"\nmsgstr \"Fix Steam runtime compatibility with Wine runners\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:75\nmsgid \"A few bug fixes\"\nmsgstr \"A few bug fixes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:80\nmsgid \"Support for the double-DLL VKD3D\"\nmsgstr \"Support for the double-DLL VKD3D\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:81\nmsgid \"Updated Flatpak runtime\"\nmsgstr \"Updated Flatpak runtime\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:82\nmsgid \"Minor improvement and fixes to the library\"\nmsgstr \"Minor improvement and fixes to the library\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:83\nmsgid \"Fix the Steam link not being correct\"\nmsgstr \"Fix the Steam link not being correct\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Download stable component by default\"\nmsgstr \"Download stable component by default\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:85\nmsgid \"Make window remember dimensions\"\nmsgstr \"Make window remember dimensions\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:90\nmsgid \"Update metadata information\"\nmsgstr \"Update metadata information\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"Add more update information and correct release notes version\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:100\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Fixed \\\"Add to Steam\\\" button\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Fixed BottleConfig being not serializable\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:102\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Fixed Patool double extraction failing\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:107\nmsgid \"Correct version\"\nmsgstr \"Correct version\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Fix crash when creating a bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Major change: Redesign New Bottle interface\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:118\nmsgid \"Quality of life improvements:\"\nmsgstr \"Quality of life improvements:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Replace emote-love icon with a library in library page\"\nmsgstr \"Replace emote-love icon with a library in library page\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Add toast for \\\"Run Executable\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Bug fixes:\"\nmsgstr \"Bug fixes:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:125\nmsgid \"Adding a shortcut to Steam resulted in an error\"\nmsgstr \"Adding a shortcut to Steam resulted in an error\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:126\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importing backups resulted an error\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:127\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Steam Runtime automatically enabled when using wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:128\nmsgid \"\"\n\"Various library-related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Various library-related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:129\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Fix various issues related to text encoding\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:136\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"Fix error when downloading if Bottles isn't run from terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:143\nmsgid \"Correct version date\"\nmsgstr \"Correct version date\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:144\nmsgid \"Hide NVIDIA-related critical errors on non-NVIDIA systems\"\nmsgstr \"Hide NVIDIA-related critical errors on non-NVIDIA systems\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope improvements and fixes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Dependency installation is faster and more stable\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"The health check has more information for faster debugging\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"NVAPI has a lot of fixes and is more stable, should now work properly\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Fix crash when downloading a component\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Backend code improvement by avoiding spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More variables for installer scripting\"\nmsgstr \"More variables for installer scripting\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was not ready\"\nmsgstr \"Fix onboard dialog showing \\\"All ready\\\" while it was not ready\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"Improvement to build system\"\nmsgstr \"Improvement to build system\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:160\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Enabling VKD3D by default when creating bottles for gaming\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:161\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Fix crashes when reading Steam files with bad encodings\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:162\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:163\nmsgid \"More FSR fixes\"\nmsgstr \"More FSR fixes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:164\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Fix the issue when a program closes after it was launched from \"\n\"\\\"Run executable\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:165\nmsgid \"and many, many, many more!\"\nmsgstr \"and many, many, many more!\"\n"
  },
  {
    "path": "po/bs.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:51+0000\\n\"\n\"Last-Translator: Emin Macanović <macanovic.emin@gmail.com>\\n\"\n\"Language-Team: Bosnian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"bs/>\\n\"\n\"Language: bs\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=\"\n\"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? \"\n\"1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nije navedena lokacija\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sigurnosna kopija {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Uvozim sigurnosnu kopiju: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Instalacija komponenti nije uspješna, pokušano 3 puta.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Nedostaju bitne komponente. Instaliranje…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Neuspješno stvaranje direktorija za bocu.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Neuspješno stvaranje privremenog direktorija/fajla.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generiranje konfiguracije boce…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Šablon nađen, primjenjivanje…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine konfiguracija se ažurira…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine konfiguracija ažurirana!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Pokrenuto u Flatpaku, sandboxanje korisničkog direktorija…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/ca.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-02-17 07:09+0000\\n\"\n\"Last-Translator: Gerard Ricart Castells <gerard.ricart@gmail.com>\\n\"\n\"Language-Team: Catalan <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"ca/>\\n\"\n\"Language: ca\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.16\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"No s'ha especificat cap camí\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Còpia de seguretat {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"S'està important la còpia de seguretat: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"No s'ha pogut instal·lar els components, s'ha intentat 3 vegades.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Falten components essencials. S'està instal·lant…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"No s'ha pogut crear el directori d'ampolles.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"No s'ha pogut crear el directori/fitxer de marcador de posició.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"S'està generant la configuració de l'ampolla…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"S'ha trobat una plantilla, s'està aplicant…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"S'està actualitzant la configuració de Wine…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configuració de Wine actualitzada!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"S'està executant com Flatpak, aïllant el directori d'usuari…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Aïllant el directori d'usuari…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"S’està configurant la versió del Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Aplica els paràmetres per defecte de CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"S'està optimitzant l'entorn…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Aplicant l'entorn: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Utilitzant una recepta d'entorn personalitzada…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) No s'ha trobat la recepta o no és vàlida…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"S'està instal·lant DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"S'està instal·lant VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"S'està instal·lant DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"S'està instal·lant la dependència: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"S'està creant l'estat de versionat 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"S'està finalitzant…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"S’està emmagatzemant la plantilla en memòria cau…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Cometent estat…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Res a cometre\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nou estat [{0}] creat correctament!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"La llista d'estats s'ha recuperat correctament!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"L'estat {0} s'ha restaurat correctament!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"S'està restaurant l'estat {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Estat no trobat\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"L'estat {} ja és l'estat actiu\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Mostra la versió\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Camí executable\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"camí lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nom de l'ampolla\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Passar arguments\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI no vàlid (sintaxi: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"S'ha rebut la sol·licitud [Surt].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"S'ha rebut la sol·licitud d'[Ajuda].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"S'ha rebut la sol·licitud [Actualització].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Doneu\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Biblioteques de tercers i agraïments especials\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Patrocinat i Finançat per\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Drets d'autor © 2017 - Desenvolupadors de Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Desenvolupadors de Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"crèdits_traductors\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versió del component\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Desinstal·lar\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Explorar els fitxers\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"La instal·lació ha fallat. Això pot ser degut a un error del repositori, una \"\n\"descàrrega parcial o una falta de coincidència de la suma de verificació. \"\n\"Premeu per tornar-ho a provar.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Baixar i instal·lar\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Mostra el manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Llicencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstal·lar\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Informa d'un error…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nom de la dependència\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descripció de la dependència\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Baixar i instal·lar aquesta dependència\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"S'ha produït un error d'instal·lació. Reinicieu Bottles per llegir l'informe \"\n\"de tancament inesperat o inicieu-lo des del terminal per llegir la sortida.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menú de dependències\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Resolució de problemes\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Navega pels fitxers…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicar l'ampolla…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Aquest és l'arxiu complet de la vostra ampolla, inclosos els fitxers \"\n\"personals.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Còpia de seguretat completa…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Aquesta és només la configuració de l'ampolla, és perfecta si en voleu crear-\"\n\"ne una de nova però sense fitxers personals.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportar la configuració…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Mostra programes ocults\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Cerca de nous programes\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Suprimeix l'ampolla…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menú Secundari\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Força l'aturada de tots els processos\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simula un tancament del sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Tancar\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simula un reinici del sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opcions de llançament\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Executar a la terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Deixeu anar fitxers per executar-los\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"La meva ampolla\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Entorn\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Corredor\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versions activades per a aquesta ampolla\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"El versionat està actiu en aquesta ampolla.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Iniciar l'executable…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programes\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Clica \\\"Iniciar executable...\\\" per obrir un fitxer executable, \"\n\"\\\"Afig dreceres…\\\" per afegir un fitxer executable a la llista de programes, \"\n\"o \\\"Insta·lar programes...\\\" per instal·lar programes escollits per la \"\n\"comunitat.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Afig dreceres…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instal·lar Programes…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opcions\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Configuració\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Configura la configuració de l'ampolla.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependències\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instal·la dependències per a programes.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Instantànies\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Crea i gestiona els estats de les ampolles.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gestor de Tasques\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gestiona els programes en funcionament.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Eines\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Línia d'ordres\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Executeu ordres dins de l'ampolla.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor del registre\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Editeu el registre intern.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Eines de Wine heretades\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorador\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuració\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Desinstal·lador\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Tauler de control\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Cercar dependències…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Esteu fora de línia :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles està corrent en mode fora de línia, així que les dependències no \"\n\"estan disponibles.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Les dependències són recursos que milloren la compatibilitat del programari \"\n\"Windows.\\n\"\n\"\\n\"\n\"Els fitxers d'aquesta pàgina són proporcionats per tercers sota una \"\n\"llicència propietària. En instal·lar-los, vostè accepta els seus respectius \"\n\"termes de llicència.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Informar d'un problema o d'una dependència que falta.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Informa d'una dependència que falta\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Llegeix la documentació.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentació\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Cercar\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Cercar programes…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instal·la programes seleccionats per la nostra comunitat.\\n\"\n\"\\n\"\n\"Els fitxers d’aquesta pàgina són proporcionats per tercers sota una \"\n\"llicència de propietat. En instal·lar-los, esteu d’acord amb els termes de \"\n\"llicència.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"No s'han trobat instal·ladors\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"El repositori no és accessible o cap instal·lador és compatible amb aquesta \"\n\"ampolla.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Llegir documentació\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nom\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Components\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"La versió de la capa de compatibilitat Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"S'està actualitzant el corredor i els components, espereu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Millora la compatibilitat de Direct3D 8/9/10/11 traduint-ho a Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"S'està actualitzant DXVK, espereu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Millora la compatibilitat de Direct3D 12 traduint-ho a Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"S'està actualitzant VKD3D, espereu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"S'està actualitzant DXVK-NVAPI, espereu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Augmenta la capacitat de resposta. Pot ser detectat per alguns programes \"\n\"antitrampes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"S'està actualitzant LatencyFleX, si us plau espereu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Pantalla\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Súper mostreig d'aprenentatge profund\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Augmentar el rendiment a costa dels gràfics mitjançant DXVK-NVAPI. Només \"\n\"funciona en les targetes gràfiques NVIDIA GPUs més noves.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"Súper resolució FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Augmentar el rendiment a costa dels gràfics. Només funciona a Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Gestiona els paràmetres del FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"GPU dedicada\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Utilitza la GPU dedicada per tal d'augmentar el rendiment en detriment del \"\n\"consum d'energia.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efectes de postprocessat\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Afig diversos efectes de postprocessat amb vkBasalt. Sols funciona a Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Gestioneu els paràmetres de la capa de postprocessat\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Gestioneu com deurien mostrar-se els jocs a la pantalla utilitzant Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gestiona els paràmetres del Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Paràmetres de la pantalla avançats\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Rendiment\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Habilita la sincronització per augmentar el rendiment dels processadors \"\n\"multinucli.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronització\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Rendiment del monitor\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Mostra informació de monitoratge com ara fotogrames per segon, temperatura, \"\n\"càrrega de la CPU/GPU i més a OpenGL i Vulkan a través de MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Mode de joc feral\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Aplicar un conjunt d'optimitzacions a l'aparell. Pot millorar el rendiment \"\n\"de joc.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Carregueu prèviament els fitxers del joc\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Millora el temps de càrrega en iniciar el joc múltiples vegades. El joc \"\n\"tardarà més temps en iniciar-se per primera vegada.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gestioneu la configuració de vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Captura de joc de l'OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Commuta la captura de joc de l'OBS per a tots els programes Vulkan i OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Comptabilitat\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Versió del Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"S'està actualitzant la versió de Windows, espereu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Trieu l'idioma que voleu utilitzar amb els programes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Espai aïllat dedicat\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Utilitzeu un entorn restringit/gestionat per a aquesta ampolla.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Gestioneu els permisos d'espai aïllat\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Entorn d’execució del Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Proporciona un paquet de biblioteques addicionals per a més compatibilitat. \"\n\"Desactiveu-lo si teniu problemes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Entorn d’execució de l’Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Proporciona un paquet de biblioteques addicionals per a més compatibilitat \"\n\"amb jocs de Steam. Desactiveu-lo si teniu problemes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Directori de treball\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Restableix al valor per defecte\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Per defecte)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Substitució de DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variables d'entorn\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gestionar unitats\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Instantànies automàtiques\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Crea instantànies automàticament abans d'instal·lar programari o modificar \"\n\"paràmetres.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compressió\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Comprimeix les instantànies per estalviar espai. Pot ralentitzar la creació \"\n\"d'instantànies.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Utilitzar patrons d'exclusió\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Exclou camins en les instantànies.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gestionar patrons\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Actualitza\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Atura el procés\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"No s’ha trobat cap instantània\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Creeu la primera instantània per començar a guardar l'estat de les vostres \"\n\"preferències.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Un breu comentari\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Deseu l'estat de l'ampolla.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Crea una nova instantània\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detalls\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Retornar\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operacions\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Seleccioneu ampolla\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Cancel·lar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Seleccioneu\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Crea una ampolla nova\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Informe de tancament inesperat del Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Cancel·lar\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Envia l’informe\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"El Bottles s’ha tancat inesperadament. Empleneu un informe, adjuntant la \"\n\"traça següent per a ajudar-nos a identificar el problema i evitar que passi \"\n\"una altra vegada.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Hem trobat un o més informes semblants (o idèntics). Assegureu-vos de \"\n\"comprovar acuradament que encara no s'ha informat abans d'enviar-ne un de \"\n\"nou. Cada informe requereix un esforç per part dels desenvolupadors per \"\n\"diagnosticar, si us plau, respecteu el seu treball i assegureu-vos que no \"\n\"publiqueu duplicats.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Tot i així vull informar.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opcions avançades\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Paquet incomplet\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Aquesta versió de Bottles no sembla proporcionar totes les dependències \"\n\"bàsiques necessàries, poseu-vos en contacte amb el mantenidor del paquet o \"\n\"utilitzeu una versió oficial.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Sortir\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Les biblioteques d'enllaços dinàmics es poden especificar perquè siguin \"\n\"integrades (proporcionades pel Wine) o natives (proporcionades pel programa).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nova substitució\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Substitucions\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Unitats\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Aquests són els camins del vostre sistema amfitrió que el corredor mapa i \"\n\"reconeix com a dispositius (p. e. C:, D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Lletra\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Unitats existents\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplica l’ampolla\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicat\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Introduïu un nom per al duplicat de l'ampolla.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"S’està duplicant…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Açò podria tardar una estona.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Ampolla duplicada\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Les variables d'entorn són valors amb nom dinàmic que poden afectar la \"\n\"manera com es comportaran els processos en execució a l'ampolla.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nom de la variable\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variables existents\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Patrons d'exclusió\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definiu patrons que s'utilitzaran per evitar que es versionin alguns \"\n\"directoris.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Patró\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Patrons existents\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Paràmetres del Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Desar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Gestioneu com deurien mostrar-se els jocs.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Resolució del joc\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Utilitza la resolució del videojoc com a referència en píxels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Amplada\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Alçada\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Resolució de la finestra\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Escala la resolució quan s'utilitza una resolució superior a la del joc.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Miscel·lani\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Límit de taxa de fotogrames\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Límit de taxa de fotogrames (desenfocat)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Escalat d'enters\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Tipus de finestra\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Sense vores\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Pantalla completa\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Vols procedir amb la instal·lació?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Iniciar instal·lació\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Aquest instal·lador requereix alguns recursos locals que no es poden \"\n\"proporcionar d'una altra manera.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Procedir\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Completat!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Mostra els programes\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Instal·lació fallida!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Quelcom ha anat malament.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Tots els missatges\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Crític\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Errors\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Advertències\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informació\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Navegador del diari\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Navegador del diari\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Canvieu el nivell d'enregistrament.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Tots\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Aquests arguments es passaran al llançament.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Arguments personalitzats\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Arguments d’ordres\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"p. e.: VAR=valor %comandament% -exemple1 -exemple2 -exemple3=hola\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script post-execució\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Trieu un script que s'hagi d'executar després de l'execució.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Trieu un script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Trieu des d'on començar el programa.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Trieu un directori\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Aquests paràmetres substituiran la configuració per defecte d’aquest \"\n\"executable.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Substitució de les preferències\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Restableix als valors per defecte de l'ampolla\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Escriptori virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Avís legal de Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Utilitza Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Aneu amb compte, utilitzar corredors basats en Proton en ampolles que no \"\n\"siguin de Steam pot causar problemes i evitar que es comportin correctament.\"\n\"\\n\"\n\"\\n\"\n\"Us recomanem que utilitzeu Wine-GE, una versió de Proton destinada a \"\n\"funcionar fora de Steam.\\n\"\n\"\\n\"\n\"Si seguiu, s'habilitarà automàticament el temps d'execució de Steam \"\n\"(si està present al sistema i detectat per Bottles) per tal de permetre-li \"\n\"accedir a les biblioteques necessàries i limitar els problemes de \"\n\"compatibilitat. Tingueu en compte que GloriousEggroll, el proveïdor del \"\n\"corredor, no es fa responsable de cap problema i us demanem que no els \"\n\"comuniqueu.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Ho entenc.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Canvia el nom\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Trieu un nom nou per al programa seleccionat.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nom nou\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Executa amb arguments\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Executar\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Escriviu a sota dels arguments que s'han de passar a l'executable.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"p. ex.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Configuració de l'espai aïllat\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Comparteix la xarxa\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Comparteix el so\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Actualització necessària\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continua\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Inicieu l'actualització\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nou sistema de versionat\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"El nou sistema de versions d'ampolles ha aterrat.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles té un sistema de versionat completament nou que no és compatible amb \"\n\"versions anteriors. \\n\"\n\"\\n\"\n\"Per continuar utilitzant el versionat hem de tornar a inicialitzar el \"\n\"repositori d'ampolles. Això no suprimirà les dades de l'ampolla però \"\n\"suprimirà totes les instantànies existents i en crearà una nova.\\n\"\n\"\\n\"\n\"Si heu de tornar a una instantània anterior abans de continuar, tanqueu \"\n\"aquesta finestra i restaureu la instantània, després torneu a obrir \"\n\"l'ampolla per tornar a mostrar aquesta finestra.\\n\"\n\"\\n\"\n\"El sistema antic es descatalogarà en una de les properes versions.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"S'està reinicialitzant el repositori…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Fet! Si us plau, reinicieu Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Paràmetres dels efectes de postprocessat\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Per defecte\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Configuració per defecte\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Els efectes s'apliquen segons l'ordre de la llista.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efectes\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Agudització adaptativa del contrast\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Nitidesa\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Mostra informació\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Agudització Luma amb reducció de soroll\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Reduir el soroll\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Antialiàsing ràpid aproximat\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Qualitat de subpíxel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Llindar de qualitat de les vores\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Llindar mínim de la qualitat de les vores\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Anti-aliasing morfològic de subpíxels\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detecció de vores\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Llindar\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Passos màxims de cerca\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Passos màxims de cerca diagonal\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Arrodoniment màxim de cantonada\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"La nitidesa CAS augmenta la nitidesa d'un fotograma. Els valors més alts fan \"\n\"que el fotograma sigui més nítid, mentre que els valors inferiors a 0 fan \"\n\"que el fotograma sigui més suau que el natiu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"La nitidesa DLS augmenta la nitidesa d'un fotograma. Els valors més alts fan \"\n\"que el fotograma sigui més nítid.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS denoise redueix el soroll d'un fotograma. Els valors més alts fan que el \"\n\"fotograma sigui més suau.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"La qualitat del subpíxel FXAA disminueix l'àlies al nivell del subpíxel. Els \"\n\"valors més alts fan que el fotograma sigui més suau.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"El llindar de vora FXAA és la quantitat mínima de contrast necessària per \"\n\"aplicar l'algorisme FXAA. Els valors més alts fan que el fotograma tingui \"\n\"més contrast.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"El llindar mínim de vora de qualitat FXAA és el valor mínim dels píxels \"\n\"foscos que l'algorisme FXAA ignora. Els valors més alts fan que FXAA ignori \"\n\"els píxels per sota del valor especificat i pot conduir a un augment del \"\n\"rendiment.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma detecta vores des d'una perspectiva monocroma, mentre que Color detecta \"\n\"vores basades en colors. Luma és més eficient que Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"El llindar SMAA especifica la sensibilitat de la detecció de vores. Els \"\n\"valors més baixos detecten més vores a costa del rendiment.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Els passos de cerca màxims SMAA especifica quants passos de cerca \"\n\"horitzontals i verticals es realitzen en cercar vores.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"El màxim de passos de cerca diagonals SMAA especifica quants passos de cerca \"\n\"diagonals es produeixen al cercar vores.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"L'arrodoniment de cantonada SMAA especifica la força d'arrodoniment de les \"\n\"cantonades.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Incorporat (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Natiu (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Incorporat, després natiu\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Natiu, després Incorporat\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Inhabilitat\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Suprimir\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/punt/al/camí\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valor\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Exploreu els fitxers\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nom del prefix del Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gestor\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Aquest prefix de Wine ja s'havia importat al Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importeu una còpia de seguretat del Bottles\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Torna a cercar prefixos\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"No s'ha trobat cap prefix\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"No s'han trobat prefixes externs. Té el Bottles permís per accedir?\\n\"\n\"Utilitzeu la icona de la part superior per importar una ampolla des d'una \"\n\"còpia de seguretat.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Arxiu complet\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Mostra el manifest…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Llegeir la ressenya…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nom de l'instal·lador\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Descripció de l'instal·lador\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Desconegut\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instal·leu aquest programa\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menú del programa\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Cap miniatura\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Llanceu\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Llançar amb Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nom de l'element\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Suprimeix de la Biblioteca\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Para\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Afegiu aquí elements de la llista de programes de a vostra ampolla\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"El versionat està actiu en aquesta ampolla.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Aquesta ampolla sembla malmesa.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Executa en aquesta ampolla\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Executa aquí\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Aquesta ampolla sembla malmesa, falta el fitxer de configuració. Es pot \"\n\"intentar resoldre-ho creant una nova configuració.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Cerca les vostres ampolles…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Crea una ampolla nova…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"No s’ha trobat cap resultat\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Proveu una cerca diferent.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"S'està iniciant…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Falta aquest recurs.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Navega\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Crea\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Nom de l'ampolla\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplicació\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Jocs\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_Personalitzat\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalitzat\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Compartiu el directori d'usuari\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Açò fa que el directori d'usuari siga visible a l'ampolla, exposant la \"\n\"informació personal al programari de Windows. Aquesta opció no es pot \"\n\"canviar una vegada creeu l'ampolla.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arquitectura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Sols es deurien utilitzar 32 bits si és estrictament necessari.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importa una configuració personalitzada.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Directori de l'ampolla\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Directori que contindrà les dades d'aquesta ampolla.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Tanca\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Aquest nom no està disponible. Si us plau, proveu un altre.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Us donem la benvinguda al Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Executeu programari de Windows al Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"El Windows al Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles utilitza corredors de compatibilitat per proporcionar entorns \"\n\"aïllats en contenidors semblants a Windows on s'executen programes.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Gairebé fet\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Necessitem uns minuts més per configurar-ho tot…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Tot a punt!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Si us plau, acabeu primer la configuració\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Començar a utilitzar Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Següent\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferències\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"General\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Aspecte\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Mode fosc\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Si les ampolles han d'utilitzar l'esquema de color fosc.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Mostra la data d'actualització\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Si s'ha de mostrar la data d'actualització a la llista d'ampolles.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notificacions\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Mostra les notificacions de baixades i instal·lacions.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Fitxers temporals\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Voleu netejar els fitxers temporals quan s'iniciï Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Tancar Bottles després d'iniciar un programa\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Tancar Bottles després d'iniciar un programa des del gestor de fitxers.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integracions\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixos de Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Llista i gestiona els prefixos de Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Llista les aplicacions de Steam a la llista de programes\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Requereix Steam per a Windows instal·lat a l'ampolla.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Llista Epic Games a la llista de programes\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Requereix Epic Games Store instal·lat a l'ampolla.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Llista els jocs d'Ubisoft a la llista de programes\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Requereix Ubisoft Connect instal·lat a l'ampolla.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avançat\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Directori d'ampolles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Directori que conté les dades de les vostres ampolles.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Corredors\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Bottles s'està executant fora de línia, per tant els corredors no es troben \"\n\"disponibles.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pre-alliberament\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Mostra versions inestables dels corredors.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Components DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"Bottles s'està executant fora de línia, per tant els fitxers DLLs no es \"\n\"troben disponibles.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Nucli\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Entorn d’execució\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experiments\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Aquestes característiques estan en un fort desenvolupament i poden ser \"\n\"inestables, espereu errors i trencaments.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Entorn aïllat per ampolla\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"En desenvolupament inicial.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Llanceu en un terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Explora el camí\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Canvia les opcions d’inici…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Afig a la Biblioteca\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Afegeix una entrada d’escriptori\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Afig a l’Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Canvia el nom…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Amaga el programa\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Mostra el programa\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Treu de la llista\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nom del programa\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Id. de l'estat\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Comentari d'estat\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Restaura aquesta instantània\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Suprimeix el missatge\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menú principal\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Sembla que no esteu connectat a Internet. Sense ell, no podreu descarregar \"\n\"components essencials. Feu clic a aquesta icona quan hàgiu restablit la \"\n\"connexió.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importeu…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Ajuda\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Quant al Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"El fitxer \\\"{0}\\\" no és un .exe o .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Actualitzat: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" afegit\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Seleccioneu l'executable\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Afegeix\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Amaga els programes ocults\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Llançant '{0}'…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Tingueu en compte l'espai aïllat\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles s'executa en un espai aillat, un entorn de permís restringit \"\n\"necessari per mantenir-vos segur. Si el programa no s'executa, penseu a \"\n\"moure-us dins de l'ampolla (icona de 3 punts a la part superior) i, a \"\n\"continuació, inicieu-lo des d'allà.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Descarta\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Seleccioneu la ubicació on desar la configuració de còpia de seguretat\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportar\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Seleccioneu la ubicació on voleu desar l'arxiu de còpia de seguretat\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Còpia de seguretat\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Còpia de seguretat creada per a \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"La còpia de seguretat ha fallat per a \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Segur que voleu suprimir \\\"{}\\\" permanentment?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Açò suprimirà tots els programes i les seves configuracions associades.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Suprimeix\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"No s'ha trobat un corredor\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"No s'ha el corredor demana't per aquesta ampolla. Instal·la'l fent ús de les \"\n\"preferències del Bottles o escull un nou per a executar aplicacions.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Segur que voleu forçar la parada de tots els processos?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Açò pot produir pèrdua o corrupció de dades i fer que els programes no \"\n\"funcionen correctament.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"_Parada forçada\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Aquesta funció no està disponible al vostre sistema.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Per afegir aquesta funcionalitat, executa 'flatpak install'\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"El nom de l'ampolla ja està en ús.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Seleccioneu el directori de treball\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Directori que conté les dades de \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Segur que voleu suprimir totes les instantànies?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\"Açò suprimirà totes les instantànies però mantindrà els vostres fitxers.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Si us plau, migreu al nou sistema de versions per crear nous estats.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instal·ladors\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operacions en curs, espereu.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Torna a les vostres ampolles.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"La còpia de seguretat s'ha importat correctament\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"La importació ha fallat\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"S'està important la còpia de seguretat…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Trieu un arxiu de còpia de seguretat\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importar\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Trieu un fitxer de configuració\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Inicia l'executable en \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Llançant \\\"{0}\\\" en \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Les vostres ampolles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"S'estan baixant ~{0} de paquets…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"S'han obtingut {0} dels paquets {1}\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Seleccioneu el directori de l'ampolla\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Creant l'ampolla…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"No ha sigut possible crear l'ampolla\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Un o més errors han impedir crear l'ampolla.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"S’ha creat l’ampolla\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" creat satisfactòriament.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"No s'ha trobat Steam o Bottles no té prou permisos.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Seleccioneu el camí de les ampolles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Rellançar Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles necessitarà ser rellançat per a utilitzar aquest directori.\\n\"\n\"\\n\"\n\"Assegureu-se de tancat tots els programes llançats des del Bottles abans de \"\n\"rellançar Bottles, no fer-ho podria causar pèrdua o corrupció de dades i un \"\n\"funcionament incorrecte dels programes.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Rellançar\"\n\n#: bottles/frontend/views/preferences.py:243\n#, fuzzy\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Basat en el Wine de Valve, inclou escenificacions i pegats de protons.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Altres\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Actualitza\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Instal·lant…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest per a {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" desinstal·lat\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" instal·lat\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" no s'ha pogut instal·lar\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" importat\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Aquest aplicació pot funcionar malament. L'instal·lador ha sigut configurat \"\n\"per a proporcionar la millor experiència possible, però podeu esperar \"\n\"errors, inestabilitat i característiques disfuncionals.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Aquest programa funciona amb errors notables, però aquests errors no afecten \"\n\"la funcionalitat de l'aplicació.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Aquest programa funciona amb errors petits.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Aquest programa funciona perfectament.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Ressenya per a {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Parant \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"S'està llançant \\\"{0}\\\" amb Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" amagat\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" mostrat\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" suprimit\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" reanomenat a \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Entrada d'escriptori creada per a \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"S'ha afegit \\\"{0}\\\" a la vostra biblioteca\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"S'ha afegit \\\"{0}\\\" a la vostra biblioteca de Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Mostra l'informe\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Aquest problema s'ha informat 5 vegades i no es pot tornar a \"\n\"enviar.\\n\"\n\"            Informeu els vostres comentaris en un dels informes existents a \"\n\"continuació.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"S'estan actualitzant els paràmetres de la pantalla, espereu…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Paràmetres de la pantalla actualitzats\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"No s'han trobat substitucions.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Seleccioneu el camí de la unitat\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"No s'han definit variables d'entorn.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"No s'han definit patrons d'exclusió.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"S'ha produït un error.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copiar al portapapers\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Seleccioneu el fitxer de recursos\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"S'estan instal·lant dependències de Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configurant l'ampolla…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"S'està processant els passos de l'instal·lador…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"S'està instal·lant el {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"S'estan realitzant les comprovacions finals…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"S'està instal·lant {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} ja està disponible a la vista de programes.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"L'instal·lador ha fallat amb un error desconegut\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} ja està desactivat per a aquesta ampolla.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Aquest paràmetre és diferent del valor per defecte de l’ampolla.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Seleccioneu un guió\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"No s'ha trobat el camí de les ampolles personalitzades\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Tornant al camí per defecte. Cap ampolla del camí proporcionat serà llistada.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Executeu programari de Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migració de Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Commuta el diàleg de migració de Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tema fosc\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Força l'ús del tema fosc.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Commuta la data d'actualització a la llista\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Commuta la data d'actualització a la llista d'ampolles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Llistat d'aplicacions de Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Commuta la llista d'aplicacions de Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Llistat d'Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Commuta la llista de Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Llistat d'Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Commuta la llista d'ubisoft connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Amplada de la finestra\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Canvia l'amplada de la finestra.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Alçada de la finestra\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Canvia l'alçada de la finestra.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Mostra les notificacions.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Neteja de fitxers temporals\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Netegeu el camí temporal quan arrenqueu el sistema.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Candidat d'alliberament\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Commuta el candidat de llançament per als corredors.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Vista d'inici\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Trieu en quina visualització s'ha d'iniciar l'aplicació.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Commuta les funcions experimentals com ara el control de versions i els \"\n\"instal·ladors. Alliberament del candidat per a corredors.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Suport de Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Commuta el suport dels prefixos de Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experiments:espai aïllat\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Commuta l'espai aïllat experimental per ampolla.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Tanca automàticament les ampolles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Tanqueu les ampolles després d'iniciar un executable des del gestor de \"\n\"fitxers.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Mostra l'avís d'espai aïllat\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Commuteu l'avís d'espai aïllat.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Executeu programari de Windows en Linux amb el Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Embotelleu programari i gaudiu-lo al vostre aire!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"El nostre sistema d'instal·lació de dependències integrat ofereix accés \"\n\"automàtic a la compatibilitat del programari. Utilitzeu el gestor de \"\n\"descàrregues per descarregar els components oficials: execució (Wine, Proton)\"\n\", DXVK, dependències, etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"El control de versions d'ampolles manté el vostre treball segur ara i us \"\n\"permet restaurar-lo més tard!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Característiques:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Creeu ampolles utilitzant entorns preconfigurats o creeu els vostres propis\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Executeu executables (.exe/.msi) a les vostres ampolles, directament des del \"\n\"menú contextual del vostre gestor de fitxers\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\"Detecció automatitzada d'aplicacions instal·lades a les vostres ampolles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Afegiu variables d'entorn ràpidament\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Substituïu les DLL directament des de les preferències per ampolla\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Canvi de corredor sobre la marxa per a qualsevol ampolla\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Diverses optimitzacions de rendiment dels jocs (esync, fsync, DXVK, memòria \"\n\"cau, compilador de shader, descàrrega... i molt més.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Instal·lació i gestió automàtica de corredors Wine i Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Reparació automàtica d'ampolles en cas de trencament\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Instal·lador de dependències integrat basat en un repositori impulsat per la \"\n\"comunitat\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Gestor de tasques integrat per a processos de Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Accés a ProtonDB i WineHQ per suport\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistema per portar la vostra configuració a noves versions de Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Còpia de seguretat i importació d'ampolles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importa prefixos de Wine d'altres gestors\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Versionat d'ampolles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... i molt més que podeu trobar instal·lant Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Actualitza la informació de les metadades\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Afegeix més informació de l'actualització i corregeix les anotacions del \"\n\"llançament de versió\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"S'ha arreglat el botó \\\"Afig a l'Steam\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"S'ha afegit serialització a la configuració d'ampolles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"S'ha arreglat l'error d'extracció doble del Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Versió correcta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"S'ha arreglat un tancament inesperat en crear una ampolla\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Canvi major: Redisseny de la interfície al crear una ampolla nova\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Millores en qualitat de vida:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Afig una notificació per a \\\"Iniciar l'executable\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Correcció d'errors:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importar còpies de seguretat resultava en un error\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"L'entorn d'execució de Steam s'habilita automàticament al utilitzar wine-ge-\"\n\"custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\"S'han arreglat diversos problemes relacionats amb la codificació dels \"\n\"caràcters\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"S'ha arreglat un error al baixar fitxers quan el Bottles no s'executa al \"\n\"terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Data de la versió correcta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Millores i correccions del Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"La instal·lació de dependències ara es més ràpida i estable\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"La comprovació de salut conté més informació per a depurar més ràpid\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"S'han arreglat molts errors del NVAPI i ara és més estable, deuria funcionar \"\n\"correctament\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"S'ha arreglat un tancament inesperat al baixar un component\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"El codi de l'aplicació de fons s'ha millorat evitant un spinlock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Més variables per a guionitzar instal·lacions\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Millores al sistema de compilació\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"S'ha habilitat el VKD3D per defecte al crear ampolles per a jocs\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"S'han arreglar tancaments inesperats al llegir fitxers d'Steam mal codificats\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"S'arregla un problema que impedia actualitzar els components correctament a \"\n\"la interfície després d'instal·lar o desinstal·lar\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Més correccions del FidelityFX\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"S'ha arreglat un problema al tancar un programa després de llançar-lo amb \"\n\"\\\"Iniciar l'executable\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"i moltes, moltes, moltes més!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"S'està calculant…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Executa .exe/.msi en aquesta ampolla\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Crea una ampolla nova\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nova ampolla\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informació de l'ampolla\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Un entorn millorat per als jocs de Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Un entorn millorat per a les aplicacions de Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Un entorn net per als vostres experiments.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Directori d'inici desenllaçat\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"No enllaçar el directori d'usuari amb el directori inicial\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bits\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Recepta personalitzada\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Trieu una recepta personalitzada per a l'entorn si en teniu una.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Camí personalitzat\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Emmagatzema aquesta ampolla en aquest lloc.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Esteu fora de línia, no es pot baixar.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Trieu un camí executable\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Trieu un fitxer executable de Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Trieu el directori de treball per als executables\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Trieu un fitxer de receptes\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Trieu on guardar l'ampolla\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Trieu el camí de les ampolles noves\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Trieu l'script\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Trieu el directori de treball\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"No s'ha pogut instal·lar els components, s'ha intentat 3 vegades.\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Capes\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Qualitat Ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Qualitat\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Equilibrat\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"En capes\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Un entorn en capes, on cada aplicació és una capa.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Trieu el camí\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Trieu un fitxer.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Fitxer no trobat\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"El fitxer indicat no existeix. Si us plau, trieu un fitxer adequat.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Espais al nom del fitxer\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"El camí de la taula de cerca de colors no ha de contenir espais. Canvieu \"\n#~ \"el nom del fitxer per eliminar tots els espais.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"La dimensió de la imatge no és vàlida\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"L'alçada i l'amplada de la imatge han de ser iguals.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Gestioneu fàcilment wineprefix mitjançant entorns\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Corre amb arguments…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Exploreu el fitxers interns amb l'explorador de Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Gestioneu processos amb el gestor de tasques de Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Depurar els processos de Wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Configuració de Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Ajusta els paràmetres interns.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Desinstal·leu programes amb el desinstal·lador de Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Accediu al Tauler de control intern del Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Utilitzeu la secció Instal·ladors o el botó \\\"Iniciar executable\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Les dependències són programari, biblioteques i còdecs que milloren la \"\n#~ \"compatibilitat del programari de Windows. Instal·leu des d'aquí per \"\n#~ \"satisfer els requisits del vostre programa.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Llegir documentació.\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Desaconsellem fermament la instal·lació de diverses dependències alhora.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Seleccionar dependències\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Utilitzeu aquesta secció per instal·lar programes seleccionats per la \"\n#~ \"nostra comunitat, sense haver de procedir manualment.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Llegir documentació\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Gràfics\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Millora el rendiment dels jocs DirectX 11 i de les aplicacions 3D.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Millora el rendiment dels jocs DirectX 12 i les aplicacions 3D.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Proporciona suport DLSS si està disponible i NVAPI de Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR utilitza tecnologies d'escalat d'avantguarda d'avantguarda per ajudar-\"\n#~ \"vos a augmentar els fotogrames per segon.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt és una capa de postprocessament Vulkan per millorar els gràfics \"\n#~ \"visuals dels jocs.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Gestioneu la configuració de vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Utilitzeu l'escriptori virtual de Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Captura del ratolí a pantalla completa\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Permet que el programa capturi l'entrada del ratolí quan estigui a \"\n#~ \"pantalla completa.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Prendre el focus\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Activeu-lo si el programa no recupera el focus en canviar.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Centrar cursor del ratolí\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Canvieu-ho si us trobeu amb un retard o dessincronització del ratolí.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Escalat de pantalla\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Defineix els PPP personalitzats.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderitzador\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Seleccioneu quin backend voleu utilitzar per a wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (per defecte)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Administra les versions dels components\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versió de DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versió de VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Versió de DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Versió de LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"fals\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"El mateix que el de Bottles però proporcionat per Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimitzar el rendiment dels jocs sota demanda.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Utilitzar el microcompositor Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"El valor per defecte és el del camí de l’ampolla.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Restableix els valors predeterminats\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Trieu un directori\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Àudio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reduir la latència\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Estableix la latència de PulseAudio a 60 ms, augmentant la qualitat del \"\n#~ \"so.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versionat\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Utilitzeu la compressió per als estats\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Això reduirà l'espai utilitzat pels estats però alentirà la seva creació.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bottles crearà un estat abans d'executar qualsevol dependència o \"\n#~ \"instal·lador.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Utilitzeu patrons personalitzats per excloure alguns camins del control \"\n#~ \"de versions.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Desenvolupament i depuració\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Una superposició Vulkan i OpenGL per controlar FPS, temperatures, càrrega \"\n#~ \"de CPU/GPU i molt més.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Registres de 'fixme' de Wine\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Registra els camins de codi que no estan implementats a Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"No s'han trobat programes\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Instal·leu programes des de la secció d'instal·ladors o executant \"\n#~ \"l'executable de l'instal·lador, també podeu afegir executables manualment \"\n#~ \"amb el botó \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Commuta l'ocultació\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Feu una pausa, pot trigar una estona.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configureu com Gamescope hauria de gestionar la finestra per als jocs que \"\n#~ \"executareu.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Amplada (p. ex. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Alçada (p. ex. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Resolució del gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Canviar el nivell de registre.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Configuració de vkBasalt\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Taula de cerca de colors\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT transforma un rang de colors en un altre rang de colors mitjançant \"\n#~ \"un fitxer .CUBE o un fitxer .png on l'alçada és igual a l'amplada.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Comenceu creant una ampolla.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Executeu programari de Windows a Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Camí de les ampolles personalitzades (requereix reiniciar)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Trieu on emmagatzemar les ampolles noves (això no mourà les existents).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"En desenvolupament inicial (requereix reiniciar).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importa/exporta…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Doneu-nos suport\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Fòrums\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Obre el menú\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Ampolla nova\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"D'acord\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Confirmar\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Esteu segur que voleu finalitzar tots els processos?\\n\"\n#~ \"Això pot provocar la pèrdua de dades.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Per defecte, el camí de l'ampolla.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"La commutació de la compressió requereix la reinicialització\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Això eliminarà tots els vostres fitxers, però suprimirà tots els estats. \"\n#~ \"Voleu continuar?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detalls i utilitats\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Es troba al menú Inici de la vostra ampolla.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"S'ha creat correctament una ampolla anomenada \\\"{0}\\\"\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' instal·lat.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Notícies\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Nou sistema de versions que permet versionar tota l'ampolla (també \"\n#~ \"configuració)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Ara es pot activar i desactivar el control automàtic de versions\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Utilitzeu la compressió per als estats de versions\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Millorar l'estalvi d'opcions d'inici sense actualitzar la interfície \"\n#~ \"d'usuari diverses vegades\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Rendiment YAML millorat mitjançant libyaml (el paquet python-yaml ha de \"\n#~ \"proporcionar-hi suport)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nou diàleg Quant a\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"Cobreix el suport en mode Biblioteca (gràcies a SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"S'ha eliminat l'opció DXVK HUD, utilitzeu la secció Variables d'entorn\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"L'opció bottles-cli shell ara proporciona una sortida de comanda\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"El Health Check ja es troba a la secció Quant a la resolució de problemes\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Comprovació de dependències del nucli estès, els empaquetadors estan \"\n#~ \"convidats a revisar els seus paquets\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Nou permís per defecte per al paquet Flatpak: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"\"\n#~ \"S'han afegit crèdits per a biblioteques de tercers a la secció de crèdits\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Correccions\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"S'ha solucionat el diàleg a bord que es pot ometre\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Correcció per al nom de l'ampolla buida\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Arreglar els libs del gstreamer per a les ampolles win32\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Gestioneu prefixos de Wine fàcilment\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experiments: biblioteca\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Canvia el mode de biblioteca experimental.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"S'està carregant…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"No s'ha trobat el camí de les ampolles personalitzades. Si us plau, \"\n#~ \"comproveu el camí a Preferències.\\n\"\n#~ \"Es retorna al camí predeterminat; no es llistarà cap ampolla d'aquest \"\n#~ \"camí!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Control de salut\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"S'està generant l'índex de fitxers d'estat…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"S'està creant un punt de restauració…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"No s'ha pogut crear la carpeta d'estat.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"S'està actualitzant l'índex…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"No s'ha pogut actualitzar el fitxer d'estats.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"No s'ha pogut actualitzar el fitxer d'índex.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Arguments trobats per a l'executable: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Pas {self.__step} de {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' llançat.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' llançat amb Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Índex per a l'estat {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Llegir documentació sobre dependències.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"HUD de DXVK\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Commuta la superposició DXVK que mostra FPS i altres detalls a les \"\n#~ \"aplicacions D3D.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Llegir documentació sobre programes\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Paràmetres addicionals\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Recursos locals\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Cerca prefixos\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"Activeu el versionat per desar i restaurar l'ampolla a un estat.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"La vostra biblioteca\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Comprovació d’integritat\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Administrador de tasques\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"S'està instal·lant...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"No es pot crear l'entrada d'escriptori perquè falten privilegis.\\n\"\n#~ \"Mireu <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">el nostre \"\n#~ \"vídeo</a> sobre com solucionar-ho a Flatpak.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Escriviu un comentari breu:\"\n"
  },
  {
    "path": "po/ckb.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:18+0000\\n\"\n\"Last-Translator: StoneMoe <lakechan96@gmail.com>\\n\"\n\"Language-Team: Kurdish (Central) <https://hosted.weblate.org/projects/\"\n\"bottles/bottles/ckb/>\\n\"\n\"Language: ckb\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"باکئەپ {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"هاوردەکردنی باکئەپ: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"٣ جار هەوڵدرا بەڵام دامەزراندنی پێکهێنەرەکان شکستی هێنا.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"هەندێک پێکهێنەری سەرەکی ونن. دامەزراندن…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"دروستکردنی ڕێکخستنی بتڵ…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"قاڵبی ئامادە دۆزرایەوە، دانان…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\n#, fuzzy\nmsgid \"The Wine config is being updated…\"\nmsgstr \"کۆنفیگی واین نوێ دەکرێتەوە…\"\n\n#: bottles/backend/managers/manager.py:1199\n#, fuzzy\nmsgid \"Wine config updated!\"\nmsgstr \"کۆنفیگی واین نوێ کرایەوە!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"کارکردن وەکو Flatpak ،sandboxing userdir…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Sandboxing userdir…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"دانانی وەشانی ویندۆز…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"دانانی ڕێکخستنە بنەڕەتییەکانی CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"باشترکردنی ژینگە…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"دانانی ژینگە: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"دامەزراندنی DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"دامەزراندنی VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"دامەزراندنی DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"دامەزراندنی پێبەندی: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"دروستکردنی دۆخی وەشانکردن 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"تەواوکردن…\"\n\n#: bottles/backend/managers/manager.py:1364\n#, fuzzy\nmsgid \"Caching template…\"\nmsgstr \"دروستکردنی بتڵ…\"\n\n#: bottles/backend/managers/versioning.py:83\n#, fuzzy\nmsgid \"Committing state …\"\nmsgstr \"نوێکردنەوەی دۆخەکان…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"دۆخی تازە [{0}] بەسەرکەوتووی دروستکرا!\"\n\n#: bottles/backend/managers/versioning.py:123\n#, fuzzy\nmsgid \"States list retrieved successfully!\"\nmsgstr \"دۆخی تازە [{0}] بەسەرکەوتووی دروستکرا!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, fuzzy, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"دۆخی تازە [{0}] بەسەرکەوتووی دروستکرا!\"\n\n#: bottles/backend/managers/versioning.py:155\n#, fuzzy\nmsgid \"Restoring state {} …\"\nmsgstr \"نوێکردنەوەی دۆخەکان…\"\n\n#: bottles/backend/managers/versioning.py:162\n#, fuzzy\nmsgid \"State not found\"\nmsgstr \"هیچ دۆخێک نەدۆزرایەوە\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"پشاندانی وەشان\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"شوێنی ئێکسکیوتەبڵ\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"شوێنی مرەکەب\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"ناوی بۆتڵ\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"ناردنی ئارگیومێنتەکان\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[داخستک] داواکاری وەرگیرا.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[یارمەتی] داواکاری وەرگیرا.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[تازەکردنەوە] داواکاری وەرگیرا.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\n#, fuzzy\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"گەشەپێدەرانی بۆتڵز - ٢٠٢٢-٢٠١٧ ©\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"گەشەپێدەرانی بۆتڵز - ٢٠٢٢-٢٠١٧ ©\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"وەشانی پێکهێنەر\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"ڕەشکردنەوە\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"گەڕان بۆ پەڕگەکان\"\n\n#: bottles/frontend/ui/component-entry.blp:34\n#, fuzzy\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"دامەزراندنەکە سەرکەوتوو نەبوو. دەکرێت ئەمە بە هۆی هەڵەی کۆگاوە بێت یان \"\n\"داگرتنی بەش-بەش یان هەبوونی کێشە لە چێکسەم.\\n\"\n\"\\n\"\n\"کرتە بکە بۆ دوبارە هەوڵدان.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"داگرتن & دامەزراندن\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest\"\nmsgstr \"پشاندنی مەنەفێست\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"مۆڵەت\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"دوبارە دامەزراندن\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\n#, fuzzy\nmsgid \"Dependency name\"\nmsgstr \"پێبەندییەکان\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\n#, fuzzy\nmsgid \"Dependency description\"\nmsgstr \"پێبەندییەکان\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\n#, fuzzy\nmsgid \"Download & Install this Dependency\"\nmsgstr \"داگرتن و دامەزراندنی ئەم پێبەندە\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"هەڵەیەکی دامەزراندن ڕوویدا. بۆتڵز دابخە و دوبارە بیکەوە بۆ خوێندنەوەی \"\n\"ڕاپۆرتی تێکچوونی نەرمەکاڵا یان لە تێرمیناڵ بیکەوە بۆ بینینی ئاوتپوتەکان.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\n#, fuzzy\nmsgid \"Dependency Menu\"\nmsgstr \"پێبەندییەکان\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\n#, fuzzy\nmsgid \"Browse Files…\"\nmsgstr \"گەڕان بۆ پەڕگەکان\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"ئەمە ئەرشیفی تەواوی بۆتڵەکەی تۆیە کە پەڕگە کەسییەکانیشت لەخۆ دەگرێت.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\n#, fuzzy\nmsgid \"Full Backup…\"\nmsgstr \"ئەرشیفی تەواو\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"ئەمە تەنها ڕێکخستنی بۆتڵە، نایاب دەبێت ئەگەر بتەوێت دانەیەکی نوێ بەبێ پەڕگە \"\n\"کەسییەکان دروست بکەیت.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\n#, fuzzy\nmsgid \"Export Configuration…\"\nmsgstr \"ڕێکخستن\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"پیشاندان/شاردنەوەی پڕۆگراوە ڕەشکراوەکان\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"گەڕان بە دوای پڕۆگرامە دامەزراوەکان\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\n#, fuzzy\nmsgid \"Force Stop all Processes\"\nmsgstr \"مراندنی هەموو پڕۆسەکانی واین\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"ھاوشێوەکردنی کوژاندنەوەی سیستەمی ویندۆز.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"کوژاندنەوە\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"ھاوشێوەکردنی دووبارە ھەڵکردنی سیستەمی ویندۆز.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"دوبارە پێکردنەوە\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\n#, fuzzy\nmsgid \"Launch Options\"\nmsgstr \"گۆڕینی بژاردەکانی لەنچ\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\n#, fuzzy\nmsgid \"Run in Terminal\"\nmsgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\n#, fuzzy\nmsgid \"My bottle\"\nmsgstr \"بۆتڵی نوێ\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"ژینگە\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"کارپێکەر\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"وەشانکردن بۆ یەم بۆتڵە کارا کراوە\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\n#, fuzzy\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"وەشانکردن بۆ ئەم بۆتڵە چالاکە.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\n#, fuzzy\nmsgid \"Run Executable…\"\nmsgstr \"کردنەوەی exe\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"دامەزراندنی DXVK…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\n#, fuzzy\nmsgid \"Options\"\nmsgstr \"کردارەکان\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\n#, fuzzy\nmsgid \"Settings\"\nmsgstr \"ڕێکخستنەکانی ڕونما\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\n#, fuzzy\nmsgid \"Configure bottle settings.\"\nmsgstr \"دروستکردنی بتڵ…\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"پێبەندییەکان\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\n#, fuzzy\nmsgid \"Install dependencies for programs.\"\nmsgstr \"دامەزراندنی پێبەندی: {0}…\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\n#, fuzzy\nmsgid \"Create and manage bottle states.\"\nmsgstr \"پاشەکەوتکردنی دۆخی بۆتڵ.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\n#, fuzzy\nmsgid \"Task Manager\"\nmsgstr \"تاسک مانیجەر\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\n#, fuzzy\nmsgid \"Command Line\"\nmsgstr \"فەرمانی هێڵی\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"فەرمانکردن لەناو بۆتلدا.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\n#, fuzzy\nmsgid \"Registry Editor\"\nmsgstr \"دەستکاریکەری ڕێجیستری\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"دەستکاریکردنی ڕێجیستری ناوخۆیی.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\n#, fuzzy\nmsgid \"Debugger\"\nmsgstr \"دیبەگ\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"ڕێکخستن\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"ڕەشکەرەوە\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\n#, fuzzy\nmsgid \"Control Panel\"\nmsgstr \"کۆنتڕۆڵ پانێڵ\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\n#, fuzzy\nmsgid \"Search for dependencies…\"\nmsgstr \"دیاریکردنی پێبەندییەتییەکان\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"ناردنی کێشەیەک یان ئاگادارکردنەوە لە ونبوونی پێبەندییەک.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\n#, fuzzy\nmsgid \"Report Missing Dependency\"\nmsgstr \"ناردنی کێشەیەک یان ئاگادارکردنەوە لە ونبوونی پێبەندییەک.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"خوێندنەوەی ڕێبەر\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"ڕێبەر\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\n#, fuzzy\nmsgid \"Search for Programs…\"\nmsgstr \"گەڕان بە دوای پڕۆگرامە دامەزراوەکان\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"هیچ دۆخێک نەدۆزرایەوە\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"خوێندنەوەی ڕێبەر\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"ناو\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"وەشانی پێکهێنەر\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"نوێکردنەوەی پێکهێنەرەکان و کارپێکەرەکان، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"نوێکردنەوەی DXVK، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"نوێکردنەوەی VKD3D، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"نوێکردنەوەی DXVK-NVAPI، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\n#, fuzzy\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"نوێکردنەوەی DXVK، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\n#, fuzzy\nmsgid \"Display\"\nmsgstr \"ڕێکخستنەکانی ڕونما\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\n#, fuzzy\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"باشترکردنی ئەدای کارکردن بە بەکارهێنانی وزەی زیاتر.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"جیاکردنەوەی GPU\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\n#, fuzzy\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"بەڕێوەبردنی ڕێکخستنەکانی Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"بەڕێوەبردنی ڕێکخستنەکانی Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\n#, fuzzy\nmsgid \"Advanced Display Settings\"\nmsgstr \"ڕێکخستنەکانی ڕونما\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"ئەدا\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"کاراکردنی هاوکاتگەری بۆ بەرزکردنەوەی ئەدای پڕۆسێسەرە مەڵتی کۆڕەکان.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"هاوکاتگەری\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"سیستەم\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2 (فەتێکس ٢)\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"ئەدا\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"دۆخی یاری بەکاربهێنە\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\n#, fuzzy\nmsgid \"Manage vmtouch settings\"\nmsgstr \"بەڕێوەبردنی ڕێکخستنەکانی Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\n#, fuzzy\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"گەڕان بە دوای پڕۆگرامە دامەزراوەکان\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"وەشانی ویندۆز\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"نوێکردنەوەی وەشانی ویندۆز، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"بەڕێوەبردنی وەشانەکانی DXVK\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"بەکارهێنانی ڕەنتایمی بۆتلز\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"بەستەیەک لە لایبرەری زیادە دابین دەکات بۆ گونجاندنی زیاتر،\\n\"\n\"ناچالاکی بکە ئەگەر توشی کێشەت دەکات.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"بەکارهێنانی ڕەنتایمی بۆتلز\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"بەستەیەک لە لایبرەری زیادە دابین دەکات بۆ گونجاندنی زیاتر،\\n\"\n\"ناچالاکی بکە ئەگەر توشی کێشەت دەکات.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\n#, fuzzy\nmsgid \"Working Directory\"\nmsgstr \"بوخچەی کارلێکردن\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"دووبارە ڕێکخستنەوەی بۆ بنەڕەت\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\n#, fuzzy\nmsgid \"(Default)\"\nmsgstr \"دووبارە ڕێکخستنەوەی بۆ بنەڕەت\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"زاڵبوونەکانی DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"گۆڕاوەکانی ژینگە\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"بەڕێوەبردنی دراڤەکان\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"وەشانکردن\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"وەشانی پێکهێنەر\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"بەڕێوەبردنی کارپێکەرەکان\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"تازەکردنەوە\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"پڕۆسە بوەستێنە\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"هیچ دۆخێک نەدۆزرایەوە\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\n#, fuzzy\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"یەکەم دۆخ دروست بکە بۆ دەستکردن بە بەکارهێنانی وەشانکردن.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\n#, fuzzy\nmsgid \"A short comment\"\nmsgstr \"کۆمێنتێکی زۆر کورت\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"پاشەکەوتکردنی دۆخی بۆتڵ.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"دۆخی نوێ دروست بکە\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"وردەکاری بۆتڵ\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\n#, fuzzy\nmsgid \"Go Back\"\nmsgstr \"گەڕانەوە\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"کردارەکان\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"هەڵوەشاندنەوە\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"دیاریکردن\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"دروستکردنی بۆتڵێکی تازە\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"ڕاپۆرتی تێکچوونی بۆتڵز\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\n#, fuzzy\nmsgid \"_Cancel\"\nmsgstr \"هەڵوەشاندنەوە\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"ناردنی ڕاپۆرت\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"کۆتا جار بۆتڵز تێکچوو. تکایە ڕاپۆرتێک پڕ بکەوە و ئەم شوێنەوارانەی پێوە \"\n\"بلکێنە بۆ یارمەتیدانمان لە دیاریکردنی کێشەکە و چارەسەرکردنی.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"ڕاپۆرتێک یان زیاتری هاوشێوەمان دۆزییەوە. تکایە دڵنیابەوە کە بە وردی پشکنینت \"\n\"ئەنجام داوە بۆ کێشەکە و پێشتر هەمان کێشە بە ڕاپۆرت نەنێردراوە. هەر ڕاپۆرتێک \"\n\"پێویستی بە کات و ماندووبوونی گەشەپێدەران هەیە بۆ شیکردنەوەی، بۆیە تکایە \"\n\"هەوڵبدە ڕاپۆرتی دوبارە نەنێریت.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"هێشتا دەمەوێت ڕاپۆرت بنێرم.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"بژاردە پێشکەوتووەکان\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"داخستن\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\n#, fuzzy\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"دەکرێت لابرەرییەکانی لینکی داینەمیکی بە وردی دیاریبکرێن بۆ ئەوەی لە ناو \"\n\"نەرمەکاڵادا دروست بکرێن (دابنکراوی واین) یان بە شێوەی نەیتڤ بن \"\n\"(دابینکراوی پڕۆگرامەکە)\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"زاڵبوونی نوێ\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"زاڵبوونەکانی DLL\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"درایڤەکان\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\n#, fuzzy\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"ئەمانە شوێنن لە هۆست سیستەمەکەی تۆوە کە پۆلێنکراون و وەکو ئامێر لەلایەن \"\n\"کارپێکەرەوە دیاریکراون (بۆ نموونە: C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"پیت\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"درایڤە هەبووەکان\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"بەدووکردن\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"ناوێک بۆ بۆتڵە تازەکە بنووسە\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"بەدووکردن…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"بۆتڵ بەدووکرا\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"گۆڕاوەکانی ژینگە بەهای ناونراوی داینەمیکین کە دەتوانن کار لە شێوازی کارکردنی \"\n\"پڕۆسەکان بکەن کە لەسەر بۆتڵەکەتن.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"گۆراوە هەبووەکان\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\n#, fuzzy\nmsgid \"Pattern\"\nmsgstr \"پیت\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"درایڤە هەبووەکان\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\n#, fuzzy\nmsgid \"Gamescope Settings\"\nmsgstr \"ڕێکخستنەکانکی گەیم سکۆپ\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"پاشەکەوت\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\n#, fuzzy\nmsgid \"Game Resolution\"\nmsgstr \"ڕونی یاری\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"پانی\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"بەرزی\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"وەشانی ویندۆز\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\n#, fuzzy\nmsgid \"Frame Rate Limit\"\nmsgstr \"سنووری تێکڕای چوارچێوەکان\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\n#, fuzzy\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"سنووری تێکڕای چوارچێوەکان (کاتێک سەرنجی لەسەر نییە)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"بەکارهێنانی integer scaling\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"جۆری پەنجەرە\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"بێ بۆردەر\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"فوڵ سکرین\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\n#, fuzzy\nmsgid \"Start Installation\"\nmsgstr \"کردارەکان\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"وەشانی پێکهێنەر\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\n#, fuzzy\nmsgid \"Installation Failed!\"\nmsgstr \"دامەزراندنی پێبەندییەکان شکستی هێنا.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\n#, fuzzy\nmsgid \"All messages\"\nmsgstr \"ڕەشکردنەوەی پەیام\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\n#, fuzzy\nmsgid \"Warnings\"\nmsgstr \"ئاگاداری\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\n#, fuzzy\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"ئەم ئارگیومێنتانە لە کاتی لەنچی پڕۆگرامدا پەیدا بوون:\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"ڕەن کردن لەگەڵ ئارگیومێنتەکان\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"ناردنی ئارگیومێنتەکان\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"بۆ نموونە: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\n#, fuzzy\nmsgid \"Post-run Script\"\nmsgstr \"سکریپتی post-run\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"سکریپتێک هەڵبژێرە کە دەبێت دوای ڕەن کردن ئێکسکیوت ببێت.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"سکریپت هەڵبژێرە\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"بۆتڵز دابخە دوای کردنەوەی پڕۆگرامێک\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\n#, fuzzy\nmsgid \"Choose a Directory\"\nmsgstr \"بوخچەیەک هەڵبژێرە\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"ڕێکخستنەکان\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"دووبارە ڕێکخستنەوەی بۆ بنەڕەت\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"ڕوومێزی وەهمی بەکاربهێنە\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\n#, fuzzy\nmsgid \"Use Proton\"\nmsgstr \"ProtonDB\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"ناوگۆڕین\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"ناو\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\n#, fuzzy\nmsgid \"Run With Arguments\"\nmsgstr \"ڕەن کردن لەگەڵ ئارگیومێنتەکان\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"ڕەن\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"لە خوار ئارگیومێنتەکانەوە بنووسە بۆ ئەوەی بگەن بە executable.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\n#, fuzzy\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"بۆ نموونە:-opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\n#, fuzzy\nmsgid \"Sandbox Settings\"\nmsgstr \"ڕێکخستنەکانکی گەیم سکۆپ\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"هیچ دۆخێک نەدۆزرایەوە\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\n#, fuzzy\nmsgid \"Upgrade Needed\"\nmsgstr \"بەرزکردنەوە\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\n#, fuzzy\nmsgid \"New Versioning System\"\nmsgstr \"وەشانکردن\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\n#, fuzzy\nmsgid \"Default\"\nmsgstr \"دووبارە ڕێکخستنەوەی بۆ بنەڕەت\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\n#, fuzzy\nmsgid \"Default Settings\"\nmsgstr \"ڕێکخستنەکانی ڕونما\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"زانیاری بۆتڵ\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"کوالێتی ئەڵترا\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"لەناودا دروستکراو (واین)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"نەیتڤ (ویندۆز)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\n#, fuzzy\nmsgid \"Builtin, then Native\"\nmsgstr \"لەناودا دروستکراو پاشان نەیتڤ\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\n#, fuzzy\nmsgid \"Native, then Builtin\"\nmsgstr \"نەیتڤ پاشان لەناودا دروستکراو\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/point/to/path\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\n#, fuzzy\nmsgid \"Value\"\nmsgstr \"نرخ\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"گەڕان بۆ پەڕگەکان\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\n#, fuzzy\nmsgid \"Wine prefix name\"\nmsgstr \"کاراکردنی تۆمارەکانی واین فیکسمی\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"تاسک مانیجەر\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\n#, fuzzy\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"ئەم واین پریفیکسە پێشتر لە بۆتڵزدا هاوردە کراوە.\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"هاوردەکردنی باکئەپی بۆتڵز\"\n\n#: bottles/frontend/ui/importer.blp:28\n#, fuzzy\nmsgid \"Search again for prefixes\"\nmsgstr \"پریفیکسەکانی ستیم پرۆتۆن\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"هیچ پڕۆگرامێک نەدۆزرایەوە\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\n#, fuzzy\nmsgid \"Full Archive\"\nmsgstr \"ئەرشیفی تەواو\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"پشاندنی مەنەفێست\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\n#, fuzzy\nmsgid \"Read Review…\"\nmsgstr \"خونێدنەوەی پێداچوونەوە\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"دامەزرێنەرەکان\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"دامەزرێنەرەکان\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"گۆڕینی بژاردەکانی لەنچ\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\n#, fuzzy\nmsgid \"Launch with Steam\"\nmsgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"ناوی بۆتڵ\"\n\n#: bottles/frontend/ui/library-entry.blp:132\n#, fuzzy\nmsgid \"Remove from Library\"\nmsgstr \"ڕەشکردنەوەی لەناو پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"وەشانکردن بۆ ئەم بۆتڵە چالاکە.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"وا دیارە ئەم بۆتڵە تێکچووە.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"ئێکسکیوت بکە لە ناو ئەم بۆتڵەدا\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"لێرە ڕەن بە\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"وا دیارە ئەم بۆتڵە تێکچووە، پەڕگەی ڕێکخستنی ونبووە. دەتوانم ئەم کێشەیە بە \"\n\"دروستکردنی پەڕگەیەکی نوێ چارەسەر بکەم.\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"بەدوای بۆتڵەکانتدا بگەڕێ...\"\n\n#: bottles/frontend/ui/list.blp:28\n#, fuzzy\nmsgid \"Steam Proton\"\nmsgstr \"پریفیکسەکانی ستیم پرۆتۆن\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"بۆتڵز\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"دروستکردنی بۆتڵێکی تازە\"\n\n#: bottles/frontend/ui/list.blp:63\n#, fuzzy\nmsgid \"No Results Found\"\nmsgstr \"هیچ دۆخێک نەدۆزرایەوە\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\n#, fuzzy\nmsgid \"Browse\"\nmsgstr \"کردنەوەی بوخچەی C:\"\n\n#: bottles/frontend/ui/new.blp:32\n#, fuzzy\nmsgid \"C_reate\"\nmsgstr \"دروستکردن\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"ناوی بۆتڵ\"\n\n#: bottles/frontend/ui/new.blp:75\n#, fuzzy\nmsgid \"_Application\"\nmsgstr \"ئەپڵیکەیشن\"\n\n#: bottles/frontend/ui/new.blp:88\n#, fuzzy\nmsgid \"_Gaming\"\nmsgstr \"یاریکردن\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"تایبەت\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"تایبەت\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"بوخچەیەک هەڵبژێرە\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"ئەندازیاریی\"\n\n#: bottles/frontend/ui/new.blp:137\n#, fuzzy\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"پێمان باشە تەنها ئەگەر زۆر ناچار بیت، ئینجا ٣٢ بیت بەکار بهێنیت\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"ڕێکخستن\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"بوخچەیەک هەڵبژێرە\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\n#, fuzzy\nmsgid \"_Close\"\nmsgstr \"داخستن\"\n\n#: bottles/frontend/ui/new.blp:281\n#, fuzzy\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"ئەم تایبتەمەندییە لەسەر سیستەمەکەی تۆ بەردەست نییە.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"بەخێربێیت بۆ بۆتڵز\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"لەگەڵ بۆتڵز، نەرمەکاڵای ویندۆز لەسەر لینوکس بەکاربهێنە!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"جۆری پەنجەرە\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\n#, fuzzy\nmsgid \"Start using Bottles\"\nmsgstr \"بە دروستکردنی بۆتڵ دەست پێ بکە.\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"دواتر\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"ڕێکخستنەکان\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"گشتی\"\n\n#: bottles/frontend/ui/preferences.blp:14\n#, fuzzy\nmsgid \"Appearance\"\nmsgstr \"ڕووکار\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\n#, fuzzy\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"پێویستە بۆتڵز دۆخی تاریک بەکاربەرێت یان نا.\"\n\n#: bottles/frontend/ui/preferences.blp:28\n#, fuzzy\nmsgid \"Show Update Date\"\nmsgstr \"بەرواری نوێبوونەوە پشان بدە\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"پێویستە بەرواری نوێبوونەوە لە لیستی بتڵدا پشان بدرێت یان نا.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"ئاگادارکردنەوەکان\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"پشادانی ئاگادارکردنەوە بۆ داگرتنەکان و دامەزراندنەکان.\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"پەڕگەکانی تێمپ\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"پاککردنەوەی پەڕگەکانی تێمپ کاتێک بۆتڵز دەکەیتەوە؟\"\n\n#: bottles/frontend/ui/preferences.blp:62\n#, fuzzy\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"بۆتڵز دابخە دوای کردنەوەی پڕۆگرامێک\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"داخستنی بۆتڵز دوای کردنەوەی پڕۆگرامێک لە بەڕێوەبەری پەڕگەدا\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"کردارەکان\"\n\n#: bottles/frontend/ui/preferences.blp:76\n#, fuzzy\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"پریفیکسەکانی ستیم پرۆتۆن\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"پریفیکسەکانی ستیم پرۆتۆن\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"وەشانکردن بۆ ئەم بۆتڵە چالاکە.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"پێشکەوتوو\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"بوخچەیەک هەڵبژێرە\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"کارپێکەرەکان\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\n#, fuzzy\nmsgid \"Pre-Release\"\nmsgstr \"پێشوەخت-بڵاوبوونەوە\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"وەشانی پێکهێنەر\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"ناوک\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"ڕەنتایم\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"واین بریج (WineBridge)\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"ئەزموونەکان\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\n#, fuzzy\nmsgid \"In early development.\"\nmsgstr \"لە سەرەتای گەشەپێدان (پێویستی بە دوبارە دەستپێکردنەوە هەیە)\"\n\n#: bottles/frontend/ui/program-entry.blp:19\n#, fuzzy\nmsgid \"Launch with Terminal\"\nmsgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"گەڕان بۆ شوێنێک\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"گۆڕینی بژاردەکانی لەنچ\"\n\n#: bottles/frontend/ui/program-entry.blp:43\n#, fuzzy\nmsgid \"Add to Library\"\nmsgstr \"ڕەشکردنەوەی لەناو پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/program-entry.blp:47\n#, fuzzy\nmsgid \"Add Desktop Entry\"\nmsgstr \"زیادکردنی داخڵکردنی ڕوومێز\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\n#, fuzzy\nmsgid \"Rename…\"\nmsgstr \"ناوگۆڕین\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/program-entry.blp:70\n#, fuzzy\nmsgid \"Remove from List\"\nmsgstr \"ڕەشکردنەوەی لەناو پڕۆگرامەکان\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"پڕۆگرامەکان\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"هیچ دۆخێک نەدۆزرایەوە\"\n\n#: bottles/frontend/ui/state-entry.blp:9\n#, fuzzy\nmsgid \"State comment\"\nmsgstr \"کۆمێنتێکی زۆر کورت\"\n\n#: bottles/frontend/ui/state-entry.blp:16\n#, fuzzy\nmsgid \"Restore this Snapshot\"\nmsgstr \"گەڕاندنەوەی ئەم دۆخە\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"ڕەشکردنەوەی پەیام\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"وادیارە پەیوەندیت بە ئینتەرنێتەوە نییە. بەبێ ئەوە ناتوانیت پێکهاتە گرنگەکان \"\n\"دابەزێنیت. کرتە بکە لەسەر ئەم ئایکۆنە کاتێک پەیوەندیەکەت دووبارە دروست \"\n\"کردەوە.\"\n\n#: bottles/frontend/ui/window.blp:79\n#, fuzzy\nmsgid \"Import…\"\nmsgstr \"هاوردەکەر\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"دەربارەی بۆتڵز\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"نوێبووەوە: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"زیادکردن\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"پیشاندان/شاردنەوەی پڕۆگراوە ڕەشکراوەکان\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"شوێنێک دیاریبکە بۆ پاشەکەوتی کۆنفیگی باکئەپ\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"هاوردە\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"شوێنێک دیاریبکە بۆ پاشەکەوتی ئەرشیفی باکئەپ\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"باکئەپ {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"باکئەپ {0}\"\n\n#: bottles/frontend/views/bottle_details.py:501\n#, fuzzy\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"ئایە تۆ دڵنیایت لە سڕینەوەی ئەم بتڵە و هەموو پەڕگەکان؟\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"کارپێکەر\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\n#, fuzzy\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"ئایە تۆ دڵنیایت لە سڕینەوەی ئەم بتڵە و هەموو پەڕگەکان؟\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\n#, fuzzy\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"ئەم تایبتەمەندییە لەسەر سیستەمەکەی تۆ بەردەست نییە.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\n#, fuzzy\nmsgid \"Select Working Directory\"\nmsgstr \"بوخچەی کارلێکردن\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\n#, fuzzy\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"ئایە تۆ دڵنیایت لە سڕینەوەی ئەم بتڵە و هەموو پەڕگەکان؟\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"دامەزرێنەرەکان\"\n\n#: bottles/frontend/views/details.py:234\n#, fuzzy\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"نوێکردنەوەی وەشانی ویندۆز، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"بەدوای بۆتڵەکانتدا بگەڕێ...\"\n\n#: bottles/frontend/views/importer.py:92\n#, fuzzy\nmsgid \"Backup imported successfully\"\nmsgstr \"دۆخی تازە [{0}] بەسەرکەوتووی دروستکرا!\"\n\n#: bottles/frontend/views/importer.py:94\n#, fuzzy\nmsgid \"Import failed\"\nmsgstr \"هاوردەکەر\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\n#, fuzzy\nmsgid \"Importing backup…\"\nmsgstr \"هاوردەکردنی باکئەپ: {0}\"\n\n#: bottles/frontend/views/importer.py:119\n#, fuzzy\nmsgid \"Select a Backup Archive\"\nmsgstr \"ئەرشیفێکی باکئەپ هەڵبژێرە\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\n#, fuzzy\nmsgid \"Import\"\nmsgstr \"هاوردەکەر\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"پەڕگەیەکی ڕێکخستن هەڵبژێرە\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"دەربارەی بۆتڵز\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"بوخچەیەک هەڵبژێرە\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"دروستکردنی بۆتڵێکی تازە\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"دروستکردنی بۆتڵێکی تازە\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"بتڵ دروستکرا\"\n\n#: bottles/frontend/views/new.py:233\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"دۆخی تازە [{0}] بەسەرکەوتووی دروستکرا!\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"بەرزکردنەوە\"\n\n#: bottles/frontend/widgets/component.py:140\n#, fuzzy\nmsgid \"Installing…\"\nmsgstr \"دامەزراندنی DXVK…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"مەنەفێست بۆ {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"ڕەشکەرەوە\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"ڕەشکەرەوە\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"ڕەشکەرەوە\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"پێداچوونەوە بۆ {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, fuzzy, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#: bottles/frontend/widgets/program.py:190\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"پشاندانی ڕاپۆرت\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            پێنج جار ئەم کێشەیە نێردراوە و ناکرێت جارێکی تر بنێردرێت.\\n\"\n\"\\tفیدباکەکەت لە یەکێک لەو ڕاپۆرتە هەبووانەی خوارەوەدا بدە.\"\n\n#: bottles/frontend/windows/display.py:102\n#, fuzzy\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"نوێکردنەوەی وەشانی ویندۆز، تکایە چاوەڕوان بە…\"\n\n#: bottles/frontend/windows/display.py:114\n#, fuzzy\nmsgid \"Display settings updated\"\nmsgstr \"ڕێکخستنەکانی ڕونما\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\n#, fuzzy\nmsgid \"No overrides found.\"\nmsgstr \"هیچ پڕۆگرامێک نەدۆزرایەوە\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"گۆڕاوەکانی ژینگە\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"گۆڕاوەکانی ژینگە\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"هەڵەیەک ڕوویدا.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"لەبەرگرتنەوە بۆ کلیپبۆرد\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/windows/installer.py:109\n#, fuzzy\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"دامەزراندنی پێبەندی: {0}…\"\n\n#: bottles/frontend/windows/installer.py:110\n#, fuzzy\nmsgid \"Configuring the bottle…\"\nmsgstr \"دروستکردنی بتڵ…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\n#, fuzzy\nmsgid \"Installing the {}…\"\nmsgstr \"دامەزراندنی DXVK…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, fuzzy, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"دامەزراندنی DXVK…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, fuzzy, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"وەشانکردن بۆ یەم بۆتڵە کارا کراوە\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"بەدووکردنی بۆتڵ\"\n\n#: bottles/frontend/windows/main_window.py:220\n#, fuzzy\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"شوێنی تایبەتی بۆتڵز (پێویستی بە دوبارە دەستپێکردنەوە هەیە)\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"نەرمەکاڵای ویندۆز کارپێبکە\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"واین؛ویندۆز;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"گواستنەوەی فلاتپاک\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"کردنەوە و داخستنی دایەلۆگی گواستنەوەی فلاتپاک.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"پیشاندان و شاردنەوەی بەرواوی نوێبوونەوە لە لیست\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"پیشاندان و شاردنەوەی بەرواوی نوێبوونەوە لە لیستی بۆتڵز.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\n#, fuzzy\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"پیشاندان و شاردنەوەی بەرواوی نوێبوونەوە لە لیست\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\n#, fuzzy\nmsgid \"Epic Games listing\"\nmsgstr \"کۆگای یاری Epic...\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\n#, fuzzy\nmsgid \"Toggle epic games listing.\"\nmsgstr \"پیشاندان و شاردنەوەی بەرواوی نوێبوونەوە لە لیست\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"پیشاندان و شاردنەوەی بەرواوی نوێبوونەوە لە لیست\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"پانی پەنجەرە\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"گۆڕینی پانی پەنجەرە.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"بەرزی پەنجەرە\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"گۆڕینی بەرزی پەنجەرە.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"پیشاندانی ئاگادارکردنەوەکان.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"پاککردنەوەی تیمپ (Temp)\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"شوێنی تێمپ پاک بکەوە لە کاتی بووتکردنی سیستەمەکە.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"‌کاندیدی دەرچوو\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"پیشاندان و شاردنەوەی کاندیدی دەرچوو بۆ کارپێکەرەکان.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"دیمەنی سەرەتا\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"هەڵیبژێرە کە دەبێت لە کام دیمەنەدا ئەپەکە ببێتەوە.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"پیشاندن و شاردنەوەی تایبەمەندییە ئەزمونییەکانی وەکو وەشانکردن و \"\n\"دامەزرێنەرەکان. کاندید بۆ کارپێکەر بڵاوبکەوە.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\n#, fuzzy\nmsgid \"Steam Proton Support\"\nmsgstr \"پریفیکسەکانی ستیم پرۆتۆن\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"پیشاندن و شاردنەوەی پاڵپشتی پریفیکسەکانی ستیم پرۆتۆنی ئەزمونی.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"ئەزمونەکان:ستیم\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"پیشاندن و شاردنەوەی تێخزاندنی واینبریجی ئەزمونی.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"داخستنی خۆکارانەی بۆتڵز\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"داخستنی بۆتڵز دوای کردنەوەی بەرنامەیەکی ویندۆز لە بەڕێوەبری پەڕگەکانەوە.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"پیشاندان و شاردنەوەی بەرواوی نوێبوونەوە لە لیست\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"لەگەڵ بۆتڵز، نەرمەکاڵای ویندۆز لەسەر لینوکس بەکاربهێنە!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"نەرمەکاڵای بۆتڵ بەکاربهێنە و چێژ لە پشووەکەت وەربگرە!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"سیستەمی لەناودا دروستکراوی دامەزراندنی پێبەندییەکانی ئێمە، ڕێگەت دەدات \"\n\"خۆکارانە دەستت بە نەرمەکاڵای گونجاو بگات. بەڕێوەبەری داگرتنەکان بەکاربهێنە \"\n\"بۆ داگرتنی پێکهێنەرە فەرمییەکان: کارپێکەرەکە ((Wine، Proton)، پێبەندییەکانی \"\n\"DXVK)، و هتد.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"وەشانکردنی بۆتڵ کارەکەت بە سەلامەتی دەهێڵێتەوە و ڕێگەت دەدات دواتر \"\n\"بیگەڕێنییەوە!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"تایبتەمەندییەکان:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"دروستکردنی بۆتڵز بە بەکارهێنانی ژینگەی پێش وەختە ئامادەکراو یان ژینگەی \"\n\"تایبەت بەخۆت دروست بکەیت\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"لە لیستی دەقی بەڕێوەبەری پەڕگەکانت لەسەر سیستەمەکەت، دەتوانیت ڕاستەوخۆ \"\n\"پەڕگەکانی (.exe/.msi) لە بۆتڵزدا بکەیتەوە\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"دۆزینەوەی خۆکارانەی ئەو ئەپڵیکەیشنانەی کەن لە بۆتڵزی تۆدا دامەزراون\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"خێرا زیادکردنی گۆڕاوەکانی ژینگە (environment variables)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"جێگرتنەوەی پەڕگەکانی DLL لە ڕێکخستنەکانی پێش-بۆتڵ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"گۆڕینی کارپێکەری کارا بۆ هەر بۆتڵێک\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"ئۆپتیمایزەیشنی جۆراوجۆری ئەدای یاری کردن \"\n\"(esync ،fsync ،DXVK ،cache ،shader compiler ،offload… و زیاتر.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"دامەزراندنی خۆکار و بەڕێوەبردنی واین و کارپێکەرەکانی پرۆتۆن\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"چاککردنەوەی خۆکارانەی بۆتڵ کاتێك تێکدەچێت\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"تێخزاندنی دامەزرێنەری-پێبەندییەکانی ناو ئەو کۆگایەی کە خەڵک بەڕێوەی دەبات\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"تێخزاندنی تاسک مانیجەرە بۆ پڕۆسێسەکانی واین\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"دەستگەیشتن بە ProtonDB و WineHQ بۆ پاڵپشتی\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"سیستەم بۆ هێنانی ڕێکخستنەکانت بۆ وەشانە تازەکانی بۆتڵز\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"باکئەپ و هاوردەکردنی بۆتڵز\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"هاوردەکردنی پریفیکسەکانی وین لە مانیجەرەکانی ترەوە\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"بەکارهێنانی وەشانکردن\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... زیاتر کە بە دامەزراندنی بۆتڵز بۆت دەردەکەوێت!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"وەشانی پێکهێنەر\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\n#, fuzzy\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"هەڵەیەک هەبوو لە کاتی دروستکردنی بتڵەکە.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"زیادکردنی شوێنی تایبەتی executable\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"هاوردەکردنی باکئەپ: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"بەرواری دروستکردن\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Calculating…\"\n#~ msgstr \"هەژمارکردن...\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"کردنەوەی .exe/.msi لەم بۆتڵەدا\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"دروستکردنی بۆتڵێکی تازە\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"بۆتڵی نوێ\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"زانیاری بۆتڵ\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"ژینگەیەکی گەشەپێدراو بۆ یارییەکانی ویندۆز.\"\n\n#, fuzzy\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"ژینگەیەکی گەشەپێدراو بۆ ئەپڵیکەیشنەکانی ویندۆز.\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"ژینگەیەکی پاک بۆ تاقیکردنەوەکانت.\"\n\n#, fuzzy\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"homedirی نەلکێنراو\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"userdir و homedir بەیەکەوە مەلکێنە\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"٦٤ بیت\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"٣٢ بیت\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"بەکارهێنانی Gamescope\"\n\n#, fuzzy\n#~ msgid \"Custom Path\"\n#~ msgstr \"تایبەت\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"تۆ دەرهێڵیت، نەتوانرا دابگیرێت.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"شوێنێکی exe هەڵبژێرە\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"پەڕگەیەکی exe ی ویندۆز هەڵبژێرە\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"بوخچەی کارکردن هەڵبژێرە بۆ پەڕگە exeییەکان\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"پەڕگەیەکی ڕێکخستن هەڵبژێرە\"\n\n#, fuzzy\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"ناوێک بۆ بۆتڵەکەت هەڵبژێرە\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"شوێنی بتڵە تازەکان هەڵبژێرە\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"سکریپت هەڵبژێرە\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"بوخچەی کارلێکردن\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"٣ جار هەوڵدرا بەڵام دامەزراندنی پێکهێنەرەکان شکستی هێنا.\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"لایەرەکان\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"کوالێتی ئەڵترا\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"کوالێتی\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"باڵانسکراو\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"چینکراو\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"ژینگەیەکی چینکراو کە هەر ئەپێک چینێکە.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"هەڵبژاردنی شوێن\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"پەڕگەیەکی ڕێکخستن هەڵبژێرە\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"هیچ دۆخێک نەدۆزرایەوە\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"بەبەکارهێنانی ژینگەکان، بە ئاسانی واینپریفیکس بەڕێوەبەرە\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"ڕەن کردن لەگەڵ ئارگیومێنتەکان\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"کردنەوەی پەڕگە ناوخۆییەکان.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"بەڕێوەبردنی پڕۆسەکان بە تاسک مانیجەری واین.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"دیبەگکردنی پڕۆسەکانی واین.\"\n\n#, fuzzy\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"ڕێکخستن\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"ڕێکخستنی ڕێکخستنە ناوخۆییەکان.\"\n\n#, fuzzy\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"ڕەشکردنەوەی پڕۆگرامەکان بە بەکارهێنانی ڕەشکەرەی واین\"\n\n#, fuzzy\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"کردنەوەی کۆنتڕۆڵ پانێڵی ناوخۆیی واین.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"خوێندنەوەی ڕێبەر\"\n\n#, fuzzy\n#~ msgid \"Install Selected\"\n#~ msgstr \"دامەزراندنی هەڵبژێردراو\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"ئێمە بە توندی ئامۆژگاریت دەکەین لە دژی دامەزراندنی چەند پێبەندێک لە یەک \"\n#~ \"کاتدا.\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"دیاریکردنی پێبەندییەتییەکان\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"خوێندنەوەی ڕێبەر\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"گرافیکەکان\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"پێشخستنی ئەدای یارییەکانی DirectX 11 و پڕۆگرامە سێ دوورییەکان.\\n\"\n#~ \"ئەمە ناچالاک بکە ئەگەر بۆتە هۆکاری گلیچی گرافیکی.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"پێشخستنی ئەدای یارییەکانی DirectX 12 و پڕۆگرامە سێ دوورییەکان.\\n\"\n#~ \"ئەمە ناچالاک بکە ئەگەر بۆتە هۆکاری گلیچی گرافیکی.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"کاراکردنی DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"پشتیگیریکردنی DLSS و NVAPIی نڤیدیا ئەگەر بەردەست بوو.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR تەکنەلۆژیای cutting-edge upscaling بەکاردێنێت بۆ خێراکردنی تێکڕای \"\n#~ \"فرەیمەکان.\\n\"\n#~ \"ئەمە ناچالاک بکە ئەگەر گلیچی گرافیکی دروست کردووە.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"بەڕێوەبردنی ڕێکخستنەکانی Gamescope\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"ڕوومێزی وەهمی واین بەکاربهێنە.\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"با پڕۆگرامەکە نیشاندەری ماوس بدۆزێتەوە کاتێک ڕونما فول کراوە.\"\n\n#, fuzzy\n#~ msgid \"Take Focus\"\n#~ msgstr \"سەرنج دە\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"کارای بکە ئەگەر پڕۆگرامەکە لە سویچکردندا سەرنجی نەدا.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"گەورەکردنی شاشە\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"دانانی DPI تایبەت\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#, fuzzy\n#~ msgid \"gl (default)\"\n#~ msgstr \"دووبارە ڕێکخستنەوەی بۆ بنەڕەت\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"وەشانی پێکهێنەرەکان\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"وەشانی DXVK\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"وەشانی VKD3D\"\n\n#, fuzzy\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"وەشانی DXVK NVAPI\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"بەڕێوەبردنی وەشانەکانی DXVK\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"باشترکردنی ئاستی یاریکردن لەسەر داواکاری.\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"بەکارهێنانی Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"بەکارهێنانی Gamescope micro-compositor.\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"دیفۆڵت بۆ شوێنی سەرەکی.\"\n\n#, fuzzy\n#~ msgid \"Reset to default\"\n#~ msgstr \"دووبارە ڕێکخستنەوەی بۆ بنەڕەت\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"بوخچەیەک هەڵبژێرە\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"دەنگ\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"کەمکردنەوەی دواکەوتنی PulseAudio\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"دانانی دواکەوتنی PulseAudio بۆ ٦٠ میلی چرکە بۆ بەرزکردنی کوالێتی\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"وەشانکردن\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"گەشەپێدەران و دیبەگ\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"تۆمارکردنی شوێنی کۆدەکان کە لە وایندا نەچێندراون.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"هیچ پڕۆگرامێک نەدۆزرایەوە\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"ئیسراحەتی خۆت وەرگرە، لەوانەیە ئەمە کەمێکی پێ بچێت\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"ڕێکخستنی چۆنیەتی بەڕێوەبردنی پەنجەرە لە لایەن گەیمسکۆپەوە بۆ یارییەکانت.\"\n\n#, fuzzy\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"بۆ نموونە 1280\"\n\n#, fuzzy\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"بۆ نموونە ٧٢٠\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"ڕونی گەیمسکۆپ\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"ڕێکخستنەکانی ڕونما\"\n\n#, fuzzy\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"بە دروستکردنی بۆتڵ دەست پێ بکە.\"\n\n#, fuzzy\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"شوێنی تایبەتی بۆتڵز (پێویستی بە دوبارە دەستپێکردنەوە هەیە)\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"دیاریبکە کە بتڵە تازەکان لە کوێ پاشەکەوت بن (بتڵەکانی ئێستات ناگوازرێنەوە \"\n#~ \"بۆ ئەو جێگە)\"\n\n#, fuzzy\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"لە سەرەتای گەشەپێدان (پێویستی بە دوبارە دەستپێکردنەوە هەیە)\"\n\n#, fuzzy\n#~ msgid \"Import/Export…\"\n#~ msgstr \"هاوردە/هەناردە\"\n\n#, fuzzy\n#~ msgid \"Support\"\n#~ msgstr \"هاوردە\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"یانەکان\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"کردنەوەی لیست\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"بۆتڵی نوێ\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"دڵنیاکردنەوە\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"ئایە تۆ دڵنیایت لە سڕینەوەی ئەم بتڵە و هەموو پەڕگەکان؟\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"دیفۆڵت بۆ شوێنی سەرەکی.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"وردەکاری & ئامرازەکان\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"لە لیستی ستارتی بتڵەکەتدا دۆزرایەوە.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"بتڵێک بە ناوی \\\"{0}\\\" بەسەرکەوتووی دروستکرا\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"میرکۆ برۆمبین\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"دروستکردنی دۆخی وەشانکردن 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"بۆتڵی نوێ\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"بەشێوەیەکی ئاسان واینپریفیکس (wineprefix) بەڕێوەبەرە\"\n\n#, fuzzy\n#~ msgid \"Experiments:library\"\n#~ msgstr \"ئەزموونەکان\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"پیشاندن و شاردنەوەی تێخزاندنی واینبریجی ئەزمونی.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"داگرتن…\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"پشکنینی تەندروستی\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"دروستکردنی ئیندێکسی پەڕگەکانی دۆخ…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"دروستکردنی خاڵی گەڕانەوە…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"نەتوانرا بوخچەی دۆخ دروست بکرێت.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"نوێکردنەوەی ئیندێکس…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"نەتوانرا دۆخی پەڕگە نوێ بکرێتەوە.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"نەتوانرا پەڕگەی ئیندێکس نوێ بکرێتەوە.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"ئارگیومێنتەکان بۆ exe دۆزرانەوە: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"هەنگاوی {self.__step} لە {self.steps}\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"کردنەوەی بە تێرمیناڵ\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"ئیندێکس بۆ دۆخی {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"خوێندنەوەی ڕێبەر\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"کاراکردنی پشاندانی FPSی ئۆڤەرلەی DXVK و وردەکارییەکانی تر لە \"\n#~ \"ئەپڵیکەیشنەکانی D3D.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"خوێندنەوەی ڕێبەر\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"ڕێکخستنە زیادەکان\"\n\n#, fuzzy\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"پریفیکسەکانی ستیم پرۆتۆن\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"کاراکردنی وەشانکردن بۆ پاشەکەوت و گەڕاندنەوەی بتڵ بۆ دۆخێک.\"\n\n#, fuzzy\n#~ msgid \"Health Check\"\n#~ msgstr \"پشکنینی تەندروستی\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"تاسک مانیجەر\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"دیاریبکە کە بتڵە تازەکان لە کوێ پاشەکەوت بن (بتڵەکانی ئێستات ناگوازرێنەوە \"\n#~ \"بۆ ئەو جێگە)\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"دامەزراندن\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"کۆمێنتێکی زۆر کورت بنووسە:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"واین\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"کارپێکەرەکانی Lutris\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"وەشانکردنی بۆتڵز (ئەزمونی)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">وەربگێڕە</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">پاڵپشتیکردنی دارایی</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">ناردنی ڕاپۆرتی \"\n#~ \"کێشە</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">بلۆگ</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">تویتەر</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"ڕاپۆرتی کێشە\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"کردنەوەی لەڕێگەی ئێکسپلۆرەر\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"گواستنەوەی بۆ ناو ساندبۆکس\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"گواستنەوەی بۆ ناو ساندبۆکس…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"ئامرازەکان\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"کۆنفیگی واین\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"دۆخی تاقیکردنەوە کاراکرا: تەنها پێبەندەکانی کۆگای تاقیکردنەوە پیشان \"\n#~ \"دەدرێن.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"فرەیموێرکی مایکرۆسۆفت دۆت نێت ٤...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"لە کاتێکدا پەڕگەکانی ئەم پەڕەیە پشتڕاست کراونەتەوە لەوانەیە لەژێر مۆڵەتی \"\n#~ \"خاوەنداریەتیدا بن.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"لە کاتێکدا پەڕگەکانی ئەم پەڕەیە پشتڕاست کراونەتەوە لەوانەیە لەژێر مۆڵەتی \"\n#~ \"خاوەنداریەتیدا بن.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"خوێندنەوەی ڕێبەر\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"وردەکاری بۆتڵ\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"بتڵە جوانەکەم\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"ناوگۆڕینی بۆتڵ\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"بەکارهێنانی DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3D بەکاربهێنە\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"کاراکردنی FSR\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"ماوس کاپچەر فوڵ سکرین\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"بەڕێوەبردنی وەشانەکانی VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"دوبارە واین-سێرڤەر دەست پێ دەکاتەوە.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"زاڵبوونەکانی DLL\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"خوێندنەوەی ڕێبەر\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"بۆ نموونە ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"زاڵبوونە هەبووەکان\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"بۆ نموونە: -example1 -example2 -example3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"بۆ نموونە MyDuplicatedBottle\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"ناوی_پەڕە\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"بەدووکردنی_پەڕە\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"پەرە_بەدووکرا\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"گۆڕاوی تازە\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"بۆ نموونە: MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"لێرە دەتوانیت گۆڕاوەکانی ژینگە بگۆڕیت بۆ ئەو فەرمانانەی کە ئەنجام دراون.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"بۆ نموونە: VAR1=value VAR2=value\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"بۆ نموونە: VAR1=value VAR2=value ...\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"بۆ نموونە ٦٠\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"بۆ نموونە ٣٠\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"تۆ فلاتپاکی بۆتڵز بەکاردەهێنیت، بیرت بێت کە مۆڵەتی پێ بدەیت بەهۆی <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">فلاتسیڵ</\"\n#~ \"a> ئەگەر شوێنی سکریپتەکە لە دەرەوەی ساندبۆکس بوو.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"ناوە تازەکە بنووسە:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"لێرە بنووسە...\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"نامە.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"ئامراز و ڕێکخستنەکان\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"ناوێک بۆ بۆتڵەکەت هەڵبژێرە\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"بەکارهێنانی Gamescope\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"بەخێربێیت\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"بۆتڵز، کارپێکردنی نەرمەکاڵای ویندۆز لەسەر لینوکس ئاسانتر دەکات.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"کارپێکەرەکان چین؟\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"هێندەمان نەماوە، هاکا گەیشتین\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"پێویستە کارپێکەرێک دابگرین و دایبمەزرێنین بۆ ئەوەی بتوانیت بتڵی خۆت دروست \"\n#~ \"بکەیت.\\n\"\n#~ \"قەبارەی داگرتن: <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">زیاتر \"\n#~ \"بخوێنەوە دەربارەی ئەوەی کە دایدەگرین</a>\\n\"\n#~ \"\\n\"\n#~ \"ئێمە ناتوانین ئەم پەڕگانە لەگەڵ بۆتڵز دابنێین چونکە ئەمانە کاتی نوێکردەوە \"\n#~ \"و بڵاوکردنەوەی جیاوازیان هەیە.\\n\"\n#~ \"\\n\"\n#~ \"کە ئامادەبوویت، کرتە لەسەر دوگمەی <b>دامەزراندن</b> بکە.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"ئیسراحەتی خۆت وەربگرە، ئەمە چەند خولەکێکی پێ دەچێت.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"داگرتن\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"هەموو شتێک ئامادەیە!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"ئێستا تۆ ئامادەیت بۆ دروستکردنی یەکەم بتڵ.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"تەواو\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"ئاگاداری: دڵنیابە لەوەی کە مۆڵەت دەدەیت بە فلاتپاک بۆ ئەوەی دەستی بگایە \"\n#~ \"شوێنە تازەکە.\\n\"\n#~ \"ئەمە ساندبۆکس دەشکێنێت!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"ئایە پێویستە لیستەکەی سەرەوە وەشانە ناجێگیرەکان پشان بدات یان نا.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"گەڕانەوە\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"کردنەوەی exe\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"دامەزراندن شکستی ‌هێنا، تکایە سەیری تۆمارەکان بکە.\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"دڵنیابوونەوە لە سڕینەوە\"\n\n#~ msgid \"Done\"\n#~ msgstr \"تەواو\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"کارپێکەرەکانی Caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"کارپێکەرەکانی Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"کارپێکەرەکانی تر\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"یانەکانی بۆتڵز\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"ناوێک بۆ بۆتڵەکەت بنووسە\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"خۆکارانە پڕۆگرامی تازە دەدۆزرێنەوە.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"بەدووکردنی بۆتڵ\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"گۆڕاوەکانی ژینگە بگۆڕە\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"خانەکە نابێت کارێکتەری تایبەتی تێدا بێت!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"کۆمەڵێک لایەری گونجاون کە ڕێگە بە نەرمەکاڵای ویندۆز دەدەن لەسەر لینوکس \"\n#~ \"دابمەزرێت و کاربکات.\\n\"\n#~ \"\\n\"\n#~ \"<b>بۆتڵز</b> بریتییە لە ژینگەکان و کارپێکەرەکانیش سیستەمەکە ڕێک دەخەن کە \"\n#~ \"نەرمەکاڵای ویندۆزی لەسەر دادەمەزرێت.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\"> کرتە بکە بۆ \"\n#~ \"زانیاری زیاتر</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"هاوردە & هەناردە\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"یارمەتی فلاتپاک\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"لە دوای نوێکردنەوە و بەرزکردنەوەی بۆتڵ، بۆتڵە کۆنەکانم نادۆزمەوە.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"هەندێک لە بوخچەکان نادۆزمەوە.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"ناتوانم پەڕگەکان لە هۆمدا ببینیم.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"بەبێ دەنگی توشی کێشە دەبێت یان شاشەی ڕەش\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"تێکشکاندنی ئەم بۆتڵە\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 بیت\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"باکئەپێک لەم بۆتڵە هەڵگرە.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"٦٤-بیت\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"٣٢-بیت\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"ڕووکاری تاریک\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"ڕووکاری تاریک بەکاربهێنە.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"ئەزمونەکان:واینبریج\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"کاراکردنی کەمپایەلەری ACO شەیدەر\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"باشترکردنی ئەدا لە یارییەکان و پڕۆگرامە سێ دوورییەکان.\\n\"\n#~ \"ئەمە ناچالاک بکە ئەگەر توشی گلیچی گرافیکی کردوویت.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"دۆخی تاریک\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"بەکارهێنانی WineBridge بۆ بەڕێوەبردنی پڕۆسە و پڕۆگرام.\"\n"
  },
  {
    "path": "po/cs.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-02-17 07:09+0000\\n\"\n\"Last-Translator: vikdevelop <vikdevelop@proton.me>\\n\"\n\"Language-Team: Czech <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"cs/>\\n\"\n\"Language: cs\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\\n\"\n\"X-Generator: Weblate 5.16\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nebyla specifikovaná žádná cesta\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Záloha {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importuji zálohu: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Instalace komponent selhala, bylo vyzkoušeno 3krát.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Chybí základní součásti. Instaluje se…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Nepodařilo se vytvořit adresář láhve.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Nastal problém s vytvořením zástupce adresáře/souboru.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Vytváření konfigurace láhve…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Šablona nalezena, probíhá aplikování…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Konfigurace Wine se aktualizuje…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Konfigurace Wine byla aktualizována!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Spuštění jako Flatpak, v uživatelském sandboxu…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Sandboxuji uživatelskou složku…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Nastavení verze Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Aplikuji výchozí nastavení CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimizace prostředí…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Aplikuji prostředí: [{0}]…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Použit vlastní recept prostředí…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Recept není možné najít, nebo je invalidní…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Instalování DXVK …\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Instalování VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Instalování DXVK-NVAPI …\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instalování závislosti: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Vytváření verzovacího stavu 0 …\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Dokončuji…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Ukládaní šablony do mezipaměti…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Zavázání stavu …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Není čeho se zavázat\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nový stav [{0}] byl úspěšně vytvořen!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Seznam stavů úspěšně načten!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Stav {0} byl úspěšně obnoven!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Obnovování stavu {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Stav nebyl nalezen\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Stav {} je již aktivní stav\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Zobrazit verzi\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Cesta ke spustitelnému souboru\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk cesta\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Název láhve\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Předat argumenty\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Neplatná URI (syntaxe: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit] žádost přijata.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] žádost přijata.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh] žádost přijata.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Podpořit\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Knihovny třetích stran a zvláštní poděkování\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponzorováno a financováno\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 vývojáři Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Vývojáři lahví\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"vikdevelop https://github.com/vikdevelop\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Verze komponenty\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Odinstalovat\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Procházet soubory\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Instalace selhala. Toto může být z důvodu chyby repozitáře, neshoda \"\n\"checksumu. Stiskněte pro vyzkoušení znovu.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Stáhnout a nainstalovat\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Zobrazit manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licence\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Přeinstalovat\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Nahlásit problém…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Název závislosti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Popis závislosti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategorie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Stáhnout a nainstalovat tuto závislost\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Došlo k chybě při instalaci. Restartujte Bottles a přečtěte si hlášení o \"\n\"pádu nebo jej spusťte přes terminál a přečtěte si výstup.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Nabídka závislostí\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Řešení problémů\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Procházet soubory…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplikovat láhev…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Toto je kompletní archiv vaší lahve, včetně osobních souborů.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Úplné zálohování…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Toto je pouze konfigurace láhve, je to perfektní, pokud chcete vytvořit \"\n\"novou, ale bez osobních souborů.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Konfigurace exportu…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Zobrazit skryté programy\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Vyhledávání nových programů\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Smazat láhev…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Sekundární nabídka\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Vynutit zastavení všech procesů\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simulovat systémové vypnutí Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Vypnout\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simulovat systémový restart Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Restartovat\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Možnosti spuštění\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Spustit v terminálu\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Přetažením souborů je spustíte\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Moje láhev\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Windows x64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Prostředí\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Runner\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"U této lahve je povolena správa verzí\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"U této láhve je aktivní verzování.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Spustit spustitelný soubor…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Kliknutím na \\\"Spustit spustitelný soubor...\\\" spustíte spustitelný soubor, \"\n\"kliknutím na \\\"Přidat zástupce...\\\" přidáte spustitelný soubor do seznamu \"\n\"Programů nebo kliknutím na \\\"Instalovat programy...\\\" nainstalujete \"\n\"komunitou kurátorované programy.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Přidat zkratky…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instalovat programy…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Možnosti\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Nastavení\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Konfigurace nastavení láhve.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Závislosti\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instalace závislostí pro programy.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Snímky\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Vytvořte a spravuje stavy lahví.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Správce úloh\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Správa běžících programů.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Nástroje\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Příkazový řádek\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Spustit příkazy uvnitř láhve.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor Registru\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Upravit interní registr.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Staré nástroje Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Prohlížeč\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Ladicí program\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfigurace\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Odinstalovat\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Ovládací panel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Hledat závislosti…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Jste offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles jsou spuštěny v offline režimu, takže závislosti nejsou k dispozici.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Závislosti jsou prostředky, které zlepšují kompatibilitu softwaru systému \"\n\"Windows.\\n\"\n\"\\n\"\n\"Soubory na této stránce jsou poskytovány třetími stranami pod proprietární \"\n\"licencí. Jejich instalací vyjadřujete souhlas s jejich licenčními podmínkami.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Nahlásit chybějící závislost.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Nahlásit chybějící závislost\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Přečtěte si dokumentaci.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentace\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Hledat\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Hledat programy…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Nainstalujte programy vytvořené naší komunitou.\\n\"\n\"\\n\"\n\"Soubory na této stránce jsou poskytovány třetími stranami pod proprietární \"\n\"licencí. Instalací položky, souhlasíte s těmito licenčními podmínkami.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nebyly nalezeny žádné instalační programy\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Repozitář je nedostupný nebo s touto lahví není kompatibilní žádný \"\n\"instalátor.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Přečtěte si dokumentaci\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Jméno\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponenty\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Verze vrstvy kompatibility Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Aktualizuji spouštěče a komponenty, prosím čekejte…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Zlepšení kompatibility Direct3D 8/9/10/11 převodem do Vulkanu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Aktualizuji DXVK, prosím počkejte…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Zlepšení kompatibility Direct3D 12 převodem do Vulkanu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Aktualizuji VKD3D, prosím počkejte…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Aktualizuji DXVK-NVAPI, prosím počkejte…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Zvýšení rychlosti odezvy. Může být detekován některými programy proti \"\n\"podvodům.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Aktualizace LatencyFleX, počkejte prosím…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Zobrazit\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Zvýšení výkonu na úkor vizuální stránky pomocí rozhraní DXVK-NVAPI. Funguje \"\n\"pouze na novějších grafických procesorech NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"Dokonalé rozlišení FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Zvýšení výkonu na úkor vizuální stránky. Funguje pouze v prostředí Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Spravovat nastavení Dokonalého rozlišení FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Diskrétní grafická karta\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Pomocí samostatné grafické karty zvýšíte výkon na úkor spotřeby energie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efekty následného zpracování\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Přidání různých efektů následného zpracování pomocí vkBasalt. Funguje pouze \"\n\"ve Vulkanu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Správa nastavení vrstvy následného zpracování\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Pomocí nástroje Gamescope můžete spravovat, jak se mají hry zobrazovat na \"\n\"obrazovce.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Spravovat nastavení Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Rozšířená nastavení zobrazení\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Výkon\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Povolením synchronizace zvýšíte výkon vícejádrových procesorů.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synchronizace\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Systém\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Sledování výkonu\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Pomocí aplikace MangoHud můžete zobrazovat monitorovací informace, jako je \"\n\"snímková frekvence, teploty, zatížení CPU/GPU a další informace o OpenGL a \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Herní režim Feral\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"Použijte na zařízení sadu optimalizací. Může zlepšit výkon hry.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Předběžné načtení herních souborů\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Zlepšení doby načítání při vícenásobném spuštění hry. První spuštění hry \"\n\"trvá déle.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Spravujte nastavení vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS Game Capture\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Přepínání funkce OBS Game Capture pro všechny programy Vulkan a OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Kompatibilita\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Verze systému Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Aktualizuji verzi Windows, prosím počkejte…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Jazyk\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Zvolte jazyk, který chcete používat s programy.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Vyhrazený sandbox\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Pro tuto láhev použijte omezené/řízené prostředí.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Správa oprávnění Sandboxu\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Použít běhové prostředí láhví\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Poskytněte balíček dalších knihoven pro větší kompatibilitu. Pokud narazíte \"\n\"na problémy, vypněte jej.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Použít běhové prostředí Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Poskytnutí balíčku dalších knihoven pro větší kompatibilitu s hrami ve \"\n\"službě Steam. Pokud narazíte na problémy, vypněte je.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Pracovní adresář\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Obnovit výchozí\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Výchozí)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Přepsání knihovny DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Proměnné prostředí\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Spravovat úložiště\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatické snímky\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Automatické vytváření snímků před instalací softwaru nebo změnou nastavení.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Komprese\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Komprese snímků za účelem zmenšení prostoru. To zpomalí vytváření snímků.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Použít vzory vyloučení\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Vyloučení cest ve snímcích.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Spravovat vzory\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Obnovit\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Zastavit proces\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Žádné snímky nalezené\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Vytvořte první snímek a začněte ukládat stavy svých předvoleb.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Krátký komentář\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Uložit stav láhve.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Vytvořit nový snímek\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Podrobnosti\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Vrátit se zpět\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operace\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Vybrat láhev\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Zrušit\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Vybrat\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Vytvořit novou láhev\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Zpráva o havárii lahví\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Zrušit\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Poslat zprávu o chybě\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Láhve selhali minulé spuštění. Prosím vyplňte nahlášení a vložte následující \"\n\"log aby jste nám pomohli identifikovat problém a mohli jsme to vyřešit ať se \"\n\"to neopakuje.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Našli jsme jeden nebo více podobných (nebo identických) nahlášení. Prosím \"\n\"ujistěte se že tento problém zatím nebyl nahlášen. Každé nahlášení vyžaduje \"\n\"snahu vývojářů aby ho diagnostikovali, prosím respektujte jejich práci a \"\n\"ujistěte se že vaše nahlášení není duplikát.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"I přes to chci nahlásit.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Pokročilé možnosti\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Neúplný balíček\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Zdá se, že tato verze Bottles neobsahuje všechny potřebné závislosti jádra, \"\n\"obraťte se prosím na správce balíčku nebo použijte oficiální verzi.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Ukončit\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Knihovny dynamických odkazů lze zadat jako vestavěné (poskytované Wine) nebo \"\n\"nativní (poskytované programem).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nové přepsání\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Přepsání\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Ovladače\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Jedná se o cesty z hostitelského systému, které jsou mapovány a rozpoznány \"\n\"jako zařízení v programu Runner (např. C: D:..).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Dopis\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Stávající disky\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplikovat Láhev\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplikovat\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Zadejte název duplikátu láhve.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplikuji…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"To by mohlo chvíli trvat.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Láhev byla duplikována\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Proměnné prostředí jsou dynamické hodnoty které mohou ovlivnit způsob jakým \"\n\"procesy běží ve vaší láhvi.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Název proměnné\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Stávající proměnné\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Vzory vyloučení\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definujte vzory, které budou použity k zabránění verzování některých \"\n\"adresářů.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Vzor\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Stávající vzory\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Nastavení programu Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Uložit\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Správa způsobu zobrazení her.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Rozlišení hry\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Používá rozlišení videohry jako referenční hodnotu v pixelech.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Šířka\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Výška\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Rozlišení oken\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Zvyšuje rozlišení při použití rozlišení vyššího, než je rozlišení hry v \"\n\"pixelech.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Různé\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Omezení snímkové frekvence\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Limit snímkové frekvence (při rozostření)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Celočíselné škálování\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Typ okna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Bez ohraničení\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Celá obrazovka\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Chcete pokračovat s instalací?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Zahájení instalace\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Tento instalační program vyžaduje některé místní zdroje, které nelze \"\n\"zajistit jinak.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Pokračovat\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Dokončeno!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Zobrazit program\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Instalace se nezdařila!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Něco se pokazilo.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Všechny zprávy\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kritické\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Chyby\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Varování\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informace\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Prohlížeč deníků\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Prohlížeč deníku\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Úroveň protokolování změn.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Vše\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Tyto argumenty budou předány při spuštění.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Vlastní argumenty\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumenty příkazu\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"např.: VAR=hodnota %cpříkaz% -epříklad1 -příklad2 -příklad3=ahoj\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Skript po spuštění\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Vyberte který skript by měl být spuštěn po spuštění.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Výběr scénáře\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Vyberte, odkud program spustit.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Vyberte adresář\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Tato nastavení přepíší výchozí nastavení tohoto spustitelného souboru.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Přepisy předvoleb\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Resetovat Bottles do výchozího nastavení\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtuální plocha\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Prohlášení Protonu\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Použít Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Pozor, použití protonových běhových prostředí v jiných než Steam lahvích \"\n\"může způsobit problémy a zabránit jejich správnému chování.\\n\"\n\"\\n\"\n\"Doporučujeme používat raději Wine-GE, verzi Protonu určenou pro běh mimo \"\n\"službu Steam.\\n\"\n\"\\n\"\n\"Pokračování automaticky povolí běhové prostředí služby Steam \"\n\"(pokud je v systému přítomno a detekováno Bottles), aby mu umožnilo přístup \"\n\"k potřebným knihovnám a omezilo problémy s kompatibilitou. Uvědomte si, že \"\n\"GloriousEggroll, poskytovatel spouštěče, není zodpovědný za případné \"\n\"problémy a prosíme vás, abyste mu je neoznamovali.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Mám to.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Přejmenovat\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Vyberte nový název pro vybraný program.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nový název\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Spustit s argumenty\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Spustit\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Dolů napište argumenty které mají být předány spustitelnému souboru.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"např.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Nastavení Sandboxu\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Sdílet síť\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Sdílet zvuk\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Potřebný upgrade\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Pokračovat\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Spustit upgrade\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nový systém správy verzí\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Nový systém verzování lahví byl spuštěn.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles má zcela nový systém verzování, který není zpětně kompatibilní.\\n\"\n\"\\n\"\n\"Abychom mohli nadále používat verzování, musíme úložiště lahví znovu \"\n\"inicializovat. Tím nedojde ke smazání dat z lahve, ale ke smazání všech \"\n\"existujících snímků a vytvoření nových.\\n\"\n\"\\n\"\n\"Pokud se před pokračováním potřebujete vrátit k předchozímu snímku, zavřete \"\n\"toto okno a obnovte snímek, poté láhev znovu otevřete, aby se toto okno opět \"\n\"zobrazilo.\\n\"\n\"\\n\"\n\"Starý systém bude ukončen v některé z příštích verzí.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Opětovná inicializace repositáře…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Hotovo! Restartujte prosím Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Nastavení efektů následného zpracování\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Výchozí\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Výchozí nastavení\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efekty se použijí podle pořadí v seznamu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efekty\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Adaptivní doostření kontrastu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Ostrost\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Zobrazit informace\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Denoizované doostření Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Odhlučnit\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Rychlý přibližný antialiasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Kvalita subpixelu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Hranice kvality\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Hranice kvality Minimální\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Subpixelový morfologický antialiasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detekce hrany\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Barva\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Prahová hodnota\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maximální počet kroků vyhledávání\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maximální počet kroků vyhledávání na úhlopříčce\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maximální zaoblení rohů\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS sharpness zvyšuje ostrost snímku. Při vyšších hodnotách je snímek \"\n\"ostřejší, zatímco při hodnotách nižších než 0 je snímek měkčí než přirozený.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Ostrost DLS zvyšuje ostrost snímku. Při vyšších hodnotách je snímek ostřejší.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"Denoise DLS snižuje šum snímku. Při vyšších hodnotách je snímek měkčí.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Subpixelová kvalita FXAA snižuje aliasing na úrovni subpixelů. Při vyšších \"\n\"hodnotách je snímek měkčí.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Prahová hodnota hran FXAA je minimální hodnota kontrastu potřebná k použití \"\n\"algoritmu FXAA. Při vyšších hodnotách je snímek kontrastnější.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Minimum prahu kvality hran FXAA je minimální hodnota tmavých pixelů, které \"\n\"algoritmus FXAA ignoruje. Vyšší hodnoty způsobí, že FXAA bude ignorovat \"\n\"pixely pod zadanou hodnotou a může vést ke zvýšení výkonu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Funkce Luma detekuje hrany z monochromatického pohledu, zatímco funkce Color \"\n\"detekuje hrany na základě barev. Funkce Luma je výkonnější než funkce Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Práh SMAA určuje citlivost detekce hran. Nižší hodnoty detekují více hran na \"\n\"úkor výkonu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA max search steps určuje, kolik horizontálních a vertikálních kroků \"\n\"hledání se provede při hledání hran.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Maximálně diagonální kroky vyhledávání SMAA určuje, kolik diagonálních kroků \"\n\"vyhledávání se provádí při hledání hran.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"Zaoblení rohů SMAA určuje sílu zaoblení rohů hran.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Vestavěné (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativní (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Builtin, pak Native\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativní, pak vestavěný\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Zakázáno\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Odstranit\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/bod/k/cestě\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Hodnota\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Procházet soubory\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Název prefixu Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Manažer\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Tato předpona Wine byla již dovezena v lahvích.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Import zálohy láhve\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Znovu vyhledejte předpony\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nebyly nalezeny žádné prefixy\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nebyly nalezeny žádné externí předpony. Má k nim Bottles přístup?\\n\"\n\"Pomocí ikony v horní části můžete importovat láhev ze zálohy.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Úplný archiv\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Zobrazit manifest…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Přečíst recenzi…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Název instalátoru\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Popis instalátoru\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Neznámé\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Nainstalovat tento program\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Nabídka programů\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Žádná miniatura\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Spustit\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Spustit pomocí Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Název položky\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Odebrat z knihovny\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Zastavit\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Knihovna\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Přidejte sem položky ze seznamu programů vaší láhve\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"V této láhvi je aktivní správa verzí.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Tato láhev vypadá poškozeně.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Provést v této láhvi\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Spustit zde\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Tato láhev vypadá poškozeně, konfigurační soubor chybí. Mohu zkusit vytvořit \"\n\"novou konfiguraci.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Prohledávejte své lahve…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Láhve\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Vytvořit novou láhev…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nebyly nalezeny žádné výsledky\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Zkuste jiné vyhledávání.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Spouštění…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Tento prostředek chybí.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Procházet\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Vytvořit\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Název láhve\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplikace\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Hraní\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_Vlastní\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Vlastní\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Sdílet uživatelský adresář\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Udělá uživatelský adresář zjistitelný v Láhvi, což představuje riziko \"\n\"spočívající ve sdílení osobních informací se softwarem Windows. Tuto položku \"\n\"není možné po vytvoření láhve změnit.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architektura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\"32 bitová architektura by se měla používat jen nevyhnutelných případech.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importovat vlastní konfiguraci.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Adresář láhve\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Adresář, který bude obsahovat data této láhve.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Zavřít\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Tohle jméno je nedostupné, použijte prosím jiné.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Předchozí\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Vítejte v Láhvích\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Spuštění softwaru Windows na Linuxu.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Okna v lahvích\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles používá kompatibilní runnery, které poskytují izolovaná kontejnerová \"\n\"prostředí podobná systému Windows, v nichž se spouštějí programy.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Téměř hotovo\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Potřebujeme ještě pár minut, abychom vše připravili…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Vše připraveno!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Nejprve dokončete nastavení\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Začněte používat Láhve\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Další\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Předvolby\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Obecné\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Vzhled\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tmavý režim\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Zda by Bottles měly používat tmavé barevné schéma.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Zobrazit datum aktualizace\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Zda se má v seznamu lahví zobrazovat datum aktualizace.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Upozornění\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Zobrazit oznámení o stažení a instalaci.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Dočasné soubory\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Vyčistit dočasné soubory při spuštění láhví?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Po spuštění programu zavřít láhve\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Zavřít Láhve po spuštění programu ze správce souborů.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrace\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixy Steam Protonu\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Seznam a správa prefixů služby Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Seznam Steam aplikací v seznamu programů\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Vyžaduje Steam pro Windows nainstalovaný v Láhvi.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Seznam Her Epic v seznamu programů\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Vyžaduje obchod Epic Games Store nainstalovaný v lahvi.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Seznam her Ubisoft v Seznamu programů\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Vyžaduje nainstalovanou aplikaci Ubisoft Connect v lahvi.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Pokročilé\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Adresář lahví\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Adresář, který obsahuje data vašich lahví.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Runnery\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Bottles je spuštěný v offline režimu, takže běhové komponenty nejsou k \"\n\"dispozici.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Předběžné vydání\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Zobrazit nestabilní verze runnerů.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Komponenty DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles je spuštěný v offline režimu, takže DLL není k dispozici.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Jádro\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"runtime\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"Winebridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimenty\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Tyto funkce jsou ve fázi intenzivního vývoje a mohou být nestabilní, \"\n\"očekávejte chyby a poruchy.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox pro Láhev\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"V raném stádiu vývoje.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Spustit pomocí terminálu\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Procházet umístění\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Změnit možnosti spuštění…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Přidat do knihovny\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Přidat položky na plochu\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Přidat do Steamu\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Přejmenovat…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Skrýt program\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Zobrazit program\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Odebrat ze seznamu\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Název programu\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"id stavu\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Stavový komentář\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Obnovení tohoto snímku\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Odstranit zprávu\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Hlavní nabídka\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Zdá se, že nejste připojeni k internetu. Bez něj si nebudete moci stáhnout \"\n\"základní komponenty. Po obnovení připojení klikněte na tuto ikonu.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Import…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Nápověda\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"O Láhvích\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Soubor \\\"{0}\\\" není soubor s příponou .exe ani .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Aktualizován: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" přidáno\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Vybrat spustitelné (soubory)\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Přidat\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Skrýt skryté programy\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Spouštím \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Pozor na Sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles běží v sandboxu, což je prostředí s omezeným oprávněním, které \"\n\"zajišťuje vaši bezpečnost. Pokud se program nechce spustit, zvažte přesunutí \"\n\"dovnitř láhve (ikona 3 teček nahoře) a spusťte ji odtud.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Zavrhnout\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Vyberte umístění, kam chcete uložit zálohu konfigurace\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Export\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Vyberte lokaci do které chcete uložit archiv se zálohou\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Záloha\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Vytvořena záloha pro „{0}“\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Zálohování se nezdařilo pro \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Jste si jisti, že chcete trvale odstranit \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Tím se trvale odstraní všechny programy a nastavení s ním spojená.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Odstranit\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Chybějící spouštěč\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Chybí běžec požadovaný u této láhve. Nainstalujte jej prostřednictvím \"\n\"předvoleb lahví nebo vyberte nový, který bude aplikace spouštět.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Jste si jisti, že chcete násilně zastavit všechny procesy?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"To může způsobit ztrátu dat, poškození a nefunkčnost programů.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Vynucené zastavení\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Váš systém nedisponuje touto funkcí.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} pro přidání této funkce, spusťte flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Tohle jméno láhve je již používáno.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Vybrat pracovní adresář\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Adresář, který obsahuje data \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Opravdu chcete odstranit všechny snímky?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Tím se odstraní všechny snímky ale soubory budou zachovány.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Při vytváření nových stavů přejděte na nový systém verzování.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instalátory\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Probíhají operace, vyčkejte prosím.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Vraťte se ke svým Lahvím.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Záloha byla úspěšně importována\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importování se nezdařilo\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importování zálohy…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Vybrat archiv se zálohou\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importovat\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Vybrat konfigurační soubor\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Spustit spustitelný soubor v \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Spouštím \\\"{0}\\\" v \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Vaše láhve\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Stahování ~{0} balíčků…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Načteno {0} z {1} balíčků\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Vybrat adresář láhví\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Vytváření láhve…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Vytvoření láhve se nezdařilo\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Vzhledem k této i dalším chybám se vytvoření láhve nezdařilo.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Láhev vytvořena\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"Soubor „{0}“ byl úspěšně vytvořen.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"Služba Steam nebyla nalezena nebo služba Bottles nemá dostatečná oprávnění.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Vybrat cestu k láhvi\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Znovuotevření lahví?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Aby bylo možné tento adresář používat, bude nutné lahve znovu spustit.\\n\"\n\"\\n\"\n\"Před opětovným spuštěním Bottles nezapomeňte ukončit všechny programy \"\n\"spuštěné z Bottles, protože v opačném případě může dojít ke ztrátě dat, \"\n\"poškození a nefunkčnosti programů.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Opětovně spustit\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Založeno na systému Wine od společnosti Valve, obsahuje etapové a protonové \"\n\"záplaty.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Založeno na upstreamu Wine, obsahuje záplaty pro staging a Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Založeno na upstreamu Wine, obsahuje záplaty pro staging.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Založeno na Wine od společnosti Valve, obsahuje záplaty pro staging, Proton \"\n\"a specifické záplaty pro Steam. Vyžaduje zapnutý Steam Runtime.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Jiné\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Povýšit\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Instalace…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest pro {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" odinstalováno\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" nainstalováno\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" se nepodařilo nainstalovat\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"„{0}“ importováno\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Tato aplikace může fungovat špatně. Instalační program byl nakonfigurován \"\n\"tak, aby poskytoval co nejlepší zážitek, ale počítejte se závadami, \"\n\"nestabilitou a nefunkčností.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Tento program pracuje se znatelnými závadami, které však nemají vliv na \"\n\"funkčnost aplikace.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Tento program funguje s drobnými chybami.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Tento program funguje perfektně.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Recenze pro {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Zastavuji \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Spuštění '{0}' pomocí služby Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" skryto\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"'{0}' se objevil\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" odstraněn\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" přejmenováno na \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Položka plochy byla vytvořena pro '{0}'\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"'{0}' přidán do vaší knihovny\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"'{0}' přidáno do knihovny služby Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Zobrazit zprávu\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Tento problém byl nahlášen 5krát a nemůže být poslán znovu.\\n\"\n\"Nahlaste svoji odezvu v jednom z existujících nahlášení.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Aktualizuje se nastavení displeje, počkejte prosím…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Aktualizace nastavení displeje\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nebyly nalezeny žádné přepisy.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Zvolte cestu k jednotce\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nejsou definovány žádné proměnné prostředí.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nejsou definovány žádné vzory vyloučení.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Došlo k chybě.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Zkopírovat do schránky\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Vybrat zdrojový soubor\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instalace závislostí Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Konfigurace láhve…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Zpracovávání kroků instalačního programu…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Instalace {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Provádění závěrečných kontrol…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalace {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} je nyní k dispozici v zobrazení programů.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Instalátor selhal s neznámou chybou\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} je pro tuto láhev již zakázáno.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Toto nastavení se liší od výchozího nastavení láhve.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Vybrat skript\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Vlastní cesta Láhve nebyla nalezena\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"Pád zpět na výchozí cestu. Žádné lahve z dané cesty nebudou uvedeny.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Spuštění softwaru systému Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Přechod na Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Zapnout/Vypnout dialog Přechod na Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tmavý vzhled\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Vynutit použití tmavého motivu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Přepnout datum aktualizace v seznamu\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Zda se má v seznamu lahví zobrazovat datum aktualizace.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Seznam Steam aplikací\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Přepnout výpis Steam aplikací.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Seznam her Epic\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Přepnout seznam her Epic.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Výpis Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Přepnout výpis ubisoft connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Šířka okna\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Změna šířky okna.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Výška okna\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Změna výšky okna.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Povolit upozornění.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Dočasné soubory\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Vyčistit složku dočasných souborů při startu systému.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Release Candidate\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Přepnout na verzi Release Candidate pro spouštěče.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Zobrazení po spuštění\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Zvolte které zobrazení by mělo být zobrazeno po spuštění aplikace.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Zapnout experimentální funkce jako například správa verzí a installers. \"\n\"Release Candidate pro spouštěče.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Podpora Steam Protonu\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Přepnout podporu prefixů Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimenty:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Přepnout experimentální Sandbox na láhev.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Automatické zavření Láhví\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Zavření Láhví po spuštění spustitelného souboru ze správce souborů.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Zobrazit upozornění sandboxu\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Přepnout upozornění sandboxu.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Provozujte software z Windows na Linuxu s pomocí nástroje Láhve!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Zaláhvujte svůj software a užívejte si ho!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Náš integrovaný systém instalace závislostí poskytuje automatický přístup ke \"\n\"kompatibilitě softwaru. Použijte správce stahování ke stažení oficiálních \"\n\"komponent: runner (Wine, Proton), DXVK, závislosti atd.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Správa verzí láhví udrží vaši práci v bezpečí a umožní vám ji později \"\n\"obnovit!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funkce:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Vytvořte láhve pomocí přednastavených prostředí nebo si vytvořte vlastní\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Spusťte spustitelné soubory (.exe/.msi) ve svých láhvích přímo z \"\n\"kontextového menu vašeho správce souborů\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Automatická detekce aplikací nainstalovaných ve vašich láhvích\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Přidejte proměnné prostředí rychle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Přepisujte DLL přímo z nastavení jednotlivých láhví\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Výměna runneru za běhu láhve\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Různé optimalizace herního výkonu (esync, fsync, DXVK, cache, kompilátor \"\n\"shaderů, offload ... a mnoho dalších.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Automatická instalace a správa Wine a Proton runnerů\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatická oprava láhve v případě že se rozbije\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integrovaný instalátor závislostí založený na komunitou řízeném repozitáři\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrovaný správce úloh pro Wine procesy\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Přístup k ProtonDB a WineHQ pro podporu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Systém pro přenesení vaší konfigurace do nových verzí Láhví\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Zálohujte a importujte láhve\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importujte Wine prefixy z jiných správců\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Verzování lahví\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \".. a mnohem více můžete zjistit tak že si nainstalujete Láhve!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Aktualizovány metadata informace\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Přidáno více informací k aktualizacím a poznámek k vydání ke správné verzi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Opraveno tlačítko \\\"Přidat do Steamu\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Opraven problém, kde BottleConfig nemohl být serializován\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Opraveno selhání dvojité extrakce Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Správná verze\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Vyřešen pád programu při vytváření láhve\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Hlavní změna: Změna designu Hlavního Uživatelského Rozhraní Lahví\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Drobná vylepšení uživatelského rozhraní:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Nahrazení ikony emotikony lásky ikonou knihovny na stránce knihovny\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Přidat vyskakovací okno pro \\\"Spustit spustitelný soubor\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Opravy chyb:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Přidání zástupce do služby Steam vedlo k chybě\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importování záloh selhalo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Při použití wine-ge-custom je automaticky zapnut Steam Runtime\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Různé opravy související s knihovnami, například prázdné obálky a pády \"\n\"související s chybějícími položkami\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Oprava různých chyb v kódování textu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"Oprava chyby stahování když nejsou Lahve spuštěny přes terminál\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Správné datum verze\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Skrytí kritických chyb souvisejících s NVIDIA v systémech jiných než NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Vylepšení a opravy Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Instalace závislostí je rychlejší a stabilnější\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Kontrola stavu obsahuje více informací pro rychlejší ladění\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"NVAPI má hromadu oprav, mělo by být stabilní a fungovat jak má\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Oprava chyby při stahování komponenty\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Zlepšení kódu backendu zamezením spin-locku\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Více proměnných pro skriptování instalátoru\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Oprava dialogového okna na palubě zobrazujícího „Vše připraveno“, i když ve \"\n\"skutečnosti připraveno nebylo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Vylepšení v build systému\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Automatické povolení VKD3D při tvorbě Lahve pro hry\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Oprava pádů při čtení souborů služby Steam se špatným kódováním\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Oprava komponent, které se po instalaci/odinstalaci správně neaktualizují v \"\n\"uživatelském rozhraní\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Více FSR oprav\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Oprava chyby, kdy se program zavře poté, co byl spuštěn jako \"\n\"\\\"Spustit spustitelný soubor\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"a o dost více!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Počítání…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Spustit .exe/.msi v této láhvi\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"Kliknutím na tlačítko \\\"Vytvořit novou láhev...\\\" vytvoříte novou láhev.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Vytvořit novou láhev…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nová láhev\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informace o láhvi\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Prostředí dělané pro hry z Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Prostředí vylepšené pro aplikace systému Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Přehledné prostředí pro vaše experimenty.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Nepropojený domovský adresář\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Nelinkujte uživatelskou složku do domovské složky\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Vlastní recept\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Zvolte vlastní recept na prostředí, pokud jej máte.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Vlastní umíštění\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Tuto láhev uložte na jiné místo.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Jste offline, nemohu stahovat.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Výběr cesty ke spustitelnému souboru\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Vyberte spustitelný soubor Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Vyberte pracovní složku pro spustitelné soubory\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Vybrat konfigurační soubor\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Zvolte místo uložení láhve\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Vybrat novou cestu láhve\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Vyberte skript\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Vyberte pracovní adresář\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"\"\n#~ \"Nastavení PulseAudio Latency je nyní zastaralé a ve výchozím nastavení je \"\n#~ \"povoleno\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"Podrobnosti o láhvi se automaticky zobrazí při jejím vytvoření\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Lahve nyní splňují pokyny GNOME Circle\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Ve výchozím nastavení vypněte pulseaudio_latency.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"Opraven pád při spuštění způsobený odinstalátorem.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"Realizace fronty pro instalaci komponent.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Opraveno odstraňování lahví, které někdy nefungovalo.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Podpora pro nejnovější dxvk @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Oprava DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"Přidány popisky nástrojů pro program grades\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Oprava dokončení instalace @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Opravte argumenty gamescope @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"Přidána klávesová zkratka Ctrl + W pro zavírání oken @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"Opraveny láhve při nenastavení XDG_DATA_HOME\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Francouzské překlady díky @julroy a @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Za turecké překlady díky @54linux-ea a @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Za ruské překlady díky @Knebergish, @lenemter, @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Za chorvatské překlady díky @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Za arabské překlady díky @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"za korejské překlady díky @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Za portugalské překlady díky @davipatricio, @SantosSi a @vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Za galicijské překlady díky @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Za hebrejské překlady díky @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Za polské překlad díky @Mikutut\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Vrstvy\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultra kvalita\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kvalita\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Vyvážený\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Vrstvené\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Vrstvené prostředí, kde aplikace jsou vrstvené.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Vybrat umístění\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Vyberte soubor.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Soubor nenalezen\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Daný soubor neexistuje. Vyberte prosím vhodný soubor.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Mezery v názvu souboru\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Cesta k tabulce vyhledávání barev nesmí obsahovat žádné mezery. \"\n#~ \"Přejmenujte soubor tak, abyste odstranili všechny mezery.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Nesprávný rozměr obrázku\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Výška a šířka obrázku musí být stejná.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Snadno spravujte wineprefix pomocí proměnných prostředí\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Spustit s argumenty…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Procházejte interní soubory pomocí Průzkumníka Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Spravovat procesy pomocí Wine Správce úloh.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Ladění Wine procesů.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Konfigurace Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Upravit vnitřní nastavení.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Odinstalujte programy pomocí odinstalátoru Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Přístup k internímu ovládacímu panelu Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Použijte sekci Instalátory nebo tlačítko \\\"Spustit spustitelný soubor\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Závislosti jsou software, knihovny a kodeky, které zlepšují kompatibilitu \"\n#~ \"softwaru systému Windows. Instalujte odtud, abyste splnili požadavky \"\n#~ \"programu.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Přečtěte si dokumentaci.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Nainstalovat vybrané\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Důrazně nedoporučujeme instalovat více závislostí najednou.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Vybrat závislosti\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"V této sekci můžete instalovat programy doporučené naší komunitou, aniž \"\n#~ \"byste museli postupovat ručně.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Číst dokumentaci\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafika\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Zlepšuje výkon DirectX 11 her a 3D aplikací.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Zvyšuje výkon v DirectX 12 hrách a 3D aplikacích.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Zajistěte podporu DLSS, pokud je k dispozici a NVAPI Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR využívá špičkové technologie up-scaling, které vám pomohou zvýšit \"\n#~ \"snímkovou rychlost.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt je vrstva následného zpracování Vulkanu pro vylepšení vizuální \"\n#~ \"grafiky her.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Spravujte nastavení vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Použít Virtuální plochu Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Celoobrazovkové snímání myši\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Nechat program zachytávat vstup z myši když je v režimu fullscreen.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Zaměřte se\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Aktivovat pokud se program při přepnutí nebude znovu reagovat.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Osnova myši\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Pokud se potýkáte se zpožděním myši nebo desynchronizací, změňte tuto \"\n#~ \"možnost.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Škálování obrazovky\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Nastavit vlastní DPI.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Vykreslovač\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Vyberte, jaký backend chcete použít pro wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"GL (výchozí)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"GDI\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"Vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Správa verzí komponent\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Verze DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Verze VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Verze DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Verze LatencyFlex\"\n\n#~ msgid \"false\"\n#~ msgstr \"lež\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Stejný jako v případě Bottles, ale poskytovaný službou Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimalizovat herní výkon na vyžádání.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Použít kompozitor Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Výchozí nastavení cesty láhve.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Resetovat do výchozího nastavení\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Výběr adresáře\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Sníží latenci\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"Nastavení latence PulseAudio na 60 ms, čímž se zvýší kvalita zvuku.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Správa verzí\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Použít kompresi pro stavy\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Tím se zmenší prostor, který stavy využívají, ale zpomalí se jejich \"\n#~ \"vytváření.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bottles vytvoří stav před spuštěním jakýchkoli závislostí nebo \"\n#~ \"instalátorů.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"Použít vlastní vzory k vyloučení některých umíštění z verzování.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Vývoj a ladění\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Překrytí Vulkan a OpenGL pro sledování FPS, teplot, zatížení CPU/GPU a \"\n#~ \"dalších parametrů.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Wine-fixme protokoly\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Protokolujte cesty kódu, které nejsou ve Wine implementovány.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Nebyly nalezeny žádné programy\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Programy můžete instalovat ze sekce instalátorů nebo spuštěním \"\n#~ \"spustitelného souboru, spustitelné soubory můžete také přidat ručně \"\n#~ \"pomocí tlačítka \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Přepnout skryté\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Dejte si pauzu, může to chvíli trvat.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"Nastavit jak by měl Gamescope spravovat okna vašich her.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Šířka (např. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Výška (např. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Rozlišení Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Změna úrovně protokolování.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"nastavení vkBasalt\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Tabulka vyhledávání barev\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT transformuje rozsah barev na jiný rozsah barev pomocí souboru .CUBE \"\n#~ \"nebo souboru .png, kde se výška rovná šířce.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Začněte vytvořením láhve.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Spouštějte Windows software na Linuxu.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Cesta k vlastním lahvím (vyžaduje restart)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"Zvolte místo uložení nových lahví (stávající lahve se nepřesunou).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"V rané fázi vývoje (vyžaduje restart).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importovat/exportovat…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Podpořit\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Fórum\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Otevřít menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Nová láhev\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"OK\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Potvrdit\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Jste si jisti, že chcete ukončit všechny procesy?\\n\"\n#~ \"To může způsobit ztrátu dat.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Výchozí nastavení cesty láhve.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Přepínání komprese vyžaduje opětovnou inicializaci\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Tím se zachovají všechny soubory, ale odstraní se všechny stavy. Chcete \"\n#~ \"pokračovat?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detaily a nástroje\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Nachází se v nabídce Start vaší láhve.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Láhev pojmenovaná “{0}” byla úspěšně vytvořena\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' nainstalován.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Novinky\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Nový systém verzování, který umožňuje verzovat celou láhev (také \"\n#~ \"konfiguraci)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Automatické verzování lze nyní zapnout a vypnout\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Použití komprese pro stavy verzí\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Zlepšení ukládání možností spuštění bez nutnosti vícenásobné aktualizace \"\n#~ \"uživatelského rozhraní\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Vylepšený výkon YAML pomocí libyaml (balíček python-yaml musí poskytovat \"\n#~ \"podporu)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nový dialog O aplikaci\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"Podpora obálek v režimu knihovny (díky službě SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"Odstraněna možnost DXVK HUD, místo toho používejte sekci Proměnné \"\n#~ \"prostředí\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"možnost shellu bottles-cli nyní poskytuje výstup příkazů\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"Kontrola stavu je nyní v sekci O odstraňování potíží\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Rozšířená kontrola závislostí jádra, tvůrci balíčků jsou vyzváni, aby své \"\n#~ \"balíčky překontrolovali\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Nové výchozí oprávnění pro balíček Flatpak: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"Přidány kredity pro knihovny třetích stran v sekci Kredity\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Opravy\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Oprava dialogového onboard okna, které lze přeskočit\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Oprava názvu prázdné láhve\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Oprava knihoven gstreameru pro lahve win32\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"Oprava chyby RemoteDisconnected způsobující pád systému\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Oprava chybného výpisu Vaniglia\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Oprava generování šablon se symlinkovanými cestami způsobujícími smyčky\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Oprava migrace konfigurace způsobující pád při změně konfigurace \"\n#~ \"uživatelem\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Oprava mscoree.dll nebyla nalezena\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Oprava regrese pro volbu -b staršího bottles cli\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"\"\n#~ \"Oprava parseru možností spuštění služby Steam způsobujícího pád služby\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Oprava chyby v tlačítku Přidat do služby Steam, které nepřidává novou \"\n#~ \"položku do služby Steam\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Za finské překlady díky Jiřímu Grönroosovi\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Indonéské překlady díky @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Španělské překlady díky Pablo Munoz Alabau, @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Za portugalské (Brazílie) překlady díky @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Za německý překlad díky Patricku Ulbrichtovi\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Snadně spravujte wine prefixy\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experimenty:knihovna\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Povolit experimentální Režim knihovny.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Načítání…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Cesta k vlastním lahvím nebyla nalezena. Zkontrolujte prosím cestu v \"\n#~ \"Předvolbách.\\n\"\n#~ \"Vraťte se k výchozí cestě; žádné láhve z této cesty nebudou uvedeny!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Kontrola zdraví\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Generování indexu státních souborů …\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Vytváření bodu obnovení …\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Nebylo možné vytvořit stavovou složku.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Aktualizování index …\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Nebylo možné aktualizovat soubor se stavy.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Nebylo možné aktualizovat soubor s indexy.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumenty nalezené pro spustitelný soubor: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Krok {self.__step} z {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' spuštěn.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' spuštěna ve službě Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Index pro stav {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Přečtěte si dokumentaci o závislostech.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Zapne DXVK překrytí které zobrazuje FPS a další detaily v D3D aplikacích.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Přečtěte si dokumentaci k programům\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Další nastavení\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Místní prostředky\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Hledat předpony\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"Chcete-li láhev uložit a obnovit do stavu, povolte správu verzí.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Vaše knihovna\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Kontrola stavu\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Načítání...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Správce úloh\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"Vyberte kam se budou ukládat nové láhve (nepřesune stávající)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Instalování...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Nelze vytvořit položku plochy kvůli chybějícím oprávněním.\\n\"\n#~ \"Podívejte se na <a href=\\\"https://www.youtube.com/watch?\"\n#~ \"v=tPFNg9AU5k4\\\">naše video</a> o tom, jak to ve Flatpaku opravit.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Napište krátký komentář:\"\n\n#~ msgid \"Caffe\"\n#~ msgstr \"Kafé\"\n\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine GE\"\n\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris\"\n\n#~ msgid \"Steam\"\n#~ msgstr \"Steam\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Správce verzí láhví (experimentální)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Překlady</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Příspěvky</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Nahlašování \"\n#~ \"chyb</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Zpráva o chybě\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Otevřít pomocí prohlížeče\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Přesunout dovnitř sandboxu\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Přesouvání do sandboxu…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Nástroje\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Příkazový řádek\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Editor registrů\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Nastavení Wine\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Ovládací panel\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Zapnutý testovací režim: zobrazují se pouze závislosti z testovacího \"\n#~ \"úložiště.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework v4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Zatímco soubory na této stránce byly ověřeny, mohou být pod proprietární \"\n#~ \"licencí.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Zatímco soubory na této stránce byly ověřeny, mohou být pod proprietární \"\n#~ \"licencí.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Číst dokumentaci o instalátorech\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Detaily láhve\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Moje láhev\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Přejmenovat láhev\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Použít DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Použít VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Povolit FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Povolit LatencyFlex\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Snímání myši na celou obrazovku\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Verze DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Spravovat verze VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Restartuje wineserver.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Přepsání DLL\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Číst dokumentaci o verzování\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"např. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Existující přepsání\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"např .: -příklad1 -příklad2 -příklad3 = ahoj\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"např.:MojeDuplikovanaLahev\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"stránka_duplikována\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nová proměnná\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"tzn. MOJE_PROMENA\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"Zde můžete změnit proměnné prostředí pro prováděné příkazy.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"např .: VAR1 = hodnota VAR2 = hodnota\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"např .: VAR1 = hodnota VAR2 = hodnota ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"např. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"např. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Používáte Láhve ve Flatpaku, pamatujte že musíte dát oprávnění pomocí <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> pokud je váš program mimo sandbox.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Napište nové jméno:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Pište sem...\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Zpráva jde sem.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Nástroje a předvolby\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Vyberte nové jméno pro vaši láhev\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Použít vlastní umíštění\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Vítejte\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Láhve výrazně usnadňují spouštění softwaru Windows v systému Linux.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Co jsou láhve?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Láhev je prostředí podobné systému Windows nakonfigurované pro spouštění \"\n#~ \"softwaru Windows, v každé láhvi může být více aplikací.\\n\"\n#~ \"\\n\"\n#~ \"Ty jsou izolované a software, který v nich běží, nemá přístup k vašim \"\n#~ \"osobním souborům, pokud to nepovolíte.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Přečtěte si více o</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Už tam skoro jsme\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Musíme stáhnout a nainstalovat některé <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">komponenty (~75MB)</a>, abychom vás \"\n#~ \"připravili.\\n\"\n#~ \"\\n\"\n#~ \"Tyto soubory nemůžeme nabídnout s lahvemi, protože mají různé cykly \"\n#~ \"vydání.\\n\"\n#~ \"\\n\"\n#~ \"Až budete připraveni, stiskněte tlačítko <b>Instalovat</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Posaďte se a uvolněte se, může to trvat pár minut.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Stáhnout\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Vše je připraveno!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Nyní jste připraveni vytvořit své první láhve.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Dokončit\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Varování: Ujistěte se že dáte povolení Flatpaku pracovat s novou cestou.\\n\"\n#~ \"Tohle rozbije sandbox!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Zda by měl výše uvedený seznam zobrazovat nestabilní verze.\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Skrýt ze seznamu\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Odkrýt ze seznamu\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Zpracování...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Vaše knihovna\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Jít zpět\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Instalátor vyžaduje lokální prostředky\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Vybrat spustitelný soubor pro %s\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Lokální prostředky není možné najít nebo jsou invalidní\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Instalace se nezdařila, prosím zkontrolujte protokoly.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Postup s výchozím prostředím…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Potvrďte odstranění\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Hotovo\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe runnery\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"spouštěče Protonu\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Jiné spouštěče\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Fórum Láhví\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Odkrýt tento program\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Zadejte jméno pro vaši láhev\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Nové programy budou nalezeny automaticky.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplikovat Láhev\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Změňte proměnné prostředí\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Toto pole nesmí obsahovat speciální znaky!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Spouštěče jsou vrstvy kompatibility které umožňují software z Windows \"\n#~ \"fungovat na Linuxových systémech.\\n\"\n#~ \"\\n\"\n#~ \"<b>Láhve</b> jsou prostředí kde spouštěče konfigurují systém a kde \"\n#~ \"software z Windows běží a je nainstalovaný.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Zde si můžete \"\n#~ \"přečíst o spouštěčích</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importovat & exportovat\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak nápověda\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Po aktualizaci nevidím své staré lahve.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Nevidím některé adresáře.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Nevidím soubory v domovské složce.\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Zničit tuto láhev\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 bitový\"\n\n#, fuzzy\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Spustit v této láhvi\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tmavý vzhled\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Použít tmavý vzhled.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experimenty:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Zapnout experimentální implementaci winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Povolit ACO shader compiler\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Zvyšuje výkon ve hrách a 3D aplikacích.\\n\"\n#~ \"Vypněte pokud máte problém s grafickými závadami.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Tmavý režim\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Použít WineBridge pro správu procesů a programů.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problémy Láhví\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Láhve Spuštěny!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Tohle je experimentální funkce, buďte opatrní a chyby nahlašujte na <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">nahlašování chyb</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Vývojáři Láhví (Bottles)\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimalizovat herní výkon na vyžádání\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Verze NVAPI\"\n\n#, fuzzy\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Uložit stav láhve.\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"Gamemode není v systému k dispozici nebo není spuštěn.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experimenty:instalátory\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Software\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Prostředí dělané pro software z Windows.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Experimenty:správa verzí\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Importovat a exportovat\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Spuštění jako flatpak, vytváření složek v sandboxu …\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Zde jsou wine/wineserver procesy které běží na vašem PC.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Zkontrolovat spuštěné procesy.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Zálohovat láhev\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Láhev\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Nebyl nalezen žádný spouštěč, nainstalujte jej.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Nebylo nanalezeno dxvk, instalace nejnovější verze…\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Nebylo nalezeno vkd3d, instalace nejnovější verze …\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Nebylo nanalezeno dxvk, instalace nejnovější verze…\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Vaše nová láhev: {0} je nyní připravena!\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Vylepšení správce stahování\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"Aktualizace na GNOME Runtime 41.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"Instalace DXVK a VKD3D se nyní provádí v asynchronním režimu\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"Vylepšení UI pro elementary OS\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Opravena chyba v instalaci komponenty, která po stažení přiřazovala \"\n#~ \"nesprávný název.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Opraven špatný text u popisku cwd.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Opravena chyba, která způsobovala pád aplikace Bottles při spouštění \"\n#~ \"spustitelných souborů s argumenty.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Japonské překlady díky @jatin-cbs\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Portugalština (Brazílie) překlady díky Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Vyberte prostředí\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Stáhnout a nainstalovat tento runner\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"Zavření Láhví po spuštění spustitelného souboru ze správce souborů\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Chorvatský překlad díky @milotype\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Stažené\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Vyberte spustitelný soubor Windows\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Vyberte spustitelný soubor Windows\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Chorvatský překlad díky @milotype\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Chorvatský překlad díky @milotype\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Ladění Wine procesů.\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Zapnout experimentální funkci správa verzí\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Experimenty:instalátory\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Procházet C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Aktualizovat runner na nejnovější nainstalovaný\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Zničit láhev\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Toto změní runner z {0} na {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Spustit v této láhvi\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Švédský překlad díky @eson57\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Esperantský překlad díky @phlostically\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"Pokud se něco pokazí, zobrazte zprávu o selhání při restartu\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"Použití nového formátu yaml pro konfiguraci láhve\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"Používání nových repozitářů yaml pro komponenty/závislosti/programy\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"Automatická aktualizace staré konfigurace láhve na nový model\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Zálohování konfigurace láhve a archivace\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Import záložních archivů\"\n\n#~ msgid \"Show onboard if system wine is the only installed runner\"\n#~ msgstr \"\"\n#~ \"Zobrazit na palubě, pokud je systémové víno jediným nainstalovaným \"\n#~ \"runnerem\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Nové verzování založené na modelu CalVer\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"\"\n#~ \"Vytváření láhví pomocí runneru wine, který je k dispozici v distribuci\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"\"\n#~ \"Povolení herního režimu pro vaše láhve, pokud jsou v systému nainstalovány\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Spouštění souborů .exe/.msi/.bat s vlastními argumenty\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Opravena chyba \\\"bad interpreter\\\" v balíčku pro Debian\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Volitelné zavření Láhví po spuštění spustitelného souboru ze správce \"\n#~ \"souborů\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"\"\n#~ \"Přidány nápovědy k pochopení toho, co dělají některé prvky uživatelského \"\n#~ \"rozhraní\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"Použití portálu pro výběr souborů\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"Dialog pro výběr souborů již nefiltruje podle přípony\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Ukrajinský překlad díky @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Tento manifest je pro {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Tento index je pro {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Stažený soubor {0} vypadá poškozený. Zkuste to znovu.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Instaluje se {0} runner…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Komponenta {0} úspěšně nainstalována!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} dokončeno pro {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} byl úspěšně importován!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Vaše záloha pro {0} je připravena!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Vaše záloha {0} byla úspěšně importována!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Nepodařilo se importovat zálohu: {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Co je Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine je vrstva kompatibility, která umožňuje běh softwaru Windows na \"\n#~ \"Linuxu.\\n\"\n#~ \"V Lahvích se nazývá <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixy jsou prostředí ve kterých Wine pracuje. V Láhvích se nazývají \"\n#~ \"<b>Láhve</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Stránka 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Verze DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Nepodařilo se vymazat dočasné soubory!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Cesta Runneru neexistuje, vytváří se nyní.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Cesta láhve neexistuje, vytváří se nyní.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Cesta DXVK neexistuje, vytváří se nyní.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Dočasná cesta neexistuje, vytváří se nyní.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Extrakce se nezdařila! Archiv končí dříve, než se očekávalo.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Soubor [{0}] už existuje v dočasné cestě, přeskakuji.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Přejmenovávám [{0}] na [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Stažený soubor [{0}] vypadá poškozeně.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Kontrolní součet zdroje: [{0}] staženého souboru: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Instaluji komponentu: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Instaluji závislost: [{0}] v láhvi: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Odstraňuji [{0}] ze složky system32 z láhve: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] nebylo nalezeno v láhvi: [{1}], nepodařilo se odebrat ze system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Odstraňuji závislost: [{0}] z konfigurace láhve: [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Runnery nalezeny: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"DXVK nebylo nalezeno: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Nebylo nalezeno žádné DXVK.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Klíč: [{0}] není v konfiguraci láhve: [{1}], aktualizuji.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Klíč: [{0}] není v konfiguračních parametrech láhve: [{1}] , aktualizuji.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Nastavuji klíč: [{0}] do [{1}] pro láhev: [{2}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Aplikuji prostředí: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Láhev: [{0}] byla úspěšně vytvořena!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Láhev v cestě : [{0}] byla úspěšně odstraněna\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Byla nalezena prázdná cesta, selhání aby se předešlo katastrofám.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Pokouším se opravit lahvi: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Přidávám klíč: [{0}] s hodnotou: [{1}] a daty: [{2}] v registrované \"\n#~ \"láhvi: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"Odstraňuji klíč: [{0}] s hodnotou: [{1}] v registrované láhvi: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Instaluji DXVK do láhve: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Odstraňuji DXVK v láhvi: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Spouštím spustitelný soubor ve wineprefixu …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Spouštím wineboot ve wineprefixu …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Spouštím winecfg ve wineprefixu …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Spouštím winetricks ve wineprefixu …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Spouštím ladící konzoli ve wineprefixu …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Spouštím CMD ve wineprefixu …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Spouštím Správce úloh ve wineprefixu …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Spouštím Ovládací panel ve wineprefixu …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Spouštím odinstalátor ve wineprefixu …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Spouštím regedit ve wineprefixu …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Posílám stav: [{0}] do wineprefixu …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Otevírám správce souborů v cestě …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Importuji wineprefix [{0}] do nové láhve …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"Chyba při vytváření cesty láhve pro wineprefix [{0}]. Ukončuji.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix [{0}] byl úspěšně importován!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] soubory k nahrazení.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] soubory k přidání.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"zálohuji konfiguraci: [{0}] v [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Zálohuji láhev: [{0}] v [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Nepodařilo se uložit zálohu v cestě: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Nepodařilo se importovat zálohu: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Stav Připojení: online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Oprava stylu výběru na vzhledu Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Nezničte page_details při mazání lahví\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Přidání freetype jako závislosti\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Restartovat Windows\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Vypnut Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Ukončení všech procesů wine\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually. Consider the <a href=\\\"https://docs.\"\n#~ \"usebottles.com/bottles/installers#compatibility-grades\\\">compatibility \"\n#~ \"grade</a> when choosing.\"\n#~ msgstr \"\"\n#~ \"V této sekci můžete instalovat programy doporučené naší komunitou, aniž \"\n#~ \"byste museli postupovat ručně. Při výběru zohledněte <a href=\\\"https://\"\n#~ \"docs.usebottles.com/bottles/installers#compatibility-grades\\\">stupeň \"\n#~ \"kompatibility</a>.\"\n\n#~ msgid \"Deleting a bottle …\"\n#~ msgstr \"Odstraňuji láhev …\"\n"
  },
  {
    "path": "po/da.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:12+0000\\n\"\n\"Last-Translator: Ronja Parbst Sørensen <ronja.soerensen@hungry.dk>\\n\"\n\"Language-Team: Danish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"da/>\\n\"\n\"Language: da\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:56\n#, fuzzy, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sikkerhedskopiering {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, fuzzy, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importer fra sikkerhedskopi: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1145\n#, fuzzy\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Jeg er nødt til at vælge en tilpasset sti\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generer Bottle konfiguration…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\n#, fuzzy\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine konfigurationen opdateres…\"\n\n#: bottles/backend/managers/manager.py:1199\n#, fuzzy\nmsgid \"Wine config updated!\"\nmsgstr \"Konfiguration\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1250\n#, fuzzy\nmsgid \"Setting Windows version…\"\nmsgstr \"Versionering\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installerer VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1335\n#, fuzzy, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Afhængigheder\"\n\n#: bottles/backend/managers/manager.py:1345\n#, fuzzy\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1364\n#, fuzzy\nmsgid \"Caching template…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/backend/managers/versioning.py:83\n#, fuzzy\nmsgid \"Committing state …\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\n#, fuzzy\nmsgid \"Restoring state {} …\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/backend/managers/versioning.py:162\n#, fuzzy\nmsgid \"State not found\"\nmsgstr \"Ingen tilstande fundet!\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Vis version\"\n\n#: bottles/frontend/main.py:120\n#, fuzzy\nmsgid \"Executable path\"\nmsgstr \"Før .exe\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Afslut] anmodning modtaget.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Hjælp] anmodning modtaget.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Genopfrisk] anmodning modtaget.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"Detaljer om Flaske\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Komponentversion\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Afinstaller\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"Gennemse C:\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\n#, fuzzy\nmsgid \"Download & Install\"\nmsgstr \"Overførsler\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest\"\nmsgstr \"Hvis manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licens\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\n#, fuzzy\nmsgid \"Reinstall\"\nmsgstr \"Afinstaller\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\n#, fuzzy\nmsgid \"Dependency name\"\nmsgstr \"Afhængigheder\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\n#, fuzzy\nmsgid \"Dependency description\"\nmsgstr \"Miljøbeskrivelse\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\n#, fuzzy\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Overførsler\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\n#, fuzzy\nmsgid \"Dependency Menu\"\nmsgstr \"Afhængigheder\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\n#, fuzzy\nmsgid \"Browse Files…\"\nmsgstr \"Gennemse C:\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Det er din flaskes komplette arkiv, inklusiv personlige filer.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\n#, fuzzy\nmsgid \"Full Backup…\"\nmsgstr \"Fuldt arkiv\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Dette er blot flaskekonfigurationen; det er perfekt, hvis du vil oprette en \"\n\"ny, men uden personlige filer.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\n#, fuzzy\nmsgid \"Export Configuration…\"\nmsgstr \"Konfiguration\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"Søg efter installerede programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\n#, fuzzy\nmsgid \"Launch Options\"\nmsgstr \"Ændrer opstartsindstillinger\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\n#, fuzzy\nmsgid \"My bottle\"\nmsgstr \"Ny flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Miljø\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Kører\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versionering aktiveret for denne flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\n#, fuzzy\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versionering er aktiv i denne flaske.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\n#, fuzzy\nmsgid \"Run Executable…\"\nmsgstr \"Før .exe\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"Installerede programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\n#, fuzzy\nmsgid \"Options\"\nmsgstr \"Operationer\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\n#, fuzzy\nmsgid \"Configure bottle settings.\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Afhængigheder\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\n#, fuzzy\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Installerede programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\n#, fuzzy\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Gem flaskens status.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Opgavehåndtering\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Kør i denne flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\n#, fuzzy\nmsgid \"Debugger\"\nmsgstr \"Fejlfinding\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiguration\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Afinstallationsprogram\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Kontrolpanel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\n#, fuzzy\nmsgid \"Search for dependencies…\"\nmsgstr \"Afhængigheder\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Indrapporter en fejl eller en manglende afhængighed.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\n#, fuzzy\nmsgid \"Report Missing Dependency\"\nmsgstr \"Indrapporter en fejl eller en manglende afhængighed.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"Dokumentation\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentation\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\n#, fuzzy\nmsgid \"Search for Programs…\"\nmsgstr \"Søg efter installerede programmer\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"Ingen tilstande fundet!\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"Dokumentation\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Navn\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"Komponentversion\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\n#, fuzzy\nmsgid \"DXVK\"\nmsgstr \"DXVK Heads-up-skærm\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\n#, fuzzy\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\n#, fuzzy\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"Versionering\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\n#, fuzzy\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"Diskret Grafikkort\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\n#, fuzzy\nmsgid \"Advanced Display Settings\"\nmsgstr \"Avanceret\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Ydeevne\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Aktiver futex-baseret synkronisering, for at øge ydeevne for multi-kerne-\"\n\"processorer.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synkronisering\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Systemkontrol\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"Ydeevne\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Bruge GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\n#, fuzzy\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Søg efter installerede programmer\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"Windows version\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\n#, fuzzy\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Versionering\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Versionering\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\n#, fuzzy\nmsgid \"Working Directory\"\nmsgstr \"Arbjedsmappe\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Detaljer om Flaske\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"DLL-overskrivninger\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"Miljøvariabler\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"Administrer kørere\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Versionering\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"Komponentversion\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"Administrer kørere\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Opdater\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"Ingen tilstande fundet!\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\n#, fuzzy\nmsgid \"A short comment\"\nmsgstr \"En meget kort kommentar\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Gem flaskens status.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Detaljer om Flaske\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\n#, fuzzy\nmsgid \"Go Back\"\nmsgstr \"Gå tilbage\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operationer\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Afbryd\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"Opret ny flaske\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"Flasker Startet!\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\n#, fuzzy\nmsgid \"_Cancel\"\nmsgstr \"Afbryd\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"Indsend fejlrapportering\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Avanceret\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"Ny overskrivning\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"DLL-overskrivninger\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"DLL-overskrivninger\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\n#, fuzzy\nmsgid \"Duplicate\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Sidste opdatering til denne flaske.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplikerer…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Flasker Startet!\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Miljøvariable er dynamisk navngivne værdier der har indflydelse på hvordan \"\n\"kørerende processer opfører sig i en bottle.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"Eksisterende miljøvariabler\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"DLL-overskrivninger\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Gem\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"Windows version\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"Aktiver versionering\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Vindueshøjde\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\n#, fuzzy\nmsgid \"Start Installation\"\nmsgstr \"Operationer\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"Komponentversion\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\n#, fuzzy\nmsgid \"Installation Failed!\"\nmsgstr \"Ingen afhængigheder fundet!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\n#, fuzzy\nmsgid \"All messages\"\nmsgstr \"Slet besked\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\n#, fuzzy\nmsgid \"Warnings\"\nmsgstr \"Advarsel\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"Kør med argumenter\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"Kør med argumenter\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, fuzzy, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"f.x.: -eksempel1 -eksempel2 -eksempel3=halløj\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"Gennemse C:\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"Sidste opdatering til denne flaske.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\n#, fuzzy\nmsgid \"Choose a Directory\"\nmsgstr \"Vælg en mappe\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"Indstillinger\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Detaljer om Flaske\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtuelt Skrivebord\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\n#, fuzzy\nmsgid \"Use Proton\"\nmsgstr \"ProtonDB\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Omdøb\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"Navn\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\n#, fuzzy\nmsgid \"Run With Arguments\"\nmsgstr \"Kør med argumenter\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Kør\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"Ingen tilstande fundet!\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\n#, fuzzy\nmsgid \"Launch upgrade\"\nmsgstr \"Bekræft opgradering\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\n#, fuzzy\nmsgid \"New Versioning System\"\nmsgstr \"Versionering\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Flasker Startet!\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"Kvalitet\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Indbygget (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\n#, fuzzy\nmsgid \"Value\"\nmsgstr \"værdi\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\n#, fuzzy\nmsgid \"Browse files\"\nmsgstr \"Gennemse C:\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Administrer kørere\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\n#, fuzzy\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Dette wineprefix er allerede importeret i Bottles,\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importer fra sikkerhedskopi\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"Ingen flasker fundet!\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\n#, fuzzy\nmsgid \"Full Archive\"\nmsgstr \"Fuldt arkiv\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"Hvis manifest\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\n#, fuzzy\nmsgid \"Read Review…\"\nmsgstr \"Læs anmeldelse\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Installeringer\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"Installeringer\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\n#, fuzzy\nmsgid \"Install this Program\"\nmsgstr \"Installerede programmer\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"Ændrer opstartsindstillinger\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/library-entry.blp:132\n#, fuzzy\nmsgid \"Remove from Library\"\nmsgstr \"Fjern fra programmer\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\n#, fuzzy\nmsgid \"Library\"\nmsgstr \"Mørkt tema\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versionering er aktiv i denne flaske.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Denne flaske ser beskadiget ud.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"Eksekver i denne flaske\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Denne flaske ser beskadiget ud; konfigurationsfilen findes ikke. Dette kan \"\n\"forsøges løst, ved at oprette en ny konfiguration.\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"Sidste opdatering til denne flaske.\"\n\n#: bottles/frontend/ui/list.blp:28\n#, fuzzy\nmsgid \"Steam Proton\"\nmsgstr \"ProtonDB\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/ui/list.blp:63\n#, fuzzy\nmsgid \"No Results Found\"\nmsgstr \"Ingen tilstande fundet!\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\n#, fuzzy\nmsgid \"Browse\"\nmsgstr \"Gennemse C:\"\n\n#: bottles/frontend/ui/new.blp:32\n#, fuzzy\nmsgid \"C_reate\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/new.blp:75\n#, fuzzy\nmsgid \"_Application\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/new.blp:88\n#, fuzzy\nmsgid \"_Gaming\"\nmsgstr \"Spil\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"Tilpasset\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Tilpasset\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Vælg en mappe\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arkitektur\"\n\n#: bottles/frontend/ui/new.blp:137\n#, fuzzy\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Vi foreslår kun brugen af 32bit hvis det er højst nødvendigt\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"Konfiguration\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Vælg en mappe\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\n#, fuzzy\nmsgid \"_Close\"\nmsgstr \"Luk\"\n\n#: bottles/frontend/ui/new.blp:281\n#, fuzzy\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\"Spilletilstand er enten ikke tilgængelig på dit system, eller kører ikke.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Om Flasker\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Kør nemt Windows programvare på Linux med 🍷 Flasker!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Vindueshøjde\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\n#, fuzzy\nmsgid \"Start using Bottles\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Næste\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Indstillinger\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\n#, fuzzy\nmsgid \"Appearance\"\nmsgstr \"Udseende\"\n\n#: bottles/frontend/ui/preferences.blp:17\n#, fuzzy\nmsgid \"Dark Mode\"\nmsgstr \"Mørkt tema\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\n#, fuzzy\nmsgid \"Show Update Date\"\nmsgstr \"Vis opdateringstidspunkt\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notifikationer\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Hvis notifikationer for nedhentninger and installationer.\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"Rengøring af lager\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"Operationer\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Slå ekpperimentel versioneringfunktion til eller fra.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Versionering er aktiv i denne flaske.\"\n\n#: bottles/frontend/ui/preferences.blp:128\n#, fuzzy\nmsgid \"Advanced\"\nmsgstr \"Avanceret\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Vælg en mappe\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Kører\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\n#, fuzzy\nmsgid \"Pre-Release\"\nmsgstr \"Forudsigelse\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"Komponentversion\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Eksperimenter\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"Gennemse C:\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"Ændrer opstartsindstillinger\"\n\n#: bottles/frontend/ui/program-entry.blp:43\n#, fuzzy\nmsgid \"Add to Library\"\nmsgstr \"Mørkt tema\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\n#, fuzzy\nmsgid \"Rename…\"\nmsgstr \"Omdøb\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/program-entry.blp:70\n#, fuzzy\nmsgid \"Remove from List\"\nmsgstr \"Fjern fra programmer\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Programmer\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"Ingen tilstande fundet!\"\n\n#: bottles/frontend/ui/state-entry.blp:9\n#, fuzzy\nmsgid \"State comment\"\nmsgstr \"En meget kort kommentar\"\n\n#: bottles/frontend/ui/state-entry.blp:16\n#, fuzzy\nmsgid \"Restore this Snapshot\"\nmsgstr \"Eksekver i denne flaske\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Slet besked\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Du synes ikke at være forbundet til internettet. Foruden dette vil du ikke \"\n\"kunne hente essentielle komponenter. Klik på dette ikon, når du har \"\n\"genetableret forbindelsen.\"\n\n#: bottles/frontend/ui/window.blp:79\n#, fuzzy\nmsgid \"Import…\"\nmsgstr \"Importer\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Om Flasker\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Tilføj\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\"Vælg placeringen, hvor sikkerhedskopieringen af konfigurationsfil skal gemmes\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Vælg placeringen, hvor sikkerhedskopiens arkiv skal gemmes\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"Sikkerhedskopiering {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Sikkerhedskopiering {0}\"\n\n#: bottles/frontend/views/bottle_details.py:501\n#, fuzzy\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Er du sikker på, at du vil slette denne Flaske og alle filer?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"Administrer kørere\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\n#, fuzzy\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Er du sikker på, at du vil slette denne Flaske og alle filer?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\n#, fuzzy\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\"Spilletilstand er enten ikke tilgængelig på dit system, eller kører ikke.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\n#, fuzzy\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Specialtegn er ikke tilladt!\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\n#, fuzzy\nmsgid \"Select Working Directory\"\nmsgstr \"Arbjedsmappe\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\n#, fuzzy\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Er du sikker på, at du vil slette denne Flaske og alle filer?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installeringer\"\n\n#: bottles/frontend/views/details.py:234\n#, fuzzy\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Versionering\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"Sidste opdatering til denne flaske.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\n#, fuzzy\nmsgid \"Import failed\"\nmsgstr \"Importer\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\n#, fuzzy\nmsgid \"Importing backup…\"\nmsgstr \"Importer fra sikkerhedskopi: {0}\"\n\n#: bottles/frontend/views/importer.py:119\n#, fuzzy\nmsgid \"Select a Backup Archive\"\nmsgstr \"Vælg en sikkerhedskopi\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\n#, fuzzy\nmsgid \"Import\"\nmsgstr \"Importer\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Vælg konfigurationsfil\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Om Flasker\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Vælg en mappe\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Flasker Startet!\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\n#, fuzzy\nmsgid \"Installing…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest for {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"Afinstallationsprogram\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"Afinstallationsprogram\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Afinstallationsprogram\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, fuzzy, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Manifest for {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, fuzzy, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\n#, fuzzy\nmsgid \"Show report\"\nmsgstr \"Fejlrapportering\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\n#, fuzzy\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Versionering\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\n#, fuzzy\nmsgid \"No overrides found.\"\nmsgstr \"Ingen flasker fundet!\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"Miljøvariabler\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Miljøvariabler\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"En fejl er opstået.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/windows/installer.py:109\n#, fuzzy\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Afhængigheder\"\n\n#: bottles/frontend/windows/installer.py:110\n#, fuzzy\nmsgid \"Configuring the bottle…\"\nmsgstr \"Opret ny flaske\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\n#, fuzzy\nmsgid \"Installing the {}…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, fuzzy, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, fuzzy, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"Versionering aktiveret for denne flaske\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Opret Flaske\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"Kør Windows Programmer\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Mørkt tema\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Vindueshøjde\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Justér vinduets højde.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\n#, fuzzy\nmsgid \"Show notifications.\"\nmsgstr \"Aktiver notifikationer.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Rengøring af lager\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\n#, fuzzy\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Rengør Lagersti ved opstart.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Udgivelseskandidat\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Slå Udgivelseskandidat til eller fra for kørere.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Opstartsvisning\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\n#, fuzzy\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Vælg hvilken visning, der skal indlæses, ved start af applikation.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Slå eksperimentielle funktioner, så som versionering og \"\n\"installationsprogrammer, til eller fra. Udgivelseskandidat for Kørere.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\n#, fuzzy\nmsgid \"Steam Proton Support\"\nmsgstr \"ProtonDB\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Slå ekpperimentel versioneringfunktion til eller fra.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"Eksperimenter\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\"Slå eksperimentelle funktioner for installationsprogrammer til eller fra.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Luk automatisk Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\n#, fuzzy\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Kør nemt Windows programvare på Linux med 🍷 Flasker!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Nyd flaskeprogrammer når du vil !\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Vores indbyggede afhængighedsinstallationssystem tillader nem adgang til et \"\n\"højt niveau af programvare-kompatibilitet. Vi inkluderer også \"\n\"overførselshåndtering til at hente de officielle komponenter: kører \"\n\"(wine, proton), dxvk, afhængigheder, osv.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Funktioner så som flaske-versionering lader dig sikre dit arbejde og \"\n\"gendanne det senere!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funktioner:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Opret dine flasker, ved hjælp af prækonfigurerede miljøer, eller opret dine \"\n\"egne\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Kør hver eksekverbar genstand (.exe/.msi) i dine flasker, direkte fra \"\n\"kontekstmenuen, fra din filhåndtering\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Automatisk genkendelse af applikationer, installerede i dine flasker\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Tilføj nemt miljøvariabler\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Overskriv DLL-filer direkte fra flaske-indstillinger\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"På-Farten kørerskift for enhver Flaske\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Forskellige optimeringer for bedre ydeevne i spil (esynk, fsynk, dxvk, \"\n\"lagring, skygningsoversætter, aflæsning .. og meget mere.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Automatisk installation og administration af Wine- og Proton-kørere\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatisk flaske-reparation i tilfælde af nedbrud\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\n#, fuzzy\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integrerede Afhængigheder-installation, baseret på et fællesskabs-drevet \"\n\"depot\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integreret Opgavehåndtering for wine-processer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Nem adgang til ProtonDB og WineHQ for hjælp\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Et system der bringer din konfiguration til nye versioner i flasker\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Sikkerhedskopier og importer flasker\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importer nemt wine-præfiks fra andre administratorer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"Aktiver versionering\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\n#, fuzzy\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \".. og meget mere, som du kan finde, ved at installere Flasker!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Komponentversion\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\n#, fuzzy\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Opret ny flaske\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Før .exe\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importer fra sikkerhedskopi: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"Oprettelsestidspunkt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Calculating…\"\n#~ msgstr \"Duplikerer…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Kør .exe/.msi i denne flaske\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Opret ny flaske\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Ny Flaske\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Flasker Startet!\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Et rent miljø, uden nogen optimeringer.\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Bruge GameMode\"\n\n#, fuzzy\n#~ msgid \"Custom Path\"\n#~ msgstr \"Tilpasset\"\n\n#, fuzzy\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Vælg en eksekverbar Windows-fil\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Vælg en eksekverbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Vælg en eksekverbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Vælg konfigurationsfil\"\n\n#, fuzzy\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Sidste opdatering til denne flaske.\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Vælg en eksekverbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Arbjedsmappe\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kvalitet\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Balanceret\"\n\n#, fuzzy\n#~ msgid \"Choose path\"\n#~ msgstr \"Gennemse C:\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Vælg konfigurationsfil\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Ingen tilstande fundet!\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Administrer nemt wine-præfiks\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Kør med argumenter\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Gennemse C:\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Administrer de kørende processer i denne Flaske.\"\n\n#, fuzzy\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Kontroller for installerede programmer.\"\n\n#, fuzzy\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Konfiguration\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Dokumentation\"\n\n#, fuzzy\n#~ msgid \"Install Selected\"\n#~ msgstr \"Installeringer\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Afhængigheder\"\n\n#, fuzzy\n#~ msgid \"Read documentation\"\n#~ msgstr \"Dokumentation\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafik\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Forbedrer ydeevne i DirectX 11 spil og andre 3D programmer.\\n\"\n#~ \"Slå fra hvis du oplever grafiske fejl.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Forbedrer ydeevne i DirectX 12 spil og andre 3D programmer.\\n\"\n#~ \"Slå fra hvis du oplever grafiske fejl.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Administrer kørere\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Brug Wine virtuelt skrivebord.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Aktiver versionering\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Bruge GameMode\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Komponentversion\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versionering\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versionering\"\n\n#, fuzzy\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimer ydeevne i spil når der er brug for det\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"Bruge GameMode\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Gem flaskens status.\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Vælg en mappe\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Lyd\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reducer PulseAudio-forsinkelse\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Indstil PulseAudio-forsinkelse til 60 milisekunder, for at øge \"\n#~ \"lydkvalitet.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versionering\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Udviklere og fejlfinding\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Ingen flasker fundet!\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Tag en pause, det kommer til at tage ets tykke tid\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Bruge GameMode\"\n\n#, fuzzy\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importering\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Åbn menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Ny flaske\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Bekræft opgradering\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"Er du sikker på, at du vil slette denne Flaske og alle filer?\"\n\n#, fuzzy\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Gem flaskens status.\"\n\n#, fuzzy\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Hjælpeprogram\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Opret ny flaske\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Ny flaske\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Administrer nemt wine-præfiks\"\n\n#, fuzzy\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Eksperimenter\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"\"\n#~ \"Slå eksperimentelle funktioner for installationsprogrammer til eller fra.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"Overførsler\"\n\n#, fuzzy\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Administrer nemt wine-præfiks\"\n\n#, fuzzy\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Administrer nemt wine-præfiks\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Opdatere indekset…\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumenter fundet til eksekverbar genstand: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indeks for status {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Dokumentation\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK Heads-up-skærm\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Aktiver DXVK-overlægningen, som viser BPS og andre detaljer i D3D-\"\n#~ \"applikationer.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Dokumentation\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Aktiver versionsstyring for at gemme og genoprette en Bottle til en \"\n#~ \"tidligere tilstand\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Opgavehåndtering\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Installer\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Indtast en kort kommentar:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Administrer kørere\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Flaske-versionering (eksperimentiel)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Oversæt</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/\"\n#~ \"issues\\\">Fejlrapportering</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Fejlrapportering\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Hjælpeprogram\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Winecfg\"\n\n#, fuzzy\n#~ msgid \"Control panel\"\n#~ msgstr \"Kontrolpanel\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Dokumentation\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Detaljer om Flaske\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Gem flaske\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Brug DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Brug VKD3D\"\n\n#, fuzzy\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versionering\"\n\n#, fuzzy\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL-overskrivninger\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Dokumentation\"\n\n#, fuzzy\n#~ msgid \"Existing overrides\"\n#~ msgstr \"DLL-overskrivninger\"\n\n#, fuzzy\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"f.x.: -eksempel1 -eksempel2 -eksempel3=halløj\"\n\n#, fuzzy\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"Opret Flaske\"\n\n#, fuzzy\n#~ msgid \"page_name\"\n#~ msgstr \"Kører\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Ny variabel\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"Fx. MIN_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Her kan man ændre miljøvariablerne, for kommandoerne, som skal køre.\"\n\n#, fuzzy\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"Syntaks: VAR1=værdi VAR2=værdi ..\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"Syntaks: VAR1=værdi VAR2=værdi ..\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Skriv her...\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Hjælpeprogram & Indstillinger\"\n\n#, fuzzy\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Sidste opdatering til denne flaske.\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Bruge GameMode\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Velkommen\"\n\n#, fuzzy\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Flasker er et moderne værktøj, som raffinerer og forenkler kørsel af \"\n#~ \"Windows programvare på Linux!\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Administrer kørere\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Vi er der næsten\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Overførsler\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Alt er klargjort!\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Afslut\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Gå tilbage\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Før .exe\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Bekræft sletning\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Færdig\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Administrer kørere\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Administrer kørere\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Administrer kørere\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles Fora\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Nye programmer vil blive funder automatisk.\"\n\n#, fuzzy\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Opret Flaske\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Ændre miljøvariabler\"\n\n#, fuzzy\n#~ msgid \"Import & export\"\n#~ msgstr \"Importering\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak-hjælp\"\n\n#, fuzzy\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Destruer flaske\"\n\n#, fuzzy\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Eksekver i denne flaske\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32 bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Mørkt tema\"\n\n#, fuzzy\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Aktiver det mørke tema.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Eksperimenter:installers\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"\"\n#~ \"Slå eksperimentelle funktioner for installationsprogrammer til eller fra.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Aktiver ACO shader kompiler\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Flaskestørrelse:\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Flasker Startet!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Dette er en eksperimentel funktion i et tidligt udviklingsstadie, vær \"\n#~ \"varsom og <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">indrapporter fejl</a>.\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimer ydeevne i spil når der er brug for det\"\n\n#, fuzzy\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versionering\"\n\n#, fuzzy\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Gem flaskens status.\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Spilletilstand er enten ikke tilgængelig på dit system, eller kører ikke.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Eksperimenter:installers\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Programvare\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Eksperimenter:versioning\"\n\n#, fuzzy\n#~ msgid \"Import and export\"\n#~ msgstr \"Importering\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Opret ny flaske\"\n\n#, fuzzy\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Sikkerhedskopier denne flaske\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Flasker\"\n\n#, fuzzy\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Ingen kørere fundet\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Opgavehåndtering\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Vælg miljø\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Vælg en eksekverbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Vælg en eksekverbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Ingen afhængigheder fundet!\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Eksperimenter:installers\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Gennemse C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Opgrader kører til den seneste lokalt installerede\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Destruer flaske\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Dette vil ændre køreren fra {0} til {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Kør i denne flaske\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Vælg en sikkerhedskopi\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Dette er manifestet for {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Dette er indekset for {0}.\"\n\n#, fuzzy\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versionering\"\n\n#, fuzzy\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Ingen kørere fundet\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Ingen dxvk fundet\"\n\n#, fuzzy\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Ingen flasker fundet!\"\n\n#, fuzzy\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Indeks for status {0}\"\n\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Eksekver i denne flaske\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"Kører kan ændres fra fanebladet Indstillinger.\"\n\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"Konfigurationer opdaterer system på tværs af Flaske-versioner\"\n\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Slå Udgivelseskandidat til eller fra for Kørere\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Miljøbeskrivelse\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Ingen afhængigheder fundet!\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Kontroller for installerede programmer.\"\n"
  },
  {
    "path": "po/de.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-02-02 11:01+0000\\n\"\n\"Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\\n\"\n\"Language-Team: German <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"de/>\\n\"\n\"Language: de\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.16-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Kein Pfad angegeben\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sicherung {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Sicherung importieren: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Installation der Komponenten fehlgeschlagen, 3 mal versucht.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Fehlende wesentliche Komponenten. Installiere…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Bottle-Verzeichnis konnte nicht erstellt werden.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Platzhalterverzeichnis/-datei konnte nicht erstellt werden.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Bottle-Konfiguration wird erzeugt…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Vorlage gefunden, wird angewendet…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine-Konfiguration wird aktualisiert…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine-Konfiguration aktualisiert!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Ausführung als Flatpak, isoliere Benutzer-Ordner…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Isoliere Benutzer-Ordner…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows-Version wird eingestellt…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD-Standardeinstellungen anwenden…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Umgebungsoptimierung…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Umgebung anwenden: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Verwende ein benutzerdefiniertes Umgebungsrezept…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Rezept nicht gefunden oder ungültig…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Installiere DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installiere VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Installiere DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Installiere Abhängigkeit: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Erstelle den Versionierungsstatus 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Fertigstellung…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Vorlage zwischenspeichern…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Zustand einchecken…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nichts zum Einchecken\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Neuen Zustand [{0}] erfolgreich erstellt!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Liste der Zustände erfolgreich abgerufen!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Zustand {0} erfolgreich wiederhergestellt!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Zustand {} wiederherstellen…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Zustand nicht gefunden\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Zustand {} ist bereits der aktive Zustand\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Version anzeigen\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Pfad der Programmdatei\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk-Pfad\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Bottle-Name\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Parameter übergeben\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Ungültiger URI (Syntax: bottles:run/<bottle>/<Programm>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Beenden] Anforderung erhalten.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Hilfe] Anforderung erhalten.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Neu laden] Anforderung erhalten.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Spenden\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Bibliotheken von Drittanbietern und besonderer Dank\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Gesponsert und finanziert von\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Urheberrecht © 2017-2024 - Bottles Entwickler\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles Entwickler\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Übersetzer Würdigung\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Komponentenversion\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Deinstallieren\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Dateien durchsuchen\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Die Installation ist fehlgeschlagen. Dies kann an einem Fehler im \"\n\"Repository, einem teilweisen Download oder einer nicht übereinstimmenden \"\n\"Prüfsumme liegen. Drücke, um es erneut zu versuchen.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Herunterladen & Installieren\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Manifest anzeigen\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Lizenz\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Neu installieren\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Einen Fehler melden…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Abhängigkeitsname\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Beschreibung der Abhängigkeit\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategorie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Herunterladen & installieren der Abhängigkeiten\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Es ist ein Installationsfehler aufgetreten. Starte Bottles neu um den \"\n\"Absturzbericht zu lesen, oder führe Bottles über das Terminal aus, um die \"\n\"Ausgabe zu lesen.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Abhängigkeits-Menü\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Fehlerbehandlung\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Dateien durchsuchen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Dupliziere die Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Das ist das komplette Archiv deiner Bottle, inklusive persönlicher Dateien.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Vollständige Sicherung…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Dies ist nur die Bottle-Konfiguration. Passend, wenn du eine neue erstellen \"\n\"möchtest, jedoch ohne persönliche Dateien.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Konfiguration exportieren…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Versteckte Programme anzeigen\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Suche nach neuen Programmen\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Bottle löschen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Sekundäres Menü\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Stoppen aller Prozesse erzwingen\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simuliere das Herunterfahren von Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Herunterfahren\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Einen Windows Neustart simulieren.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Neustarten\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Startoptionen\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Im Terminal ausführen\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Dateien zum Ausführen hier ablegen\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Meine Bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Umgebung\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Runner\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versionierung für diese Bottle aktiviert\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versionierung für diese Bottle ist aktiv.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Programmdatei ausführen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programme\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Klicke auf „Programmdatei ausführen...“, um eine Programmdatei auszuführen, \"\n\"auf „Kurzbefehle hinzufügen...“, um eine Programmdatei der Programmliste \"\n\"hinzuzufügen oder „Programme Installieren...“, um von der Community \"\n\"gepflegte Programme zu installieren.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Kurzbefehle hinzufügen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Programme Installieren…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Optionen\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Einstellungen\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Bottle-Einstellungen konfigurieren.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Abhängigkeiten\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Abhängigkeiten der Programme installieren.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Schnappschüsse\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Erstelle und verwalte Bottle zustände.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Taskmanager\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Laufende Programme verwalten.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Werkzeuge\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Befehlszeile\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Befehle in der Bottle ausführen.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Registry-Editor\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Die interne Registrierung bearbeiten.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Legacy-Winewerkzeuge\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorer\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiguration\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Deinstallateur\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Systemsteuerung\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Abhängigkeiten suchen…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Du bist offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles läuft im Offlinemodus, daher sind keine Abhängigkeiten verfügbar.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Abhängigkeiten sind Ressourcen, welche die Kompatibilität mit Windows-\"\n\"Programmen verbessern.\\n\"\n\"\\n\"\n\"Dateien auf dieser Seite werden von Dritten unter einer proprietären Lizenz \"\n\"bereitgestellt. Indem Sie sie installieren, stimmen Sie den jeweiligen \"\n\"Lizenzbedingungen zu.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Ein Problem oder eine fehlende Abhängigkeit melden.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Fehlende Abhängigkeit melden\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Dokumentation lesen.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentation\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Suche\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Nach Programmen suchen…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Installiere Programme, die von unserer Community kuratiert wurden.\\n\"\n\"\\n\"\n\"Die Dateien auf dieser Seite werden von Dritten unter einer proprietären \"\n\"Lizenz bereitgestellt. Wenn du sie installierst, erklärst du dich mit den \"\n\"jeweiligen Lizenzbedingungen einverstanden.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Keine Installer gefunden\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Das Repository ist nicht erreichbar oder kein Installationsprogramm ist mit \"\n\"dieser Bottle kompatibel.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Dokumentation lesen\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Name\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponenten\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Die Version der Wine-Kompitabilitätsschicht.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Runner und dazugehörige Komponenten werden aktualisiert, bitte warten…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Direct3D 8/9/10/11-Kompatibilität durch die Übersetzung zu Vulkan verbessern.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Aktualisiere DXVK, bitte warten…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Direct3D 12 für bessere Kompatibilität nach Vulkan übersetzen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Aktualisiere VKD3D, bitte warten…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Aktualisiere DXVK-NAVAPI, bitte warten…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Erhöhung der Reaktionsfähigkeit. Kann von einigen Anti-Cheat-Software \"\n\"erkannt werden.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Aktualisiere LatencyFleX, bitte warten…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Anzeige\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Verbessert die Leistung zulasten der Grafik mit DXVK-NVAPI. Funktioniert nur \"\n\"auf neueren NVIDIA-Grafikkarten.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Erhöht die Leistung auf Kosten der Grafik. Funktioniert nur unter Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Verwalte die FidelityFX Super Resolution-Einstellungen\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Dedizierte Grafikkarte\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Dedizierte Grafikkarte nutzen. Verbessert die Performance zu Lasten des \"\n\"Stromverbrauchs.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Nachbearbeitungseffekte\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Verschiedene nachträgliche Effekte mit vkBasalt hinzufügen. Funktioniert nur \"\n\"mit Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Einstellungen der Nachbearbeitungsebene verwalten\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Verwalte mit Gamescope, wie Spiele auf dem Bildschirm angezeigt werden \"\n\"sollen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gamescope-Einstellungen verwalten\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Erweiterte Anzeigeeinstellungen\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Leistung\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Synchronisation aktivieren, um die Leistung auf Mehrkern-Prozessoren zu \"\n\"verbessern.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synchronisation\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"System\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Leistung überwachen\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Zeige mit MangoHud Überwachungsinformationen wie Framerate, Temperaturen, \"\n\"CPU/GPU-Last und mehr zu OpenGL und Vulkan an.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Wende eine Reihe von Optimierungen auf deinem Gerät an. Kann die \"\n\"Spielleistung verbessern.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Spiel-Dateien vorladen\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Verbessert die Ladezeit beim mehrfachen Starten des Spiels. Das Spiel \"\n\"braucht beim ersten Mal länger, um zu starten.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Verwalten der vmtouch-Einstellungen\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS Spiele-Aufnahme\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Umschalten der OBS-Spielaufnahme für alle Vulkan- und OpenGL-Programme.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Kompatibilität\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows Version\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Windows Version wird geändert, bitte warten…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Sprache\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Wähle die Sprache, die mit Programmen verwendet werden soll.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Dezidierte Sandbox\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Verwende für diese Bottle eine eingeschränkte/verwaltete Umgebung.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Sandbox-Berechtigungen verwalten\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles-Runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Bietet zusätzliche Bibliotheken für mehr Kompatibilität. Deaktivieren, falls \"\n\"Probleme auftreten.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam Laufzeitumgebung\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Bietet zusätzliche Bibliotheken für mehr Kompatibilität. Deaktivieren, falls \"\n\"Probleme auftreten.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Arbeitsverzeichnis\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Auf Standard zurücksetzen\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Standard)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL-Überschreibungen\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Umgebungsvariablen\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Laufwerke verwalten\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatische Schnappschüsse\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Erstelle automatisch Schnappschüsse, bevor du Software installierst oder \"\n\"Einstellungen änderst.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Komprimierung\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Schnappschüsse komprimieren, um Platz zu sparen. Dies wird das Erzeugen von \"\n\"Schnappschüssen verlangsamen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Ausschlussmuster verwenden\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Pfade in Schnappschüssen ausschließen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Pattern verwalten\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Neu laden\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Prozess stoppen\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Keine Schnappschüsse gefunden\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Erstelle deinen ersten Schnappschuss, um mit dem Speichern des Status deiner \"\n\"Einstellungen zu beginnen.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Ein kurzer Kommentar\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Speichere den Zustand der Bottle.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Neuen Schnappschuss erstellen\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Einzelheiten\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Zurück\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operationen\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Bottle auswählen\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Abbrechen\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Auswählen\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Neue Bottle erstellen\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles-Absturzbericht\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Abbrechen\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Bericht senden\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles ist das letzte Mal abgestürzt. Bitte fülle einen Bericht aus und \"\n\"füge den folgenden Traceback bei, damit wir das Problem identifizieren \"\n\"können, um zu verhindern, dass es erneut auftritt.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Wir haben mindestens einen übereinstimmenden oder ähnlichen Bericht \"\n\"gefunden. Bitte vergewissere dich sorgfältig, dass dieser Bericht nicht \"\n\"bereits gemeldet wurde. Jeder Bericht bedeutet eine Menge Arbeit seitens der \"\n\"Entwickler. Bitte respektiere deren Arbeit und stelle sicher, dass keine \"\n\"Duplikate einreicht werden.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Ich möchte den Bericht trotzdem senden.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Erweiterte Optionen\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Unvollständiges Paket\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Diese Version von Bottles scheint nicht alle notwendigen Kernabhängigkeiten \"\n\"zu enthalten. Bitte kontaktieren Sie den Paketbetreuer oder verwenden Sie \"\n\"eine offizielle Version.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Beenden\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynamic Link Libraries können auf builtin (bereitgestellt durch Wine) oder \"\n\"auf native (bereitgestellt durch das Programm) festgelegt werden.\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Neuer Override\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Overrides\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Laufwerke\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Dies sind Dateipfade auf deinem Hostsystem, die vom Runner als Geräte \"\n\"erkannt werden (e.g. C: D:..).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Buchstabe\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Vorhandene Laufwerke\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Bottle duplizieren\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplizieren\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Gebe einen Namen für das Duplikat der Bottle ein.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Dupliziere…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Das kann eine Weile dauern.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottle dupliziert\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Umgebungsvariablen sind dynamisch benannte Werte, welche die laufenden \"\n\"Prozesse in der Bottle beeinflussen können.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Variablenname\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Vorhandene Variablen\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Ausschlussmuster\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definiere Muster, die verwendet werden, um zu verhindern, dass einige \"\n\"Verzeichnisse versioniert werden.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Muster\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Vorhandene Muster\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope Einstellungen\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Speichern\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Verwalte, wie Spiele angezeigt werden sollen.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Spielauflösung\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Verwendet die Auflösung des Videospiels als Referenz in Pixel.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Breite\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Höhe\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Fensterauflösung\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Erhöht die Auflösung, wenn eine höhere Auflösung als die Spielauflösung in \"\n\"Pixel verwendet wird.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Sonstiges\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Bildratenbegrenzung\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Bildratenbegrenzung bei Unfokussierung\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Ganzzahlige Skalierung\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Fenstertyp\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Rahmenlos\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Vollbild\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Möchtest du mit der Installation fortfahren?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Installation starten\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Dieses Installationsprogramm erfordert einige lokale Ressourcen, die \"\n\"anderweitig nicht bereitgestellt werden können.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Fortfahren\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Fertig!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Programme anzeigen\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Installation Fehlgeschlagen!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Etwas ist schief gelaufen.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Alle Meldungen\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kritisch\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Fehler\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Warnungen\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Info\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Journal-Browser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Journal-Browser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Protokollierungslevel ändern.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Alle\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Diese Parameter werden beim Programmstart übergeben.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Benutzerdefinierte Argumente\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Befehlsargumente\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"z. B.: VAR=value %command% -example1 -example2 -example3=hallo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Skript nach der Ausführung\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\"Wähle ein Skript, das ausgeführt wird, nachdem das Programm gestartet wurde.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Wähle ein Skript aus\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Wähle aus, wo das Programm starten soll.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Wähle ein Verzeichnis\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Diese Einstellungen überschreiben die Standardeinstellungen für diese \"\n\"ausführbare Datei.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Overrides für Einstellungen\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Bottle auf Standard zurücksetzen\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtueller Desktop\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton Haftungsausschluss\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Proton verwenden\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Achtung, die Verwendung von Proton-basierten Runnern in Non-Steam-Bottles \"\n\"kann Probleme verursachen und verhindern, dass sie sich korrekt verhalten.\\n\"\n\"\\n\"\n\"Wir empfehlen die Verwendung von Wine-GE, einer Version von Proton, die \"\n\"außerhalb von Steam laufen soll.\\n\"\n\"\\n\"\n\"Wenn Sie fortfahren, wird die Steam-Laufzeitumgebung automatisch aktiviert \"\n\"(falls im System vorhanden und von Bottles erkannt), um auf die \"\n\"erforderlichen Bibliotheken zugreifen und Kompatibilitätsprobleme zu \"\n\"begrenzen. Beachten Sie, dass GloriousEggroll, der Anbieter des Runners, \"\n\"nicht für Probleme verantwortlich ist und wir bitten Sie, sich nicht bei \"\n\"ihnen zu melden.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Ich habe es verstanden.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Umbenennen\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Wähle einen neuen Namen für das ausgewählte Programm.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Neuer Name\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Mit Parametern ausführen\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Ausführen\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\"Gib hier die Parameter ein, die an das Programm übergeben werden sollen.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"z. B. -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Sandbox-Einstellungen\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Netzwerk freigeben\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Klang teilen\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Upgrade erforderlich\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Fortsetzen\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Upgrade starten\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Neues Versionierungssystem\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Das neue System zur Versionierung von Bottles ist jetzt verfügbar.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles hat ein völlig neues Versionierungssystem, das nicht \"\n\"abwärtskompatibel ist. \\n\"\n\"\\n\"\n\"Um die Versionierung weiterhin zu nutzen, müssen wir das Bottles-Repository \"\n\"neu initialisieren. Dabei werden keine Daten aus der Bottle gelöscht, \"\n\"sondern alle bestehenden Zustände gelöscht und ein neuer erstellt.\\n\"\n\"\\n\"\n\"Wenn du zu einem früheren Schnappschuss zurückkehren musst, bevor du \"\n\"fortfährst, schließe dieses Fenster, stelle den Schnappschuss wieder her und \"\n\"öffne dann die Bottle erneut, um dieses Fenster wieder anzuzeigen.\\n\"\n\"\\n\"\n\"Das alte System wird in einer der nächsten Versionen abgeschafft werden.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Repository wird neu initialisiert…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Fertig! Bitte starte Bottles neu.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Einstellungen für Nachbearbeitungseffekte\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Standard\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Standardeinstellungen\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Effekte werden entsprechend der Listenreihenfolge angewendet.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Effekte\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Adaptives Schärfen des Kontrasts\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Schärfe\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Informationen anzeigen\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Entrauschte Luma-Schärfung\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Entrauschen\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Schnelles Annäherungs-Anti-Aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Subpixel-Qualität\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Qualitätskantenschwelle\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Minimaler Qualitätskantenschwellenwert\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Subpixel-morphologisches Anti-Aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Kantenerkennung\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Farbe\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Schwellenwert\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maximale Suchschritte\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maximale Suchschritte diagonal\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maximale Eckenrundung\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS-Schärfe erhöht die Schärfe eines Bildes. Höhere Werte machen das Bild \"\n\"schärfer, während Werte unter 0 das Bild weicher machen, als ursprünglich.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS-Schärfe erhöht die Schärfe eines Bildes. Höhere Werte machen das Bild \"\n\"schärfer.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS-Entrauschung verringert das Rauschen eines Bildes. Höhere Werte machen \"\n\"das Bild weicher.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA-Subpixelqualität verringert Aliasing auf Subpixel-Ebene. Höhere Werte \"\n\"machen das Bild weicher.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA-Kantenschwelle ist der Mindestkontrast, der für die Anwendung des FXAA-\"\n\"Algorithmus erforderlich ist. Höhere Werte bewirken, dass das Bild mehr \"\n\"Kontrast hat.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA quality edge threshold minimum ist der Mindestwert für dunkle Pixel, \"\n\"welche vom FXAA-Algorithmus ignoriert werden. Höhere Werte bewirken, dass \"\n\"FXAA Pixel unterhalb des angegebenen Wertes ignoriert, was zu einer \"\n\"Leistungssteigerung führen kann.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma erkennt Kanten aus einer monochromen Perspektive, während Color Kanten \"\n\"auf der Grundlage von Farben erkennt. Luma ist leistungsfähiger als Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA-Schwellenwert gibt die Empfindlichkeit der Kantenerkennung an. \"\n\"Niedrigere Werte erkennen mehr Kanten auf Kosten der Leistung.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA maximale Suchschritte gibt an, wie viele horizontale und vertikale \"\n\"Suchschritte bei der Suche nach Kanten durchgeführt werden.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA maximale diagonale Suchschritte gibt an, wie viele diagonale \"\n\"Suchschritte bei der Suche nach Kanten durchgeführt werden.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA-Eckenabrundung gibt die Stärke der Abrundung von Kantenecken an.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Eingebaut (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativ (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Eingebaut, dann Nativ\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativ, dann eingebaut\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Deaktiviert\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Entfernen\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/pfad/hier/eingeben\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Wert\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Dateien durchsuchen\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine-Präfixname\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Manager\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Dieser Wine-Präfix wurde bereits in Bottles importiert.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Eine Bottles-Sicherung importieren\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Erneut nach Präfixen suchen\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Keine Präfixe gefunden\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Es wurden keine externen Präfixe gefunden. Hat Bottles Zugriff darauf?\\n\"\n\"Verwende das Symbol oben, um eine Bottle aus einer Sicherung zu importieren.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Vollständiges Archiv\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Manifest anzeigen…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Rezension lesen…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Name des Installateurs\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Beschreibung des Installateurs\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Unbekannt\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Dieses Programm installieren\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Programm-Menü\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Kein Vorschaubild\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Starten\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Mit Steam starten\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Artikelname\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Aus Bibliothek entfernen\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Stopp\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Bibliothek\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Füge hier Items aus der Programmliste zur Bottle hinzu\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versionierung ist für diese Bottle aktiv.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Diese Bottle sieht beschädigt aus.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"In dieser Bottle ausführen\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Hier ausführen\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Diese Bottle sieht beschädigt aus, da die Konfigurationsdatei fehlt. Ich \"\n\"kann versuchen dies zu beheben, indem ich eine neue Konfiguration erzeuge.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Durchsuche deine Bottles…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Neue Bottle erstellen…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Keine Ergebnisse gefunden\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Versuche eine andere Suche.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Starte…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Diese Ressource fehlt.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Durchsuchen\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"E_rstellen\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Bottle-Name\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Anwendung\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Spiele\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Ben_utzerdefiniert\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Benutzerdefiniert\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Benutzerverzeichnis freigeben\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Dadurch wird das Benutzerverzeichnis in der Bottle auffindbar, auch auf die \"\n\"Gefahr hin, dass persönliche Informationen an Windows-Software weitergegeben \"\n\"werden. Diese Option kann nicht geändert werden, nachdem die Bottle erstellt \"\n\"wurde.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architektur\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32-Bit sollte nur verwendet werden, wenn es unbedingt notwendig ist.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Eine benutzerdefinierte Konfiguration importieren.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Bottleverzeichnis\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Verzeichnis, das die Daten dieser Bottle enthalten wird.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"S_chließen\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Dieser Name ist nicht verfügbar, bitte versuche einen anderen.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Zurück\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Willkommen bei Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Windows-Software unter Linux ausführen.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows in Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles verwendet Kompatibilitäts-Runner, um isolierte containerisierte \"\n\"Windows-ähnliche Umgebungen bereitzustellen, in denen Programme ausgeführt \"\n\"werden.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Fast fertig\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Wir brauchen noch ein paar Minuten, um alles einzurichten…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Alles bereit!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Bitte beende zuerst die Einrichtung\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Starte mit Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Weiter\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Einstellungen\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Allgemein\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Darstellung\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Dunkler Modus\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Ob Bottles das dunkle Farbschema verwenden sollen.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Aktualisierungsdatum anzeigen\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Ob das Aktualisierungsdatum in der Bottle-Liste angezeigt werden soll.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Benachrichtigungen\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Benachrichtigungen für Downloads und Installationen anzeigen.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Temporäre Dateien\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Temporäre Dateien löschen, wenn Bottles gestartet wird?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Bottles nach dem Starten eines Programms schließen\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\"Bottles nach dem Starten eines Programms über den Dateimanager schließen.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrationen\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton Präfixe\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Steam-Proton-Präfixe auflisten und verwalten.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Steam-Apps in der Programmliste auflisten\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Erfordert Steam für Windows, das in der Bottle installiert ist.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Liste Epic-Games in der Programmliste auf\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Erfordert, dass der Epic Games Store in der Bottle installiert ist.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Ubisoft-Spiele in der Programmliste auflisten\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Erfordert, dass Ubisoft Connect in der Bottle installiert ist.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Erweitert\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles-Verzeichnis\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Verzeichnis, das die Daten Ihrer Bottles enthält.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Runner\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles läuft im Offline-Modus, so dass keine Runner verfügbar sind.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Vorabversion\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Zeige instabile Versionen von Runnern an.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL-Komponenten\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles läuft im Offlinemodus, daher sind die DLLs nicht verfügbar.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Kern\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Laufzeit\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Versuche\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Diese Funktionen befinden sich noch in der Entwicklung und sind \"\n\"möglicherweise instabil, so dass mit Fehlern und Störungen zu rechnen ist.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox pro Bottle\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Noch in früher Entwicklung.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"In der Konsole ausführen\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Pfad durchsuchen\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Startoptionen ändern…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Zur Bibliothek hinzufügen\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Desktop-Eintrag hinzufügen\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Zu Steam hinzufügen\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Umbenennen…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Programm ausblenden\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Programm einblenden\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Aus Liste entfernen\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Programmname\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Status-ID\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Status-Kommentar\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Diesen Schnappschuss wiederherstellen\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Nachricht löschen\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Hauptmenü\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Du scheinst nicht mit dem Internet verbunden zu sein. Ohne Internet wirst du \"\n\"nicht in der Lage sein, erforderliche Komponenten herunterzuladen. Klick auf \"\n\"dieses Symbol, wenn du die Verbindung wiederhergestellt hast.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importieren…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Hilfe\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Über Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Datei „{0}“ ist keine .exe- oder .msi-Datei\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Aktualisiert: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"„{0}“ hinzugefügt\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Ausführbare Datei auswählen\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Hinzufügen\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Versteckte Programme ausblenden\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Starten von „{0}“…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Sei dir der Sandbox bewusst\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles wird in einer Sandbox ausgeführt, einer Umgebung mit eingeschränkten \"\n\"Berechtigungen, die für Ihre Sicherheit erforderlich ist. Wenn das Programm \"\n\"nicht läuft, sollten Sie sich in die Bottle begeben (3-Punkte-Symbol oben) \"\n\"und sie von dort aus starten.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Verwerfen\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Wähle den Speicherort für die Sicherungskonfiguration\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportieren\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Wähle den Speicherort für das Sicherungsarchiv\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Sicherung\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Sicherung für „{0}“ erstellt\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Sicherung für „{0}“ fehlgeschlagen\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Bist du sicher, dass du „{}“ dauerhaft löschen möchtest?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Dadurch werden alle damit verbundenen Programme und Einstellungen dauerhaft \"\n\"gelöscht.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Löschen\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Fehlender Runner\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Der für diese Bottle angeforderte Runner fehlt. Installiere ihn über die \"\n\"Bottles-Einstellungen oder wähle einen neuen aus, um Anwendungen auszuführen.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Bist du sicher, dass du das Anhalten aller Prozesse erzwingen willst?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Dies kann zu Datenverlust, Beschädigung und Fehlfunktionen von Programmen \"\n\"führen.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"_Stopp erzwingen\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Diese Funktion ist auf deinem System nicht verfügbar.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Um diese Funktion hinzuzufügen, führe bitte „flatpak install“ aus\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Dieser Bottle name wird bereits verwendet.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Arbeitsverzeichnis auswählen\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Verzeichnis, das die Daten von „{}“ enthält.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Bist du sicher, dass du alle Schnappschüsse löschen möchtest?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\"Dadurch werden alle Schnappschüsse gelöscht, deine Dateien bleiben jedoch \"\n\"erhalten.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Bitte migriere auf das neue Versionierungssystem, um einen neuen Status zu \"\n\"erstellen.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installateure\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Vorgang läuft, bitte warten.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Kehre zu deinen Bottles zurück.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Sicherung erfolgreich importiert\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Import fehlgeschlagen\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Sicherung importieren…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Wähle ein Sicherungsarchiv\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importieren\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Eine Konfigurationsdatei auswählen\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"nicht verfügbar\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Ausführbare Datei in „{self.config.Name}“ ausführen\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"„{0}“ wird in „{1}“ gestartet…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Deine Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Herunterladen von ~{0} Paketen…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Geholt {0} von {1} Paketen\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Bottle-Verzeichnis wählen\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Bottle wird erstellt…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Kann Bottle nicht erstellen\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\"Die Erstellung der Bottle ist mit einem oder mehreren Fehlern fehlgeschlagen.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bottle erstellt\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"„{0}“ wurde erfolgreich erstellt.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"Steam wurde nicht gefunden oder Bottles hat nicht genügend Berechtigungen.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Bottle-Pfad auswählen\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Bottles neustarten?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles muss neu gestartet werden, um dieses Verzeichnis verwenden zu können.\"\n\"\\n\"\n\"\\n\"\n\"Stelle sicher, dass jedes Programm, das von Bottles gestartet wurde, \"\n\"geschlossen ist, bevor Bottles wieder ausgeführt wird. Andernfalls kann es \"\n\"zu Datenverlust, Beschädigung und Fehlfunktionen der Programme kommen.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Neustart\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Basierend auf Valve's Wine, einschließlich Staging und Proton-Patches.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Basierend auf Wine Upstream, einschließlich Staging und Proton Patches.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Basiert auf Wine-Upstream, enthält Staging-Patches.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Basiert auf Valves Wine, enthält Staging, Proton und Steam-spezifische \"\n\"Patches. Erfordert die aktivierte Steam Runtime.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Anderes\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Aktualisieren\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Installiere…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest für {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"„{0}“ deinstalliert\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"„{0}“ installiert\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"„{0}“ konnte nicht installiert werden\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"„{0}“ importiert\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Diese Anwendung funktioniert möglicherweise nicht ordnungsgemäß. Das \"\n\"Installationsprogramm wurde so konfiguriert, dass es die bestmögliche \"\n\"Benutzererfahrung bietet. Allerdings muss man mit Störungen, Instabilität \"\n\"und dem Fehlen funktionierender Funktionen rechnen.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Dieses Programm funktioniert mit erkennbaren Störungen, diese \"\n\"beeinträchtigen jedoch nicht die Funktionalität der Anwendung.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Dieses Programm funktioniert mit kleineren Störungen.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Dieses Programm funktioniert perfekt.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Rezension für {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Anhalten von „{0}“…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Starte „{0}“ mit Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"„{0}“ versteckt\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"„{0}“ angezeigt\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"„{0}“ entfernt\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"„{0}“ umbenannt zu „{1}“\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Desktop Eintrag für „{0}“ erstellt\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"„{0}“ wurde zur Bibliothek hinzugefügt\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"„{0}“ wurde zur Steam-Bibliothek hinzugefügt\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Bericht anzeigen\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Dieses Problem wurde bereits 5 Mal gemeldet und kann nicht \"\n\"erneut gesendet werden.\\n\"\n\"            Schreibe dein Feedback in einen der bereits vorhandenen Berichte.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Anzeigeeinstellungen werden aktualisiert, bitte warten…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Anzeigeeinstellungen aktualisiert\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Keinen Override gefunden.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Laufwerkspfad auswählen\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Keine Umgebungsvariablen definiert.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Keine Ausschlussmuster definiert.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Es ist ein Fehler aufgetreten.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"In Zwischenablage kopieren\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Ressourcendatei auswählen\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Windows-Abhängigkeiten werden installiert…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Die Bottle wird konfiguriert…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Installationsschritte werden verarbeitet…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Installation von {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Endkontrollen werden durchgeführt…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0} wird installiert…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} ist jetzt in der Programmansicht verfügbar.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Installateur schlug mit unbekanntem Fehler fehl\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} ist für diese Bottle bereits deaktiviert.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Diese Einstellung entspricht nicht Bottle's Standardeinstellung.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Skript auswählen\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Benutzerdefinierter Bottlepfad nicht gefunden\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Auf Standardpfad zurückfallen. Es werden keine Bottles aus dem angegebenen \"\n\"Pfad aufgelistet.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Windows-Software ausführen\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"Wine;Windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak-Migration\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"De(-aktiviere) dan Flatpak-Migrationsdialog.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Dunkles Design\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Erzwinge die Verwendung des dunklen Designs.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Aktualisierungsdatum in der Liste de(-aktiviere)\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"De(-aktiviere) das Aktualisierungsdatum in der Bottles-Liste.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Auflistung der Steam-Apps\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Steam-Apps-Liste ein-/ausschalten.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic-Games-Store Beschreibung\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Epic-Games-Liste umschalten.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect Eintrag\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Ubisoft Connect-Liste umschalten.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Fensterbreite\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Die Fensterbreite ändern.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Fensterhöhe\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Die Fensterhöhe ändern.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Benachrichtigungen anzeigen.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Temporäre Dateien aufräumen\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Temporäre Dateien beim Systemstart löschen.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Release-Kandidat\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Vorabversionen für Runner de(-aktivieren).\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Startansicht\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Wähle, in welcher Ansicht die Anwendung gestartet werden soll.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"De(-aktiviere) experimentelle Funktionen wie Versionierung, Installer und \"\n\"Vorabversionen für Runner.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Unterstützung für Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Steam-Proton-Präfix Support umschalten.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimente:Sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Experimentelle Sandbox pro Bottle umschalten.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Bottles automatisch schließen\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Bottles schließen, wenn eine Programmdatei aus dem Dateimanager gestartet \"\n\"wird.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Sandbox-Warnung anzeigen\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Sandbox-Warnung ein-/ausschalten.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Mit Bottles Windows-Software unter Linux ausführen!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Fülle Software in eine Bottle und genieße sie in aller Ruhe!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Unser integriertes Installationssystem für Abhängigkeiten ermöglicht \"\n\"automatischen Zugriff auf kompatible Software. Nutze den Download-Manager, \"\n\"um die offiziellen Komponenten herunterzuladen: den Runner (Wine, Proton), \"\n\"DXVK, Abhängigkeiten, usw.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Bottle-Versionsmanagement hält deine Arbeit endlich sicher und lässt dich \"\n\"diese später wiederherstellen!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funktionen:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Erstelle Bottles durch Nutzung vorkonfigurierter Umgebungen oder erstelle \"\n\"deine eigenen Umgebungen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Führe Programmdateien (.exe/.msi) in deinen Bottles aus, direkt aus dem \"\n\"Kontextmenü deines Dateimanagers\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\"Automatische Erkennung von Anwendungen, die in deinen Bottles installiert \"\n\"sind\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Füge Umgebungsvariablen unkompliziert hinzu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Überschreibe DLLs direkt aus den jeweiligen Bottle-Einstellungen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"On-the-fly Runner-Wechsel für jede Bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Verschiedene Performance-Optimierungen für Gaming \"\n\"(esync, fsync, DXVK, Cache, Shader Compiler, Offload, und vieles mehr…)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\"Automatische Installation und integriertes Management der Wine- und Proton-\"\n\"Runner\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatische Reperatur von Bottles im Falle eines Fehlers\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integriertes Abhängigkeits-Installationsprogramm basierend auf einem \"\n\"Community-verwalteten Repository\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrierter Task-Manager für Wine-Prozesse\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Zugang zu ProtonDB und WineHQ für Unterstützung\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\"System, mit dem Sie Ihre Konfiguration auf neue Bottleversionen übertragen \"\n\"können\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Sicherung und Wiederherstellung von Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importiere Wine-Präfixe von anderen Managern\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Versionierung von Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… und vieles mehr. Einfach Bottles installieren und entdecken!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Metadateninformationen aktualisieren\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Füge weitere Update-Informationen hinzu und korrigiere die Versionshinweise\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Die Schaltfläche „Zu Steam hinzufügen“ wurde korrigiert\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Problem behoben, bei dem BottleConfig nicht serialisierbar war\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Doppelte Patool-Extraktion wurde behoben\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Korrekte Version\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Absturz beim Erstellen einer Bottle behoben\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Große Änderung: Neugestaltung der neuen Bottles Oberfläche\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Verbesserung der Nutzererfahrung:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Herz-Emoji durch Bibliothek Icon auf der Bibliothek Seite ersetzt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Toast für „Ausführbare Datei ausführen“ hinzugefügt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Fehlerbehebungen:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Beim Hinzufügen der Steam-Verknüpfung ist ein Fehler aufgetreten\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Beim Importieren von Backups ist ein Fehler aufgetreten\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Steam Runtime wird bei Verwendung von wine-ge-custom automatisch aktiviert\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Diverse Reparaturen betreffend die Bibliothek, beispielsweise leere Symbole \"\n\"oder Abstürze aufgrund fehlenden Einträgen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Behebung verschiedener Probleme im Zusammenhang mit der Textkodierung\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Fehler beim Herunterladen beheben, wenn Bottles nicht vom Terminal aus \"\n\"gestartet wird\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Korrektes Versionsdatum\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"NVIDIA bezogene, kritische Fehler auf nicht-NVIDIA Systemen ausblenden\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope-Verbesserungen und -Korrekturen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Die Abhängigkeitsinstallation ist schneller und stabiler\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Der health check verfügt über mehr Informationen für ein schnelleres \"\n\"Debugging\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI hat viele Korrekturen und ist stabiler, sollte jetzt ordnungsgemäß \"\n\"funktionieren\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Absturz beim Herunterladen einer Komponente behoben\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Verbesserung des Backend-Codes durch Vermeidung von Spin-Lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Weitere Variablen für die Skripterstellung des Installationsprogramms\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Korrektur des Einrichtungs-Dialogs. Dieser hat \\\"Alles Bereit\\\" angezeigt, \"\n\"obwohl die Einrichtung noch nicht abgeschlossen war\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Verbesserung des Build-Systems\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"VKD3D standardmäßig aktivieren, wenn Bottles für Spiele erstellt werden\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"Abstürze beim Lesen von Steam-Dateien mit fehlerhaften Codierungen behoben\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Behebung von Komponenten, die nach der Installation/Deinstallation in der \"\n\"Benutzeroberfläche nicht korrekt aktualisiert werden\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Weitere FSR-Korrekturen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Behebung des Problems, wenn ein Programm geschlossen wird, nachdem es über „\"\n\"Ausführbare Datei ausführen“ gestartet wurde\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"und viele, viele, viele mehr!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Berechne…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Führe .exe/.msi in dieser Bottle aus\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Neue Bottle erstellen…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Neue Bottle\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Bottle Informationen\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Eine für Windows-Spiele optimierte Umgebung.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Eine für Windows-Anwendungen optimierte Umgebung.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Eine leere Umgebung für deine Experimente.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Persönlichen Ordner nicht verknüpfen\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"\"\n#~ \"Den Persönlichen Ordner nicht mit dem Benutzer-Verzeichnis verknüpfen\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 Bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Benutzerdefiniertes Rezept\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"\"\n#~ \"Wähle ein benutzerdefiniertes Rezept für die Umgebung, falls vorhanden.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Benutzerdefinierter Pfad\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Diese Bottle an einem anderen Ort speichern.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Sie sind offline, kein Download möglich.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Wähle einen Programm-Pfad aus\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Windows-Programmdatei auswählen\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Wähle das Arbeitsverzeichnis für Programmdateien\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Wähle eine Rezeptdatei\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Wähle den Speicherort für die Bottle\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Neuen Pfad für die Bottle wählen\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Wähle das Skript aus\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Wähle Arbeitsverzeichnis\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Gelegentlichen Fehler beim Löschen einer Bottle behoben.\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Unterstützung für vkd3d\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Installations-Vervollständigung repariert @jntesteves\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Französische Übersetzungen dank @rjousse18, @julroy67\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Französische Übersetzungen dank @rjousse18, @julroy67\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Russische Übersetzungen dank @Knebergish, @lenemter, @Smoque\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Für die kroatische Übersetzung, vielen Dank an @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Thailändische Übersetzungen dank @SashaPGT\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Slowakische Übersetzungen Dank an @MartinIIOT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugiesische Übersetzungen dank @laralem\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Italienische Übersetzungen dank @gdonisi\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Für die kroatische Übersetzung, vielen Dank an @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Deutsche Übersetzungen Dank an @thericosanto\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Ebenen\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultra-Qualität\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Qualität\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Ausgeglichen\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Geschichtet\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"\"\n#~ \"Eine mehrschichtige Umgebung, in der jede Anwendung eine Schicht ist.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Pfad auswählen\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Wählen Sie eine Datei.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Datei nicht gefunden\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"\"\n#~ \"Die angegebene Datei existiert nicht. Bitte wählen Sie eine passende \"\n#~ \"Datei.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Leerzeichen im Dateinamen\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Der Pfad zur Color Lookup Table darf keine Leerzeichen enthalten. Bitte \"\n#~ \"benennen Sie die Datei um, um alle Leerzeichen zu entfernen.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Ungültige Bildgröße\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Höhe und Breite des Bildes müssen gleich sein.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Wine-Präfixe einfach über Umgebungen verwalten\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Mit Parametern ausführen…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Durchsuche interne Dateien mit dem Wine-Explorer.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Prozesse mit dem Wine Task-Manager verwalten.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Wine Prozesse debuggen.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine-Konfiguration\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Interne Einstellungen anpassen.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Deinstalliere Programme mit dem Wine-Deinstallationsprogramm.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Greife auf das interne Wine Control Panel zu.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Verwenden Sie den Installer-Tab oder die Schaltfläche \\\"Programmdatei \"\n#~ \"ausführen\\\" oben.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Abhängigkeiten sind Programme, Bibliotheken und Codecs, welche die \"\n#~ \"Kompatibilität von Windows-Software verbessern. Diese können hier \"\n#~ \"installiert werden, um deine Programmanforderungen zu erfüllen.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Dokumentation lesen.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Selektion installieren\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Wir raten dringend davon ab, mehrere Abhängigkeiten gleichzeitig zu \"\n#~ \"installieren.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Abhängigkeiten auswählen\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Verwenden Sie diesen Bereich, um von unserer Community kuratierte \"\n#~ \"Programme zu installieren, ohne manuell vorgehen zu müssen.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Dokumentation lesen\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafik\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Verbessert die Leistung von DirectX 11-Spielen und 3D-Anwendungen.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Verbessert die Leistung von DirectX 12-Spielen und 3D-Anwendungen.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Stelle DLSS und Nvidias NVAPI zu Verfügung (falls verfügbar).\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR verwendet modernste Up-Scaling-Technologien, um Ihre Framerate zu \"\n#~ \"steigern.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt ist eine Vulkan Nachbearbeitungsschicht um die visuellen Effekte \"\n#~ \"von Spielen zu verbessern.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"vkBasalt-Einstellungen verwalten\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Den Wine Virtual-Desktop verwenden.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Mauserfassung im Vollbildmodus\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Die Maus wird im Vollbildmodus vom Programm eingefangen.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Fokus erzwingen\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"Aktivieren, falls das Programm den Fokus nach einem Programmwechsel nicht \"\n#~ \"zurückerhält.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Maus Warp\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Ändern Sie dies, wenn Sie auf Mausverzögerung oder Desynchronisierung \"\n#~ \"stoßen.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Bildschirmskalierung\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Benutzerdefinierte DPI einstellen.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderer\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Wähle aus, welches Backend für wine3d verwendet werden soll.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (Standard)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"Vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Komponentenversionen verwalten\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK Version\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D Version\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI Version\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX Version\"\n\n#~ msgid \"false\"\n#~ msgstr \"falsch\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Genau wie die von Bottles, aber von Steam bereitgestellt.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimiert Spielleistung bei Bedarf.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Den Gamescope Micro-Compositor verwenden.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Standardmäßig wird das Bottels-Verzeichnis verwendet.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Standard wiederherstellen\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Wähle ein Verzeichnis\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Ton\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Latenz reduzieren\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Die PulseAudio Latenz auf 60 ms stellen, um die Tonqualität zu verbessern.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versionierung\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Komprimierung für Status verwenden\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Dadurch wird der vom jeweiligen Status verwendete Speicherplatz \"\n#~ \"verringert, aber ihre Erstellung verlangsamt.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bottles erstellt einen Status, bevor Abhängigkeiten oder \"\n#~ \"Installationsprogramme ausgeführt werden.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Verwenden Sie eigene Pattern, um bestimmte Pfade von der Versionierung \"\n#~ \"auszuschließen.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Entwicklung & Debugging\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Ein Vulkan- und OpenGL-Overlay zur Überwachung der FPS, Temperaturen, CPU/\"\n#~ \"GPU-Auslastung und weiterem.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Wine 'fixme' Logs\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Code-Pfade aufzeichnen, die nicht in Wine implementiert sind.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Keine Programme gefunden\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Installiere Programme aus dem Installer-Tab oder indem du ein \"\n#~ \"Installationsprogramm ausführst. Du kannst auch manuell Programme mit dem \"\n#~ \"\\\"+\\\"-Button hinzufügen.\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Versteckte ein-/ausblenden\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Mach eine Pause, es könnte eine Weile dauern.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Konfiguriere, wie Gamescope das Fenster für Spiele, die du spielen \"\n#~ \"willst, verwalten soll.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Breite (z. B. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Höhe (z. B. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope Auflösung\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Ändere Log-Level.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"vkBasalt Einstellungen\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Farbnachschlagtabelle\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT wandelt einen Farbbereich in einen anderen Farbbereich um, indem \"\n#~ \"eine .CUBE-Datei oder eine .png-Datei verwendet wird, bei der die Höhe \"\n#~ \"gleich der Breite ist.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Beginne, indem du eine Bottle erstellst.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Führe Windows Software auf Linux aus.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Benutzerdefinierter Bottles Pfad (Neustart erforderlich)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Auswählen, wo neue Bottles gespeichert werden sollen (Bestehende werden \"\n#~ \"nicht verschoben).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"Noch in der Entwicklungsphase (Neustart erforderlich).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Import/Export…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Support\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Foren\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Menü öffnen\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Neue Bottle\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"Okay\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Bestätigen\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Bist du dir sicher, dass du alle Prozesse beenden möchtest?\\n\"\n#~ \"Dies kann zu Datenverlust führen.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Standardmäßig wird das Bottels-Verzeichnis verwendet.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Umschalten der Komprimierung erfordert Neuinitialisierung\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Dadurch werden alle Dateien beibehalten, aber alle Status gelöscht. \"\n#~ \"Möchten Sie fortfahren?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Details & Werkzeuge\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Im Startmenü deiner Bottle gefunden.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Eine Bottle mit dem Namen \\\"{0}\\\" wurde erfolgreich angelegt\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' installiert.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Benachrichtigungen\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Neues Versionierungssystem, welches die Versionierung der gesamten Bottle \"\n#~ \"ermöglicht (auch Konfiguration)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"\"\n#~ \"Die automatische Versionierung kann jetzt ein- und ausgeschaltet werden\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Verwenden Sie Komprimierung für Versionierungsstatus\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Verbessern Sie das Speichern von Startoptionen, ohne die \"\n#~ \"Benutzeroberfläche mehrmals zu aktualisieren\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Verbesserte YAML-Leistung mit libyaml (das Paket python-yaml muss dies \"\n#~ \"unterstützen)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Neuer Über-Dialog\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"\"\n#~ \"Deckt die Unterstützung im Bibliotheksmodus ab (Danke an SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"DXVK HUD-Option entfernt, stattdessen den Abschnitt Umgebungsvariablen \"\n#~ \"verwenden\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"Die bottles-cli Shell-Option liefert nun eine Befehlsausgabe\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"Der Health Check befindet sich jetzt im Abschnitt \\\"Fehlerbehebung\\\" von \"\n#~ \"\\\"Über\\\"\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Erweiterte Core-Abhängigkeitsprüfung, Paketierer werden aufgefordert, \"\n#~ \"ihre Pakete noch einmal zu überprüfen\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Neue Standardberechtigung für das Flatpak-Paket: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"\"\n#~ \"Credits für Drittanbieter-Bibliotheken im Abschnitt Credits hinzugefügt\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Korrekturen\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Korrektur für überspringbaren Onboard-Dialog\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Korrektur für leeren Bottle-Namen\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Korrektur von gstreamer Bibliotheken für win32 Bottles\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"\"\n#~ \"Behebung des RemoteDisconnected-Fehlers, der einen Absturz verursachte\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Falschen Vaniglia-Eintrag korrigiert\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Behebung von Vorlagen, die mit symbolisch verknüpften Pfaden generiert \"\n#~ \"wurden und Schleifen verursachten\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Konfigurationsmigration behoben, die einen Absturz verursachte, wenn der \"\n#~ \"Benutzer die Konfiguration änderte\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"mscoree.dll nicht gefunden behoben\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Korrektur der Regression für die Option -b der legacy bottle cli\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"\"\n#~ \"Behebung des Steam-Startoptionen-Parsers, der einen Absturz verursacht\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Korrigieren einer Regression in der Schaltfläche Zu Steam hinzufügen, die \"\n#~ \"den neuen Eintrag in Steam nicht hinzufügte\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Finnische Übersetzungen dank Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Indonesische Übersetzungen dank @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Spanische Übersetzungen dank Pablo Munoz Alabau, @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Übersetzungen ins Portugiesische (Brasilien) dank @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Deutsche Übersetzungen dank Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Wine-Präfix einfach verwalten\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experimente:Bibliothek\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Den experimentellen Bibliotheksmodus de(-aktivieren).\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Wird heruntergeladen…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Der benutzerdefinierte Bottles-Pfad wurde nicht gefunden. Bitte überprüfe \"\n#~ \"deine Einstellungen.\\n\"\n#~ \"Es wird auf den Standardpfad zurückgegriffen. Es werden keine Bottles aus \"\n#~ \"diesem Pfad aufgelistet!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Gesundheit überprüfen\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Verzeichne die Zustandsdateien…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Wiederherstellungspunkt wird erstellt…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Zustandsordner konnte nicht erstellt werden.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Index wird aktualisiert…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Die Zustandsdatei konnte nicht aktualisiert werden.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Konnte die Index-Datei nicht aktualisieren.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Parameter für Programmdatei gefunden: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Schritt {self.__step} von {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' gestarted.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' mit Steam gestartet.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Index für Zustand {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Dokumentation über Abhängigkeiten lesen.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"De(-aktiviere) die Anzeige des FPS-Overlays und weiteren Details von DXVK \"\n#~ \"in Direct3D Anwendungen.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Dokumentation über Programme lesen\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Zusätzliche Einstellungen\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Lokale Ressourcen\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Nach Präfixen suchen\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Aktiviere Versionierung, um Zustände zu speichern und wiederherzustellen.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Deine Bibliothek\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Health Check\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Lade...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Task-Manager\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Auswählen, wo neue Bottles gespeichert werden sollen (Bestehende werden \"\n#~ \"nicht verschoben)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Installieren...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Konnte den Desktop Eintrag nicht erstellen aufgrund von fehlenden \"\n#~ \"Berechtigungen.\\n\"\n#~ \"Schau <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">unser \"\n#~ \"Video</a> um zu sehen, wie man die Berechtigung für Flatpak erteilt.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Gib einen kurzen Kommentar ein:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"Temporäre Dateien\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"\"\n#~ \"Bottles nach dem Starten eines Programms über den Dateimanager schließen\"\n\n#~ msgid \"Custom bottles path (requires restart)\"\n#~ msgstr \"Benutzerdefinierter Bottles Pfad (Neustart erfordert)\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"Vorabversion\"\n\n#~ msgid \"In early development (requires restart)\"\n#~ msgstr \"Noch in der Entwicklungsphase (Neustart erforderlich)\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris-Runner\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Bottles-Versionierung (experimentell)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Übersetzen</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Finanzierung</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Fehlerbericht</\"\n#~ \"a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Einen Fehler melden\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Im Explorer öffnen\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"In die Sandbox verschieben\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Verschiebe in die Sandbox…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Werkzeuge\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Befehlszeile\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Registrierungs-Editor\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine-Konfiguration\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Systemsteuerung\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Testmodus aktiviert: Es werden nur Abhängigkeiten vom Test Repository \"\n#~ \"angezeigt.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Die Dateien auf dieser Seite wurden zwar geprüft, unterliegen aber \"\n#~ \"möglicherweise einer proprietären Lizenz.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Die Dateien auf dieser Seite wurden zwar geprüft, unterliegen aber \"\n#~ \"möglicherweise einer proprietären Lizenz.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Dokumentation über Installer lesen\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Bottle-Details\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Meine großartige Bottle\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Bottle umbenennen\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"DXVK verwenden\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3D verwenden\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSR aktivieren\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"LatencyFleX aktivieren\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Maus im Vollbildmodus einfangen\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK Version\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"VKD3D Versionen verwalten\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Startet den Wine-Server neu.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL-Überschreibungen\"\n\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"\"\n#~ \"Stellt die PulseAudio Latenz auf 60 Millisekunden, um die Tonqualität zu \"\n#~ \"verbessern.\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Dokumentation über Versionierung lesen\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"z. B. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Vorhandene Überschreibungen\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"z. B.: -beispiel1 -beispiel2 -beispiel3=Hallo\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"z.B: MeineDuplizierteBottle\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"seiten_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Neue Variable\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"z. B. MEINE_VARIABLE\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Hier kannst du die Umgebungsvariablen für die Befehle, die ausgeführt \"\n#~ \"werden, verändern.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"z. B.: VAR1=wert VAR2=wert\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"z. B.: VAR1=wert VAR2=wert ...\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"z. B. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"z. B. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Wenn die Flatpak Version von Bottles verwendet wird und der Pfad des \"\n#~ \"Skriptes außerhalb der Sandbox liegt, dann vergiss nicht, die \"\n#~ \"Bereichtigungen mithilfe von <a href=\\\"https://docs.usebottles.com/\"\n#~ \"flatpak/expose-directories\\\"> Flatseal </a> richtig einzustellen.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Einen neuen Namen eingeben:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Hier schreiben…\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Nachricht hier einfügen.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Werkzeuge & Einstellungen\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Wähle einen Namen für deine Bottle\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Benutzerdefinierten Pfad verwenden\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Willkommen\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Bottles macht es viel einfacher, Windows-Programme unter Linux \"\n#~ \"auszuführen.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Was sind Bottles?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Eine Bottle ist eine Windows-ähnliche Umgebung, die für die Ausführung \"\n#~ \"von Windows-Software konfiguriert ist; in jeder Bottle können mehrere \"\n#~ \"Anwendungen laufen. \\n\"\n#~ \"\\n\"\n#~ \"Diese sind isoliert und die Software, die darin läuft, kann nicht auf \"\n#~ \"deine persönlichen Dateien zugreifen, wenn du es nicht erlaubst.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Mehr darüber erfahren</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Wir sind fast fertig\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Bevor Du loslegen kannst, müssen wir zuerst einige <a href=\\\"https://docs.\"\n#~ \"usebottles.com/getting-started/first-run\\\">Komponenten ( ~75MB)</a> \"\n#~ \"herunterladen und installieren.\\n\"\n#~ \"\\n\"\n#~ \"Wir können diese Dateien nicht mit Bottles ausliefern, da diese \"\n#~ \"unterschiedliche Release-Zyklen haben.\\n\"\n#~ \"\\n\"\n#~ \"Wenn Du bereit bist, drücke auf <b>Installieren</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Mach es dir bequem, es könnte ein paar Minuten dauern.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Herunterladen\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Alles ist bereit!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Du kannst jetzt deine ersten Bottles anlegen.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Fertig\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Warnung: Vergiss nicht, dem Flatpak die Berechtigung zu geben, auf den \"\n#~ \"neuen Pfad zugreifen zu können.\\n\"\n#~ \"Dies würde sonst die Sandbox unbrauchbar machen!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Ob die obige Liste unausgereifte Versionen anzeigen soll.\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"Startoptionen ändern\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Aus der Liste ausblenden\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"In der Liste einblenden\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Verarbeite...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Deine Bibliothek\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Zurück\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Programmdatei für %s auswählen\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Installation fehlgeschlagen, bitte überprüfe die Logs.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Mit Standardumgebung fortfahren…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Löschen bestätigen\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Fertig\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe-Runner\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton-Runner\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Andere Runner\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles Foren\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Dieses Programm sichtbar machen\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Wähle einen Namen für deine Bottle\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Neue Programme werden automatisch gefunden.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplizieren einer Flasche\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Umgebungsvariablen ändern\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Dieses Feld darf keine Sonderzeichen enthalten!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Dabei handelt es sich um Kompatibilitätsschichten, die es ermöglichen, \"\n#~ \"dass Windows-Software auf Linux-Systemen installiert und ausgeführt \"\n#~ \"werden kann.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> sind Umgebungen, in denen der Runner das System \"\n#~ \"konfiguriert und in denen die Windows-Software läuft und installiert \"\n#~ \"wird.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Lesen Sie mehr \"\n#~ \"über Runner</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Import & Export\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"Eigener DPI Wert\"\n\n#~ msgid \"Select what backend to use for wined3d\"\n#~ msgstr \"Wählen Sie aus welches backend für wine3d genutzt werden soll\"\n\n#~ msgid \"Toggle OBS game capture for all next launches\"\n#~ msgstr \"De(-aktiviere) OBS Game Capture für zukünftige Starts\"\n\n#~ msgid \"Gamescope settings\"\n#~ msgstr \"Gamescope Einstellungen\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"Was sind Runner?\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Wir müssen einen Runner herunterladen und installieren, damit Sie Ihre \"\n#~ \"eigenen Bottles erstellen können.\\n\"\n#~ \"Die Download-Größe beträgt <b>~70 MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Lesen \"\n#~ \"Sie mehr darüber, was wir herunterladen werden</a>.\\n\"\n#~ \"\\n\"\n#~ \"Wir können diese Dateien nicht mit Bottles anbieten, da diese \"\n#~ \"unterschiedliche Release-Zyklen haben.\\n\"\n#~ \"\\n\"\n#~ \"Wenn Sie bereit sind, drücken Sie die Schaltfläche <b>Installieren</b>.\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"Update-Datum anzeigen\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"Bibliotheksmodus\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak-Hilfe\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Ich finde meine alten \\\"bottles\\\" nach einem Upgrade nicht mehr.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Ich kann manche Ordner nicht finden.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Ich kann die Dateien aus meinem Persönlichen Ordner nicht finden.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"\"\n#~ \"Anwendungen stürzen ohne Meldung ab oder zeigen einen schwarzen Bildschirm\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Diese Bottle vernichten\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Eine Sicherung dieser Bottle erstellen.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Nachtthema\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Aktiviere das dunkle Thema.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experimente:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Funktion für experimentelle Winebridge Implementierung umschalten.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"ACO Shader Compiler aktivieren\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Verbessert die Leistung in Spielen und 3D Applikationen.\\n\"\n#~ \"Deaktiviere dies, wenn Grafikfehler auftreten.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Nachtmodus\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Bottles Probleme\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles gestartet!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Dies ist eine experimentelle Funktion einer frühen Entwicklungsstufe. Sei \"\n#~ \"vorsichtig und <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/\"\n#~ \"new/choose\\\">melde Bugs</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles Developers\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimieren Sie die Spielleistung bei Bedarf\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI-Version\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Verweise auf das Verzeichnis der Bottle\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Der Gamemode ist entweder nicht auf Ihrem System verfügbar oder läuft \"\n#~ \"nicht.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experimente:Installationsprogramme\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Software\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Eine für Windows-Software verbesserte Umgebung.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Experimente:Versionierung\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Import und Export\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Ausführung als Flatpak, isolierte Ordner werden erstellt …\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"\"\n#~ \"Dies sind die Wine/Wineserver Prozesse, die auf deinem PC ausgeführt \"\n#~ \"werden.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Suche laufende Prozesse.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Bottle sichern\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Bottle\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Keine Runner gefunden, bitte installieren Sie einen.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Kein dxvk gefunden, die neueste Version wird installiert …\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Kein vkd3d gefunden, die neueste Version wird installiert …\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Kein dxvk gefunden, die neueste Version wird installiert …\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Ihre neue Bottle: {0} ist jetzt fertig!\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Download-Manager wurde verbessert\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"DXVK und VKD3D werden nun im asynchronen Modus installiert\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"Verbesserte Benutzeroberfläche unter elementary OS\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Fehler in Komponenten-Installation behoben, der nach dem Download falsche \"\n#~ \"Namen zugeordnet hat.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Falschen Text für cwd-Label korrigiert.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Fehler behoben, durch den Bottles beim Ausführen von Programmdateien mit \"\n#~ \"Parametern abgestürzt ist.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Für die japanische Übersetzung, vielen Dank an @jatin-cbs\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Die Übersetzung ins brasilianische Portugiesisch, verdanken wir \"\n#~ \"@farribeiro, @swyknox\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Wähle eine Umgebung\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Diesen Runner herunterladen und installieren\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"Benutze %command% in den Launch-optionen um Präfixe und Suffixe \"\n#~ \"festzulegen\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Eine Bottle erzeugen, in der die ausführbare Datei nach der Auswahl im \"\n#~ \"Datei Manager, ausgeführt wird\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"\"\n#~ \"Der Manager wurde überarbeitet, um weniger selbst bezogen und \"\n#~ \"benutzerfreundlicher für Entwickler zu sein\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"\"\n#~ \"Die Abhängigkeiten/Komponenten/Installer haben jetzt einen eigenen \"\n#~ \"Manager, der unabhängig vom Hauptmanager ist\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"\"\n#~ \"Der Manager für Abhängigkeiten kann nun einzelne Dateien aus den Windows \"\n#~ \"Cabinet Dateien extrahieren\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"\"\n#~ \"Ab sofort muss der Benutzer die Benachrichtigung im crash report \"\n#~ \"akzeptieren, bevor neue Reports übermittelt werden können\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"\"\n#~ \"Das Homeverzeichnis des Benutzers wird ab jetzt aus den Reports entfernt\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"\"\n#~ \"Der lutris-lol Runner wird ab jetzt ausgeblendet, wenn Bottles in Flatpak \"\n#~ \"ausgeführt wird, da er nicht kompatibel damit ist\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"\"\n#~ \"Das Entpacken der Windows Cabinet Datei wird ab jetzt still erfolgen und \"\n#~ \"zeigt nur relevante Logeinträge\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"Das Download Statusicon ist jetzt rechts vom Kontextmenü, sodass es nicht \"\n#~ \"mehr durch das Kontextmenü verschoben wird\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"\"\n#~ \"Bug in der Namensauflösung behoben, der Bottles abstürzen lassen könnte, \"\n#~ \"wenn es eine Ressource nicht erreichen können würde\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"Umgebungsbezeichnungen werden nun wieder übersetzt\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"Fehlende Übersetzungen in Erzeugung der Bottle hinzugefügt\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"\"\n#~ \"Problem im Wayland Support behoben, das DISPLAY auf den falschen \"\n#~ \"Parameter setzte\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"\"\n#~ \"Das Verzeichnis für hinzugefügte, benutzerdefinierte Programme war falsch\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"\"\n#~ \"Für die Übersetzung ins vereinfachte Chinesisch, vielen dank an @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"Hast du Probleme ein Verzeichnis in Bottles zu finden?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Downloads\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Wählen Sie eine ausführbare Windows-Datei\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Wählen Sie eine ausführbare Windows-Datei\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Kroatische Übersetzungen Dank an @milotype\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Ungarische Übersetzungen Dank an @ovari\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Abhängigkeiten können die dll überschreiben und verschieben\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Abhängigkeiten können die dll überschreiben und verschieben\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"Abhängigkeiten können nun Fonts ohne Benutzereingriff installieren\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Wine Prozess debuggen.\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Schalten Sie die experimentelle Versionierungsfunktion um\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Experimente:Installateure\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Durchsuchen Sie C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Upgrade auf den aktuellsten lokal installierten Runner\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Bottle löschen\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Dadurch wird der Läufer von {0} auf {1} geändert.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"In dieser Bottle starten\"\n\n#~ msgid \"\"\n#~ \"Dependency/installer manifests, support environment variables and \"\n#~ \"arguments\"\n#~ msgstr \"\"\n#~ \"Abhängigkeits-/Installationsmanifeste, Unterstützung von \"\n#~ \"Umgebungsvariablen und Argumenten\"\n\n#~ msgid \"\"\n#~ \"If versioning is active for the bottle, a new state is created before \"\n#~ \"installing a dependency\"\n#~ msgstr \"\"\n#~ \"Wenn die Versionierung für die Flasche aktiv ist, wird vor dem \"\n#~ \"Installieren einer Abhängigkeit ein neuer Zustand erzeugt\"\n\n#~ msgid \"\"\n#~ \"Dependencies and installers now call their uninstaller, if this is \"\n#~ \"declared in the manifest\"\n#~ msgstr \"\"\n#~ \"Abhängigkeiten und Installer rufen nun ihr Deinstallationsprogramm auf, \"\n#~ \"wenn dies im Manifest deklariert ist\"\n\n#~ msgid \"Now you can search for dependencies using the search field\"\n#~ msgstr \"Jetzt können Sie über das Suchfeld nach Abhängigkeiten suchen\"\n\n#~ msgid \"Dependencies and installers show the source license\"\n#~ msgstr \"Abhängigkeiten und Installer zeigen die Quelllizenz an\"\n\n#~ msgid \"\"\n#~ \"When a crash report appears, reporting it the issue is automatically and \"\n#~ \"correctly filled\"\n#~ msgstr \"\"\n#~ \"Wenn ein Absturzbericht erscheint, wird die Meldung automatisch und \"\n#~ \"korrekt ausgefüllt\"\n\n#~ msgid \"\"\n#~ \"While creating a new state, information about the entire process is shown \"\n#~ \"on the screen\"\n#~ msgstr \"\"\n#~ \"Während des Anlegens eines neuen Zustands werden Informationen über den \"\n#~ \"gesamten Vorgang auf dem Bildschirm angezeigt\"\n\n#~ msgid \"The search for installed programs has been extended to user AppData\"\n#~ msgstr \"\"\n#~ \"Die Suche nach installierten Programmen wurde auf den Benutzer AppData \"\n#~ \"erweitert\"\n\n#~ msgid \"Fixed some problems related to the dxvk implementation\"\n#~ msgstr \"\"\n#~ \"Einige Probleme im Zusammenhang mit der dxvk-Implementierung wurden \"\n#~ \"behoben\"\n\n#~ msgid \"\"\n#~ \"Now dxvk and vkd3d are installed only after the user presses Install on \"\n#~ \"first start\"\n#~ msgstr \"\"\n#~ \"Jetzt werden dxvk und vkd3d erst installiert, wenn der Benutzer beim \"\n#~ \"ersten Start auf Installieren drückt\"\n\n#~ msgid \"Reduced the amount of logs\"\n#~ msgstr \"Reduziert die Menge der Protokolle\"\n\n#~ msgid \"Flatpak now uses the app directories\"\n#~ msgstr \"Flatpak verwendet jetzt die App-Verzeichnisse\"\n\n#~ msgid \"\"\n#~ \"If there are bottles in the old dir and the app dir is empty then a \"\n#~ \"migration dialog is shown\"\n#~ msgstr \"\"\n#~ \"Wenn im alten Verzeichnis Flaschen vorhanden sind und das App-Verzeichnis \"\n#~ \"leer ist, wird ein Migrationsdialog angezeigt\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the management of the download manager that resulted in a \"\n#~ \"crash\"\n#~ msgstr \"\"\n#~ \"Fehler in der Verwaltung des Download-Managers behoben, der zu einem \"\n#~ \"Absturz führte\"\n\n#~ msgid \"Install dxvk and vkd3d on bottle creation if missing\"\n#~ msgstr \"\"\n#~ \"Installieren Sie dxvk und vkd3d bei der Flaschenerstellung, falls \"\n#~ \"vorhanden\"\n\n#~ msgid \"The preferences are organized into sections\"\n#~ msgstr \"Die Einstellungen sind in Abschnitte unterteilt\"\n\n#~ msgid \"The program list is hidden if empty\"\n#~ msgstr \"Die Programmliste wird ausgeblendet, wenn sie leer ist\"\n\n#~ msgid \"The bottle details page now uses a sidebar\"\n#~ msgstr \"Die Seite mit den Flaschendetails verwendet jetzt eine Seitenleiste\"\n\n#~ msgid \"Added references to documentation for some features\"\n#~ msgstr \"\"\n#~ \"Referenzen zur Dokumentation für einige Funktionen hinzugefügt Added\"\n\n#~ msgid \"\"\n#~ \"Makes the UI more consistent with rounded edges and status pages from \"\n#~ \"libhandy\"\n#~ msgstr \"\"\n#~ \"Macht die Benutzeroberfläche konsistenter mit abgerundeten Kanten und \"\n#~ \"Statusseiten von libhandy\"\n\n#~ msgid \"Replacing the name wine with runner, where possible\"\n#~ msgstr \"Ersetzen des Namens Wein durch Läufer, wo möglich\"\n\n#~ msgid \"Added more information for initial download to the Onboard\"\n#~ msgstr \"\"\n#~ \"Weitere Informationen für den ersten Download ins Onboard hinzugefügt\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Tschechische Übersetzungen dank @pervoj und Vojtěch Perník\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Esperanto-Übersetzungen dank @phlostically\"\n\n#~ msgid \"New logo thanks to @jannuary @alvarlagerlof @ZekeSmith\"\n#~ msgstr \"Neues Logo dank @jannuary @alvarlagerlof @ZekeSmith\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Flaschenkonfigurationsdatei generieren …\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Wählen Sie ein Sicherungsarchiv\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Neue Versionierung auf Basis des CalVer-Modells\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"\"\n#~ \"Aktivieren Sie den Gamemode für Ihre Flaschen, wenn diese im System \"\n#~ \"installiert sind\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Deutsche Übersetzungen Dank an @thericosanto\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Dies ist das Manifest für {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Dies ist der Index für {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"\"\n#~ \"Die herungergeladene Datei {0} sieht beschädigt aus. Versuch es erneut.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Installiere {0} runner …\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Komponente {0} erfolgreich installiert!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} abgeschlossen für {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} erfolgreich importiert!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Ihr Backup für {0} ist fertig!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Ihr Backup {0} wurde erfolgreich importiert!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Einlesen der Sicherung {0} fehlgeschlagen!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Was ist Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine ist die Übersetzungsschicht, die es erlaubt Windows Programme in \"\n#~ \"Linux auszuführen.\\n\"\n#~ \"In Bottels heißt sie <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes sind Umgebungen in denen Wine arbeitet. In Bottles nennen \"\n#~ \"wir sie <b>bottles</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Seite 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVK Versionen\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Bereinigen des Temp Pfades fehlgeschlagen!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Runner Pfad existiert nicht. Wird angelegt.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Bottles Pfad existiert nicht. Wird angelegt.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Dxvk Pfad existiert nicht. Wird angelegt.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Temp Pfad existiert nicht. Wird angelegt.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Entpacken fehlgeschlagen! Das Archiv endet früher als erwartet.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Die Datei [{0}] existiert bereits in Temp. Überspringe.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Benenne [{0}] zu [{1}] um.\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Heruntergeladene Datei [{0}] sieht beschädigt aus.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Quelle Prüfsumme: [{0}] Heruntergeladen: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Komponente installieren: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Installieren der Abhängigkeit: [{0}] in Flasche: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Entfernen von [{0}] aus system32 in Flasche: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] nicht gefunden in Flasche: [{1}], Entfernen aus System32 \"\n#~ \"fehlgeschlagen.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Entfernen der Abhängigkeit: [{0}] von Flasche: [{1}] Konfiguration.\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Läufer gefunden: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvk gefunden: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Kein dxvk gefunden.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Taste: [{0}] nicht in Flasche: [{1}] konfigurieren, aktualisieren.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Schlüssel: [{0}] nicht in Flasche: [{1}] Konfiguration Parameter, \"\n#~ \"aktualisieren.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Einstellung Schlüssel: [{0}] bis [{1}] für Flasche: [{2}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Umgebung anwenden: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Flasche: [{0}] erfolgreich angelegt!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Erfolgreich gelöschte Flasche im Pfad: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Leerer Pfad gefunden, Katastrophen werden nicht vermieden.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Versuch, die Flasche zu reparieren: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Schlüssel hinzufügen: [{0}] mit Wert: [{1}] und Daten: [{2}] in \"\n#~ \"Registerflasche: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"Wert entfernen: [{0}] für Schlüssel: [{1}] in Registerflasche: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Installation von dxvk für Flasche: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Entfernen von dxvk für Flasche: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Ausführen einer ausführbaren Datei mit dem Wineprefix …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Ausführen von wineboot auf dem wineprefix …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Ausführen von winecfg auf dem wineprefix …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Ausführen von winetricks auf dem wineprefix …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Ausführen einer Debug-Konsole auf dem wineprefix …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Ausführen einer CMD auf dem wineprefix …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Ausführen eines Task-Managers auf dem wineprefix …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Ausführen eines Control Panels auf dem wineprefix …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Ausführen eines Uninstallers auf dem wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Ausführen eines Regedit auf dem wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Sendestatus: [{0}] an das Wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Öffnen des Dateimanagers im Pfad …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Weinpräfix [{0}] in eine neue Flasche importieren …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Fehler beim Erstellen des Flaschenpfads für wineprefix [{0}]. Abbruch.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix {0} erfolgreich importiert!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] Dateien zu ersetzen.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] Dateien hinzuzufügen.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Sichern der Konfiguration: [{0}] in [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Sichernde Flasche: [{0}] in [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Sicherung im Pfad konnte nicht gespeichert werden: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Einlesen der Sicherung fehlgeschlagen: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Verbindungsstatus: online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Umgebungsauswahlstil im Yaru-Theme korrigiert\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"page_details beim Löschen der Flasche nicht zerstören\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"freetype als Abhängigkeit hinzufügen\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"Abhängigkeiten können nun Fonts ohne Benutzereingriff installieren\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Windows neu starten\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Windows herunterfahren\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Alle Wine-Prozesse beenden\"\n\n#~ msgid \"Special characters are not allowed!\"\n#~ msgstr \"Sonderzeichen sind nicht erlaubt!\"\n"
  },
  {
    "path": "po/el.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-03-04 20:09+0000\\n\"\n\"Last-Translator: Athanasios <firemastergr1@protonmail.com>\\n\"\n\"Language-Team: Greek <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"el/>\\n\"\n\"Language: el\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.17-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Δεν έχει καθοριστεί διαδρομή\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Αντίγραφο ασφαλείας {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Εισαγωγή αντιγράφου ασφαλείας: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Αποτυχία εγκατάστασης εξαρτημάτων, μετά από 3 προσπάθειες.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Έλλειψη βασικών συστατικών. Εγκατάσταση…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Η δημιουργία του καταλόγου bottle απέτυχε.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Η δημιουργία καταλόγου/αρχείου κράτησης θέσης (placeholder) απέτυχε.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Δημιουργία ρυθμίσεων του bottle…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Το πρότυπο βρέθηκε, εφαρμογή…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Οι ρυθμίσεις του Wine ενημερώνονται…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Οι ρυθμίσεις του Wine ενημερώθηκαν!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Εκτέλεση ως Flatpack, διαχωρισμός του καταλόγου χρήστη…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Διαχωρισμός του καταλόγου χρήστη…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Ορισμός έκδοσης Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Εφαρμογή προεπιλεγμένων ρυθμίσεων CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Βελτιστοποίηση περιβάλλοντος…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Εφαρμογή περιβάλλοντος: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Χρήση μιας προσαρμοσμένης συνταγής περιβάλλοντος…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Η συνταγή δεν βρέθηκε ή δεν είναι έγκυρη…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Εγκατάσταση DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Εγκατάσταση VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Εγκατάσταση DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Εγκατάσταση εξάρτησης: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Δημιουργία κατάστασης έκδοσης 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Ολοκλήρωση…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Κρυφή αποθήκευση προτύπου…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Αποθήκευση αλλαγών κατάστασης…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Νέα κατάσταση {0}] Δημιουργήθηκε επιτυχώς!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Η κατάσταση δεν βρέθηκε\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Η κατάσταση {} είναι ήδη ενεργή\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Εμφάνιση έκδοσης\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Εκτελέσιμη διαδρομή\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Μονοπάτι Ink\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Παραχώρησε ορίσματα\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Μη έγκυρος σύνδεσμος (σύνταξη: bottles:run/<bottle>/<πρόγραμμα>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Έξοδος] το αίτημα ελήφθη.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Βοήθεια] Το αίτημα ελήφθη.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Ανανέωση] Το αίτημα ελήφθη.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Δωρεά\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Βιβλιοθήκες τρίτων και Ειδικές ευχαριστίες\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Χορηγούμενο και ιδρυθέν από\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Πνευματικά δικαιώματα © 2017 - Οι προγραμματιστές του Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Προγραμματιστές του Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"μεταφραστές\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Έκδοση εξαρτήματος\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Απεγκατάσταση\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Περιήγηση αρχείων\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Η εγκατάσταση απέτυχε. Αυτό μπορεί να οφείλεται σε σφάλμα του αποθετηρίου, \"\n\"μερική λήψη ή αναντιστοιχία αθροίσματος ελέγχου. Πατήστε για να προσπαθήσετε \"\n\"ξανά.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Λήψη & Εγκατάσταση\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest\"\nmsgstr \"Εμφάνιση manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Αδεια\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Επανεγκατάσταση\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Αναφορά σφάλματος…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Όνομα εξάρτησης\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Περιγραφή εξάρτησης\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Κατηγορία\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Λήψη & εγκατάσταση αυτής της εξάρτησης\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Παρουσιάστηκε σφάλμα κατά την εγκατάσταση. Επανεκκινήστε το Bottles για να \"\n\"διαβάσετε την αναφορά τερματικού σφάλματος ή εκτελέστε το μέσω τερματικού \"\n\"για να διαβάσετε την έξοδο.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Επιλογές εξαρτήσεων\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Αντιμετώπιση προβλημάτων\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Περιήγηση αρχείων…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Διπλοτυπία αυτού του bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Αυτός είναι ο πλήρης φάκελος του bottle σας, συμπεριλαμβανομένων των \"\n\"προσωπικών αρχείων.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Πλήρες αντίγραφο ασφαλείας…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Αυτή είναι μόνο η διαμόρφωση του bottle, ιδανικό αν θέλετε να δημιουργήσετε \"\n\"ένα νέο αλλά χωρίς προσωπικά αρχεία.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Εξαγωγή διαμόρφωσης…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Εμφάνιση κρυμμένων προγραμμάτων\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Αναζήτηση για νέα προγράμματα\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Διαγραφή bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Δευτερεύουσες επιλογές\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\n#, fuzzy\nmsgid \"Force Stop all Processes\"\nmsgstr \"Τερματίστε όλες τις διαδικασίες\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Προσομοίωση τερματισμού συστήματος των Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Τερματισμός\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Προσομοίωση επανεκκίνησης συστήματος των Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Επανεκκίνηση\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Επιλογές εκκίνησης\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\n#, fuzzy\nmsgid \"Run in Terminal\"\nmsgstr \"Εκτέλεση μέσω τερματικού\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Σύρσιμο αρχείων προς εκτέλεση\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Το δικό μου bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Περιβάλλον\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Εκτελεστής\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Το Versioning ενεργοποιήθηκε για αυτό το bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\n#, fuzzy\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Το Versioning είναι ενεργό σε αυτό το bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Εκτέλεση αρχείου…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Προγράμματα\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Κάντε κλικ στο \\\"Εκτέλεση αρχείου\\\" για να εκτελέσετε ένα αρχείο, \"\n\"\\\"Δημιουργία συντομεύσεων...\\\" για να προσθέσετε ένα εκτελέσιμο αρχείο στη \"\n\"λίστα των Προγραμμάτων ή \\\"Εγκατάσταση προγραμμάτων\\\" για να εγκαταστήσετε \"\n\"προγράμματα που θεραπεύονται από την κοινότητα.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Δημιουργία συντομεύσεων…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Εγκατάσταση προγραμμάτων\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Επιλογές\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Ρυθμίσεις\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Διαμόρφωση ρυθμίσεων του bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Εξαρτήσεις\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Εγκατάσταση εξαρτήσεων προγραμμάτων.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Στιγμιότυπα\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Δημιουργία και διαχείριση κατάστασης του bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Διαχείριση εργασιών\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Διαχείριση εκτελούμενων προγραμμάτων.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Εργαλεία\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\n#, fuzzy\nmsgid \"Command Line\"\nmsgstr \"Γραμμή εντολών\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Εκτέλεση εντολών μέσα στο bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\n#, fuzzy\nmsgid \"Registry Editor\"\nmsgstr \"Επεξεργαστής μητρώου\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Επεξεργασία του εσωτερικού μητρώου.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Εξερευνητής\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\n#, fuzzy\nmsgid \"Debugger\"\nmsgstr \"Εντοπισμός σφαλμάτων\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Διαμόρφωση\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Απεγκαταστάτης\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Πίνακας ελέγχου\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Εύρεση εξαρτήσεων…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Βρίσκεστε εκτός σύνδεσης :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Το Bottles εκτελείται χωρίς σύνδεση στο διαδίκτυο, οπότε οι εξαρτήσεις δεν \"\n\"είναι διαθέσιμες.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Οι εξαρτήσεις είναι πόροι που βελτιώσουν τη συμβατότητα του λογισμικού \"\n\"Windows.\\n\"\n\"\\n\"\n\"Τα αρχεία σε αυτή τη σελίδα παρέχονται από τρίτους με άδεια ιδιοκτησίας. Με \"\n\"την εγκατάσταση τους, συμφωνείτε με τους αντίστοιχους όρους αδειοδότησης \"\n\"τους.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Αναφορά προβλήματος η έλειψης εξάρτησης.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Αναφορά έλλειψης εξάρτησης\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Διαβάστε οδηγίες.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Τεκμηρίωση\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Εύρεση\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Εύρεση προγραμμάτων…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Δε βρέθηκαν προγράμματα εγκατάστασης\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Το αποθετήριο δεν είναι προσβάσιμο ή κανένα πρόγραμμα εγκατάστασης δεν είναι \"\n\"συμβατό με αυτό το bottle.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Διαβάστε οδηγίες\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Όνομα\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Εξαρτήματα\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Η έκδοση του στρώματος συμβατότητας Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\"Γίνεται αναβάθμιση του εκτελεστή και των εξαρτημάτων του, παρακαλώ \"\n\"περιμένετε…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Γίνεται αναβάθμιση του DXVK, παρακαλώ περιμένετε…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Γίνεται αναβάθμιση του VKD3D, παρακαλώ περιμένετε…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"Εκδοση NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Γίνεται αναβάθμιση του DXVK-NVAPI, παρακαλώ περιμένετε…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\n#, fuzzy\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Βελτιώνει την απόδοση με κόστος την αυξημένη κατανάλωση ενέργειας.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"Ξεχωριστή κάρτα γραφικών\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Διαχειριστείτε τις ρυθμίσεις \\\"Gamescope\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Απόδοση\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Ενεργοποίηση συγχρονισμού για καλύτερη απόδοση των πολυπύρηνων επεξεργαστών.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Συγχoρονισμός\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Σύστημα\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"Απόδοση\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Χρήση GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"Εκδοση Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Γίνεται αναβάθμιση της έκδοσης των Windows, παρακαλώ περιμένετε…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Διαχείρηση εκδόσεων DXVK\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"Χρηση Bottles runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Παρέχει μια δέσμη επιπλέων βιβλιοθηκών για καλύτερη συμβατότητα,\\n\"\n\"απενεργοποιήστε αν αντιμετωπίζετε προβλήματα.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"Χρηση Bottles runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Παρέχει μια δέσμη επιπλέων βιβλιοθηκών για καλύτερη συμβατότητα,\\n\"\n\"απενεργοποιήστε αν αντιμετωπίζετε προβλήματα.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Λειτουργικός κατάλογος\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"Υπερισχύσεις DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"Προσθέστε μεταβλητές περιβάλλοντος γρήγορα\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"Διαχείρηση δρομέων\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Εκδοσοποίηση Bottles (Πειραματικό)\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"Έκδοση εξαρτήματος\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"Διαχείρηση δρομέων\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Ανανέωση\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Σταματήστε τη διαδικασία\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Ένα σύντομο σχόλιο\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Αποθήκευση κατάστασης μπουκαλιού.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Λειτουργίες\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Διαγραφή bottle\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Ακύρωση\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Επιλογή\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Το Bottles κράσαρε την προηγούμενη φορά. Παρακαλώ συμπληρώστε μια αναφορά. \"\n\"επισυνάπτωντας το ακόλουθο ίχνος για να μας βοηθήσετε να ανιχνεύσουμε το \"\n\"πρόβλημα, αποτρέποντάς το απ'το να ξανασυμβεί.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Βρήκαμε μία ή παραπάνω παρόμοιες (ή ολόιδιες) αναφορές. Παρακαλώ βεβαιωθείτε \"\n\"ότι το πρόβλημα δεν έχει ήδη αναφερθεί πριν υποβάλετε μια καινούρια αναφορά. \"\n\"Κάθε αναφορά απαιτεί προσπάθεια από τη μεριά των δημιουργών για να \"\n\"διαγνωστεί. Παρακαλώ σεβαστείτε την δουλειά τους και βεβαιωθείτε ότι δεν \"\n\"ανεβάζετε αντίγραφα.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Επιθυμώ ακόνα να αναφέρω.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Προχωρημένες επιλογές\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Οι βιβλιοθήκες δυναμικών συνδέσμων μπορούν να οριστούν ως ενσωματωμένες \"\n\"(παρέχονται απ'το Wine) ή τοπικές (τις παρέχει το πρόγραμμα).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"Υπερισχύσεις DLL\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"Υπερισχύσεις DLL\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Γράμμα\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"Διαχείρηση δρομέων\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"Διπλοτυπία αυτού του bottle\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Αντιγραφή\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Συμπληρώστε ένα όνομα για το bottle σας.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Αντιγραφή…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Μεταβλητές περιβάλλοντος είναι δυναμικά-ονομασμένες τιμές που μπορούν να \"\n\"επηρεάσουν το πως οι διεργασίες θα συμπεριφερθούν στο Μπουκάλι σας.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"Διαχείρηση δρομέων\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"Διαχείρηση δρομέων\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Ρυθμίσεις Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Αποθήκευση\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"Εκδοση Windows\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"Εξαγωγή διαμόρφωσης\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Πλάτος παραθύρου\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Χωρίς Περιθώρια\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Πλήρης Οθόνη\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"Εκδοση Windows\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"Προγράμματα\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Όλα τα μηνύματα\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Κρίσιμο\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Σφάλματα\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Προειδοποιήσεις\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Πληροφορίες\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Περιηγητής Καταγραφών\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Όλα\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Οι παραμέτροι αυτοί θα περάσουν κατά την εκτέλεση.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"Εκτέλεση με arguments\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"Γραμμή εντολών\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"π.χ.:VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Σενάριο μετά την εκτέλεση\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Επιλέξτε ένα αρχείο εντολών που πρέπει να εκτελεστεί μετά την εκκίνηση.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"Εξερεύνηση αρχείων\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\"Kλείσιμο Bottles μετα την εκκίνηση προγραμμάτος απο τη διαχείρηση αρχείων.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Επιλέξτε έναν Κατάλογο\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Αυτές οι ρυθμίσεις θα παραγράψουν τις προεπιλεγμένες ρυθμίσεις γι'αυτό το \"\n\"εκτελέσιμο.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Αντικαταστάσεις προτιμήσεων\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"Χρήση ψηφιακής επιφάνειας εργασίας\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Μετονομασία\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Επιλέξτε ένα νέο όνομα για το επιλεγμένο πρόγραμμα.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Νέο Όνομα\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Εκτέλεση Με Παραμέτρους\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Εκτέλεση\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Γράψτε κάτω τις παραμέτρους που θα περάσουν στο εκτελέσιμο αρχείο.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"π.χ.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Εμφάνιση ειδοποιήσεων.\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"Υπερυψηλή Ποιότητα\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Ενσωματωμένο (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Εγγενής(Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Ενσωματωμένο, μετά Τοπικό\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Τοπικό, μετά Ενσωματωμένο\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Αφαίρεση\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/σημείο/προς/μονοπάτι\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Τιμή\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Εξερεύνηση αρχείων\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Διαχείρηση δρομέων\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"Εισαγωγή αντιγράφου ασφαλείας: {0}\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Αναζήτηση ξανά για Περιβάλλοντα\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"Υπερισχύσεις DLL\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Πλήρη Φάκελος\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"Εμφάνιση manifest\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Διαβάστε την Κριτική…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"Προγράμματα\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Εκκίνηση με το \\\"Steam\\\"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Αφαίρεση από την Βιβλιοθήκη\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Βιβλιοθήκη\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Προσθέστε πράγματα εδώ από την λίστα προγραμμάτων του μπουκαλιού σας\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Το Versioning είναι ενεργό σε αυτό το bottle.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Αυτό το μπουκάλι φαίνεται χαλασμένο.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Το Versioning είναι ενεργό σε αυτό το bottle\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Εκτέλεση Εδώ\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Αυτό το Μπουκάλι φαίνεται χαλασμένο. Το αρχείο ρυθμίσεων λείπει. Μπορώ να το \"\n\"λύσω δημιουργώντας ένα νέο αρχείο.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Ψάξτε τα bottles σας…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Δεν Βρέθηκαν Αποτελέσματα\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\n#, fuzzy\nmsgid \"Browse\"\nmsgstr \"Περιήγηση του C:\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"Χρήση GameMode\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Προσαρμοσμένο\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Αρχιτεκτονική\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Εισαγωγή διαμόρφωσης.\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Καλωσορίσατε στο Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Εκτέλεση λογισμικού των Windows σε Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Πλάτος παραθύρου\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Επόμενο\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Προτιμήσεις\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Γενικές\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Εμφάνιση\"\n\n#: bottles/frontend/ui/preferences.blp:17\n#, fuzzy\nmsgid \"Dark Mode\"\nmsgstr \"Σκούρο θέμα\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Εμφάνισε Ημερομηνία Αναβάθμισης\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Εάν θα φαίνεται η ημερομηνία αναβάθμισης στη λίστα μπουκαλιών.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Ειδοποιήσεις\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Εμφάνιση ειδοποιήσεων για λήψεις και εγκαταστάσεις.\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"Καθαρισμός προσωρινών αρχείων\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Να γίνεται εκκαθάριση προσορινών αρχείων όταν το Bottles τρέχει;\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Κλείσιμο των Bottles μετά από εκκίνηση προγράμματος.\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\"Kλείσιμο Bottles μετα την εκκίνηση προγραμμάτος απο τη διαχείρηση αρχείων.\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"Εξαγωγή διαμόρφωσης\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Περιβάλλοντα Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\"Ενεργοποίηση/Απενεργοποίηση πειραματικής υποστήριξης προθεμάτων του Steam \"\n\"Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Το Versioning είναι ενεργό σε αυτό το bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:128\n#, fuzzy\nmsgid \"Advanced\"\nmsgstr \"Iσορροπημένο\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Εκτελεστές\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"Εκδοση Windows\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Πυρήνας\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Χρόνος εκτέλεσης\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Πειράματα\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\n#, fuzzy\nmsgid \"Launch with Terminal\"\nmsgstr \"Εκτέλεση μέσω τερματικού\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"Περιήγηση του C:\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"Προγράμματα\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"Προγράμματα\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"Προγράμματα\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Διαγραφή μηνύματος\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Δεν φαίνεται να είστε συνδεδεμένοι στο διαδίκτυο. Χωρίς αυτό δεν θα μπορείτε \"\n\"να κατεβάσεται απαραίτητα στοιχεία. Κάντε κλικ σε αυτό το εικονίδιο όταν \"\n\"αποκατασταθεί η σύνδεση.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Σχετικά με το Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Αναβαθμίστηκε: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Διαγραφή bottle\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Προσθήκη\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Προγράμματα\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Εκτέλεση μέσω τερματικού\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Επιλέξτε τη θέση αποθήκευσης του αντιγράφου ασφαλείας διαμόρφωσης\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Εξαγωγή\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Επιλέξτε τη θέση αποθήκευσης της βιβλιοθήκης αντιγράφων ασφαλείας\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"Αντίγραφο ασφαλείας {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Αντίγραφο ασφαλείας {0}\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"Δρομέας\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Εγκαταστάτες\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Εισαγωγή\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Εξαγωγή διαμόρφωσης\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Δ/Υ\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Εκτέλεση μέσω τερματικού\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Όνομα bottle\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Διαγραφή bottle\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Διαγραφή bottle\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Άλλο\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Αναβάθμιση\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Μανιφέστο για {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Πειράματα:εγκαταστάτες\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Ανασκόπηση για {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, fuzzy, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Εκτέλεση μέσω τερματικού\"\n\n#: bottles/frontend/widgets/program.py:190\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Εκτέλεση μέσω τερματικού\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Εμφάνιση αναφοράς\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Αυτό το πρόβλημα αναφέρθηκε 5 φορές και δεν μπορεί να \"\n\"ξαναποσταλθεί.\\n\"\n\"            Γράψτε το σχόλιό σας σε μια από τις υπάρχουσες αναφορές.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Δε βρέθηκαν υπερισχύσεις.\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Διαγραφή bottle\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Δεν έχουν οριστεί μεταβλητές περιβάλλοντος.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Δεν έχουν προστεθεί κανόνες αποκλεισμού.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Εμφανίστηκε ένα σφάλμα.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Αντιφραφή στο πρόχειρο\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Διαγραφή bottle\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Ο εγκαταστάτης απέτυχε με άγνωστο σφάλμα\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} είναι ήδη απενεργοποιημένο για αυτό το bottle.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Αυτή η ρύθμιση είναι διαφορετική από την προεπιλογή του μπουκαλιού.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Διαγραφή bottle\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"Τρέξτε λογισμικό των Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Μετανάστευση Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Ενεργοποίηση/Απενεργοποίηση στο μήνυμα μετανάστευσης Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Σκούρο θέμα\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Επιβολή χρήσης του σκοτεινού θέματος.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Ενεργοποίηση/Απενεργοποίηση ημερομηνίας αναβάθμισης στη λίστα\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\"Ενεργοποίηση/Απενεργοποίηση της ημερομηνίας αναβάθμισης στη λίστα του \"\n\"Bottles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Εμφάνιση λίστας εφαρμογών steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Εμφάνιση λίστας παιχνιδιών epic.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Εμφάνιση λίστας συνδέσεων ubisoft.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Πλάτος παραθύρου\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Αλλαγή πλάτους παραθύρου.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Υψος παραθύρου\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Αλλαγη ύψους παραθύρου.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Εμφάνιση ειδοποιήσεων.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Καθαρισμός προσωρινών αρχείων\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Καθαρίστε το προσωρινό μονοπάτι στην εκκίνηση του συστήματος.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Υποψήφια Κυκλοφόρηση\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Ενεργοποίηση/Απενεργοποίηση υποψήφιας κυκλοφόρησης για τους δρομείς.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Οψη εκκίνησης\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Επιλέξτε την όψη στην οποία το πρόγραμμα θα κάνει εκκίνηση.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Ενεργοποίηση/Απενεργοποίηση σε πειραματικές λειτουργείες οπως εκδοσοποίηση \"\n\"και εγκαταστάτες. Υποψήφια κυκλοφόρηση για δρομείς.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\"Ενεργοποίηση/Απενεργοποίηση πειραματικής υποστήριξης προθεμάτων του Steam \"\n\"Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"Πειράματα:steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Ενεργοποίηση/Απενεργοποίηση πειραματικής λειτουργείας της βιβλιοθήκης.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Αυτόματο κλείσιμο Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Kλείσιμο Bottles μετα την εκκίνηση προγραμμάτος απο τη διαχείρηση αρχείων.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Ενεργοποίηση/Απενεργοποίηση ημερομηνίας αναβάθμισης στη λίστα\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Τρέξτε λογισμικό των Windows σε Linux με το Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Βάλτε λογισμικο σε ενα μπουκάλι και απολάυστε ξεκούραστα!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Το ενσωματομένο μας σύστημα εγκατάστασης εξαρτήσεων επιτρέπει την αυτόματη \"\n\"συμβατότητα λογισμικού. Χρησιμοποιείστε την διαχείρηση λήψεων για να \"\n\"μεταφορτώσετε τα επίσημα εξαρτήματα: τον δρομέα (Wine, Proton), DXVK, \"\n\"εξαρτήσεις, κλπ.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Η εκδοχικότητα του Bottle κρατάει την εργασία σας ασφαλής και σας επιτρέπει \"\n\"την επαναφορά της αργότερα!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Λειτουργείες:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Δημιουργήστε bottles χρησιμοποιώντας προ-διαμορφωμένα περιβάλλοντα ή \"\n\"δημιουργήστε το δικό σας\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Εκτελέστε αρχεία (.exe/.msi) στα bottles σας, απευθείας απο το μενού της \"\n\"δειαχείρησης αρχείων του συστήματος σας\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\"Αυτοματοποιημένη ανίχνευση των εγκατεστημένων προγραμμάτων στα bottles σας\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Προσθέστε μεταβλητές περιβάλλοντος γρήγορα\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Υπερισχύστε DLLs απευθείας απο τις ρυθμίσεις καθε ξεχωριστού bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Εν κινήσει αλλαγή δρομέα για κάθε Bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Διάφορες βελτιστοποιήσεις gaming-απόδοσης \"\n\"(esync, fsync, DXVK, cache, shader compiler, offload … και πολλά άλλα.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Αυτόματη εγκατάσταση και διαχείρηση δρομέων Wine και Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Αυτόματη επισκευή bottle στην περίπτωση σπασίματος\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Ενσωματομενος εγκαταστάτης εξαρτήσεων βασισμένο στην αποθήκη της κοινότητας\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Ενσωματομένη διαχείρηση εργασιών για διεργασίες Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Πρόσβαση στο ProtonDB και WineHQ για υποστήριξη\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Σύστημα για μεταφορά των ρυθμίσεων σας σε νέες εκδόσεις του Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Εισαγωγή και αντίγραφο ασφαλείας bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Εισαγωγή Wine prefix απο διαφορετικό διαχειριστή\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"Εκδοσοποίηση Bottles (Πειραματικό)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... και πολλά άλλα που θα βρείτε εγκαθιστώντας το Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Έκδοση εξαρτήματος\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Εισαγωγή αντιγράφου ασφαλείας: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"Έκδοση εξαρτήματος\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Bottles\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"Bottles\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Χρήση GameMode\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Bottles\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Αποτυχία εγκατάστασης εξαρτημάτων, μετά από 3 προσπάθειες.\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Στρώματα\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Υπερυψηλή Ποιότητα\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Ποιότητα\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Iσορροπημένο\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Πειράματα:εγκαταστάτες\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Εύκολη διαχείρηση wineprefix με περιβάλλοντα\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Εκτέλεση με arguments\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Περιήγηση στα εσωτερικά αρχεία.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Εντοπισμός σφαλάτων σε wine διεργασίες.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Διαβάστε οδηγείες\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Διαβάστε οδηγείες\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Γραφικά\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Βελτιώνει την απόδοση των παιχνιδιών και 3D προγραμμάτων DirectX 11.\\n\"\n#~ \"Απενεργοποιήστε αν αντιμετωπίζετε γραφικά προβλήματα.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Βελτιώνει την απόδοση των παιχνιδιών και 3D προγραμμάτων DirectX 12.\\n\"\n#~ \"Απενεργοποιήστε αν αντιμετωπίζετε γραφικά προβλήματα.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"Ενεργοποίηση DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Παροχή υποστήριξης DLSS και Nvidia NVAPI αν ειναι διαθέσιμα.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"To FSR χρησιμοποιεί προηγμένες τεχνολογίες upscaling για την ενίσχυση \"\n#~ \"FPS.\\n\"\n#~ \"Απενεργοποιήστε αν αντιμετωπίζετε γραφικά προβλήματα.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Διαχείρηση δρομέων\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Χρηση της ψηφιακής επιφάνειας εργασίας του Wine.\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Χρήση GameMode\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Εκδοση Windows\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Εκδοση DXVK\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Εκδοση VKD3D\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Διαχείρηση εκδόσεων DXVK\"\n\n#, fuzzy\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Βελτιστοποίηση αποδόσεων gaming κατ εντολή\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"Χρήση GameMode\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Προγράμματα\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Χρήση GameMode\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Ευκολη διαχείρηση wineprefix\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Πειράματα:βιβλιοθήκη\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"\"\n#~ \"Ενεργοποίηση/Απενεργοποίηση πειραματικής λειτουργείας της βιβλιοθήκης.\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"Εκτέλεση μέσω τερματικού\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Διαβάστε οδηγείες\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Διαβάστε οδηγείες\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Μετάφραση</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Χρηματοδότηση</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Αναφορά \"\n#~ \"σφάλματος</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Αναφορά σφάλματος\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Άνοιγμα με εξερευνητή αρχείων\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Μετακίνηση μέσα στο sandbox\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Μετακίνηση μέσα στο sandbox…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Εργαλεία\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Δοκιμαστική λειτουργεία ενεργοποιημένη: εμφάνιση εξαρτήσεων μόνο απο την \"\n#~ \"δοκιμαστική αποθήκη.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Αν και τα αρχεία σε αυτή τη σελίδα έχουν επαληθευθεί ίσως χρησιμοποιούν \"\n#~ \"ιδιωτική άδεια.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Αν και τα αρχεία σε αυτή τη σελίδα έχουν επαληθευθεί ίσως χρησιμοποιούν \"\n#~ \"ιδιωτική άδεια.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Διαβάστε οδηγείες\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Μετονομασία bottle\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Χρήση DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Χρήση VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Ενεργοποίηση FSR\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Διαχείρηση εκδόσεων VKD3D\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Διαβάστε οδηγείες\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Διαχείρηση δρομέων\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Διαχείρηση δρομέων\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Διαχείρηση δρομέων\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Νυχτερινή λειτουργεία\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Χρησιμοποιήστε τη νυχτερινή λειτουργεία.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Πειράματα:εγκαταστάτες\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Ενεργοποίηση μεταφραστή σκίασης ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Βελτιώνει την απόδοση των παιχνιδιών και 3D προγραμμάτων.\\n\"\n#~ \"Απενεργοποιήστε αν αντιμετωπίζετε γραφικά προβλήματα.\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Αυτή η πειραματική λειτουργεία είναι υπο ανάπτυξη, δώστε προσοχή και <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">αναφέρετε σφάλματα</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Προγραμματιστές Bottles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Βελτιστοποίηση αποδόσεων gaming κατ εντολή\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Εκδοση NVAPI\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Πειράματα:εγκαταστάτες\"\n"
  },
  {
    "path": "po/eo.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:45+0000\\n\"\n\"Last-Translator: StoneMoe <lakechan96@gmail.com>\\n\"\n\"Language-Team: Esperanto <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/eo/>\\n\"\n\"Language: eo\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Savkopio {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Enportante savkopion: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1145\n#, fuzzy\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Malsukcesis krei savkopion de {0}!\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1162\n#, fuzzy\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Konektostato: ne konektita…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\n#, fuzzy\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Reagordante Wine…\"\n\n#: bottles/backend/managers/manager.py:1199\n#, fuzzy\nmsgid \"Wine config updated!\"\nmsgstr \"Reagordiĝis Wine!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1250\n#, fuzzy\nmsgid \"Setting Windows version…\"\nmsgstr \"Montri version\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1268\n#, fuzzy\nmsgid \"Optimizing environment…\"\nmsgstr \"Efektivigante medion: {0}…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, fuzzy, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Efektivigante medion: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Instalante DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Instalante VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Instalante DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instalante dependaĵon %s en botelo…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Kreante versian staton 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1364\n#, fuzzy\nmsgid \"Caching template…\"\nmsgstr \"Kreante botelon…\"\n\n#: bottles/backend/managers/versioning.py:83\n#, fuzzy\nmsgid \"Committing state …\"\nmsgstr \"Ĝisdatigante statojn…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, fuzzy, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Sukcese malpleniĝis dosierujo de provizoraĵoj!\"\n\n#: bottles/backend/managers/versioning.py:123\n#, fuzzy\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Sukcese malpleniĝis dosierujo de provizoraĵoj!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, fuzzy, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Sukcese malpleniĝis dosierujo de provizoraĵoj!\"\n\n#: bottles/backend/managers/versioning.py:155\n#, fuzzy\nmsgid \"Restoring state {} …\"\nmsgstr \"Restaŭrante staton [{0}]\"\n\n#: bottles/backend/managers/versioning.py:162\n#, fuzzy\nmsgid \"State not found\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Dosierindiko de ruleblaĵo\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Dosierindiko de simbola ligo\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Botela nomo\"\n\n#: bottles/frontend/main.py:144\n#, fuzzy\nmsgid \"Pass arguments\"\nmsgstr \"Ruli kun argumentoj\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Riceviĝis peto [Forlasi].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Riceviĝis peto [Helpo].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Riceviĝis peto [Reŝargi].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\n#, fuzzy\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2021 - Kreantoj de Boteloj\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"© 2017-2021 - Kreantoj de Boteloj\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\n#, fuzzy\nmsgid \"Component version\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Malinstali\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"Foliumi dosierojn\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\n#, fuzzy\nmsgid \"Download & Install\"\nmsgstr \"Elŝuti kaj instali ĉi tiun DXVK\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest\"\nmsgstr \"Montri manifeston\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Permesilo\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\n#, fuzzy\nmsgid \"Reinstall\"\nmsgstr \"Malinstali\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\n#, fuzzy\nmsgid \"Dependency name\"\nmsgstr \"Dependaĵoj\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\n#, fuzzy\nmsgid \"Dependency description\"\nmsgstr \"Dependaĵoj\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\n#, fuzzy\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Elŝuti kaj instali ĉi tiun dependaĵon\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\n#, fuzzy\nmsgid \"Dependency Menu\"\nmsgstr \"Dependaĵoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\n#, fuzzy\nmsgid \"Browse Files…\"\nmsgstr \"Foliumi dosierojn\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Kopii botelon\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Jen la plena arkivo de via botelo, inkluzive de personaj dosieroj.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\n#, fuzzy\nmsgid \"Full Backup…\"\nmsgstr \"Plena arkivo\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Jen nur la botela agordo. Ĝi estas perfekta, se vi volas krei novan botelon \"\n\"sen personaj dosieroj.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\n#, fuzzy\nmsgid \"Export Configuration…\"\nmsgstr \"Agordoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"Programoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"Serĉi instalitajn programojn\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\n#, fuzzy\nmsgid \"Force Stop all Processes\"\nmsgstr \"Ĉesigi ĉiujn procezoj de Wine.\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\n#, fuzzy\nmsgid \"Shutdown\"\nmsgstr \"Malŝalti Vindozon\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\n#, fuzzy\nmsgid \"Reboot\"\nmsgstr \"Restarti Vindozon\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\n#, fuzzy\nmsgid \"Launch Options\"\nmsgstr \"Ŝanĝi Opciojn pri Lanĉado\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\n#, fuzzy\nmsgid \"My bottle\"\nmsgstr \"Nova botelo\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Medio\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Rulilo\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Administrado de versioj estas ŝaltita por ĉi tiu botelo\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\n#, fuzzy\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Administrado de versioj estas aktiva por ĉi tiu botelo.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\n#, fuzzy\nmsgid \"Run Executable…\"\nmsgstr \"Ruli ruleblaĵon\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"Instalitaj programoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\n#, fuzzy\nmsgid \"Options\"\nmsgstr \"Tradukoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\n#, fuzzy\nmsgid \"Settings\"\nmsgstr \"Agordi internaĵojn.\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\n#, fuzzy\nmsgid \"Configure bottle settings.\"\nmsgstr \"Kreante botelon…\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependaĵoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\n#, fuzzy\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instalitaj programoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\n#, fuzzy\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Konservi la staton de la botelo.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Administrilo de Taskoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Komandlinio\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Ruli komandojn en la botelo.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Redaktilo de Registrejo\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Redakti la internan registrejon.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\n#, fuzzy\nmsgid \"Debugger\"\nmsgstr \"Serĉi erarojn\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Agordoj\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Malinstalilo\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Stirpanelo\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\n#, fuzzy\nmsgid \"Search for dependencies…\"\nmsgstr \"Dependaĵoj\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"Legi dokumentaron\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentaro\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\n#, fuzzy\nmsgid \"Search for Programs…\"\nmsgstr \"Serĉi instalitajn programojn\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"Legi dokumentaron\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nomo\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\n#, fuzzy\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Ĝisdatigante statojn…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\n#, fuzzy\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Ĝisdatigante statojn…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"Versio de DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\n#, fuzzy\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Instalante DXVK-NVAPI…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\n#, fuzzy\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Ĝisdatigante statojn…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\n#, fuzzy\nmsgid \"Display\"\nmsgstr \"Agordi internaĵojn.\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\n#, fuzzy\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Pliigas rendimenton koste de plia uzado de energio.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"Aparta Grafikprocesoro\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\n#, fuzzy\nmsgid \"Advanced Display Settings\"\nmsgstr \"Agordi internaĵojn.\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Rendimento\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Sinkronigo pliigas rendimenton por plurkernaj procesoroj.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sinkronigo\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistemo\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"Rendimento\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Uzi Gamemode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\n#, fuzzy\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Serĉi instalitajn programojn\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\n#, fuzzy\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Administri versiojn de DXVK\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"Botela nomo\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"Botela nomo\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\n#, fuzzy\nmsgid \"Working Directory\"\nmsgstr \"Ruldosierujo\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Detaloj pri botelo\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"DLL-Superregoj\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"Mediaj variabloj\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"Administri rulilojn\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Administrado de versioj\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"Administri rulilojn\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Reŝargi\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\n#, fuzzy\nmsgid \"A short comment\"\nmsgstr \"Eta komento\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Konservi la staton de la botelo.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"Krei novan staton\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Detaloj pri botelo\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\n#, fuzzy\nmsgid \"Go Back\"\nmsgstr \"Reen\"\n\n#: bottles/frontend/ui/details.blp:75\n#, fuzzy\nmsgid \"Operations\"\nmsgstr \"Tradukoj\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Nuligi\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"Krei novan botelon\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"Ekfunkcias botelo!\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\n#, fuzzy\nmsgid \"_Cancel\"\nmsgstr \"Nuligi\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"Montri raporton\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Altnivelaj opcioj\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Forlasi\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\n#, fuzzy\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dinamike Ligitaj Bibliotekoj (DLL) estas specifeblaj kiel integritaj \"\n\"(provizitaj de Wine) aŭ indiĝenaj (provizitaj de la programo)\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"Nova superrego\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"DLL-Superregoj\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"Ekzistantaj superregoj\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"Kopii botelon\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\n#, fuzzy\nmsgid \"Duplicate\"\nmsgstr \"Kopii botelon\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Tajpu nomon por via botelo\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\n#, fuzzy\nmsgid \"Duplicating…\"\nmsgstr \"Elŝutante…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Kreiĝis botelo\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"Ekzistantaj superregoj\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"Ekzistantaj superregoj\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Konservi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"Ŝalti administradon de versioj\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Larĝo de fenestro\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\n#, fuzzy\nmsgid \"Start Installation\"\nmsgstr \"Tradukoj\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"Programoj\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\n#, fuzzy\nmsgid \"Installation Failed!\"\nmsgstr \"Instaliloj\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\n#, fuzzy\nmsgid \"All messages\"\nmsgstr \"Forviŝi staton\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\n#, fuzzy\nmsgid \"Warnings\"\nmsgstr \"Averto\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\n#, fuzzy\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Jen la argumentoj donotaj al la programo dum lanĉo:\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"Ruli kun argumentoj\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"Ruli kun argumentoj\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, fuzzy, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"ekz.: -ekzemplo1 -ekzemplo2 -ekzemplo3=saluton\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"Foliumi dosierindikojn\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"Fermi Botelojn post lanĉo de programo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\n#, fuzzy\nmsgid \"Choose a Directory\"\nmsgstr \"Elektu medion\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"Preferencoj\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Detaloj pri botelo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"Uzi virtualan labortablon\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\n#, fuzzy\nmsgid \"Use Proton\"\nmsgstr \"ProtonDB\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\n#, fuzzy\nmsgid \"Rename\"\nmsgstr \"Alinomi botelon\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"Nomo\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\n#, fuzzy\nmsgid \"Run With Arguments\"\nmsgstr \"Ruli kun argumentoj\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Ruli\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\n#, fuzzy\nmsgid \"Sandbox Settings\"\nmsgstr \"Agordi internaĵojn.\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\n#, fuzzy\nmsgid \"Launch upgrade\"\nmsgstr \"Konfirmu ĝisdatigon\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\n#, fuzzy\nmsgid \"New Versioning System\"\nmsgstr \"Administrado de versioj\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\n#, fuzzy\nmsgid \"Default Settings\"\nmsgstr \"Agordi internaĵojn.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Informo pri botelo\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"Bonega kvalito\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Integrita (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Indiĝena (Vindoza)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\n#, fuzzy\nmsgid \"Builtin, then Native\"\nmsgstr \"Integrita, poste Indiĝena\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\n#, fuzzy\nmsgid \"Native, then Builtin\"\nmsgstr \"Indiĝena, poste Integrita\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Foliumi dosierojn\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\n#, fuzzy\nmsgid \"Wine prefix name\"\nmsgstr \"Protokoli riparendaĵon de Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Administrilo de Taskoj\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\n#, fuzzy\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Ĉi tiu Wine-prefikso jam estis enportita en botelojn.\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"Enporti savkopion de botelo\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\n#, fuzzy\nmsgid \"Full Archive\"\nmsgstr \"Plena arkivo\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"Montri manifeston\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\n#, fuzzy\nmsgid \"Read Review…\"\nmsgstr \"Legi recenzon\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"Instaliloj\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"Instaliloj\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\n#, fuzzy\nmsgid \"Install this Program\"\nmsgstr \"Instalitaj programoj\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"Programoj\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"Ŝanĝi Opciojn pri Lanĉado\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"Botela nomo\"\n\n#: bottles/frontend/ui/library-entry.blp:132\n#, fuzzy\nmsgid \"Remove from Library\"\nmsgstr \"Forigi el Programo-dosierujo\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\n#, fuzzy\nmsgid \"Library\"\nmsgstr \"Malhela Reĝimo\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Administrado de versioj estas aktiva por ĉi tiu botelo.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Ĉi tia botelo aspektas difektita.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"Ruli en ĉi tiu botelo\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Ruli ĉi tie\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Tiu botelo aspektas difektita; mankas ĝia agorda dosiero. Mi povas provi \"\n\"ripari ĝin per kreo de nova agorda dosiero.\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"Nomu vian botelon\"\n\n#: bottles/frontend/ui/list.blp:28\n#, fuzzy\nmsgid \"Steam Proton\"\nmsgstr \"ProtonDB\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Boteloj\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"Krei novan botelon\"\n\n#: bottles/frontend/ui/list.blp:63\n#, fuzzy\nmsgid \"No Results Found\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\n#, fuzzy\nmsgid \"Browse\"\nmsgstr \"Foliumi C:\"\n\n#: bottles/frontend/ui/new.blp:32\n#, fuzzy\nmsgid \"C_reate\"\nmsgstr \"Krei\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Botela nomo\"\n\n#: bottles/frontend/ui/new.blp:75\n#, fuzzy\nmsgid \"_Application\"\nmsgstr \"Elŝutante…\"\n\n#: bottles/frontend/ui/new.blp:88\n#, fuzzy\nmsgid \"_Gaming\"\nmsgstr \"Videoludado\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"Propra\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Propra\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Elektu medion\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arkitekturo\"\n\n#: bottles/frontend/ui/new.blp:137\n#, fuzzy\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Ni rekomendas uzi la 32-bitan nur se tio necesas\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"Agordoj\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Elektu medion\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\n#, fuzzy\nmsgid \"_Close\"\nmsgstr \"Fermi\"\n\n#: bottles/frontend/ui/new.blp:281\n#, fuzzy\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Gamemode estas aŭ ne havebla aŭ ne ruliĝanta en via sistemo.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Bonvenon al Boteloj\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Ruli Vindozajn programonj sur Linukso per Boteloj 🍷!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Larĝo de fenestro\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\n#, fuzzy\nmsgid \"Start using Bottles\"\nmsgstr \"Komencu per kreo de botelo.\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Sekven\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferencoj\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Ĝenerala\"\n\n#: bottles/frontend/ui/preferences.blp:14\n#, fuzzy\nmsgid \"Appearance\"\nmsgstr \"Aspekto\"\n\n#: bottles/frontend/ui/preferences.blp:17\n#, fuzzy\nmsgid \"Dark Mode\"\nmsgstr \"Malhela etoso\"\n\n#: bottles/frontend/ui/preferences.blp:18\n#, fuzzy\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Ĉu uzi malhelan etoson por boteloj.\"\n\n#: bottles/frontend/ui/preferences.blp:28\n#, fuzzy\nmsgid \"Show Update Date\"\nmsgstr \"Montri daton de ĝisdatigo\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Sciigoj\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Sciigi pri elŝutoj kaj instaloj.\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"Provizoraj dosieroj\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Ĉu forviŝi provizoraĵojn dum lanĉo de Boteloj?\"\n\n#: bottles/frontend/ui/preferences.blp:62\n#, fuzzy\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Fermi Botelojn post lanĉo de programo\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Fermi Botelojn post lanĉo de programo per dosieradministrilo\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"Tradukoj\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Baskuligi eksperimentan funkcion de administrado de versioj\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Administrado de versioj estas aktiva por ĉi tiu botelo.\"\n\n#: bottles/frontend/ui/preferences.blp:128\n#, fuzzy\nmsgid \"Advanced\"\nmsgstr \"Altnivelaj opcioj\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Elektu medion\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Ruliloj\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\n#, fuzzy\nmsgid \"Pre-Release\"\nmsgstr \"Antaŭversio\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Eksperimentoj\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"Foliumi dosierindikojn\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"Ŝanĝi opciojn pri lanĉado\"\n\n#: bottles/frontend/ui/program-entry.blp:43\n#, fuzzy\nmsgid \"Add to Library\"\nmsgstr \"Malhela Reĝimo\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\n#, fuzzy\nmsgid \"Rename…\"\nmsgstr \"Alinomi botelon\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"Programoj\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"Programoj\"\n\n#: bottles/frontend/ui/program-entry.blp:70\n#, fuzzy\nmsgid \"Remove from List\"\nmsgstr \"Forigi el Programo-dosierujo\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"Programoj\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/frontend/ui/state-entry.blp:9\n#, fuzzy\nmsgid \"State comment\"\nmsgstr \"Eta komento\"\n\n#: bottles/frontend/ui/state-entry.blp:16\n#, fuzzy\nmsgid \"Restore this Snapshot\"\nmsgstr \"Restaŭri ĉi tiun staton\"\n\n#: bottles/frontend/ui/task-entry.blp:19\n#, fuzzy\nmsgid \"Delete message\"\nmsgstr \"Forviŝi staton\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Vi ne ŝajnas konektita al Interreto. Sen konekto vi ne povos elŝuti \"\n\"havendajn komponantojn. Alklaku ĉi tiun ikonon post konektado.\"\n\n#: bottles/frontend/ui/window.blp:79\n#, fuzzy\nmsgid \"Import…\"\nmsgstr \"Enportilo\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Pri Boteloj\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Ĝisdatigoj: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Aldoni\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Programoj\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Instalante DXVK…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Elektu la lokon, kie konserviĝos la savkopio de agordoj\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Elektu la lokon, kie konserviĝos la savkopia arkivo\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"Savkopio {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, fuzzy, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Savkopio konserviĝis ĉe {0}.\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Savkopio konserviĝis ĉe {0}.\"\n\n#: bottles/frontend/views/bottle_details.py:501\n#, fuzzy\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Ĉu vi certe volas forviŝi ĉi tiun botelon kaj ĝiajn dosierojn?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"Ruliloj de Wine\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\n#, fuzzy\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Ĉu vi certe volas forviŝi ĉi tiun botelon kaj ĝiajn dosierojn?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\n#, fuzzy\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Gamemode estas aŭ ne havebla aŭ ne ruliĝanta en via sistemo.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\n#, fuzzy\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Specialaj signoj estas malpermesataj!\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\n#, fuzzy\nmsgid \"Select Working Directory\"\nmsgstr \"Ruldosierujo\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\n#, fuzzy\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Ĉu vi certe volas forviŝi ĉi tiun botelon kaj ĝiajn dosierojn?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instaliloj\"\n\n#: bottles/frontend/views/details.py:234\n#, fuzzy\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"Nomu vian botelon\"\n\n#: bottles/frontend/views/importer.py:92\n#, fuzzy\nmsgid \"Backup imported successfully\"\nmsgstr \"Sukcese enportiĝis savkopio [{0}].\"\n\n#: bottles/frontend/views/importer.py:94\n#, fuzzy\nmsgid \"Import failed\"\nmsgstr \"Enportilo\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\n#, fuzzy\nmsgid \"Importing backup…\"\nmsgstr \"Enportante savkopion: {0}\"\n\n#: bottles/frontend/views/importer.py:119\n#, fuzzy\nmsgid \"Select a Backup Archive\"\nmsgstr \"Elektu savkopian arkivon\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\n#, fuzzy\nmsgid \"Import\"\nmsgstr \"Enportilo\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Agordoj\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Ne aplikebla\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Instalante DXVK…\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Pri Boteloj\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Elektu medion\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"Forviŝante botelon…\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Krei novan botelon\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Kreiĝis botelo\"\n\n#: bottles/frontend/views/new.py:233\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"Sukcese malpleniĝis dosierujo de provizoraĵoj!\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\n#, fuzzy\nmsgid \"Installing…\"\nmsgstr \"Instalante DXVK…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifesto de {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"Malinstalilo\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"Malinstalilo\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"[{0}] dosieroj aldonotaj.\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, fuzzy, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Manifesto de {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, fuzzy, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Instalante DXVK…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"[{0}] dosieroj forviŝotaj.\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, fuzzy, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Savkopio konserviĝis ĉe {0}.\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Montri raporton\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\n#, fuzzy\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Montri version\"\n\n#: bottles/frontend/windows/display.py:114\n#, fuzzy\nmsgid \"Display settings updated\"\nmsgstr \"Agordi internaĵojn.\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\n#, fuzzy\nmsgid \"No overrides found.\"\nmsgstr \"Boteloj troviĝis: %s\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"Mediaj variabloj\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Mediaj variabloj\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Eraro okazis.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instalante Windows dependaĵon %s en botelo…\"\n\n#: bottles/frontend/windows/installer.py:110\n#, fuzzy\nmsgid \"Configuring the bottle…\"\nmsgstr \"Kreante botelon…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\n#, fuzzy\nmsgid \"Installing the {}…\"\nmsgstr \"Instalante DXVK…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, fuzzy, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalante DXVK…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, fuzzy, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"Administrado de versioj estas ŝaltita por ĉi tiu botelo\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Krei botelon\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"Ruli Vindozajn programojn\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migrado al Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\n#, fuzzy\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Migrado al Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Malhela etoso\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\n#, fuzzy\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Migrado al Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Migrado al Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Larĝo de fenestro\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Ŝanĝi fenestran larĝon.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Alto de fenestro\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Ŝanĝi fenestran alton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Montri sciigojn.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Forviŝado de provizoraĵoj\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Malplenigi dosierujon de provizoraĵoj dum starto.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Testa Antaŭversio\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Baskuligi uzon de testaj antaŭversioj de ruliloj.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Komenca vido\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\n#, fuzzy\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Elektu tiun vidon, kiu montriĝos post lanĉo de programo.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\n#, fuzzy\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Baskuligi eksperimentajn funkciojn kiel administradon de versioj, \"\n\"instalilojn, kaj testajn antaŭversiojn de ruliloj\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\n#, fuzzy\nmsgid \"Steam Proton Support\"\nmsgstr \"ProtonDB\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Baskuligi eksperimentan funkcion de administrado de versioj\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"Eksperimentoj\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Baskuligi eksperimentajn funkciojn de instaliloj.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Aŭtomate fermi botelojn\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Fermi Botelojn post lanĉo de ruleblaĵo per dosieradministrilo.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Migrado al Flatpak\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\n#, fuzzy\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Ruli Vindozajn programonj sur Linukso per Boteloj 🍷!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Enboteligu programon kaj ĝuu laŭplaĉe!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Nia integrita sistemo de dependeco-administrado aŭtomate kongruigas \"\n\"programojn. Uzu la elŝutilon por elŝuti oficialajn komponantojn: la rulilon \"\n\"(Wine, Proton), DXVK, dependaĵojn, ktp.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Administrado de versioj de botelo sekurigas vian laboron nun kaj ebligas vin \"\n\"restaŭri ĝin poste!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Trajtoj:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"Kreu botelojn per antaŭagorditaj medioj, aŭ kreu viajn proprajn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Ruli programojn (.exe / .msi) en viaj boteloj, rekte per la kunteksta menuo \"\n\"de via dosieradministrilo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Aŭtomata trovado de programoj instalitaj en viaj boteloj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Rapide aldoni mediajn variablojn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Superregi DLL-ojn rekte per pobotelaj agordoj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Dumrula ŝanĝado de ruliloj por ajna botelo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Diversaj optimumigoj por videoludado \"\n\"(Esync, Fsync, DXVK, kaŝmemoro, ombrigilo-tradukilo, malŝargo, ktp.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Aŭtomataj instalado kaj administrado de ruliloj Wine kaj Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Aŭtomata riparado de boteloj post difektado\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"Integrita dependaĵo-instalilo bazita sur komunuma deponejo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrita Administrilo de taskoj por Wine-procezoj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Atingo al ProtonDB kaj WineHQ por subteno\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistemo por agordi novajn versiojn de boteloj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Savkopii kaj enporti botelojn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Enporti Wine-prefiksojn el aliaj administriloj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"Ŝalti administradon de versioj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\n#, fuzzy\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… kaj multe pli, kiujn vi malkovros instalinte Botelojn!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Montri version\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\n#, fuzzy\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Komencu per kreo de botelo.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Aldoni propran dosierindikon de ruleblaĵo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\n#, fuzzy\nmsgid \"Bug fixes:\"\nmsgstr \"Korektoj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Enportante savkopion: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"Dato de kreo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Calculating…\"\n#~ msgstr \"Elŝutante…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Ruli .exe/.msi en ĉi tiu botelo\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Krei novan botelon\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nova Botelo\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informo pri botelo\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Medio por Vindozaj videoludoj.\"\n\n#, fuzzy\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Medio por Vindozaj videoludoj.\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Medio por viaj eksperimentoj.\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64-bita\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32-bita\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Uzi Gamemode\"\n\n#, fuzzy\n#~ msgid \"Custom Path\"\n#~ msgstr \"Propra\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Vi ne estas konektita al Interreto, kaj tial ne kapablas elŝuti.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Elektu dosierindikon de ruleblaĵo\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Elektu Vindozan programon\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Elektu labordosierujon por ruleblaĵoj\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Agordoj\"\n\n#, fuzzy\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Nomu vian botelon\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Elektu dosierindikon de ruleblaĵo\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Ruldosierujo\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Araba traduko dank’ al @luxmaroc\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Araba traduko dank’ al @luxmaroc\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Kroata traduko dank’ al @milotype\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Kroata traduko dank’ al @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Hungara traduko dank’ al @ovari\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Slovaka traduko dank’ al @MartinIIOT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Portugala traduko dank’ al @laralem, @SantosSI, Pão com omlet, @hugok79\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Hungara traduko dank’ al @ovari\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Kroata traduko dank’ al @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Pola traduko dank’ al Krzysztof Marcinek\"\n\n#, fuzzy\n#~ msgid \"Layers\"\n#~ msgstr \"Tavoloj\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Bonega kvalito\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kvalito\"\n\n#, fuzzy\n#~ msgid \"Layered\"\n#~ msgstr \"Tavoloj\"\n\n#, fuzzy\n#~ msgid \"Choose path\"\n#~ msgstr \"Foliumi dosierindikojn\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Agordoj\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Boteloj troviĝis: %s\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Facile administri Wine-prefiksojn per medioj\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Ruli kun argumentoj\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Foliumi internaj dosieroj.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Administri procezojn per la administrilo de taskoj de Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Serĉi erarojn en procezoj de Wine.\"\n\n#, fuzzy\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Agordoj\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Agordi internaĵojn.\"\n\n#, fuzzy\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Malinstali programojn per la malinstalilo de Wine\"\n\n#, fuzzy\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Atingi la internal stirpanelon de Wine.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Legi dokumentaron\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Dependaĵoj\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Legi dokumentaron\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafikaĵoj\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Plibonigas rendimenton de videoludoj uzantaj DirectX 11 kaj programoj de \"\n#~ \"tridimensia grafiko.\\n\"\n#~ \"Malŝaltu tion, se vi spertas grafikajn problemojn.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Plibonigas rendimenton de videoludoj uzantaj DirectX 12 kaj programoj de \"\n#~ \"tridimensia grafiko.\\n\"\n#~ \"Malŝaltu tion, se vi spertas grafikajn problemojn.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"Ŝalti DLSS (DXVK-NVAPI)\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Administri rulilojn\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Uzi la virtualan labortablon de Wine.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Ŝalti administradon de versioj\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Uzi Gamemode\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Montri version\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versio de DXVK\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versio de VKD3D\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Administri versiojn de DXVK\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"Uzi Gamemode\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Konservi la staton de la botelo.\"\n\n#, fuzzy\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Elektu medion\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Sono\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Malpliigi respondotempon de PulseAudio\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Agordu la respondotempon de PulseAudio al 60 milisekundoj por plibonigi \"\n#~ \"sonon\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Administrado de versioj\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Programistaĵoj & Erarserĉado\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Protokoli programvojojn ne realigitajn en Wine.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Boteloj troviĝis: %s\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Ripozu, eble tio iom daŭros\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Uzi Gamemode\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Agordi internaĵojn.\"\n\n#, fuzzy\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Enporti kaj elporti\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Malfermi menuon\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Nova botelo\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Konfirmi\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"Ĉu vi certe volas forviŝi ĉi tiun botelon kaj ĝiajn dosierojn?\"\n\n#, fuzzy\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Konservi la staton de la botelo.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detaloj & ilprogramoj\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Sukcese kreiĝis botelo nomita “{0}”\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Novaĵoj\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Kreante versian staton 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nova botelo\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Sveda traduko dank’ al @bittin\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Indonezia traduko dank’ al @liimee\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Hispana traduko dank’ al @fitojb, @kenpb, @oscfdezdz\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Franca traduko dank’ al @julroy67\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Germana traduko dank’ al @bloomvdomino, @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Facile administru Wine-prefiksojn\"\n\n#, fuzzy\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Eksperimentoj\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Baskuligi eksperimentajn funkciojn de instaliloj.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"Elŝutante…\"\n\n#, fuzzy\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Konektostato: ne konektita…\"\n\n#, fuzzy\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Kreante ŝlosdosieron en fonta dosierujo…\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Ĝisdatigante indekson…\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Troviĝis argumentoj de programo [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indico de stato {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Legi dokumentaron\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"Montrileto de DXVK\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Baskuligi montrileton de DXVK, montrante nombron de kadroj en sekundo kaj \"\n#~ \"aliajn detalojn pri Direct3D-programoj.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Legi dokumentaron\"\n\n#, fuzzy\n#~ msgid \"Extra settings\"\n#~ msgstr \"Agordi internaĵojn.\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Ŝaltu administradon de versioj por konservi kaj restaŭri staton de botelo.\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Administrilo de taskoj\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Instali\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Tajpu etan komenton:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Ruliloj de Wine\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Administrado de versioj de boteloj (eksperimenta)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Traduku</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Financado</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Raportoj pri \"\n#~ \"cimoj</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Novaĵoj</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Raporto pri cimo\"\n\n#, fuzzy\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Ilprogramoj\"\n\n#, fuzzy\n#~ msgid \"Command line\"\n#~ msgstr \"Komandlinio\"\n\n#, fuzzy\n#~ msgid \"Registry editor\"\n#~ msgstr \"Redaktilo de Registrejo\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Agordoj pri Wine\"\n\n#, fuzzy\n#~ msgid \"Control panel\"\n#~ msgstr \"Stirpanelo\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Versio 4 de Microsoft .NET Framework…\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Legi dokumentaron\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Detaloj pri botelo\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Mia bela botelo\"\n\n#, fuzzy\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Krei botelon\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Uzi DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Uzi VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Ŝalti FSR\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versio de DXVK\"\n\n#, fuzzy\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Administri versiojn de DXVK\"\n\n#, fuzzy\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL-Superregoj\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Legi dokumentaron\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"ekz. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Ekzistantaj superregoj\"\n\n#, fuzzy\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"ekz.: -ekzemplo1 -ekzemplo2 -ekzemplo3=saluton\"\n\n#, fuzzy\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"Kopii botelon\"\n\n#, fuzzy\n#~ msgid \"page_name\"\n#~ msgstr \"Alinomi botelon\"\n\n#, fuzzy\n#~ msgid \"New variable\"\n#~ msgstr \"Nova superrego\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Ĉi tie vi povas ŝanĝi la mediajn variablojn por la rulotaj komandoj.\"\n\n#, fuzzy\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"ekz.: VAR1=valoro VAR2=valoro…\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"ekz.: VAR1=valoro VAR2=valoro…\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Jen tajpenda mesaĝo ĉi tie.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Iloj & Preferoj\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Nomu vian botelon\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Uzi Gamemode\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Bonvenon\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Boteloj faciligas ruladon de Vindozaj programoj sur Linukso.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Kio estas ruliloj?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Preskaŭ finite\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Ni bezonas elŝuti kaj instali rulilon por krei viajn proprajn botelojn.\\n\"\n#~ \"La grando de la elŝuto estas <b>~70 megabajtoj</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Legu \"\n#~ \"pli pri la elŝutotaĵo.</a>\\n\"\n#~ \"\\n\"\n#~ \"Tiuj dosieroj ne estas kunpakeblaj en ĉi tiun programon pro siaj malsamaj \"\n#~ \"versicikloj.\\n\"\n#~ \"\\n\"\n#~ \"Se vi pretas, premu la butonon <b>«Instali»</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Sidiĝu kaj ripozu; eble tio daŭros kelkajn minutojn.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Elŝuti\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Ĉio pretas!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Vi nun pretas ekkrei viajn botelojn.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Fini\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Ĉu la ĉi-supra listo montru nestabilajn versiojn.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Reen\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Ne troviĝis la programon de [{0}].\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Konfirmu forviŝon\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Finita\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Administri rulilojn\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Administri rulilojn\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Administri rulilojn\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#, fuzzy\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Problemoj pri Boteloj\"\n\n#, fuzzy\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Kopii botelon\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Ŝanĝi mediajn variablojn\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Ĉi tiu kampo ne enhavu specialajn signojn!\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Enporti kaj elporti\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Detrui ĉi tiun botelon\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64-Bita\"\n\n#, fuzzy\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Ruli en ĉi tiu botelo\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bita\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bita\"\n\n#, fuzzy\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Ŝalti malhelan etoson.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Eksperimentoj:instaliloj\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Baskuligi eksperimentajn funkciojn de instaliloj.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Ŝalti ombrigilo-tradukilon ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Plibonigas rendimenton de videoludoj kaj programoj de tridimensia \"\n#~ \"grafiko.\\n\"\n#~ \"Malŝaltu tion, se vi spertas grafikajn problemojn.\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problemoj pri Boteloj\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Ekfunkcias botelo!\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Kreantoj de Boteloj\"\n\n#, fuzzy\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versio de DXVK\"\n\n#, fuzzy\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Konservi la staton de la botelo.\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"Gamemode estas aŭ ne havebla aŭ ne ruliĝanta en via sistemo.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Eksperimentoj:instaliloj\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Programoj\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Medio por Vindozaj programoj.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Eksperimentoj:versiadministrado\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Enporti kaj elporti\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Kreante botelon…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Jen la ruliĝantaj procezoj de (servilo de) Wine en via komputilo.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Kontrolu ruliĝantajn procezojn.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Savkopii botelon\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Botelo\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Neniuj ruliloj troviĝis; bonvolu instali unu.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Ne troviĝis DXVK; instalante plej novan version…\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Ne troviĝis VKD3D; instalante plej novan version…\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Ne troviĝis DXVK; instalante plej novan version…\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Pretas via nova botelo {0}.\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Elŝutilo\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Riparis cimon, kiu misfunkciigis ĉiujn botelojn eĉ se nur unu havis eraron\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Japana traduko dank’ al @jatin-cbs\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Brazilportugala traduko dank’ al @farribeiro, @swyknox\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Elektu medion\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Elŝuti kaj instali ĉi tiun rulilon\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"Fermi Botelojn post lanĉo de ruleblaĵo per dosieradministrilo\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Simpligita ĉina traduko dank’ al @sr093906\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Elŝutoj\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Elektu Vindozan programon\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Elektu Vindozan programon\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Riparis cimon, kiu misfunkciigis ĉiujn botelojn eĉ se nur unu havis eraron\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Riparis cimon, kiu misfunkciigis ĉiujn botelojn eĉ se nur unu havis eraron\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Riparis cimon, kiu misfunkciigis ĉiujn botelojn eĉ se nur unu havis eraron\"\n\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"Franca traduko dank’ al J. Lavoie, SCOTT-HAMILTON, @julroy67, @yannicka, \"\n#~ \"K. Herbert\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Itala traduko dank’ al @blackcat-917\"\n\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Dannorvega traduko dank’ al @comradekingu\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Serĉi erarojn en procezoj de Wine.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Riparis cimon, kiu misfunkciigis ĉiujn botelojn eĉ se nur unu havis eraron\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Baskuligi eksperimentan funkcion de administrado de versioj\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Eksperimentoj:instaliloj\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Foliumi C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Ĝisdatigi rulilon al la plej nova instalita versio\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Detrui botelon\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Tio ŝanĝos la rulilon de {0} al {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Ruli en ĉi tiu botelo\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Sveda traduko dank’ al @eson57\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Esperanta traduko dank’ al @phlostically\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"Uzi la novan YAML-formon por agordi botelon\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Generante agordodosieron de botelo…\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Enporti savkopian arkivon\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Nova versisistemo laŭ CalVer\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"Uzi Gamemode por viaj boteloj, se ĝi estas instalita en via sistemo\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Ruli .exe/.msi/.bat-dosierojn kun propraj argumentoj\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Ripari la eraron «bad interpreter» en la Debian-pakaĵo\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Opcie fermi Botelojn post lanĉo de ruleblaĵo per la dosieradministrilo\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Ukraina traduko dank’ al @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Jen la manifesto de {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Jen la indico de {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Elŝutita dosiero [{0}] aspektas difektita. Reprovu.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Instalante rulilon de {0}…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Sukcese instaliĝis komponanto {0}!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} finiĝis pri {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Sukcese enportiĝis Wine-prefikso {0}!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Pretas via savkopio de {0}!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Sukcese enportiĝis via savkopio [{0}]!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Malsukcesis enporti savkopion [{0}]!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Kio estas Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine estas la kongruiga tavolo, kiu permesas al Vindoza programaro \"\n#~ \"funkcii sur Linukso.\\n\"\n#~ \"Boteloj nomas ĝin <b>rulilo</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wine-prefiksoj estas medioj, en kiuj Wine funkcias. Boteloj ni nomas \"\n#~ \"tiujn <b>boteloj</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Paĝo 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versioj de DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Malsukcesis malplenigi dosierujon de provizoraĵoj!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Dosierujo de ruliloj ne ekzistis kaj nun kreiĝas.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Dosierujo de boteloj ne ekzistis kaj nun kreiĝas.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Dosierujo de DXVK ne ekzistis kaj nun kreiĝas.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Dosierujo de provizoraĵoj ne ekzistis kaj nun kreiĝas.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Elarkivigo malsukcesis! Arkivo finiĝas pli frue ol atendite.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"\"\n#~ \"Dosiero [{0}] jam ekzistas en la dosierujo de provizoraĵoj kaj tial \"\n#~ \"ignoriĝis.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Alinomante [{0}] al [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Elŝutita dosiero [{0}] aspektas difektita.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Fonta kontrolsumo: [{0}] elŝutita kontrolsumo: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Instalante komponanton: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Instalante dependaĵon [{0}] en botelo [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Forigante [{0}] for de System32 en botelo [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] ne troviĝis en botelo: [{1}], malsukcesis forigi for de System32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Forigante dependaĵon [{0}] for de la agordoj de botelo [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Troviĝis ruliloj: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Troviĝis DXVK: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"DXVK ne troviĝis.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Ŝlosilo [{0}] ne troviĝas en agordoj de botelo [{1}]; ĝisdatigante.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Ŝlosilo [{0}] ne troviĝas en agordaj parametroj de botelo [{1}]; \"\n#~ \"ĝisdatigante.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Agordante ŝlosilon [{0}] al [{1}] por botelo [{2}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Efektivigante medion: [{0}]…\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Sukcese kreiĝis botelo [{0}]!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Sukcese forviŝiĝis botelo ĉe [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Dosiero malplenas; fiaskante por eviti katastrofojn.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Riparante la botelon: [{0}]…\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Aldonante ŝlosilon [{0}], valoron [{1}], kaj datenon [{2}] en registran \"\n#~ \"botelon {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"\"\n#~ \"Forigante valoron [{0}] de ŝlosilo [{1}] for de la registra botelo {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Instalante DXVK por botelo: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Forviŝante DXVK por botelo: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Rulante programon en la Wine-prefikso…\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Rulante wineboot en la Wine-prefikso…\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Rulante winecfg en la Wine-prefikso…\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Rulante winetricks en la Wine-prefikso…\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Rulante erarserĉan konzolon en la Wine-prefikso…\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Rulante komandon en la Wine-prefikso…\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Rulante Administrilon de Taskoj en la Wine-prefikso…\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Rulante Stirpanelon en la Wine-prefikso…\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Rulante Malinstalilon en la Wine-prefikso…\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Rulante Redaktilon de Registrejo en la Wine-prefikso…\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Sendante la staton {0} al la Wine-prefikso…\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Malfermante la dosieradministrilon ĉe la dosierujo…\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Enportante Wine-prefikson [{0}] en novan botelon…\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Eraro dum kreado de la botela dosierujo por Wine-prefikso [{0}]. \"\n#~ \"Ĉesigante.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Sukcese enportiĝis Wine-prefikso [{0}]!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] dosieroj anstataŭigotaj.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Savkopiante agordojn pri [{0}] en [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Savkopiante botelon [{0}] en [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Malsukcesis konservi savkopion ĉe {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Malsukcesis enporti savkopion [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Konektostato: konektita…\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Ripari median elekto-stilon por la etoso Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Ne detrui page_details dum forigo de botelo\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Aldoni Freetype kiel dependaĵon\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Restarti Vindozon\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Malŝalti Vindozon\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Ĉesigi ĉiujn procezoj de Wine.\"\n"
  },
  {
    "path": "po/es.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-03-06 09:09+0000\\n\"\n\"Last-Translator: Francisco Serrador <fserrador@gmail.com>\\n\"\n\"Language-Team: Spanish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"es/>\\n\"\n\"Language: es\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.17-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"No se ha especificado la ruta\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Copia de respaldo {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importando copia de respaldo: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Error al instalar los componentes, se intentó 3 veces.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Faltan componentes esenciales. Instalando…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"No se pudo crear la carpeta de la botella.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"No se pudo crear el marcador del directorio/archivo.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generando la configuración de la botella…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Plantilla encontrada, aplicando…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"La configuración de Wine se está actualizando…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"¡Configuración de Wine actualizada!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Ejecutando como Flatpak, aislando el directorio del usuario…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Aislando directorio del usuario…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Configurando la versión de Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Aplicar la configuración predeterminada del CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimizando el entorno…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Aplicando el entorno: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Usando una receta de entorno personalizada…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Receta no encontrada o no válida…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Instalando DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Instalando VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Instalando DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instalando la dependencia: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Creando el estado de versión 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Finalizando…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Almacenando plantilla…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Confirmando el estado…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nada que confirmar\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"¡Estado nuevo [{0}] creado con éxito!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"¡Lista de estados recuperada con éxito!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"¡Estado {0} restaurado con éxito!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Restaurando el estado {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Estado no encontrado\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"El estado {} ya es el estado activo\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Mostrar versión\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Ruta de ejecutable\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Ruta de .lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nombre de la botella\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Pasar argumentos\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI no válido (sintaxis: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Se recibió la solicitud [Salir].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Se recibió la solicitud [Ayuda].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Se recibió la solicitud [Actualizar].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Donar\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Bibliotecas de terceros y agradecimientos especiales\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Patrocinado y financiado por\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Desarrolladores de Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Desarrolladores de Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Óscar Fernández Díaz <oscfdezdz@tuta.io>\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versión del componente\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Desinstalar\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Examinar archivos\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"La instalación ha fallado. Esto puede deberse a un error en el repositorio, \"\n\"a una descarga parcial o a un error en la suma de comprobación. Pulse para \"\n\"volver a intentarlo.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Descargar e instalar\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Mostrar Manifiesto\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstalar\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Reportar un Error…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nombre de la dependencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descripción de la dependencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categoría\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Descargar e instalar esta dependencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Se produjo un error de instalación. Reinicie Bottles para leer el informe \"\n\"del fallo o ejecútelo en la terminal para consultar la salida.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menú de dependencias\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Solucionar problemas\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Buscar archivos…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicar botella…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Este es el archivo completo de su botella, incluidos los archivos personales.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Respaldo completo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Esta es solo la configuración de la botella, es perfecta si desea crear una \"\n\"nueva pero sin archivos personales.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportar configuración…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Mostrar programas ocultos\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Buscar programas nuevos\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Eliminar botella…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menú secundario\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Forzar la detención de todos los procesos\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simular un apagado del sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Apagar\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simular un reinicio del sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opciones de inicio\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Ejecutar en terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Suelta algún archivo para ejecutarlo\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Mi botella\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Entorno\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Ejecutor\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Esta botella tiene el versionado activado\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Esta botella tiene el control de versiones activado.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Iniciar ejecutable…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Haga clic en \\\"Iniciar ejecutable...\\\" para iniciar un ejecutable, \"\n\"\\\"Añadir atajo...\\\" para agregar un ejecutable a la lista de programas, o \"\n\"\\\"Instalar programa\\\" para instalar programas seleccionados por la comunidad.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Añadir atajo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instalar programas…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opciones\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Ajustes\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Configurar botella.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependencias\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instalar dependencias para los programas.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Instantánea\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Crear y gestionar estados de la botella.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gestor de tareas\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gestionar programas iniciados.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Herramientas\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Linea de comandos\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Ejecute comandos dentro de la botella.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor del registro\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edite el registro interno.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Herramientas heredadas de Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorador\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuración\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Desinstalador\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panel de control\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Buscar dependencias…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Está sin conexión :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles se está ejecutando en modo sin conexión, por lo que las dependencias \"\n\"no están disponibles.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Las dependencias son recursos que mejoran la compatibilidad del software de \"\n\"Windows\\n\"\n\"\\n\"\n\"Los archivos de esta página los brindan terceros en virtud de una licencia \"\n\"privativa. Al instalarlos, acepta sus respectivos términos de licencia.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Informar de un problema o de la falta de una dependencia.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Informar de una dependencia faltante\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Leer la documentación.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentación\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Buscar programas…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instala programas seleccionados por la comunidad, sin tener que proceder \"\n\"manualmente.\\n\"\n\"\\n\"\n\"Los archivos de esta página los brindan terceros en virtud de una licencia \"\n\"privativa. Al instalarlos, aceptas sus respectivos términos de licencia.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"No se encontraron instaladores\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"El repositorio es inaccesible o ningún instalador es compatible con esta \"\n\"botella.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Leer la documentación\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nombre\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Componentes\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"La versión de la capa de compatibilidad de Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Actualizando ejecutor y componentes, por favor espere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Mejorar la compatibilidad de Direct3D 8/9/10/11 traduciéndolo a Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Actualizando DXVK, por favor espere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Mejorar la compatibilidad con Direct3D 12 traduciéndolo a Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Actualizando VKD3D, por favor espere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Actualizando DXVK-NVAPI, por favor espere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Aumenta la capacidad de respuesta. Puede ser detectado por algún software \"\n\"anti‐trampas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Actualizando LatencyFleX, por favor espere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Pantalla\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Super Muestreo de Modelo de Aprendizaje Profundo\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Incrementar rendimiento a expensas de los gráficos usando DXVK-NVAPI. Solo \"\n\"funciona en las nuevas tarjetas gráficas de NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"Super Resolución FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Mejorar el rendimiento a costa de los efectos visuales. Solo funciona en \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Gestionar ajustes FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Tarjeta gráfica discreta\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Usar tarjeta grafica integrada para incrementar el rendimiento a expensas \"\n\"del consumo eléctrico.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efectos de postprocesado\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Añadir varios efectos de postprocesado usando vkBasalt. Solo funciona en \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Gestionar configuración de las capas de postprocesado\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Gestionar como se deberían mostrar los juegos en pantalla usando Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gestionar la configuración de Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Ajustes avanzados de la pantalla\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Rendimiento\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Activa la sincronización para aumentar el rendimiento de los procesadores \"\n\"multi-núcleo.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronización\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Rendimiento\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Mostrar información de monitoreo como cuadros por segundo, temperaturas, \"\n\"carga de CPU/GPU y mas en OpenGL y Vulkan usando MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Modo de juego Feral\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Aplicar optimizaciones en su dispositivo. Puede mejorar el rendimiento del \"\n\"juego.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Precarga de los archivos de los juegos\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Mejorar tiempos de carga al lanzar un juego varias veces. El juego tomará \"\n\"mas tiempo en iniciar por primera vez.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gestionar la configuración de vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Capturadora de Juego OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Conmutar captura de juego de OBS para todos los programas Vulkan y OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilidad\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Versión de Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Actualizando la versión de Windows, por favor espere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Elija el idioma a usar en los programas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Aislamiento dedicado\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Usar un entorno restringido/gestionado para esta botella.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Gestionar permisos del aislamiento\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Tiempo de ejecución de Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Proporcione un paquete de bibliotecas adicionales para una mayor \"\n\"compatibilidad. Desactívelo si tiene problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Tiempo de ejecución de Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Proporcione un paquete de bibliotecas adicionales para una mayor \"\n\"compatibilidad con los juegos de Steam. Desactívelo si tiene problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Directorio de trabajo\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Restablecer valores por defecto\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Por defecto)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Modificaciones de DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variables de entorno\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gestionar unidades\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Instantáneas automáticas\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Automáticamente crear instantáneas antes de instalar programas o algún \"\n\"cambio en la configuración.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compresión\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Comprimir instantáneas para reducir espacio. Se reducirá el tiempo de \"\n\"creación de las instantáneas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Usar patrones de exclusión\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Excluir rutas en las instantáneas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gestionar patrones\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Refrescar\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Detener el proceso\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"No se encontraron instantáneas\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Cree su primera instantánea para empezar a guardar los estados de sus \"\n\"preferencias.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Un comentario breve\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Guarde el estado de la botella.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Crear instantánea nueva\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detalles\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Volver\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operaciones\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Seleccionar botella\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Seleccionar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Crear botella nueva\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Informe de cierre inesperado de Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Cancelar\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Enviar informe\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles se cerró de manera inesperada la última vez. Rellene un informe \"\n\"adjuntando el siguiente rastro para ayudarnos a identificar el problema y \"\n\"evitar que vuelva a ocurrir.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Hemos encontrado uno o más informes similares (o idénticos). Por favor, \"\n\"asegúrese de comprobar cuidadosamente que no ha sido ya reportado antes de \"\n\"enviar uno nuevo. Cada informe requiere un esfuerzo por parte de los \"\n\"desarrolladores para diagnosticar, por favor respete su trabajo y asegúrese \"\n\"de no publicar duplicados.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Aún así quiero informar.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opciones avanzadas\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Paquete incompleto\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Esta versión de Bottles no parece proporcionar todas las dependencias \"\n\"necesarias del núcleo, por favor contacte con el mantenedor del paquete o \"\n\"use una versión oficial.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Salir\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Las bibliotecas de vínculos dinámicos se pueden especificar para que sean \"\n\"integradas (proporcionadas por Wine) o nativas \"\n\"(proporcionadas por el programa).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Anulación nueva\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Anulaciones\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Unidades\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Son rutas del sistema anfitrión que se asignan y reconocen como dispositivos \"\n\"por el ejecutor (p. ej., C: o D:).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Letra\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Unidades existentes\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicar\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Escriba un nombre para la botella nueva.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplicando…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Esto puede tomar un tiempo.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Botella duplicada\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Las variables de entorno son valores dinámicos que pueden afectar a la forma \"\n\"en que los procesos en ejecución se comportarán en su botella.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nombre de la variable\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variables existentes\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Patrones de exclusión\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definir los patrones que se usarán para evitar que algunos directorios sean \"\n\"versionados.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Patrón\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Patrones existentes\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Configuración de Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Gestiona como se deberian de mostrar los juegos.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Resolución del juego\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Usa la resolución del videojuego como referencia en píxeles.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Anchura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Altura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Resolución de la ventana\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Aumenta la resolución cuando se usa una resolución superior a la del juego \"\n\"en píxeles.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Miscelánea\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Límite de velocidad de fotogramas\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Límite de velocidad de fotogramas cuando está desenfocado\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Escalado de enteros\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Tipo de ventana\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Sin bordes\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Pantalla completa\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"¿Quieres proceder con la instalación?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Iniciar instalación\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Este instalador requiere algunos recursos locales que no pueden proveerse de \"\n\"otra manera.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Proceder\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"¡Completado!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Mostrar programas\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"¡La instalación de las dependencias ha fallado!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Algo salió mal.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Todos los mensajes\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Cruciales\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Errores\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Advertencias\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Información\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Navegador de diarios\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Navegador de diarios\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Cambiar nivel de registros.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Todos\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Estos argumentos se transmiten al iniciar el programa.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Argumentos personalizados\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumentos del comando\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"e.j.: VAR=valor %comando% -ejemplo1 -ejemplo2 -ejemplo3=hola\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script de postejecución\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\"Elija una secuencia de comandos que debe ejecutarse después de la ejecución.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Elija un script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Elija dónde iniciar el programa.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Elija un directorio\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Estos ajustes anularán la configuración predeterminada de este ejecutable.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Anulaciones de preferencias\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Restablecer a los valores predeterminados de Bottles\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Escritorio virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Aviso legal de Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Usar Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Atención, usar ejecutores basados en Proton en botellas que no sean de Steam \"\n\"puede causar problemas e impedir que se comporten correctamente.\\n\"\n\"\\n\"\n\"Recomendamos usar más bien Wine-GE, una versión de Proton pensada para \"\n\"funcionar fuera de Steam.\\n\"\n\"\\n\"\n\"Al proceder se activará automáticamente el tiempo de ejecución de Steam \"\n\"(si está presente en el sistema y es detectado por Bottles) para permitirle \"\n\"acceder a las bibliotecas necesarias y limitar los problemas de \"\n\"compatibilidad. Ten en cuenta que GloriousEggroll, el proveedor del \"\n\"corredor, no es responsable de ningún problema y te pedimos que no se lo \"\n\"comuniques.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Entendido.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Cambiar nombre\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Elija un nuevo nombre para el programa seleccionado.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nombre nuevo\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Ejecutar con argumentos\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Ejecutar\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Escriba a continuación los argumentos que debe pasar al ejecutable.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"ej.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Configuración del aislamiento\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Compartir la red\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Compartir el sonido\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Requiere una actualización\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continuar\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Iniciar actualización\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Sistema de versiones nuevo\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"El sistema de versiones nuevo de botellas ha aterrizado.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles tiene un sistema de versiones completamente nuevo que no es \"\n\"compatible con versiones anteriores.\\n\"\n\"\\n\"\n\"Para continuar usando el versionado necesitamos reiniciar el repositorio de \"\n\"la botella. Esto no borrará los datos de su botella pero borrará todos los \"\n\"estados existentes y creará uno nuevo.\\n\"\n\"\\n\"\n\"Si necesita volver a un estado anterior antes de continuar, cierre esta \"\n\"ventana y restaure el estado, luego vuelva a abrir la botella para que \"\n\"aparezca de nuevo esta ventana.\\n\"\n\"\\n\"\n\"El sistema antiguo dejará de aplicarse en una de las próximas versiones.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Reiniciando el repositorio…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"¡Hecho! Por favor, reinicie Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Ajustes de efectos de postprocesado\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Predeterminado\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Configuración predeterminada\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Los efectos se aplican según el orden de la lista.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efectos\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Enfoque adaptativo del contraste\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Nitidez\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Mostrar información\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Enfoque de Luma denotado\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Eliminar ruido\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Anti-aliasing rápido y aproximado\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Calidad de subpíxel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Umbral de calidad de los bordes\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Umbral de calidad de los bordes mínimo\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Anti-aliasing morfológico de subpíxeles\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detección de bordes\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Umbral\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Pasos máximos de búsqueda\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Pasos de búsqueda máximos en diagonal\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Redondeo máximo de las esquinas\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"La nitidez CAS aumenta la nitidez de un fotograma. Los valores más altos \"\n\"hacen que el fotograma sea más nítido, mientras que los valores inferiores a \"\n\"0 hacen que el fotograma sea más suave que el nativo.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"La nitidez DLS aumenta la nitidez de un fotograma. Los valores más altos \"\n\"hacen que el fotograma sea más nítido.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"El DLS sin ruido disminuye el ruido de un fotograma. Los valores más altos \"\n\"hacen que el fotograma sea más suave.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"La calidad de subpíxeles del FXAA disminuye el aliasing a nivel de \"\n\"subpíxeles. Los valores más altos hacen que el cuadro sea más suave.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"El umbral de borde FXAA es la cantidad mínima de contraste necesaria para \"\n\"aplicar el algoritmo FXAA. Los valores más altos hacen que el fotograma \"\n\"tenga más contraste.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"El umbral mínimo de calidad de FXAA es el valor mínimo de píxeles oscuros \"\n\"que son ignorados por el algoritmo FXAA. Los valores más altos hacen que \"\n\"FXAA ignore los píxeles por debajo del valor especificado y pueden suponer \"\n\"un aumento del rendimiento.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma detecta los bordes desde una perspectiva monocromática, mientras que \"\n\"Color detecta los bordes basándose en los colores. Luma es más eficaz que \"\n\"Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"El umbral SMAA especifica la sensibilidad de la detección de bordes. Los \"\n\"valores más bajos detectan más bordes a expensas del rendimiento.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Los pasos máximos de búsqueda de SMAA especifican cuántos pasos de búsqueda \"\n\"horizontales y verticales se realizan cuando se buscan aristas.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Los pasos máximos de búsqueda diagonal de SMAA especifican cuántos pasos de \"\n\"búsqueda diagonal se realizan cuando se buscan aristas.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"El redondeo de esquinas SMAA especifica la fuerza del redondeo de las \"\n\"esquinas.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Incorporado (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativo (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Incorporado, después nativo\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativo, después incorporado\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/punto/a/ruta\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valor\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Examinar archivos\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nombre del prefijo de Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gestor\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Este prefijo de Wine ya ha sido importado en Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importar copia de seguridad de Bottles\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Buscar de nuevo los prefijos\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"No se han encontrado prefijos\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"No se encontraron Wine Prefixes de Lutris, PlayOnLinux, etc.\\n\"\n\"Use el icono de la parte superior para importar una botella desde un \"\n\"respaldo.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Archivo completo\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Mostrar manifiesto…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Leer reseña…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nombre del instalador\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Descripción del instalador\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Desconocido\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instalar este programa\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menú del programa\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Sin miniatura\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Iniciar\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Iniciar con Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nombre del elemento\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Eliminar de la biblioteca\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Detener\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Añada aquí los elementos de su lista de programas\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Esta botella tiene el versionado activado.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Esta botella parece dañada.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Ejecutar en esta botella\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Ejecutar aquí\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Esta botella parece dañada; falta el archivo de configuración. Es posible \"\n\"intentar resolverlo creando una configuración nueva.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Buscar sus botellas …\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Botellas\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Crear botella nueva…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"No se encontraron resultados\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Pruebe con una búsqueda diferente.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Comenzando…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Falta este recurso.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Examinar\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_rear\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Nombre de la botella\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplicación\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Gaming\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"P_ersonalizado\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Directorio de usuario compartido\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Esto hace que el directorio de usuario sea detectable en la botella, con el \"\n\"riesgo de compartir información personal con el software de Windows. Esta \"\n\"opción no puede modificarse una vez creada la botella.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arquitectura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Los 32 bits sólo deben usarse si es estrictamente necesario.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importar configuración personalizada...\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Directorio de botella\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"La carpeta que contiene la información de esta Botella.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Cerrar\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Este nombre no está disponible, por favor intente con otro.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Le damos la bienvenida a Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Ejecute software de Windows en Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows en Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles usa ejecutores de compatibilidad para proporcionar entornos aislados \"\n\"similares a los de Windows en los que se ejecutan los programas.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Casi listo\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Necesitamos unos minutos más para preparar todo…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"¡Todo listo!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Por favor, termine la configuración primero\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Empiece por crear una botella\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Siguiente\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferencias\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"General\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Apariencia\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Modo oscuro\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Si las botellas deben usar el esquema de color oscuro.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Mostrar fecha de actualización\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Si desea mostrar la fecha de actualización en la lista de bottles.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notificaciones\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Muestra notificaciones de descargas e instalaciones.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Archivos temporales\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"¿Limpiar archivos temporales cuando se lance Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Cerrar Bottles después de iniciar los programas\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\"Cerrar Bottles después de iniciar un programa desde el gestor de archivos.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integraciones\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefijos de Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Listar y gestionar los prefijos de Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Listar las aplicaciones de Steam en la lista de programas\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Requiere que Steam para Windows esté instalado en la botella.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Listar Epic Games en la lista de programas\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Requiere Epic Games Store instalado en la botella.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Listado de juegos de Ubisoft en la lista de programas\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Requiere Ubisoft Connect instalado en la botella.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avanzado\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Directorio de Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"La carpeta que contiene la información de sus botellas.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Ejecutores\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Bottles está corriendo en modo fuera de línea, por lo que los runners no \"\n\"están disponibles.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Versión preliminar\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Mostrar versiones inestables de los ejecutores.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Componentes DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"Bottles se ejecuta en modo sin conexión, por lo que los archivos DLL no \"\n\"están disponibles.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Núcleo\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Tiempo de ejecución\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimentos\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Estas funciones están en pleno desarrollo y pueden ser inestables, por lo \"\n\"que cabe esperar que se produzcan errores y roturas.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Aislamiento por botella\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"En fase de desarrollo.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Ejecutar con la terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Examinar ruta\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Cambiar las opciones de lanzamiento…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Añadir a mi biblioteca\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Añadir acceso directo\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Añadir a Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Cambiar nombre…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Ocultar programa\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Mostrar programa\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Eliminar de la lista\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nombre del programa\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Identificación del estado\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Comentario del estado\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Restaurar esta instantánea\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Eliminar mensaje\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menú principal\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Parece que no hay conexión a Internet. Sin esta, no podrá descargar \"\n\"componentes esenciales. Pulse en este icono cuando haya restablecido la \"\n\"conexión.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importar…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Ayuda\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Acerca de Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"El archivo \\\"{0}\\\" no es del tipo .exe o .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Actualización: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" añadido\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Seleccionar ejecutable\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Añadir\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Ocultar programas ocultos\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Iniciando \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Tenga cuidado con el aislamiento\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles se ejecuta en un aislamiento, un entorno de permisos restringidos \"\n\"necesarios para mantenerte seguro. Si el programa no se ejecuta, considere \"\n\"la posibilidad de moverse dentro de la botella \"\n\"(icono de 3 puntos en la parte superior), y luego lanzar desde allí.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Olvidar\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Seleccione la ubicación donde guardar la configuración de respaldo\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportar\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Seleccione la ubicación donde guardar el archivo de respaldo\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Copia de seguridad\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Copia de seguridad creada para \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Error en la copia de seguridad de \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"¿Confirma que quiere eliminar la botella \\\"{}\\\" y todos sus archivos?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Esto eliminará para siempre todos los programas y configuraciones asociadas \"\n\"a el.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Eliminar\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"No se encuentra el ejecutador\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Falta el ejecutador solicitado por esta botella. Instalalo por las \"\n\"preferecias de las Botellas o escoge una nueva para correr aplicaciones.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"¿Está seguro de que desea forzar la detención de todos los procesos?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Esto puede causar perdida de información, corrupción de archivos o \"\n\"malfuncionamiento de programas.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Forzar _detención\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Esta función no está disponible en su sistema.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\"{} Para añadir esta característica, por favor ejecute \\\"flatpak install\\\"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Este nombre de botella ya está en uso.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Seleccionar directorio de trabajo\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"La carpeta que contiene la información de \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"¿Está seguro de que desea eliminar todas las instantáneas?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Esto eliminará todas las instantáneas pero mantendrá sus archivos.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Por favor, migre al nuevo sistema de versiones para crear estados nuevos.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instaladores\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operaciones en curso, por favor espere.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Volver a sus botellas.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Respaldo importado correctamente\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importación fallida\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importando copia de seguridad…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Seleccionar un archivo de copia de seguridad\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importar\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Seleccionar un archivo de configuración\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Ejecutar ejecutable en \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Iniciando \\\"{0}\\\" en \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Sus botellas\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Descargando ~{0} de paquetes…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Obtenido {0} de {1} paquetes\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Seleccionar directorio de botella\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Creando botella…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"No se puede crear la botella\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Fallo en la creación de la botella con uno o más errores.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Botella Creada\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" se ha creado correctamente.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"No se ha encontrado Steam o Bottles no tiene suficientes permisos.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Seleccionar directorio de la botella\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"¿Reiniciar Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles tendrá que ser reiniciado para usar este directorio.\\n\"\n\"\\n\"\n\"Asegúrese de cerrar todos los programas iniciados desde Bottles antes de \"\n\"volver a iniciar Bottles, ya que no hacerlo puede causar la pérdida de \"\n\"datos, la corrupción y el mal funcionamiento de los programas.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Reiniciar\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Basado en Wine de Valve, incluye staging y los parches de Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Basado en Wine upstream, incluye staging y los parches de Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Basado en Wine upstream, incluye parches de staging.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Basado en el Wine de Valve, incluye parches de staging, Proton y específicos \"\n\"para Steam. Requiere el Steam Runtime activado.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Otros\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Actualizar\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Instalando…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifiesto de {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" desinstalado\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" instalado\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" ha fallado al instalarse\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" importado\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Es posible que esta aplicación no funcione correctamente. El instalador se \"\n\"ha configurado para ofrecer la mejor experiencia posible, pero puede haber \"\n\"fallos, inestabilidad y algunas funciones que no disponibles.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Este programa funciona con fallos perceptibles, estos fallos no afectan a la \"\n\"funcionalidad de la aplicación.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Este programa funciona con algunos fallos menores.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Este programa funciona perfectamente.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Valoración para {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Deteniendo \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Iniciando \\\"{0}\\\" con Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" ocultado\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" mostrado\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" eliminados\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" renombrado a \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Entrada de escritorio creada para \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" añadido a su biblioteca\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" añadido a su biblioteca de Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Mostrar informe\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Este problema fue reportado 5 veces y no puede ser enviado de \"\n\"nuevo.\\n\"\n\"            Informe de sus comentarios en uno de los siguientes informes \"\n\"existentes.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Actualizando la configuración de la pantalla, por favor espere…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Configuración de pantalla actualizada\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"No se encontraron overrides.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Seleccione un directorio\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Variables de entorno no definidas.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"No se han definido patrones de exclusión.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Se ha producido un error.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copiar al portapapeles\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Seleccionar archivo de recursos\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instalando las dependencias de Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configurando la botella…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Procesando los pasos del instalador…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Instalando el {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Realizando las comprobaciones finales…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalando {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} está ahora disponible en la vista de programas.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Instalador ha fallado con error desconocido\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} ya esta desactivado para esta botella.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Esta configuración es diferente de la predeterminada.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Seleccionar script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Ruta de las botellas personalizadas no encontrada\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Volviendo a la ruta predeterminada. No se listarán las botellas de la ruta \"\n\"dada.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Ejecute software de Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migración desde Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Conmutar el diálogo de migración de Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tema oscuro\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Forzar el uso del tema oscuro.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Conmutar la fecha de actualización en la lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Conmutar la fecha de actualización en la lista de botellas.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Listado de aplicaciones de Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Conmutar el listado de aplicaciones de Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Listado de Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Conmutar el listado de Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Listado de Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Conmutar el listado de ubisoft connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Anchura de ventana\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Cambia la anchura de la ventana.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Altura de ventana\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Cambia la altura de la ventana.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Muestra las notificaciones.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Limpieza de archivos temporales\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Limpia la ruta temporal al arrancar el sistema.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Versión candidata\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Conmuta el candidato a la versión para los ejecutores.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Vista inicial\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Elegir en qué vista debe iniciarse la aplicación.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Conmuta características experimentales como el versionado y los \"\n\"instaladores. Versión candidata para los ejecutores.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Soporte de Proton de Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Conmutar la compatibilidad con los prefijos de Proton de Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimentos:aislamiento\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Conmutar aislamiento experimental por botella.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Cerrar Bottles automáticamente\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Cerrar Bottles después de iniciar un ejecutable desde el gestor de archivos.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Mostrar la advertencia del aislamiento\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Conmutar la advertencia del aislamiento.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"¡Ejecute software de Windows en Linux con Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Embotelle programas y disfrútelos en cualquier momento!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Nuestro sistema de instalación de dependencias incorporado permite acceso \"\n\"fácil a un nivel amplio de compatibilidad de software. También incluimos un \"\n\"gestor de descargas para descargar los componentes oficiales: ejecución \"\n\"(Wine, Proton), DXVK, dependencias, etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"¡El versionado de Bottle mantiene su trabajo a salvo ahora y le permite \"\n\"restaurarlo más tarde!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Características:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"Cree bottles usando entornos preconfigurados o cree los suyos propios\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Abra ejecutables (.exe/.msi) en sus bottles, directamente desde el menú \"\n\"contextual del gestor de archivos\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Detección automática de las aplicaciones instaladas en sus bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Añada variables de entorno fácilmente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\"Anteponga bibliotecas DLL directamente desde las preferencias de la botella\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Cambio de ejecutor sobre la marcha para cualquier botella\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Varias optimizaciones para un mejor rendimiento al jugar (esync, fsync, \"\n\"DXVK, antememoria, compilador de sombreadores, descarga… y mucho más.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Instalación y gestión automática de los ejecutores Wine y Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Reparación automática de botellas en caso de rotura\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Instalador de dependencias integrado basado en un repositorio comunitario\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Administrador de tareas integrado para procesos de Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Acceso a ProtonDB y WineHQ para asistencia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistema para llevar su configuración a versiones nuevas de Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Respaldar e importar bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importa prefijos de Wine de otros gestores\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Estados de botellas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… ¡y mucho más que puede encontrar instalando Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Actualizada la información de metadatos\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Añadida más información sobre la actualización y corregida la versión de las \"\n\"notas de la versión\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Corregido el botón \\\"Añadir a Steam\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Se ha corregido que BottleConfig que no se podia serializar\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Se corrigió \\\"Patool double extraction failing\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Corregida la versión\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Corregir error al crear la botella\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Cambio importante: Rediseño Nueva interfaz de las Botellas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Mejoras menores en la interfaz de usuario:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\"Se sustituyo el icono emote-love por una biblioteca en la página de \"\n\"biblioteca\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Se añadió una notificación del sistema para \\\"Ejecutar\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Corrección de bugs:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Al añadir un acceso directo a Steam se producía un error\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Al importar las copias de seguridad se produce un error\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Steam Runtime se activa automáticamente al usar wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Varias correcciones relacionadas con la biblioteca, como cubiertas vacías y \"\n\"fallos relacionados con entradas que faltaban\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Corregidos varios problemas relacionados con la codificación de texto\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Se corrigió error al descargar cuando Bottles no se ejecuta desde terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Corregida la fecha de versión\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Ocultar errores críticos relacionados con NVIDIA en sistemas que no son \"\n\"NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Mejoras y correcciones en Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"La instalación de dependencias es más rápida y estable\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"El análisis de salud contiene más información para una depuración más rápida\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI tiene varias correcciones y es más estable, ahora debería funcionar \"\n\"correctamente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Corregido fallo al descargar un componente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Mejora del código backend al evitar el spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Más variables para el script de instalación\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Corrección del cuadro de diálogo de inicio que mostraba \\\"Todo listo\\\" \"\n\"cuando en realidad no lo estaba\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Mejoras en el \\\"build system\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Activación de VKD3D por defecto al crear botellas para juegos\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Corregidos fallos al leer archivos de Steam con codificaciones erróneas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Corrección de los componentes que no se actualizan correctamente en la \"\n\"interfaz de usuario(UI) tras la instalación/desinstalación\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Más correcciones del FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Se solucionó el problema cuando un programa se cierra después de haber sido \"\n\"lanzado desde \\\"Ejecutar\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"¡y muchos, muchos, muchos más arreglos!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Calculando…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Instalar .exe/.msi en esta botella\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"Haz click en \\\"Crear nueva Botella...\\\" para crear una nueva Botella.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Crear una nueva Botella…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Botella nueva\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Información de la botella\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Un entorno mejorado para juegos de Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Un entorno mejorado para las aplicaciones de Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Un entorno limpio para sus experimentos.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Carpeta hogar no vinculada\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"No vincular el userdir con el homedir\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bits\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Receta personalizada\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Elija una receta personalizada para el entorno si tiene una.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Camino personalizado\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Guardar esta botella en un lugar diferente.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"No hay conexión a internet; no se puede descargar.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Elija una ruta de ejecutable\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Elija un archivo ejecutable de Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Elija el directorio de trabajo de los ejecutables\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Elija un archivo de recetas\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Escoja dónde guardar la botella\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Elija una ruta de bottles nueva\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Elija el script\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Elija el directorio de ejecución\"\n\n#, fuzzy\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Se ha corregido un error en la detección de bottles rotas\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Compatibilidad con vkd3d\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Error al instalarlos componentes, lo intenté 3 veces.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Traducciones al francés gracias a @rjousse18, @julroy67\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Traducciones al francés gracias a @rjousse18, @julroy67\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Traducciones al ruso gracias a @Knebergish, @lenemter, @Smoque\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Traducciones al croata gracias a @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Traducciones al tailandés gracias a @SashaPGT\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Traducciones al eslovaco gracias a @MartinIIOT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Traducciones al portugués gracias a @laralem, @SantosSI, Pão com Omlet y \"\n#~ \"@hugok79\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Traducciones al italiano gracias a @gdonisi\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Traducciones al croata gracias a @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Traducciones al polaco gracias a Krzysztof Marcinek\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Capas\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Calidad ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Calidad\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Equilibrado\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Capas\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Un entorno por capas, donde cada aplicación es una capa.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Elegir ruta\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Elija un archivo.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Archivo no encontrado\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"\"\n#~ \"El archivo indicado no existe. Por favor, elija un archivo apropiado.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Espacios en el nombre del archivo\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"La ruta de la tabla de búsqueda de colores no debe contener espacios. Por \"\n#~ \"favor, cambie el nombre del archivo para eliminar todos los espacios.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Dimensión de la imagen no válida\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"La altura y la anchura de la imagen deben ser iguales.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Gestione los prefijos de Wine fácilmente mediante entornos\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Ejecutar con argumentos…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Explore los archivos internos con el explorador de Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Gestione los procesos con el gestor de tareas de Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Depure los procesos de Wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Configuración de Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Ajuste la configuración interna.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Desinstale programas usando el desinstalador de Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Accede al panel de control interno de Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Utilice la sección Instaladores o el botón «Ejecutar programa».\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Las dependencias son programas, bibliotecas y códecs que mejoran la \"\n#~ \"compatibilidad del software de Windows. Instale desde aquí para cumplir \"\n#~ \"con los requisitos de su programa.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Leer la documentación.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Instalar seleccionados\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Le recomendamos encarecidamente que no instale varias dependencias a la \"\n#~ \"vez.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Seleccionar dependencias\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Use esta sección para instalar programas curados por nuestra comunidad, \"\n#~ \"sin tener que proceder manualmente.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Leer documentación\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Gráficos\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Mejora el rendimiento de los juegos DirectX 11 y las aplicaciones 3D.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Mejora el rendimiento de los juegos DirectX 12 y las aplicaciones 3D.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Proporciona soporte DLSS si está disponible y NVAPI de Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR usa tecnologías de escalado de última generación para ayudar a \"\n#~ \"aumentar la velocidad de los fotogramas.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"GPU discreta\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt es una capa de procesamiento posterior de Vulkan para mejorar \"\n#~ \"los gráficos visuales de los juegos.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Gestionar la configuración de vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Usar el escritorio virtual de Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Captura del ratón en pantalla completa\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Deja que el programa capture la entrada del cursor cuando está en \"\n#~ \"pantalla completa.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Tomar enfoque\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Actívelo si el programa no retoma el foco al cambiar.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Centrar el cursor del mouse\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Cambia esto si te encuentras con retraso del ratón o desincronización.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Escalado de pantalla\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Establecer PPP personalizados.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderizador\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Seleccione qué backend usar para wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (por defecto)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Gestionar la versión de los componentes\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versión de DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versión de VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Versión de DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Versión de LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"falso\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"El mismo que el de Bottles pero proporcionado por Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimizar el rendimiento de los juegos a la carta.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Usar el microcompositor Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Ruta predeterminada de la botella.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Restablecer a predeterminado\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Elija un directorio\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reducir latencia\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Establece la latencia de PulseAudio en 60 ms, aumentando la calidad del \"\n#~ \"sonido.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Control de versiones\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Usar la compresión para los estados\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Esto reducirá el espacio usado por los estados pero ralentizará su \"\n#~ \"creación.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bottles creará un estado antes de ejecutar cualquier dependencia o \"\n#~ \"instalador.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Usar patrones personalizados para excluir algunas rutas del control de \"\n#~ \"versiones.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Desarrollo y depuración\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Una capa de Vulkan y OpenGL para controlar los FPS, las temperaturas, la \"\n#~ \"carga de la CPU/GPU y mucho más.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Registros «fixme» de Wine\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Registra las rutas de código que no se han implementado en Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"No se encontraron programas\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Instala programas desde la sección de instaladores o ejecutando el \"\n#~ \"ejecutable del instalador, también puedes añadir manualmente los \"\n#~ \"ejecutables con el botón \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Alternar ocultos\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Tome un descanso, esto puede tardar.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configure cómo debe gestionar Gamescope la ventana de los juegos que va a \"\n#~ \"ejecutar.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Anchura (p. ej., 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Altura (p. ej., 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Resolución de Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Cambiar el nivel de registro.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Configuración de vkBasalt\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Tabla de búsqueda de colores\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT transforma una gama de colores en otra gama de colores utilizando un \"\n#~ \"archivo .CUBE, o un archivo .png donde la altura es igual a la anchura.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Empiece por crear una botella.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Ejecute software de Windows en Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Ruta de las botellas personalizadas (requiere reiniciar)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Elija dónde almacenar botellas nuevas (esto no moverá las existentes).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"En fase de desarrollo (requiere reinicio).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importar/exportar…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Apóyenos\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Foros\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Abrir menú\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Botella nueva\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"Vale\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Confirmar\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"¿Está seguro de que desea finalizar todos los procesos?\\n\"\n#~ \"Esto puede causar la pérdida de datos.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Ruta predeterminada de la botella.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Conmutar la compresión requiere una reinicialización\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Esto mantendrá todos sus archivos pero borrará todos los estados. ¿Quiere \"\n#~ \"continuar?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detalles y utilidades\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Se encuentra en el menú de inicio de su botella.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Se ha creado con éxito una botella llamada \\\"{0}\\\"\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' instalado.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Noticias\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Sistema de versiones nuevo que permite versionar toda la botella (también \"\n#~ \"la configuración)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"\"\n#~ \"El control de versiones automático ahora se puede activar y desactivar\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Usar la compresión para los estados de las versiones\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Mejorar el guardado de las opciones de lanzamiento sin actualizar la \"\n#~ \"interfaz de usuario varias veces\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Mejora del rendimiento de YAML usando libyaml (el paquete python-yaml \"\n#~ \"debe proporcionar soporte para ello)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nuevo diálogo \\\"Acerca de\\\"\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"Soporte de portadas en modo Biblioteca (gracias a SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"Se ha eliminado la opción DXVK HUD, en su lugar use la sección de \"\n#~ \"Variables de Entorno\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"\"\n#~ \"La opción de shell bottles-cli ahora proporciona la salida del comando\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"La comprobación de la salud se encuentra ahora en la sección de solución \"\n#~ \"de problemas de \\\"Acerca de\\\"\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Comprobación ampliada de las dependencias del núcleo, se invita a los \"\n#~ \"empaquetadores a comprobar dos veces sus paquetes\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Permiso predeterminado nuevo para el paquete Flatpak: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"\"\n#~ \"Añadidos los créditos de las bibliotecas de terceros en la sección de \"\n#~ \"créditos\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Correcciones\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Corrige el diálogo inicial que se omite\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Corrige el nombre de la botella vacía\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Corrige las librerías de gstreamer para las botellas win32\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"Corrige el error RemoteDisconnected que provoca un fallo\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Corrige el listado erróneo de Vaniglia\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Corrige las plantillas que se generan con rutas simbólicas causando bucles\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Corrige la migración de la configuración que provocaba un fallo cuando el \"\n#~ \"usuario modificaba la configuración\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Corrige mscoree.dll no encontrado\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Corrige la regresión de la opción -b del cli de botellas heredado\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"\"\n#~ \"Corrige el parser de las opciones de lanzamiento de Steam que provoca un \"\n#~ \"fallo\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Corrige una regresión en el botón Añadir a Steam que no añade la nueva \"\n#~ \"entrada en Steam\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Traducciones al finlandés gracias a Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Traducciones al indonesio gracias a @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Traducciones al español gracias a Pablo Muñoz Alabau, @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Traducciones al portugués (Brasil) gracias a @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Traducciones al alemán gracias a Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Gestione los prefijos de Wine fácilmente\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experimentos:bibliotecas\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Conmutar el modo Biblioteca experimental.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Cargando…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"La ruta personalizada para tus botellas no se encontró. Por favor, \"\n#~ \"revisar la ruta en las Preferencias.\\n\"\n#~ \"Volviendo a la ruta predeterminada; Ninguna botella de esa ruta aparecerá \"\n#~ \"en la lista!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Control de salud\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Generando índice de archivos de estado…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Creando un punto de restauración…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"No se ha podido crear la carpeta de estado.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Actualizando índice…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"No se ha podido actualizar el archivo de estados.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"No se ha podido actualizar el archivo de índice.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumentos encontrados para el ejecutable: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Paso {self.__step} de {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' lanzado.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' lanzado mediante Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Índice del estado {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Leer documentación sobre dependencias.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"HUD de DXVK\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Conmutar la superposición de DXVK que muestra FPS y otros detalles en \"\n#~ \"aplicaciones D3D.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Leer documentación sobre programas\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Configuración adicional\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Recursos locales\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Buscar Wine Prefixes\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Active el control de versiones para guardar y restaurar la botella a un \"\n#~ \"estado determinado.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Su biblioteca\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Comprobación de integridad\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Cargando...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Gestor de tareas\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Elija dónde almacenar las bottles nuevas (esto no moverá las existentes)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Instalando...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"No se ha podido crear la entrada de escritorio devido a falta de \"\n#~ \"privilegios.\\n\"\n#~ \"Echa un vistazo a <a href=\\\"https://www.youtube.com/watch?\"\n#~ \"v=tPFNg9AU5k4\\\">nuestro video</a> acerca de como solucionar eso en \"\n#~ \"Flatpak.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Escriba un comentario breve:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"Archivos temporales\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"Cerrar Bottles tras iniciar un programa en el gestor de archivos\"\n\n#~ msgid \"Custom bottles path (requires restart)\"\n#~ msgstr \"Ruta de botellas personalizada (requiere reinicio)\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"Versión preliminar\"\n\n#~ msgid \"In early development (requires restart)\"\n#~ msgstr \"En fase de desarrollo (requiere reinicio)\"\n\n#~ msgid \"Caffe\"\n#~ msgstr \"Caffe\"\n\n#~ msgid \"GE Wine\"\n#~ msgstr \"GE Wine\"\n\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris\"\n\n#~ msgid \"Steam\"\n#~ msgstr \"Steam\"\n\n#~ msgid \"\"\n#~ \"Start off by creating a Bottle.\\n\"\n#~ \"                                \"\n#~ msgstr \"\"\n#~ \"Empiece por crear una botella.\\n\"\n#~ \"                                \"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Control de versiones de Bottles (experimental)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Traducir</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Donar</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Informar de un \"\n#~ \"error</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles/\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Informe de error\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Abrir con el explorador\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Mover dentro del espacio aislado\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Moviendo dentro del espacio aislado…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilidades\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Linea de comandos\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Editor de registro\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Configuración de Wine\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Panel de control\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Modo de prueba activado: sólo se muestran las dependencias del \"\n#~ \"repositorio de pruebas.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Aunque los archivos de esta página se han verificado, pueden estar \"\n#~ \"disponibles con una licencia privativa.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Aunque los archivos de esta página han sido verificados, pueden estar \"\n#~ \"bajo una licencia privativa.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Leer documentación sobre instaladores\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Detalles de botella\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Mi hermosa botella\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Cambiar nombre de la botella\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Usar DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Usar VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Activar FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Activar LatencyFleX\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Usar un escritorio virtual\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Captura del cursor a pantalla completa\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versión de DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Gestionar las versiones de VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Se reiniciará el servidor wine.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Sobreescritura de DLL\"\n\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"\"\n#~ \"Establezca la latencia de PulseAudio en 60 milisegundos para aumentar la \"\n#~ \"calidad del sonido.\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Leer documentación sobre versionamiento\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"p. ej., ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Anulaciones existentes\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"ej.: -ejemplo1 -ejemplo2 -ejemplo3=hola\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"ej.: MiBotellaDuplicada\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Variable nueva\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"ej. MI_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Aquí puede cambiar las variables de entorno de las órdenes que se \"\n#~ \"ejecutan.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"ej.: VAR1=value VAR2=value\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"por ejemplo: VAR1=value VAR2=value ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"p. ej. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"p. ej. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Estás usando Bottles Flatpak, recuerda darle permisos a través de <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> si la ruta del script está fuera del sandbox.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Escriba el nombre nuevo:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Escriba aquí…\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"El mensaje va aquí.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utilidad y preferencias\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Escoja un nombre para su botella\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Usar ruta personalizada\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Le damos la bienvenida\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Bottles facilita la ejecución de programas de Windows en Linux.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"¿Qué son las botellas?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Una botella es un entorno similar a Windows configurado para ejecutar \"\n#~ \"software de Windows, puedes tener varias aplicaciones en cada botella.\\n\"\n#~ \"\\n\"\n#~ \"Estos están aislados y el software que se ejecuta dentro no puede acceder \"\n#~ \"a tus archivos personales si no lo permites.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Más información</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Ya casi terminamos\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Tenemos que descargar e instalar algunos <a href=\\\"https://docs.\"\n#~ \"usebottles.com/getting-started/first-run\\\"> componentes (~75MB)</a> para \"\n#~ \"prepararte.\\n\"\n#~ \"\\n\"\n#~ \"No podemos ofrecer estos archivos con Bottles ya que estos tienen \"\n#~ \"diferentes ciclos de lanzamiento.\\n\"\n#~ \"\\n\"\n#~ \"Cuando esté listo, pulse el botón <b>Instalar</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Siéntese y relájese, puede tardar unos minutos.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Descargar\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"¡Todo está listo!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Ahora está listo para crear sus primeras bottles.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Finalizar\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Advertencia: Asegúrese de dar permiso al Flatpak para acceder a la ruta \"\n#~ \"nueva.\\n\"\n#~ \"¡Esto romperá el espacio aislado!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Si la lista anterior debería mostrar versiones inestables.\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"Cambiar las opciones de lanzamiento\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Ocultar de la lista\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Mostrar en la lista\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Procesando...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Su biblioteca\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Regresar\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Instalador requiere recursos locales\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Elegir el ejecutable para %s\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Recursos locales no encontrados o no válidos\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"La instalación ha fallado, por favor, compruebe los registros.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Procediendo con el entorno predeterminado…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Confirme la eliminación\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Hecho\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Ejecutores de Caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Ejecutores de Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Otros ejecutores\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Foros de Bottles\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Mostrar este programa\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Escriba un nombre para su botella\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Los programas nuevos se encontrarán automáticamente.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplicar una botella\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Cambiar variables de entorno\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"¡Este campo no puede contener caracteres especiales!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Son capas de compatibilidad que permiten la instalación y ejecución de \"\n#~ \"programas de Windows en sistemas Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> son entornos en los cuales el ejecutor configura el \"\n#~ \"sistema y donde se ejecuta e instala un programa de Windows.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Más \"\n#~ \"información sobre los ejecutores</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importar y exportar\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"Establecer PPP personalizados\"\n\n#~ msgid \"Select what backend to use for wined3d\"\n#~ msgstr \"Seleccione qué backend usar para wined3d\"\n\n#~ msgid \"Toggle OBS game capture for all next launches\"\n#~ msgstr \"\"\n#~ \"Alternar la captura OBS del juego para todos los próximos lanzamientos\"\n\n#~ msgid \"Gamescope settings\"\n#~ msgstr \"Ajustes de Gamescope\"\n\n#~ msgid \"Bottle information\"\n#~ msgstr \"Información de la botella\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"¿Qué son los ejecutores?\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Se necesita descargar e instalar un ejecutor para que pueda crear sus \"\n#~ \"propias bottles.\\n\"\n#~ \"El tamaño de la descarga es de <b>70MB</b> aproximadamente.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Más \"\n#~ \"información sobre el contenido de la descarga.</a>\\n\"\n#~ \"\\n\"\n#~ \"No podemos ofrecer estos archivos con Bottles debido a que tienen \"\n#~ \"diferentes ciclos de desarrollo.\\n\"\n#~ \"\\n\"\n#~ \"Cuando esté preparado, pulse el botón <b>Instalar</b>.\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"Mostrar fecha de actualización\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"Modo biblioteca\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Ayuda de Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"No poder ver bottles antiguas después de la actualización.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"No veo algunos directorios.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"No puedo ver los archivos en mi carpeta personal.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"\"\n#~ \"El ejecutable se rompe silenciosamente o la pantalla se queda en negro\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Destruir esta botella\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Hacer una copia de seguridad de esta botella.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32 bits\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tema nocturno\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Usar el tema nocturno.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experimental:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Conmuta la implementación experimental de winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Habilitar el compilador de sombreadores ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Mejora el rendimiento en juegos y aplicaciones 3D.\\n\"\n#~ \"Desactive si experimenta fallos en la gráfica.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Modo nocturno\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Usar WineBridge para la gestión de procesos y programas.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Incidencias de Bottles\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"¡Bottles iniciadas!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Esta es una característica experimental en desarrollo temprano, tenga \"\n#~ \"cuidado e <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">informe de errores</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Desarrolladores de Bottles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimice el rendimiento al jugar según la exigencia\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versión de NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Apuntar a la ruta de la botella\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"El modo juego no está disponible en el sistema o no se está ejecutando.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experimental:instaladores\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Aplicaciones\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Un entorno mejorado para el software de Windows.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Usa un tema de aplicación oscuro.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Experimental: versionado\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Importar y exportar\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Creando carpetas aisladas…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Estos son los procesos wine/wineserver que se ejecutan en su PC.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Compruebe si hay procesos en ejecución.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Respaldar botella\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Reiniciar Windows\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Botella\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"No se han encontrado ejecutores, por favor, instale uno.\"\n\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"No se ha encontrado DXVK, instalando la última versión…\"\n\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"No se ha encontrado VKD3D, instalando la última versión…\"\n\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"No se ha encontrado NVAPI, instalando la última versión…\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Su nueva botella {0} está lista.\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Mejorado el gestor de descargas\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"Actualizado a GNOME Runtime 41.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"La instalación de DXVK y VKD3D se realiza ahora en modo asíncrono\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"Mejoras en la interfaz de usuario para elementary OS\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Corregido un error en la instalación de componentes que asignaba un \"\n#~ \"nombre incorrecto tras la descarga.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Corregido el texto erróneo de la etiqueta cwd.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Corregido un error que provocaba el bloqueo de Bottles al ejecutar \"\n#~ \"ejecutables con argumentos.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Traducciones al japonés gracias a @jatin-cbs\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Traducciones al portugués (Brasil) gracias a Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Elija un entorno\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Descargar e instalar este ejecutor\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"Utilice %command% en las opciones de lanzamiento para establecer prefijos \"\n#~ \"y sufijos\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Cree una bottle donde lanzar el ejecutable elegido desde su gestor de \"\n#~ \"archivos\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"\"\n#~ \"Se ha reescrito el gestor para que sea menos recursivo y más fácil de \"\n#~ \"usar para los desarrolladores\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"\"\n#~ \"Las dependencias/componentes/instaladores tienen ahora sus propios \"\n#~ \"gestores, independientes del principal\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"\"\n#~ \"El gestor de dependencias ahora puede extraer archivos individuales de \"\n#~ \"los archivos de Windows Cabinet\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"\"\n#~ \"Ahora el usuario tiene que aceptar el aviso en el informe del fallo, \"\n#~ \"antes de enviar nuevos informes\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"El usuario homedir se ha eliminado de los informes\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"\"\n#~ \"El ejecutor lutris-lol está ahora oculto cuando Botellas se ejecuta bajo \"\n#~ \"Flatpak, ya que no es compatible con él\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"\"\n#~ \"La extracción de Windows Cabinet es ahora silenciosa y sólo muestra los \"\n#~ \"registros relevantes\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"El icono del estado de la descarga en el cuadro de diálogo de \"\n#~ \"preferencias, está ahora a la derecha del porcentaje, por lo que ya no se \"\n#~ \"moverá por el porcentaje\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"\"\n#~ \"Se ha corregido un error en la resolución de nombres que podía hacer que \"\n#~ \"Botellas se bloqueara si no podía llegar a un recurso\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"Los nombres de los entornos vuelven a estar traducidos\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"\"\n#~ \"Se han añadido las traducciones que faltaban en la creación de botellas\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"\"\n#~ \"Se ha corregido un problema en el soporte de Wayland que establecía \"\n#~ \"DISPLAY en el parámetro incorrecto\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"\"\n#~ \"El directorio para los programas personalizados añadidos era incorrecto\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Traducciones al chino (simplificado) gracias a @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"¿Tiene problemas para llegar a un directorio en Botellas?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Descargas\"\n\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"Alternar la última fecha de actualización en la lista de bottles\"\n\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"\"\n#~ \"Devuelve el directorio de trabajo a la ruta del ejecutable si no se \"\n#~ \"ejecuta\"\n\n#~ msgid \"\"\n#~ \"Now a visual feedback is provided when a download fail the checksum \"\n#~ \"validation\"\n#~ msgstr \"\"\n#~ \"Ahora se proporciona una información visual cuando una descarga no supera \"\n#~ \"la validación de la suma de comprobación\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Compatibilidad de Wine con Wayland a través de XWayland\"\n\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Admite botellas de 32 bits con un entorno personalizado\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"\"\n#~ \"Se han eliminado los colores de los entornos en la creación de bottle, ya \"\n#~ \"que pueden interpretarse como acciones sugeridas\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"\"\n#~ \"Ahora se permite a los usuarios instalar una dependencia a la vez para \"\n#~ \"evitar conflictos\"\n\n#~ msgid \"\"\n#~ \"Now the Crash Report dialog display similar reports before send a new one\"\n#~ msgstr \"\"\n#~ \"Ahora el cuadro de diálogo del informe del fallo muestra informes \"\n#~ \"similares antes de enviar uno nuevo\"\n\n#~ msgid \"\"\n#~ \"Now it is possible to clone a bottle with a new name, this can also be \"\n#~ \"used for bottles templating\"\n#~ msgstr \"\"\n#~ \"Ahora es posible clonar una bottle con un nombre nuevo, esto también se \"\n#~ \"puede utilizar para la plantilla de bottles\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"Se redujeron los permisos de Flatpak\"\n\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"\"\n#~ \"Ahora puede elegir un directorio de trabajo personalizado para cada bottle\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"Puede ver un botón nuevo en los detalles de la bottle con un icono de \"\n#~ \"carpeta, esto le ayuda a exponer directorios nuevos a Bottles\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Se ha corregido un fallo que provocaba un error de archivo no encontrado \"\n#~ \"en las descargas interrumpidas\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Se ha corregido un error que hace que Bottles se bloquee cuando el \"\n#~ \"usuario se desconecta durante una descarga\"\n\n#~ msgid \"\"\n#~ \"Same as the above but this handle downloads with wrong sizes than the \"\n#~ \"source\"\n#~ msgstr \"\"\n#~ \"Lo mismo que lo anterior pero este maneja descargas con tamaños erróneos \"\n#~ \"al origen\"\n\n#~ msgid \"Fixed the File Manager integration in Flatpak\"\n#~ msgstr \"Se arregló la integración con el gestor de archivos en Flatpak\"\n\n#~ msgid \"Fixed a bug in temp directory clean up\"\n#~ msgstr \"Se corrigió un defecto en la limpieza del directorio temporal\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Se ha corregido un error que hace que Bottles se bloquee cuando la fecha \"\n#~ \"de actualización no está establecida en la bottle\"\n\n#~ msgid \"Fixed a bug in bottle configuration upgrade that was causing a loop\"\n#~ msgstr \"\"\n#~ \"Se arregló un defecto en la actualización de la configuración de las \"\n#~ \"botellas que causaba un bucle\"\n\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"Traducciones al francés gracias a J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Traducciones al italiano gracias a @blackcat-917\"\n\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Traducciones al bokmål noruego gracias a @comradekingu\"\n\n#~ msgid \"Run any .exe/.msi/.lnk using the flags -e/-l in command line\"\n#~ msgstr \"\"\n#~ \"Ejecute cualquier archivo .exe/.msi/.lnk usando las banderas -e/-l en la \"\n#~ \"línea de comandos\"\n\n#~ msgid \"Specify the target bottle using the -b flag in command line\"\n#~ msgstr \"\"\n#~ \"Especifica la botella objetivo usando la bandera -b en la línea de \"\n#~ \"comandos\"\n\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Correr ejecutables sin mostrar la Ventana de Bottles\"\n\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Las dependencias ahora pueden establecer claves del Registro\"\n\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Las dependencias ahora pueden extraer archivadores\"\n\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"Las dependencias ahora pueden desinstalar otras dependencias\"\n\n#~ msgid \"\"\n#~ \"Dependencies can now register fonts in the Bottle Register to make them \"\n#~ \"discoverable by the runner\"\n#~ msgstr \"\"\n#~ \"Las dependencias ahora pueden registrar archivos de fuente in el Registro \"\n#~ \"de Bottle para hacerlos visibles para el corredor\"\n\n#, fuzzy\n#~ msgid \"Cab extraction now support wildcards\"\n#~ msgstr \"Extracción de archivo Cab ahora soporta comodines\"\n\n#, fuzzy\n#~ msgid \"Cab extraction now support lowercase extensions\"\n#~ msgstr \"Extracción de archivo Cab ahora soporta extensiones en minúscula\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"When installing a new runner, winemenubuilder is blocked to prevent the \"\n#~ \"creation of broken desktop entries\"\n#~ msgstr \"\"\n#~ \"Cuando se instala un nuevo corredor, winemenubuilder es bloqueado para \"\n#~ \"prevenir la creación de accesos erróneos en el escritorio\"\n\n#~ msgid \"\"\n#~ \"The bottle root is now set as the working directory for all executed \"\n#~ \"commands\"\n#~ msgstr \"\"\n#~ \"Ahora la botella raíz esta fijada como el fólder de trabajo para todos \"\n#~ \"los comandos ejecutados\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug in the dependency manager showing them installed even though \"\n#~ \"the process was still running\"\n#~ msgstr \"\"\n#~ \"Corregido un bug en el manejador de dependencias que las mostraba \"\n#~ \"instaladas aunque el proceso no había finalizado\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that prevented states from being sent to the bottle (kill, \"\n#~ \"shutdown, reboot, ..)\"\n#~ msgstr \"\"\n#~ \"Se corrigió un defecto que evitaba que se enviasen los estados a la \"\n#~ \"botella (kill, shutdown, reboot…)\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Corregido un bug en el listado de procesos\"\n\n#, fuzzy\n#~ msgid \"Fix crash log path on Flatpak\"\n#~ msgstr \"Corregida la ruta de registro de caídas en Flatpak\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Se corrigió un problema que causaba defectos en todas las botellas aunque \"\n#~ \"solo una estuviese defectuosa\"\n\n#~ msgid \"Uninstallers are now no longer displayed in the Programs list\"\n#~ msgstr \"Los desinstaladores ya no figuran en la lista Programas\"\n\n#~ msgid \"\"\n#~ \"A spinner is now displayed when installing dependencies, programs and \"\n#~ \"components\"\n#~ msgstr \"\"\n#~ \"Ahora se muestra un indicador giratorio cuando se instalan dependencias, \"\n#~ \"programas y componentes\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Alternar la función de control de versiones experimental\"\n\n#~ msgid \"Several improvements in runner management\"\n#~ msgstr \"Diversas mejoras de gestión de ejecutores\"\n\n#~ msgid \"Added icons to the sidebar\"\n#~ msgstr \"Se añadieron iconos a la barra lateral\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Experimental:instaladores\"\n\n#~ msgid \"Better support for Breeze theme\"\n#~ msgstr \"Mejor integración con el tema Breeze\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Buscar en C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Actualice el instalador a la última versión instalada localmente\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Destruir botella\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Esto cambiará el instalador de {0} a {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Ejecutar en esta botella\"\n\n#~ msgid \"\"\n#~ \"Dependency/installer manifests, support environment variables and \"\n#~ \"arguments\"\n#~ msgstr \"\"\n#~ \"Manifiestos para dependencias/instaladores; se permiten variables de \"\n#~ \"entorno y argumentos\"\n\n#~ msgid \"\"\n#~ \"If versioning is active for the bottle, a new state is created before \"\n#~ \"installing a dependency\"\n#~ msgstr \"\"\n#~ \"Si el versionado está activo en la botella, se crea un estado nuevo antes \"\n#~ \"de instalar una dependencia\"\n\n#~ msgid \"\"\n#~ \"Dependencies and installers now call their uninstaller, if this is \"\n#~ \"declared in the manifest\"\n#~ msgstr \"\"\n#~ \"Las dependencias y los instaladores ahora invocan su desinstalador, si \"\n#~ \"este se ha declarado en el manifiesto\"\n\n#~ msgid \"Now you can search for dependencies using the search field\"\n#~ msgstr \"Ahora puede buscar dependencias mediante el campo de búsqueda\"\n\n#~ msgid \"Dependencies and installers show the source license\"\n#~ msgstr \"Las dependencias y los instaladores muestran la licencia de origen\"\n\n#~ msgid \"\"\n#~ \"When a crash report appears, reporting it the issue is automatically and \"\n#~ \"correctly filled\"\n#~ msgstr \"\"\n#~ \"Cuando aparece un informe de cierre inesperado, se genera el informe \"\n#~ \"automática y adecuadamente\"\n\n#~ msgid \"\"\n#~ \"While creating a new state, information about the entire process is shown \"\n#~ \"on the screen\"\n#~ msgstr \"\"\n#~ \"Cuando se crea un estado nuevo, se muestra en pantalla información sobre \"\n#~ \"todo el proceso\"\n\n#~ msgid \"The search for installed programs has been extended to user AppData\"\n#~ msgstr \"\"\n#~ \"La búsqueda de programas instalados se ha ampliado a los AppData de \"\n#~ \"usuario\"\n\n#~ msgid \"Fixed some problems related to the dxvk implementation\"\n#~ msgstr \"\"\n#~ \"Se corrigieron algunos problemas relativos a la implementación de DXVK\"\n\n#~ msgid \"\"\n#~ \"Now dxvk and vkd3d are installed only after the user presses Install on \"\n#~ \"first start\"\n#~ msgstr \"\"\n#~ \"Ahora dxvk y vkd3d se instalan únicamente después de que se pulse en \"\n#~ \"Instalar en el primer inicio\"\n\n#~ msgid \"Reduced the amount of logs\"\n#~ msgstr \"Se redujo la cantidad de registros\"\n\n#~ msgid \"Flatpak now uses the app directories\"\n#~ msgstr \"Flatpak ahora utiliza los directorios de la aplicación\"\n\n#~ msgid \"\"\n#~ \"If there are bottles in the old dir and the app dir is empty then a \"\n#~ \"migration dialog is shown\"\n#~ msgstr \"\"\n#~ \"Si existen botellas en el directorio viejo y el directorio de la \"\n#~ \"aplicación está vacío, se muestra un diálogo de migración\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the management of the download manager that resulted in a \"\n#~ \"crash\"\n#~ msgstr \"\"\n#~ \"Se arregló un defecto en el gestor de descargas que provocaba un cese de \"\n#~ \"funcionamiento\"\n\n#~ msgid \"Install dxvk and vkd3d on bottle creation if missing\"\n#~ msgstr \"Se instalan DXVK y VKD3D si faltasen al crear botellas\"\n\n#~ msgid \"The preferences are organized into sections\"\n#~ msgstr \"Las preferencias se organizan en secciones\"\n\n#~ msgid \"The program list is hidden if empty\"\n#~ msgstr \"La lista de programas se oculta si está vacía\"\n\n#~ msgid \"The bottle details page now uses a sidebar\"\n#~ msgstr \"La página de detalles de la botella ahora utiliza una barra lateral\"\n\n#~ msgid \"Added references to documentation for some features\"\n#~ msgstr \"\"\n#~ \"Se añadieron referencias a la documentación para determinadas \"\n#~ \"funcionalidades\"\n\n#~ msgid \"\"\n#~ \"Makes the UI more consistent with rounded edges and status pages from \"\n#~ \"libhandy\"\n#~ msgstr \"\"\n#~ \"Hace la interfaz de usuario más coherente, con esquinas redondeadas y \"\n#~ \"páginas de estado de libhandy\"\n\n#~ msgid \"Replacing the name wine with runner, where possible\"\n#~ msgstr \"\"\n#~ \"Se sustituye, siempre que es posible, la denominación «wine» por \"\n#~ \"«ejecutor»\"\n\n#~ msgid \"Added more information for initial download to the Onboard\"\n#~ msgstr \"\"\n#~ \"Se ha añadido más información para la descarga inicial en el Onboard\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Traducciones al checo gracias a @pervoj y Vojtěch Perník\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Traducciones al esperanto gracias a @phlostically\"\n\n#~ msgid \"New logo thanks to @jannuary @alvarlagerlof @ZekeSmith\"\n#~ msgstr \"Logotipo nuevo gracias a @jannuary, @alvarlagerlof y @ZekeSmith\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"\"\n#~ \"Se muestra un informe de cierre inesperado al reiniciar tras producirse \"\n#~ \"un problema\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"\"\n#~ \"Se utiliza el formato YAML nuevo para la configuración de cada botella\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"\"\n#~ \"Se utilizan los repositorios YAML nuevos para componentes, dependencias y \"\n#~ \"programas\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"\"\n#~ \"Actualización automática de la configuración de las botellas al modelo \"\n#~ \"nuevo\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Copias de respaldo de configuración y archivador de las botellas\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Importe archivadores de respaldo\"\n\n#~ msgid \"Show onboard if system wine is the only installed runner\"\n#~ msgstr \"\"\n#~ \"Mostrar onboard si el Wine del sistema es el único ejecutador instalado\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Numeración de versiones nueva, según el modelo CalVer\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"\"\n#~ \"Creación de botellas utilizando el ejecutor de Wine provisto por la \"\n#~ \"distribución\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"\"\n#~ \"Habilita el modo de juego para tus bottles si están instaladas en el \"\n#~ \"sistema\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Ejecute archivos .exe/.msi/.bat con argumentos personalizados\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"\"\n#~ \"Se corrige el error de «intérprete incorrecto» en el paquete para Debian\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Permite cerrar opcionalmente Bottles tras iniciar un ejecutable desde el \"\n#~ \"gestor de archivos\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"\"\n#~ \"Se añadieron descripciones emergentes para ayudar a entender lo que hacen \"\n#~ \"determinados elementos de la interfaz\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"Se utiliza el portal para el selector de archivos\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"El selector de archivos ya no filtra por extensión\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Traducciones al ucraniano gracias a @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Este es el manifiesto de {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Este es el índice de {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"El archivo descargado {0} parece dañado. Intentar otra vez.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Instalando {0} ejecutor…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Se instaló el componente {0} correctamente.\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} completado para {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} importado correctamente!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"¡Tu copia de seguridad para {0} está lista!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Su copia de seguridad {0} se importó correctamente.!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Error al importar la copia de seguridad {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"¿Qué es Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine es la capa de compatibilidad que permite que los programas de \"\n#~ \"Windows se ejecuten en Linux.\\n\"\n#~ \"En Bottles se le conoce como <b>ejecutor</b>.\\n\"\n#~ \"\\n\"\n#~ \"Los prefijos Wine son entornos en los que trabaja Wine. En Bottles los \"\n#~ \"llamamos <b>botellas</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Página 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versiones de DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"¡No se ha podido despejar la ruta temporal!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"La ruta de los Runners no existe, creando ahora.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"La ruta de las botellas no existe, creando ahora.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"La ruta de Dxvk no existe, creando ahora.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"La ruta temporal no existe, se crea ahora.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"¡La extracción falló! El archivo finaliza antes de lo esperado.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"El archivo [{0}] ya existe en carpeta temporal, omitiendo.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Cambiando el nombre de [{0}] a [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"El archivo descargado [{0}] parece dañado.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Suma de comprobación de la fuente: [{0}] descargado: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Instalando componente: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Instalando dependencia: [{0}] en botella: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Eliminando [{0}] de system32 en botella: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] no encontrado en la botella: [{1}], no se pudo eliminar de system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"\"\n#~ \"Eliminando la dependencia: [{0}] de la botella: [{1}] configuración.\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Ejecutores encontrados: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Se encontró Dxvk: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"No se encontró dxvk.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Clave: [{0}] no en botella: [{1}] configuración, actualización.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Clave: [{0}] no en botella: [{1}] parámetros de configuración, \"\n#~ \"actualización.\"\n\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Botellas encontradas: %s\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Clave de configuración: [{0}] a [{1}] para botella: [{2}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Aplicando entorno: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Botella: [{0}] creada correctamente!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Botella eliminada correctamente en la ruta: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Se encontró una ruta vacia, falló para evitar desastres.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Intentando reparar la botella: [{0}]…\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Agregar clave: [{0}] con Valor: [{1}] y Datos: [{2}] en la botella de \"\n#~ \"registro: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"\"\n#~ \"Eliminando valor: [{0}] para clave: [{1}] en botella de registro: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Instalando dxvk para la botella: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Eliminando dxvk para botella: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Ejecutando un ejecutable en el wineprefix …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Ejecutando wineboot en el wineprefix …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Ejecutando winecfg en el wineprefix …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Ejecutando winetricks en el wineprefix …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Ejecutando una consola de depuración en el wineprefix …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Ejecutando un CMD en el wineprefix …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Ejecutando un administrador de tareas en el wineprefix …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Ejecuntando un Panel de Control en el wineprefix …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Ejecutando un desinstalador en el wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Ejecutando un Regedit en el wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Estado de envío: [{0}] al wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Abriendo el administrador de archivos en la ruta…\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Importando wineprefix [{0}] en una botella nueva…\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Error al crear la ruta de la botella para wineprefix [{0}]. Abortar.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix: [{0}] importado con éxito!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] archivos para reemplazar.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] archivos para agregar.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Configuración de copia de seguridad: [{0}] en [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Respaldando Botella: [{0}] en [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"No se pudo guardar la copia de seguridad en la ruta: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Error al importar la copia de seguridad: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Estado de conexión: en línea…\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Corregido el estilo de selección del entorno en el tema de Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"No destruir page_details al borrar la bottle\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Añadida freetype como dependencia\"\n\n#~ msgid \"Vertical layout for downloads\"\n#~ msgstr \"Diseño vertical para descargas\"\n\n#, fuzzy\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Ejecutar en esta botella\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"El instalador se puede cambiar desde la pestaña Preferencias.\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Respaldar está botella\"\n\n#, fuzzy\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"\"\n#~ \"Sistema de actualización de configuraciones en todas las versiones de \"\n#~ \"Bottles\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Activar Release Candidate para instaladores\"\n\n#, fuzzy\n#~ msgid \"New dependencies icon in details page\"\n#~ msgstr \"No se encontraron dependencias!\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Descripción del entorno\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"Ruta de la personalización no está disponible en esta versión\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/MiNuevaBotella\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"El control de versiones es una función experimental de Bottles, no \"\n#~ \"recomendamos su uso en producción. ¡Proceda con precaución!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"El instalador se puede cambiar desde la pestaña Preferencias.\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Abra winecfg en esta botella para configuraciones avanzadas.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Inicie una consola de depuración en esta botella. Lea en nuestra \"\n#~ \"documentación cómo utilizar la depuración. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Use esto para desinstalar programas de Bottle.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Abra un CMD en esta botella.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Utilice regedit para agregar, editar y eliminar claves de registro Wine.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Explore la C: \\\\ de esta botella.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Elimina todos los procesos que se ejecutan en esta botella.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Simula un reinicio del sistema (esto no termina los procesos).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Simula un apagado del sistema (esto no termina los procesos).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Espacio restante en disco:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X de Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Tablero\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (sincronización futex)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Habilite la sincronización basada en eventfd para aumentar el rendimiento \"\n#~ \"de los procesadores de varios núcleos.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (sincronización eventfd)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"Habilite ACO para aumentar el rendimiento en el juego al usar \"\n#~ \"controladores Mesa.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"En computadoras portátiles con dos GPU (Intel + NVIDIA o AMD + Nvidia o \"\n#~ \"Intel + AMD), seleccione esta opción para usar la tarjeta discreta.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Virtualización de escritorio\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"\"\n#~ \"Virtualice un escritorio donde generar todas las aplicaciones de Windows.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Sintaxis: dll1,dll2=value;dll3=value\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"Guarde las anulaciones de DLL.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Agregar nuevas anulaciones dll\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Personaliza las preferencias de esta botella.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"Los siguientes paquetes se descargan de fuentes externas (principalmente \"\n#~ \"de Microsoft).\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Abrir un problema\"\n\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Instale dependencias (como corefonts, vcrun6, ..) para una mejor \"\n#~ \"compatibilidad de software.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"El instalador del programa es una función experimental y es posible que \"\n#~ \"no funcione.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Buscar nuevos instaladores\"\n\n#~ msgid \"Here you can see, create, revert and delete bottle states.\"\n#~ msgstr \"Aquí puede ver, crear, revertir y eliminar estados de botella.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Instalador x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"Cancelar descarga\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"Descargar preferencias\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Ayuda a traducir\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Detalles de nueva botella\"\n\n#~ msgid \"Proceed with the installation of the latest version?\"\n#~ msgstr \"¿Continuar con la instalación de la última versión?\"\n\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"Pero parece que no estás conectado a Internet y no podrás descargar un \"\n#~ \"instalador. Conéctese a Internet y confirme este mensaje para comenzar la \"\n#~ \"descarga.\"\n\n#~ msgid \"OK status received\"\n#~ msgstr \"OK estado recibido\"\n\n#~ msgid \"Cancel status received\"\n#~ msgstr \"Cancelar estado recibido\"\n\n#~ msgid \"\"\n#~ \"The gaming environment has everything needed to run modern Windows games \"\n#~ \"on Linux\"\n#~ msgstr \"\"\n#~ \"El entorno de juego tiene todo lo necesario para ejecutar juegos modernos \"\n#~ \"de Windows en Linux\"\n\n#~ msgid \"\"\n#~ \"The software environment includes dependencies commonly used by modern \"\n#~ \"software.\"\n#~ msgstr \"\"\n#~ \"El entorno de software incluye dependencias comúnmente utilizadas por \"\n#~ \"software moderno.\"\n\n#~ msgid \"Selected env is: [{0}]\"\n#~ msgstr \"El entorno seleccionado es: [{0}]\"\n\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"Los programas instalados en la botella se enumerarán aquí.\"\n\n#~ msgid \"\"\n#~ \"There are no dependencies installed and we can't fetch from repository.\"\n#~ msgstr \"\"\n#~ \"No hay dependencias instaladas y no podemos recuperarlas del repositorio.\"\n\n#~ msgid \"We can't fetch the installers from the repository right now.\"\n#~ msgstr \"\"\n#~ \"No podemos recuperar los instaladores del repositorio en este momento.\"\n\n#~ msgid \"Use the '+' button to create one.\"\n#~ msgstr \"Utilice el botón «+» para crear una.\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"\"\n#~ \"En Bottles v2, nuestra herramienta Dependencias reemplaza Winetricks.\"\n\n#~ msgid \"\"\n#~ \"This is a development release. Please report bugs in the GitHub \"\n#~ \"repository.\"\n#~ msgstr \"\"\n#~ \"Esta es una versión de desarrollo. Informe errores en el repositorio de \"\n#~ \"GitHub.\"\n\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"Las dependencias ahora pueden instalar más de un dll en un paso\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Nombrar su botella\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Cambiar instalador\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Apagar Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Forzar cierre de todos los procesos de Wine\"\n\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Última actualización para esta botella.\"\n\n#~ msgid \"No dependencies found!\"\n#~ msgstr \"No se encontraron dependencias!\"\n\n#~ msgid \"Special characters are not allowed!\"\n#~ msgstr \"¡No se permiten los caracteres especiales!\"\n"
  },
  {
    "path": "po/et.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-07 21:51+0000\\n\"\n\"Last-Translator: Priit Jõerüüt <jrthwlate@users.noreply.hosted.weblate.org>\\n\"\n\"Language-Team: Estonian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"et/>\\n\"\n\"Language: et\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Asukoht on määramata\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Varukoopia: {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Impordime varukoopiat: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Komponentide paigaldamine ei õnnestunud, proovisime 3 korda.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Olulised komponendid on puudu. Paigaldame…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Pudeli kausta loomine ei õnnestunud.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Kohatäite kausta või faili loomine ei õnnestunud.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Loome pudeli konfiguratsiooni…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Leidsime malli, rakendame…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine'i seadistused on uuendamisel…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine'i seadistused on uuendatud!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Käivitusime Flatpakina, pruugime kasutaja kausta puhul aedikkäitust…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Käivitame kasutaja kausta aedikkäitust…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Seadistan Windowsi versiooni…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Kohalda käsurea vaikimisi seadistusi…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimeerin keskkonda…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Kohaldame keskkonda: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Kasutame sinu loodud keskkonnajuhist…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Keskkkonnajuhist ei leidu või pole ta kehtiv…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Paigaldan DXVK-teeke…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Paigaldan VKD3D-teeke…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Paigaldan DXVK-NVAPI-teeke…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Paigaldame sõltuvust: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Loome versiooniolekut 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Lõpetame…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Salvestan malli vahemällu…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Teeme olekukohast sissekannet versioonihaldusesse…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Pole midagi versioonihaldusesse lisada\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Uue [{0}] oleku loomine õnnestus!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Olekute loendi laadimine õnnestus!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"{0} oleku taastamine õnnestus!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Taastame olekut {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Olekut ei leidu\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"{} olek on juba aktiivne\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Näita versiooniteavet\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Käivitusfaili asukoht\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk asukoht\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Pudeli nimi\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Saada argumendid kaasa\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Vigane URI (süntaks peaks olema: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Lõpeta] päring on vastuvõetud.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Abiteave] päring on vastuvõetud.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Uuenda andmeid] päring on vastuvõetud.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Toeta rahaliselt\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Kolmandate osapoolte teegid ja eraldi mainitavad tänuavaldused\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Toetajad ja rahastajad\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Autoriõigused © 2017 Bottles'i arendajad\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles'i arendajad\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Priit Jõerüüt 2025\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Komponendi versioon\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Eemalda\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Sirvi faile\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Paigaldamine ei õnnestunud. See võib olla põhjustatud tarkvarahoidla veast, \"\n\"poolikuks jäänud allalaadimisest või kontrollsummade mitteklappimisest. \"\n\"Uuesti proovimiseks klõpsi.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Laadi alla ja paigalda\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Näita manifesti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Litsents\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Paigalda uuesti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Teata veast…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Sõltuvuse nimi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Sõltuvuse kirjeldus\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategooria\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Laadi alla ja paigalda see sõltuvus\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Tekkis paigaldusviga. Kokkujooksmise aruande lugemiseks käivita Pudelid \"\n\"uuesti või käivita ta terminalist ja vaata väljundit.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Sõltuvuste menüü\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Veaotsing\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Sirvi faile…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Tee pudelist koopia…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"See on sinu pudeli täismahuline arhiiv, mis sisaldab ka isiklikke faile.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Täismahuline varukoopia…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"See on vaid pudeli konfiguratsioon, on täiesti sobilik, kui tahad luua uue \"\n\"ilma isiklike failideta.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Ekspordi konfiguratsioon…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Näita peidetud programme\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Otsi uusi programme\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Kustuta pudel…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Teisane menüüd\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Sundkorras peata kõik protsessid\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simuleeri Windowsi väljalülitamist.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Lülita välja\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simuleeri Windowsi taaskäivitamist.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Käivita uuesti\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Käivitamise valikud\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Käivita terminalis\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Käivitamiseks lohista failid siia\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Minu pudel\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Keskkond\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Käivitaja\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versioonihaldus on kasutusel selle pudeli jaoks\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versioonihaldus on selle pudeli jaoks aktiivne.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Käivita käsufail…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programmid\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Käsufaili käivitamiseks vali „Käivita käsufail…“, „Lisa kiirvalikute sekka…“ \"\n\"aitab sul käsufaili lisada programmide loendisse ning „Paigalda programme…“ \"\n\"võimaldab paigaldada kogukonna valitud rakendusi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Lisa kiirvalikute sekka…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Paigalda programme…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Valikud\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Seadistused\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Seadista pudelit.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Sõltuvused\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Paigalda programmide sõltuvusi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Hetktõmmised\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Loo ja halda pudelite olekuid.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Tegumihaldur\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Halda töötavaid programme.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Tarvikud\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Käsurida\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Käivita käsud pudeli sees.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Registriredaktor\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Muuda sisemist registriandmebaasi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Wine'i tarvikud pärandtarkvarana\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Sirvija\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Veaotsingu liides\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiguratsioon\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Eemaldaja\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Juhtpaneel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Otsi sõltuvusi…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Sa pole võrgus :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles töötab vallasrežiimis, seega sõltuvused pole saadaval.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Sõltuvused on lisatarkvara ja -moodulid, mis parandavad ühilduvust Windowsi \"\n\"tarkvaraga.\\n\"\n\"\\n\"\n\"Sellel lehel leiduvad failid on loodud kolmandate osapoolte poolt ning nad \"\n\"on avaldatud suletud ja/või piiravate litsentside alusel. Seda tarkvara \"\n\"paigaldades nõustud sa vastavate litsentsitingimustega.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Teata veast või puuduvast sõltuvusest.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Teata puuduvast sõltuvusest\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Loe dokumentatsiooni.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentatsioon\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Otsi\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Otsi programme…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Paigalda meie kogukonna valitud rakendusi.\\n\"\n\"\\n\"\n\"Sellel lehel leiduvad failid on loodud kolmandate osapoolte poolt ning nad \"\n\"on avaldatud suletud ja/või piiravate litsentside alusel. Seda tarkvara \"\n\"paigaldades nõustud sa vastavate litsentsitingimustega.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Paigaldajaid ei leidunud\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Tarkvarahoidla pole kättesaadav või ükski paigaldaja pole ühilduv selle \"\n\"pudeliga.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Loe dokumentatsiooni\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nimi\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponendid\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine'i ühilduvskihi versioon.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Uuendame käivitajat ja komponente, palun oota…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Parandatud Direct3D 8/9/10/11 ühilduvust transleerides seda Vulkanile.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVK on uuendamisel, palun oota…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Parandatud Direct3D 12 ühilduvust transleerides seda Vulkanile.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3D on uuendamisel, palun oota…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK NVAPI on uuendamisel, palun oota…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Suurendasime reageerimisvõimet. Mõni pettusevastane tarkvara võib selle \"\n\"tuvastada.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleX on uuendamisel, palun oota…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Ekraan\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Sügavõppe superdiskreetimine (DLSS)\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Parandab DXVK-NVAPI abil välimuse arvel jõudlust. Toimib vaid uuemate NVIDIA \"\n\"graafikaprotsessoritega.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX superresolutsioon\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Parandab välimuse arvel jõudlust. Toimib vaid Vulkaniga.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Halda FidelityFX superresolutsiooni seadistusi\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Eraldiseisev graafikakaart\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Kasuta energiakulu arvel jõudluse suurendamiseks eraldiseisvat \"\n\"graafikakaarti.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Järeltöötluse efektid\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Lisa vkBasalti teekide abil erinevaid järeltöötluse efekte. Toimib vaid \"\n\"Vulkaniga.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Halda järeltöötluse kihi seadistusi\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Halda Gamescope'i abil seda, kuidas mängud on ekraanil kuvatud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Halda Gamescope'i seadistusi\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Ekraani lisaseadistused\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Jõudlus\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Suurendamaks jõudlust mitme tuumaga protsessorite puhul, lülita \"\n\"sünkroniseerimine sisse.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sünkroniseerimine\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Süsteem\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Seira jõudlust\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Kuva MangoHudi abil OpenGLi- ja Vulkani-kohast seireteavet nagu \"\n\"kaadrisagedus, temperatuurid, protsessori ja graafikaprotsessori koormus \"\n\"ning muudki.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Raju mängurežiim (Feral GameMode)\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Kasuta oma arvutis või nutiseadmes vastavalt optimeeritud seadistusi. Võib \"\n\"parandada mängude jõudlust.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Eellaadi mänufailid\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Kui laadid mängu mitu korda, siis sellega paraneb käivitusaeg. Aga esimene \"\n\"käivituskord kestab kauem.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Halda vmtouch'i seadistusi\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Mängude salvestamine OBSiga\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Lülita sisse kõikide Vulkani- või OpenGLi-põhiste mängude salvestamine \"\n\"OBSiga.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Ühilduvus\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windowsi versioon\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Uuendame Windowsi versiooni, palun oota…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Keel\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Vali rakendustes kasutatav keel.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Eraldi aedikkäitus\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Kasuta selle pudeli jaoks piiratud/hallatud keskkonda.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Halda aedikkäituse õigusi\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles'i käitusteek\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Parema ühilduvuse nimel lisa täiendav komplekt teeke. Kui tekib vigu, siis \"\n\"lülita see valik välja.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steami käitusteek\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Parema ühilduvuse nimel Steami mängudega lisa täiendav komplekt teeke. Kui \"\n\"tekib vigu, siis lülita see valik välja.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Töökaust\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Lähtesta vaikimisi väärtusteks\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Vaikimisi)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLLide sürjutamine\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Keskkonnamuutujad\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Halda kettaid\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automaatsed hetktõmmised\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Enne tarkvara paigaldamist ja seadistuste muutmist loo alati automaatselt \"\n\"hetktõmmis.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Pakkimine\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Andmeruumi säästmiseks paki hetktõmmised kokku. See aga aeglustab \"\n\"hetktõmmiste loomist.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Kasuta välistusmustreid\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Välista asukohad hetktõmmistest.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Halda mustreid\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Värskenda\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Peata protsess\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Hetktõmmiseid ei leidunud\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Alustamaks oma eelistuste olekute salvestamist loo oma esimene hetktõmmis.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Lühikommentaar\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Salvesta pudeli olek.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Loo uus hetktõmmis\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Üksikasjad\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Mine tagasi\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Tegevused\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Vali pudel\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Katkesta\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Vali\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Loo uus pudel\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles'i kokkujooksmise aruanne\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Katkesta\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Saada aruanne\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles jooksis viimati kokku. Palun täida aruanne ja lisa sinna järgnev \"\n\"pinujäljeg. See võimaldab meil vea põhjust otsida ning võimalusel seda ka \"\n\"tulevikus vältida.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Me leidsime ühe või enam sarnast (või identset) veaaruannet. Enne uue \"\n\"veateate lisamist palun kontrolli, et seda pole varasemast juba olemas. Iga \"\n\"veaaruande töötlemiseks kulub arendajatel märgatavalt aega ning seega palun \"\n\"väldi topeltveateadete üleslaadimist.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Ma siiski soovin veateate üleslaadida.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Lisavalikud\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Mittetäielik pakett\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"See Bottles'i versioon ei tundu sisaldama kõiki vajalikke tuumiksõltuvusi. \"\n\"Lisateavet saad selle versiooni koostanud süsteemihaldurilt ning \"\n\"alternatiivina on sul võimalik kasutada ametlikku versiooni.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Välju\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dünaamiliselt lingitud teegid (dll-failid) võivad olla keskkonnakohased \"\n\"(tulevad kaasa Wine'iga) või konkreetse programmi kohased.\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Uus sürjutamine\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Sürjutamised\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Kettad\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Need on sinu alussüsteemi asukohad, mis on pandud vastavusse Windowsi \"\n\"ketastega ning mida käivitaja oskab kasutada (nt. C: D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Täht\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Olemasolevad kettad\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Tee pudelist koopia\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Tee koopia\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Sisesta nimi pudeli koopia jaoks.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Teeme koopiat…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Selleks võib natuke aega kuluda.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Pudeli koopia on tehtud\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Keskkonnamuutujad on dünaamilised väärtused, mis võivad mõjutada viisi, \"\n\"kuidas programmid pudeli sees toimivad.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Muutuja nimi\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Olemasolevad muutujad\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Välistusmustrid\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Kirjelda mustrid või mallid, mille alusel mõned kaustad välistatakse \"\n\"versioonihaldusest.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Muster\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Olemasolevad mustrid\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope'i seadistused\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Salvesta\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Halda, kuidas mängud peaks olema näidatud.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Mängu resolutsioon\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Kasutab piksleis märgitud videomängu resolutsiooni viitematerjalina.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Laius\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Kõrgus\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Akna resolutsioon\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Suurendab resolutsiooni, kui sul on kasutusel mängu resolutsioonist suurem \"\n\"resolutsioon.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Varia\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Pildi kaadrisageduse piirang\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Pildi kaadrisageduse piirang, kui programm pole fookuses\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Täisarvuline skaleerimine (Integer Scaling)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Akna tüüp\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Piirjoontetu\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Täisekraanivaade\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Kas sa soovid jätkata paigaldamist?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Alusta paigaldust\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"See paigaldaja eeldab mõnede kohalike ressursside olemasolu, mida muul \"\n\"viisil tagada ei saa.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Jätka\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Valmis!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Näita programme\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Paigaldamine ei õnnestunud!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Midagi läks valesti.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Kõik sõnumid\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kriitilised\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Vead\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Hoiatused\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Infoteade\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Logibrauser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Logibrauser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Muuda logimise detailsust.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Kõik\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Need argumendid lisatakse käivitamisel programmile.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Täiendavad argumendid\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Käsu argumendid\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"nt.: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Käivitusjärgne skript\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Vali skript, mida peaks käivitama peale programmi käivitust.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Vali skript\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Vali kust sa soovid programmi käivitada.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Vali kaust\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Need seadistused sürjutavad selle käivitusfaili vaikimisi seadistused.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Eelistuste sürjutamised\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Lähtesta rakenduse vaikeväärtusteks\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtuaalne töölaud\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Protoni lahtiütlus vastutusest\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Kasuta Protonit\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Palun arvesta, et Protonipõhiste käivitajate kasutamine mitte-Steami \"\n\"pudelites võib tekitada probleeme ja olukordi, kus nad ei toimi \"\n\"eesmärgipäraselt.\\n\"\n\"\\n\"\n\"Meie pigem soovitame, et kasuta selle asemel Wine-GE käituskeskonda, mis \"\n\"olemuselt ongi Protoni variatsioon käivitamiseks ilma Steamita.\\n\"\n\"\\n\"\n\"Kui jätkad, siis ligipääsuks vajalikele teekidele ja ühilduvusprobleemide \"\n\"vältimiseks lülitatakse Steami käitusteek automaatselt välja \"\n\"(kui ta on süstemis olemas ja Bottles suudab ta tuvastada). Palun arvesta, \"\n\"et GloriousEggroll (selle käivitaja looja) pole vastutav tekkivate \"\n\"probleemide eest ning palun ära anna neist teada.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Selge, sain aru.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Muuda nime\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Sisesta valitud programmile uus nimi.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Uus nimi\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Käivita nende argumentidega\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Käivita\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Sisesta alljärgnevalt argumendid, mida peaks käivitusfailile lisama.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"nt.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Aedikkäituse seadistused\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Jaga võrku\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Jaga heli\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Vajalik on uuendus\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Jätka\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Käivita uuendus\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Uus versioonihalduse süsteem\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Pudelite uus versioonihalduse süsteem on just avaldatud.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles'is on uus versioonihaldussüsteem, mis pole varasemate versioonidega \"\n\"ühilduv.\\n\"\n\"\\n\"\n\"Versioonihalduse jätkuva kasutamise jaoks me peame uuesti valmenda pudelite \"\n\"tarkvarahoidla. Sellega ei kustu pudelite andmed, küll aga kustuvad kõik \"\n\"senised hetktõmmised ja luuakse viimasest seisust uus hetktõmmis.\\n\"\n\"\\n\"\n\"Kui sa enne jätkamist soovid kasutusele võtta mõnda varasemat hetktõmmist, \"\n\"siis sulge see aken, taasta soovitud hetktõmmis ning sama vaate uuesti \"\n\"nägemiseks ava pudel uuesti.\\n\"\n\"\\n\"\n\"Eemaldame vana versioonihalduse mõnes järgmises rakenduse versioonis.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Valmendame uuesti tarkvarahoidlat…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Valmis! Palun käivita Bottles uuesti.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Järeltöötluse efektide seadistused\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Vaikimisi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Vaikimisi seadistused\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efekte kasutatakse vastavalt loendi järjekorrale.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efektid\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Kontrasti adaptiivne teravdamine\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Teravus\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Näita teavet\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Müraeemaldusega luma teravdus (Denoised Luma Sharpening)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Müraeemaldus\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Kiire ligilähedane sakitõrje (Fast Approximate Anti-Aliasing)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Alampiksite kvaliteet\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Kvaliteedi ääre lävend\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Kvaliteedi ääre miinimumlävend\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\"Alampikslipõhine morfoloogiline sakitõrje \"\n\"(Subpixel Morphological Anti-Aliasing)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Ääretuvastus\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Värv\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Lävi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Otsingusammude ülempiir\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Otsingusammude ülempiir (diagonaalselt)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Nurkade ümardamise ülempiir\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS-teravus suurendab kaadrite teravust. Suuremad väärtused teevad pildid \"\n\"teravamaks ning nullist väiksemad väärtused teevad piltide jooned pehmemaks \"\n\"kui nad loomulikult on.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS-teravus suurendab kaadrite teravust. Suuremad väärtused teevad pildid \"\n\"teravamaks.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS-müraeemaldus vähendab kaadrite müra. Suuremad väärtused teevad piltide \"\n\"jooned pehmemateks.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA-algoritmi alampikslite kvaliteet vähendab diskreetmoonutust \"\n\"alampikslite tasemel. Suuremad väärtused teevad piltide jooned pehmemateks.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA-algoritmi ääre lävend on madalaim kvaliteet, mida FXAA algoritm eeldab. \"\n\"Suuremad väärtused teevad pildid kontrastsemateks.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA-algoritmi ääre lävendi miinimum on tumedate pikslite miinimumväärtus, \"\n\"mida FXAA algoritm eirab. Suuremad väärtused võimaldavad FXAA algoritmil \"\n\"eirata piksleid alla määratud väärtuse ja see võib parandada jõudlust.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma tuvastab ääri mustvalgest lähtepunktist ja Värv tuvastab ääri \"\n\"värvidepõhiselt. Luma jõudlus on Värvi omast parem.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA-algoritmi lävend määratleb ääretuvastuse tundlikkust. Madalamad \"\n\"väärtused teevad seda paremini, aga see tuleb jõudluse vähenemise arvelt.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA-algoritmi otsingusammude ülempiir määrab kui palju rõhtjoones ja \"\n\"püstjoones otsingusamme tehakse äärte tuvastamiseks.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA-algoritmi diagonaalsete otsingusammude ülempiir määrab kui palju \"\n\"diagonaalis otsingusamme tehakse äärte tuvastamiseks.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"SMAA-algoritmi nurkade ümardamine määratleb äärte nurkade ümardamise \"\n\"tugevust.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Lisatud (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Omane (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Esmalt lisatud, siis omane\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Esmalt omane, siis lisatud\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Pole kasutusel\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Eemalda\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/viita/kindlasse/asukohta\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Väärtus\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Sirvi faile\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine'i prefiksi nimi\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Haldur\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"See Wine'i prefiks on juba Bottles'isse imporditud.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Impordi Pudelite varukoopia\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Otsi uuesti prefikseid\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Prefikseid ei leidunud\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Väliseid prefikseid ei leidunud. Kas Bottles'il on neile ligipääs?\\n\"\n\"Ülal leiduvat ikooni võid kasutada varukoopiast importimiseks.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Täisarhiiv\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Näita manifesti…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Loe arvustust…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Paigaldaja nimi\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Paigaldaja kirjeldus\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Teadmata\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Paigalda programm\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Programmide menüü\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Pisipilti pole\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Käivita\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Käivita Steamiga\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Objekti nimi\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Eemalda rakenduste kogust\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Peata\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Rakenduste kogu\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Saad siia lisada rakendusi pudeli programmiloendist\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versioonihaldus on selle pudeli puhul kasutusel.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"See pudel tundub olema saanud viga.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Käivita selles pudelis\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Käivita siin\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"See pudel tundub olema saanud viga, tema konfiguratsioon on puudu. Uute \"\n\"konfiguratsiooni loomisega võin ma proovida seda viga parandada.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Otsi oma pudeleid…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Loo uus pudel…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Tulemusi ei leidu\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Proovi teistsugust otsingut.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Käivitame rakendust…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"See ressurss on puudu.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Sirvi\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Loo\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Pudeli nimi\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Rakendus\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Mäng\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_Kohandatud\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Kohandatud\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Jaga kasutaja kausta\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Sellega teed kasutaja kausta leitavaks pudelis ja sellega suureneb isikliku \"\n\"teabe jagamise risk Windowsi tarkvaraga. Peale pudeli loomist ei saa seda \"\n\"eelistust muuta.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arhitektuur\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\"32-bitist tarkvara peaksid kasutama vaid siis, kui see tõesti on vajalik.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Impordi sinu loodud konfiguratsioon.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Pudeli kaust\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Kaust, kuhu selle pudeli andmed salvestuvad.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Sulge\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Selline nimi pole saadaval, proovi mõnda muud nime.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Eelmine\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Tere tulemast kasutama rakendust Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Käivita Windowsi tarkvara Linuxis.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows pudelites\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles kasutab programmide käivitamiseks ühenduskihti, mis toimib \"\n\"konteineriseeritud Windowsilaadsetes keskkondades.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Peaaegu valmis\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Vajame ettevalmistuseks veel paari minutit…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Kõik on valmis!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Palun esmalt lõpeta algseadistus\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Alusta Bottles'i kasutamist\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Edasi\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Eelistused\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Üldised seadistused\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Välimus\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tume kujundus\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Kas Bottles peaks kasutama tumedat kujundust.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Näita uuendamise kuupäeva\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Kas peaksime kuvama pudelite loendis uuenduste kuupäeva.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Teavitused\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Näita allalaadimiste ja paigalduste teavitusi.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Ajutised failid\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Kas Bottles'i käivitamisel kustutame ajutised failid?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Peale programmi käivitamist sulge Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Peale programmi käivitamist failihaldurist sulge Bottles.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Lõimingud\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Protoni prefiksid\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Näita ja halda Steam Protoni prefikseid.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Näita Steami rakendusi Programmide loendis\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"See eeldab, et Steam Windowsi jaoks on pudelisse paigaldatud.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Näita Epic Gamesi rakendusi Programmide loendis\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"See eeldab, et Epic Games Store on pudelisse paigaldatud.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Näita Ubisoft Gamesi rakendusi Programmide loendis\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"See eeldab, et Ubisoft Connect on pudelisse paigaldatud.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Lisaseadistused\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Pudelite kaust\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Kaust, kuhu kõikide pudelite andmed salvestuvad.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Käivitajad\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles töötab vallasrežiimis ja seega käivitajad pole saadaval.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Eelversioon\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Näita käivitajate ebastabiilseid versioone.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL-komponendid\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Rakendus Bottles töötab vallasrežiimis ja seega DLL'id pole saadaval.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Tuum\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Käitusteek\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Katsed\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Need funktsionaalsused on tõsiselt arendamisel ning nad ei pruugi olla \"\n\"stabiilsed, seega pigem eelda vigu ja tegevuse katkemist.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Pudelikohane aedikkäitus\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Varases arendusjärgus.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Käivita terminaliga\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Sirvi asukohta\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Muuda käivitamise valikuid…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Lisa rakenduste kogusse\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Lisa töölauakirje\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Lisa Steami\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Muuda nime…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Peida programmi\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Näita programmi\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Eemalda loendist\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Programmi nimi\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Oleku tunnus\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Oleku kommentaar\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Taasta see hetktõmmis\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Kustuta sõnum\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Põhimenüü\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Tundub, et sinu arvutis on puudu internetiühendus. Ilma selleta sa ei saa \"\n\"vajalikke lisakomponente alla laadida. Kui internetiühendus on jälle \"\n\"töökorras, siis klõpsi seda ikooni.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Impordi…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Abiteave\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Rakenduse teave: Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"„{0}“ fail pole ei .exe ega .msi fail\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Uuendatud: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"„{0}“ on lisatud\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Vali käivitusfail\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Lisa\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Peida peidetud programmid\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Käivitame „{0}“…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Hoiatus aedikkäituse kohta\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles töötab aedikkäituse põhimõttel ja see piiratud õigustega keskkond \"\n\"tagab sinu andmete turvalisuse. Kui programm ei käivitu, siis proovi teda \"\n\"teisaldada pudeli sisse (vaata kolme punktiga ikooni ülal) ja käivita siis \"\n\"sealt.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Loobu\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Vali asukoht, kuhu soovid salvestada konfiguratsiooni varukoopia\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Ekspordi\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Vali asukoht, kuhu soovid salvestada varukoopia arhiivi\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Varundus\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"„{0}“ pudeli varukoopia on loodud\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"„{0}“ pudeli varukoopia loomine ei õnnestunud\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Kas sa oled kindel, et soovid „{}“ jäädavalt kustutada?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Sellega kustutad kõik temaga seotud programmid ja nende seadistused.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Kustuta\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Puuduv käivitaja\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Sellele pudelile vajalik käivitaja on puudu. Paigalda ta Bottles'i \"\n\"eelistustest või vali rakenduste käivitamiseks muu käivitaja.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Kas sa oled kindel, et soovid sundkorras kõik protsessid peatada?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"See võib põhjustada andmekadu, andmete rikkumist ja programmide toimimist \"\n\"valesti.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Peata _sundkorras\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"See funktsionaalsus pole sinu süsteemis saadaval.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Selle funktsionaalsuse lisamiseks palun käivita „flatpak install“\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Selline pudeli nimi on juba kasutusel.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Vali töökaust\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Kaust, kus leiduvad „{}“ andmed.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Kas sa oled kindel, et soovid kõik hetktõmmised kustutada?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Sellega kustutad kõik oma hetktõmmised, aga säilitad oma failid.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Uute olekute loomiseks palun tee vajalik uuendus, mis lisab uue \"\n\"versioonihalduse süsteemi.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Paigaldajad\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Palun oota, toimingud on pooleli.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Tagasi sinu pudelite juurde.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Varukoopia importimine õnnestus\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importimine ei õnnestunud\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Impordime varukoopiast…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Vali varukoopiafail\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Impordi\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Vali konfiguratsioonfail\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"[teadmata]\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Käivitame „{self.config.Name}“ programmifaili\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Käivitame „{0}“ „{1}“'s…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Sinu pudelid\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Laadime alla ~{0} pakettidest…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Laaditud {0}/{1} pakettidest\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Vali pudeli kaust\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Loome pudelit…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Pudeli loomine ei õnnestu\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Pudeli loomine ei õnnestunud ühe või enama vea tõttu.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Pudel on loodud\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"„{0}“ pudeli loomine õnnestus.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steami ei leidu või pole Bottles'il piisavalt õigusi.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Vali pudelite asukoht\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Kas käivitame Bottles'i uuesti?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Selle kausta kasutamiseks pead Bottles'i uuesti käivitama.\\n\"\n\"\\n\"\n\"Enne Bottles'i uuestikäivitust palun kontrolli, et kõik käivitatud \"\n\"programmid on suletud. Vastasel juhul võivad tekkida andmekadu, failide \"\n\"rikkumine ja/või programmide töövead.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Käivita uuesti\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Põhineb Valve'i Wine'i versioonil, sealhulgas on eelversiooni ja Protoni \"\n\"paigad.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Põhineb Wine'i projekti põhiversioonil, sealhulgas on eelversiooni ja \"\n\"Protoni paigad.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\"Põhineb Wine'i projekti põhiversioonil, sealhulgas on eelversiooni paigad.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Põhineb Valve'i Wine'il, sealhulgas eelversioon ja Protoni- ja Steami-\"\n\"kohased paigad. Eeldab, et Steami käituskeskkond on sisse lülitatud.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Muu\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Uuenda\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Paigaldame…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest „{0}“ jaoks\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"„{0}“ on eemaldatud\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"„{0}“ on paigaldatud\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"„{0}“ paigaldamine ei õnnestunud\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"„{0}“ on imporditud\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"See rakendus võib toimida kehvasti. Paigaldaja on küll konfigureeritud \"\n\"tagama parimat võimalikku kasutuskogemust, kuid eelda kiikse, ebastabiilsust \"\n\"ja mittetoimivat funktsionaalsust.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Selle programmi töös võib tekkida märgatavaid kiikse, kuid need ei mõjuta \"\n\"tema funktsionaalsust.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Selle programmi töös võib tekkida pisikesi kiikse.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"See programm toimib perfektselt.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"„{0}“ arvustus\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"„{0}“ on peatamisel…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"„{0}“ on käivitamisel Steamiga…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"„{0}“ on peidetud\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"„{0}“ peitmine on lõppenud\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"„{0}“ on eemaldatud\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"„{0}“ uus nimi on nüüd „{1}“\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Lisasime töölauakirje pudelile „{0}“\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"Lisasime „{0}“ sinu rakenduste kogusse\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"Lisasime „{0}“ sinu Steami rakenduste kogusse\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Näita aruannet\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            See veateade on lisatud juba 5 korda ja enam ei saa seda teha.\\n\"\n\"            Lisa oma tagasiside mõnele allpooltoodud olemasolevale \"\n\"veateatele.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Uuendame ekraani seadistusi, palun oota…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Ekraani seadistused on uuendatud\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Sürjutamisi ei leidunud.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Vali ketta asukoht\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Ühtegi keskkonnamuutujat pole defineeritud.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Ühtegi välistusmustrit pole defineeritud.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Tekkis viga.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Kopeeri lõikelauale\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Vali ressursifail\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Paigaldame Windowsi sõltuvusi…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Konfigureerime pudelit…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Läbime sammhaaval paigaldaja tööprotsessi…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"{} on paigaldamisel…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Teeme lõppkontrolle…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0} on paigaldamisel…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} on nüüd leitav programmide vaatest.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Paigaldaja lõpetas töö teadmata vea tõttu\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} on juba selle pudeli jaoks välja lülitatud.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"See seadistus on erinev pudeli vaikeseadistustest.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Vali skript\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Sinu lisatud pudelite asukohta ei leidu\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Kasutame vaikimisi asukohta. Mitteleiduvas asukohas asuvad pudelid on seega \"\n\"ka loendist puudu.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Käivita Windowsi tarkvara\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;proton;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Üleviimine Flatpakile\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Näita või peida Flatpakile üleviimise vaade.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tume kujundus\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Kasuta sundkorras tumedat kujundust.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Näita loendis uuenduse kuupäeva või peida see\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Näita pudelite loendis uuenduse kuupäeva või peida see.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steami rakenduste loend\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Näita rakenduste loendis Steami rakendusi või peida nad.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Gamesi rakenduste loend\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Näita rakenduste loendis Epic Gamesi rakendusi või peida nad.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connecti rakenduste loend\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Näita rakenduste loendis Ubisoft Connecti rakendusi või peida nad.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Akna laius\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Muuda akna laiust.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Akna kõrgus\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Muuda akna kõrgust.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Näita teavitusi.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Ajutiste failide kausta tühjendamine\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\"Arvuti või nutiseadme käivitamisel kustuta ajutiste failide kausta sisu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Eelversioonid\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Näita käivitajate eelversioone või peida nad.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Käivitusvaade\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Vali rakenduse käivitamisel kuvatav vaade.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Näita katselisi funktsionaalsusi, nagu eri versioonid ja paigaldajad. \"\n\"Käivitajate puhul on näidatud ka eelversioonid.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steami Protoni tugi\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Lülita Steami Protoni prefiksite tugi sisse/välja.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Katsed: aedikkäitus\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Lülita katseline pudelikohane aedikkäitus sisse/välja.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Sulge Bottles automaatselt\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Peale käivitusfaili klõpsimist failihaldurist sulge Bottles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Näita aedikkäituse kohta hoiatust\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Lülita aedikkäituse-kohane hoiatus sisse/välja.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Bottles võimaldab sul Linuxis käivitada Windowsi tarkvara!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Lisa tarkvara pudelisse ja kasuta nii, kuis jaksad!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Meie rakendusse sisseehitatud sõltuvuste paigalduse süsteem tagab tarkvara \"\n\"automaatse ühilduvuse. Allalaadimishalduri abil laadida alla ametlikke \"\n\"komponente: käivitaja (Wine, Proton), DXVK teisenduskihi faile, sõltuvusi, \"\n\"jne.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Pudelite versioonihaldus hoiab sinu tegemised turvaliselt ja võimaldab \"\n\"hiljem taastada!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Omadused:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Loo pudeleid eelkonfigureeritud keskkondade alusel või tekita selline, nagu \"\n\"vajad\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Käivita .exe/.msi faile oma pudelites otse failihalduri kontekstimenüüst\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Pudelitesse paigaldatud rakenduste automaatne tuvastamine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Keskkonnamuutujate kiire lisamise võimalus\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Sürjuta DLL-teegid otse pudelikohastest eelistustest\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Käivitaja muutmine lennult iga pudeli jaoks\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Palju erinevaid mängude jaoks olulisi optimeerimisi \"\n\"(esync, fsync, DXVK, cache, shader compiler, offload … ja paljugi veel.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Wine'i ja Protoni käivitajate automaatne paigaldaja ning haldaja\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Pudeli automaatne parandus katkimineku korral\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Lõimitud sõltuvustepaigaldaja, mis põhineb kogukonna hallataval \"\n\"tarkvarahoidlal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Lõimitud tegumihaldur Wine'i protsesside jaoks\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Ligipääs ProtonDB ja WineHQ kasutajatoele\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\"Võimalus oma konfiguratsiooni lisamiseks pudelite uutesse versioonidesse\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Pudelite varundus ja taastamine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Wine'i prefiksite import muudest halduslahendustest\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Pudelite versioonihaldus\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... ja palju muud, mida võid avastada Bottles'i paigaldamise järel!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Uuendatud metateave\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"Täiendav teave uuenduste kohta ja korrektne teave versiooni kohta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Parandatud „Lisa Steami“ nupp\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Parandatud viga, kus BottleConfig polnud jadastatav\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Parandatud viga, kus Patooli puhul topelt lahtipakkimine ei toiminud\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Parandatud versiooninumber\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Parandatud kokkujooksmine pudeli loomisel\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Oluline muudatus: Uue pudeli kasutajaliidese kujunduse muutus\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Kasutuskvaliteeti parandused:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Südame emoji asendus teekide lehel raamatukogu emojiga\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"„Käivita käsufail…“ kohane teade on lisatud\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Veaparandused:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Steami kiirvaliku lisamisel tekkis viga\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Varukoopiate impordiviga\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Wine-ge-custom kasutamisel on Steami käituskeskkond automaatselt sisse \"\n\"lülitatud\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Erinevad teekidekohased vead, nagu puuduolevad kaanepildid ja puuduvatest \"\n\"kirjetest tekkivad kokkujooksmised\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Tekstide kodeerimisega seotud erinevad veaparandused\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Allalaadimisel tekkinud vea parandus, kui Bottles polnud käivitatud \"\n\"terminalist\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Versiooni õige kuupäev\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"NVIDIA-kohased vead on nüüd peidetud, kui arvutis pole NVIDIA-raudvara\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope'i täiendused ja parandused\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Sõltuvuste paigaldamine on kiirem ja stabiilsem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Olekukontrolli sisu on nüüd parema silumise nimel sisutihedam\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI-liidestus on nüüd saanud palju veaparandusi ja on stabiilsem ning \"\n\"peaks toimima korralikult\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Komponendi allalaadimisel tekkinud kokkujooksmise veaparandus\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Taustateenuste koodi parandused vältides protsesside lukustusvigu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Täiendavad muutujad kasutamiseks paigaldusskriptides\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Kasutuselevõtmise töövoos kuvatakse „Kõik on valmis!“ teade nüüd õigel ajal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Parandatud kompileerimise süsteem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"VKD3D on vaikimisi kasutusel pudelite loomisel mängude jaoks\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"Vigaselt kodeeritud Steami failidest johtuvate kokkujooksimiste parandused\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Veaparandus olukorrale, kus komponendid polnud kasutajaliideses korrektselt \"\n\"uuendatud peale paigaldamist/eemaldamist\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Täiendavad FSR'i parandused\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Veaparandus, kus „Käivita käsufail…“ valikust käivitatud programm lõpetas töö\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"ja palju, palju, palju enamgi!\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderdaja\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n"
  },
  {
    "path": "po/eu.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 13:25+0000\\n\"\n\"Last-Translator: Sergio Varela <sergitroll9@gmail.com>\\n\"\n\"Language-Team: Basque <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"eu/>\\n\"\n\"Language: eu\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\n#, fuzzy\nmsgid \"State not found\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\n#, fuzzy\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2021 - Bottles Garatzaileak\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"© 2017-2021 - Bottles Garatzaileak\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"Aldi baterako artxiboak garbitu\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"Egiaztatu instalatutako programak\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"Egiaztatu instalatutako programak\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\n#, fuzzy\nmsgid \"Launch Options\"\nmsgstr \"Ezarpen aurreratuak\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\n#, fuzzy\nmsgid \"My bottle\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Exekutatzailea\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"Egiaztatu instalatutako programak\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\n#, fuzzy\nmsgid \"Options\"\nmsgstr \"Ezarpen aurreratuak\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\n#, fuzzy\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Gorde bottle-n egoera.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\n#, fuzzy\nmsgid \"Uninstaller\"\nmsgstr \"Esperimentala:instalatzaileak\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Arazo baten edo mendekotasunik ezaren berri ematea.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\n#, fuzzy\nmsgid \"Report Missing Dependency\"\nmsgstr \"Arazo baten edo mendekotasunik ezaren berri ematea.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"Dokumentazioa irakurri\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\n#, fuzzy\nmsgid \"Search for Programs…\"\nmsgstr \"Egiaztatu instalatutako programak\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"Dokumentazioa irakurri\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"Windows-en bertsioa\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"NVAPI-ren bertsioa\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\n#, fuzzy\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Errendimendua hobetzen du energia gehiago erabiltzearen kontura.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"GPU diskretua\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\n#, fuzzy\nmsgid \"Advanced Display Settings\"\nmsgstr \"Ezarpen aurreratuak\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Errendimendua\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Sinkronizazioa aktibatu prozesadore multinukleoen errendimendua handitzeko.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sinkronizazioa\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"Errendimendua\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"GameMode erabili\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\n#, fuzzy\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Egiaztatu instalatutako programak\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"Windows-en bertsioa\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"DXVK-ren bertsioak kudeatu\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles runtime erabili\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Liburutegi osagarrien pakete bat eskaintzen du bateragarritasun handiagoa \"\n\"lortzeko.\\n\"\n\"Arazoak badituzu, desaktibatu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"Bottles runtime erabili\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Liburutegi osagarrien pakete bat eskaintzen du bateragarritasun handiagoa \"\n\"lortzeko.\\n\"\n\"Arazoak badituzu, desaktibatu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\n#, fuzzy\nmsgid \"Working Directory\"\nmsgstr \"Lan-direktorioa\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"DLL gainidaztea\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"Ingurunearen aldagaiak\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"Exekutatzaileak kudeatu\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Bottles bertsioen kontrola (esperimentala)\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"Exekutatzaileak kudeatu\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Eguneratu\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\n#, fuzzy\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Bertsionatua erabiltzen hasteko lehen egoera sortu.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\n#, fuzzy\nmsgid \"A short comment\"\nmsgstr \"Oso iruzkin laburra\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Gorde bottle-n egoera.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"Sortu egoera berria\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Ezeztatu\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"Sortu egoera berria\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles-ren istripuari buruzko txostena\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\n#, fuzzy\nmsgid \"_Cancel\"\nmsgstr \"Ezeztatu\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"Bidali txostena\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles erori egin zen azken aldian. Mesedez, bete txosten bat honako \"\n\"arrasto honekin, arazoa identifikatzen laguntzeko eta berriro gerta ez dadin.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Antzeko txosten bat edo gehiago aurkitu ditugu (edo berdinak). Mesedez, \"\n\"ziurtatu kontu handiz ez dela jakinarazi berri bat bidali aurretik. Txosten \"\n\"bakoitzak ahalegin bat eskatzen du garatzaileen aldetik diagnostikatzeko, \"\n\"mesedez, errespetatu haien lana eta ziurtatu ez direla bikoiztuak izango.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Hala ere, informatu egin nahi dut.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Ezarpen aurreratuak\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\n#, fuzzy\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Lotura dinamikoak dituzten liburutegiak zehaztu egin daitezke integratuak \"\n\"(Wine bidez emanak) edo natiboak (programak emanak) izan daitezen\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"Deuseztapen berria\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"DLL gainidaztea\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"Dauden deuseztapenak\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Bikoiztu\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Idatzi izen bat bottle berriarentzat\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Bikoizten…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottle bikoiztua\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Ingurunearen aldagaiak balio dinamikoak dira, eta egikaritzen ari diren \"\n\"prozesuek bottle-k nola jokatuko duten eragin dezakete.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"Dauden aldagaiak\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"Dauden deuseztapenak\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Gorde\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"Windows-en bertsioa\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Leihoaren zabalera\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"Windows-en bertsioa\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"Egiaztatu instalatutako programak\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"Argudioekin exekutatu\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"Argudioekin exekutatu\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, fuzzy, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"Adibidez: VAR=balioa %komando% -adibidea1 -adibidea2 -adibidea3=kaixo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"Bottle ibilbidera apuntatu\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"Artxiboen kudeatzailetik exekutagarri bat hasi ondoren Bottles itxi.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\n#, fuzzy\nmsgid \"Choose a Directory\"\nmsgstr \"Aukeratu direktorio bat\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"Mahaigain birtuala erabiltzea\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Izena aldatu\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"Aldagai berria\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\n#, fuzzy\nmsgid \"Run With Arguments\"\nmsgstr \"Argudioekin exekutatu\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Exekutatu\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Jakinarazpenak erakutsi.\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"Ultra kalitatea\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\n#, fuzzy\nmsgid \"Wine prefix name\"\nmsgstr \"Aktibatu Wine-ren «fixme» erregistroak\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Exekutatzaileak kudeatu\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"Ez da programarik aurkitu\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"Ez da programarik aurkitu\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"Ezarpen aurreratuak\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"Izena aldatu\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"Bottle ibilbidera apuntatu\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"Idatzi izen bat bottle berriarentzat\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"Sortu egoera berria\"\n\n#: bottles/frontend/ui/list.blp:63\n#, fuzzy\nmsgid \"No Results Found\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Bottle bikoiztua\"\n\n#: bottles/frontend/ui/new.blp:75\n#, fuzzy\nmsgid \"_Application\"\nmsgstr \"page_duplicating\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"GameMode erabili\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Aukeratu direktorio bat\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Aukeratu direktorio bat\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\n#, fuzzy\nmsgid \"_Close\"\nmsgstr \"Itxi\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Exekutatu Windows programak Linux-en Bottles-ekin 🍷!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Leihoaren zabalera\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Jakinarazpenak\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"Aldi baterako artxiboak garbitu\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\n#, fuzzy\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Artxiboen kudeatzailetik exekutagarri bat hasi ondoren Bottles itxi.\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Artxiboen kudeatzailetik exekutagarri bat hasi ondoren Bottles itxi.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Instalatzailearen ezaugarri esperimentalak aztertzen ditu.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\n#, fuzzy\nmsgid \"Advanced\"\nmsgstr \"Ezarpen aurreratuak\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Aukeratu direktorio bat\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"Windows-en bertsioa\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Esperimentuak\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"Ezarpen aurreratuak\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\n#, fuzzy\nmsgid \"Rename…\"\nmsgstr \"Izena aldatu\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"Ez da programarik aurkitu\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"Ez da aurkitu estaturik\"\n\n#: bottles/frontend/ui/state-entry.blp:9\n#, fuzzy\nmsgid \"State comment\"\nmsgstr \"Oso iruzkin laburra\"\n\n#: bottles/frontend/ui/state-entry.blp:16\n#, fuzzy\nmsgid \"Restore this Snapshot\"\nmsgstr \"Bottle ibilbidera apuntatu\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"Exekutatzailea\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\n#, fuzzy\nmsgid \"Select Working Directory\"\nmsgstr \"Lan-direktorioa\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"Idatzi izen bat bottle berriarentzat\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Aukeratu direktorio bat\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"Sortu egoera berria\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Sortu egoera berria\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Bottle bikoiztua\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"Esperimentala:instalatzaileak\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"Esperimentala:instalatzaileak\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Esperimentala:instalatzaileak\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\n#, fuzzy\nmsgid \"No overrides found.\"\nmsgstr \"Ez da programarik aurkitu\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"Ingurunearen aldagaiak\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Ingurunearen aldagaiak\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Bottle bat bikoiztu\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"Windows-eko programak exekutatu\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migrazioa Flatpak-etik\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Flatpak taldearen migrazio-elkarrizketa.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Aldatu eguneratze-data zerrendan\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Eguneratze-data bottles zerrendan agertzen da.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\n#, fuzzy\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Aldatu eguneratze-data zerrendan\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\n#, fuzzy\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Aldatu eguneratze-data zerrendan\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Aldatu eguneratze-data zerrendan\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Leihoaren zabalera\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Leihoaren zabalera aldatu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Leihoaren altuera\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Leihoaren altuera aldatu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Jakinarazpenak erakutsi.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Aldi baterako artxiboak garbitu\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Garbitu denbora-ibilbidea sistema abiaraztean.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Hautagaiaren bertsioa\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Exekutatzaileentzako bertsioaren hautagaia ordezkatzen du.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Hasierako ikuspegia\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Aplikazioa zein ikuspegitan hasi behar den aukeratzea.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Ezaugarri esperimentalak lantzen ditu, hala nola bertsionatua eta \"\n\"instalatzaileak. Exekutatzaileentzako bertsio hautagaia.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Instalatzailearen ezaugarri esperimentalak aztertzen ditu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"Esperimentuak\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Instalatzailearen ezaugarri esperimentalak aztertzen ditu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Bottles automatikoki itxi\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Artxiboen kudeatzailetik exekutagarri bat hasi ondoren Bottles itxi.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Aldatu eguneratze-data zerrendan\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Exekutatu Windows programak Linux-en Bottles-ekin 🍷!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Programak botilatu eta edozein unetan gozatu!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Gure instalazioko sistemak softwarearen bateragarritasun-maila zabal \"\n\"baterako sarbide erraza ematen du. Deskargen kudeatzaile bat ere sartu dugu, \"\n\"osagai ofizialak deskargatzeko: exekuzioa (Wine, Proton), DXVK, bulegoak, \"\n\"etab.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Bottleren bertsioak zure lana salbu mantentzen du eta geroago \"\n\"zaharberritzeko aukera ematen dizu!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Ezaugarriak:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Aurrekonfiguratutako inguruneak erabiliz bottleak sortu dezakezu edo zure \"\n\"berezko inguruneak sortzen dezakezu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Ireki exekutagarriak (.exe/.msi) bottleetan, zuzenean artxibo-\"\n\"kudeatzailearen testuinguru-menutik\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Bottleetan instalatutako aplikazioak automatikoki detektatzen dira\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Inguruneko aldagaiak erraz gehitu dezakezu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Jarri DLL liburutegiak zuzenean botilaren lehentasunen arabera\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Exekutatzailea bat-batean aldatzea edozein botilatarako\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Hainbat optimizazio, jokatzean errendimendu hobea lortzeko (esync, fsync, \"\n\"DXVK, katxea, itzalgailuen konpiladorea, deskarga eta askoz gehiago…)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Wine eta Proton exekutatzaileen instalazioa eta kudeaketa automatikoa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Bottleen konponketa automatikoa haustekotan\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Dependentzien instalatzaile integratua, gordailu komunitario batean \"\n\"oinarritua\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Wine prozesuetarako atazen administratzaile integratua\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"ProtonDB eta WineHQ sarbideetan, asistentzia emateko\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Konfigurazioa Bottles-en bertsio berrietara eramateko sistema\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Bottles babestu eta inportatu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Beste kudeatzaile batzuen Wine aurrizkiak inportatu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"Bottles bertsioen kontrola (esperimentala)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"Eta… Bottles instalatzen aurki dezakezun baino askoz gehiago!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Bottles bertsioen kontrola (esperimentala)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Egikaritze-ibilbide pertsonalizatu bat gehitu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Calculating…\"\n#~ msgstr \"Bikoizten…\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Sortu egoera berria\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"Bottles\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"GameMode erabili\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Aukeratu direktorio bat\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Bottle ibilbidera apuntatu\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Lan-direktorioa\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultra kalitatea\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kalitatea\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Orekatua\"\n\n#, fuzzy\n#~ msgid \"Choose path\"\n#~ msgstr \"Bottle ibilbidera apuntatu\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Aukeratu direktorio bat\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Ez da aurkitu estaturik\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Kudeatu Wine aurrizkiak erraz inguruneen bidez\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Argudioekin exekutatu\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Dokumentazioa irakurri\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Dokumentazioa irakurri\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafikoak\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Directx 11 jokoen eta 3D aplikazioen errendimendua hobetzen du.\\n\"\n#~ \"Akats grafikoak izanez gero, kendu.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Directx 12 jokoen eta 3D aplikazioen errendimendua hobetzen du.\\n\"\n#~ \"Akats grafikoak izanez gero, kendu.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"Aktibatu DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"DLSS euskarria ematen du, eskuragarri badago, eta Nvidiako NVAPI.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSRk azken belaunaldiko eskalatze-teknologiak erabiltzen ditu fotogramen \"\n#~ \"abiadura handitzen laguntzeko.\\n\"\n#~ \"Akats grafikoak izanez gero, desaktiba ezazu.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Exekutatzaileak kudeatu\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Winen mahaigain birtuala erabiltzea.\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"GameMode erabili\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Windows-en bertsioa\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK-ren bertsioa\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D-ren bertsioa\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"DXVK-ren bertsioak kudeatu\"\n\n#, fuzzy\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Errendimendua optimizatu, eskakizunaren arabera jokatzean\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"GameMode erabili\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Bottle ibilbidera apuntatu\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Aukeratu direktorio bat\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Murriztu PulseAudio latentzia\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Ezarri PulseAudio latentzia 60 milisegundotan soinuaren kalitatea \"\n#~ \"hobetzeko\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Garatzaileak eta Arazketa\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Winen inplementatu ez diren kode-ibilbideak erregistratu.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Ez da programarik aurkitu\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Har ezazu atseden bat, honek denbora behar izan dezake\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"GameMode erabili\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Baieztatu\"\n\n#, fuzzy\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Bottle ibilbidera apuntatu\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Kudeatu Wine aurrizkiak erraz\"\n\n#, fuzzy\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Esperimentuak\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Instalatzailearen ezaugarri esperimentalak aztertzen ditu.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Dokumentazioa irakurri\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK-ko HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"FPS eta beste xehetasun batzuk erakusten dituen DXVK gainjartzea D3D \"\n#~ \"aplikazioetan kommutatzea.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Dokumentazioa irakurri\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Idatzi iruzkin labur bat:\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Itzuli</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Dohaintza</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Errore baten \"\n#~ \"berri eman</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Bloga</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Probatzeko modu aktibatua: frogen biltegiko gelak baino ez dira erakusten.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 …\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Orri honetako artxiboak egiaztatu diren arren, lizentzia pribatibo \"\n#~ \"batekin eskura daitezke.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Orri honetako artxiboak egiaztatu diren arren, lizentzia pribatibo \"\n#~ \"batekin eskura daitezke.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Dokumentazioa irakurri\"\n\n#, fuzzy\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Izena aldatu\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"DXVK erabili\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3D erabili\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSR aktibatu\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"VKD3D-ren bertsioak kudeatu\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL gainidaztea\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Dokumentazioa irakurri\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"adibidez, ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Dauden deuseztapenak\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"adibidez: -adibide1 -2adibide -3adibide=kaixo\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"adibidez: NireBottleBikoiztua\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"adibidez: NIRE_VAR\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Idatzi izen berria:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Idatzi hemen…\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Mezua hemen doa.\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Exekutatzaileak kudeatu\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Exekutatzaileak kudeatu\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Exekutatzaileak kudeatu\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Programa berriak automatikoki aurkituko dira.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Bottle bat bikoiztu\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Gaueko gaia\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Gaueko gaia erabili.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Esperimentala:instalatzaileak\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"ACO itzalgailuen konpiladorea gaitu\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Jokoetan eta 3D aplikazioetan errendimendua hobetzen du.\\n\"\n#~ \"Desaktibatu grafikoan akatsik izanez gero.\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Garapen goiztiarrean dagoen ezaugarri esperimental bat da, kontuz ibili \"\n#~ \"eta erroren berri eman hemen: <a href=\\\"https://github.com/bottlesdevs/\"\n#~ \"Bottles/issues/new/choose\\\">akatsen txostena</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles Garatzaileak\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Errendimendua optimizatu, eskakizunaren arabera jokatzean\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI-ren bertsioa\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Bottle ibilbidera apuntatu\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Esperimentala:instalatzaileak\"\n"
  },
  {
    "path": "po/fa.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-04 08:51+0000\\n\"\n\"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>\\n\"\n\"Language-Team: Persian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"fa/>\\n\"\n\"Language: fa\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"هیچ مسیری مشخّص نشده\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"پشتیبان گیری از {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"درون ریختن پشتیبان: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"نصب مولفه ها پس از سه بار تلاش با شکست مواجه شد.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"عدم وجود مولفه های ضروری. در حال نصب…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"ساخت دایرکتوری باتل با شکست مواجه شد.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"ساخت فایل/دایرکتوری جایگزین با شکست مواجه شد.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"در حال ایجاد پیکربندی باتل…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"قالب پیدا شد, در حال اعمال کردن…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"پیکربندی Wine در حال بروزرسانی است…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"پیکربندی Wine بروزرسانی شد!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"در حال اجرا به عنوان فلت‌پک، سند‌باکس کردن userdir…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"گودال ماسه سازی از شاخهٔ کاربری…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"در حال تنظیم نسخه ویندوز…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"اعمال تنظیمات پیش‌گزیدهٔ CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"بهینه سازی محیط…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"اعمال کردن محیط: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) استفاده کردن از دستورالعمل نحیط سفارشی…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) دستور العمل معتبر پیدا نشد…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"نصب کردن DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"نصب کردن VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"نصب کردن DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"نصب کردن وابستگی‌ها: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"در حال ساختن حال نسخه سازی 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"پایان بندی…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"انبارش الگو…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"ثبت وضعیت…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"چیزی برای ثبت نیست\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"حال جدید [{0}] با موفقیت ایجاد شد!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"سیاهه وضعیت با موفقیت گرفته شد!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"وضعیت {0} موفقیت آمیز بازگردانی شد!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"بازگردانی وضعیت {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"وضعیت پیدا نشد\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"وضعیت {} همان وضعیت فعال است\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"نمایش نسخه\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"مسیر اجرایی\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"مسیر lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"نام بطری\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"فرستادن آرگومان‌ها\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"نشانی نامعتبر (نحو: ‪bottles:run/<bottle>/<program>‬)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit] درخواست دریافت شد.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] درخواست دریافت شد.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh] درخواست دریافت شد.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"اعانه\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"کتبخانه های ثالث و تشکر ویژه\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"حمایت و تأمین مالی به دست\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"حق رونوشت © ۲۰۱۷ توسعه دهندگان بطری‌ها\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"توسعه دهندگان بطری‌ها\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"دانیال بهزادی <dani.behzi@ubuntu.com>\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"نگارش مولّفه\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"حذف نصب\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"مرور پرونده‌ها\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"نصب با شکست مواجه شد. این میتواند به خاطر یک خطای repository , یا بارگیری \"\n\"های ناقص و یا checksum mismatch باشد. برای تلاش دوباره کلیک کنید.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"بارگیری و نصب\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"۰٪\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"نمایش بیانیه\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"مجوز\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"نصب دوباره\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"گزارش اشکال…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"نام وابستگی\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"شرح وابستگی\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"دسته\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"بارگیری و نصب وابستگی‌ها\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"نصب به خطا خورد. آغاز دوبارهٔ بطری‌ها برای خواندن گزارش فروپاشی یا اجرایش در \"\n\"پایانه برای خواندن خروجی.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"فهرست وابستگی\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"اشکال‌زدایی\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"مرور پرونده‌ها…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"تکثیر بطری…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"این یک ارشیو کامل از بطری شماست, که شامل فایل های شخصی هم می شود.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"پشتبان کامل…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"این فقط پیکربندی بطری شماست که برای ساختن یک بطری جدید بدون فایل های شخصی \"\n\"مناسب است.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"برون‌ریزی پیکربندی…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"نمایش برنامه‌های نهفته\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"جست‌وجوی برنامه‌های جدید\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"حذف بطری…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"فهرست ثانویه\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"همه پرادزش ها را به صورت اجباری متوقف کن\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"خاموش شدن یک سیستم ویندوزی را شبیه سازی کن.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"خاموش کردن\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"راه اندازی دوباره یک سیستم ویندوزی را شبیه سازی کن.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"راه اندازی مجدد\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"گزینه‌های اجرا\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"اجرا در پایانه\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"فایلی های که می خواهید اجرا کنید را رها کنید\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"بطری‌هایم\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"محیط\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"اجراگر\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"نسخه سازی برای این بطری فعال است\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"نسخه سازی برای این بطری فعال است.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"۰\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"اجرای پرونده…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"برنامه ها\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"افزودن میان‌برها…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"نصب برنامه‌ها…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"گزینه‌ها\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"تنظیمات\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"پیکربندی تنظیمات بطری.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"پیش‌نیازها\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"نصب وابستگی‌ها برای برنامه‌ها.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"عکس‌های فوری\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"ایجاد و مدیریت حالت های بطری.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"مدیر وظیفه\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"مدیریت برنامه های در حال اجرا.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"ابزارها\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"خط فرمان\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"اجرای فرمان‌ها درون بطری.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"ویرایشگر رجیستری\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"استفاده از ابزار های قدیمی واین\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"کاوشگر\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"اشکال‌زدا\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"پیکربندی\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"حذف کننده\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"تابلوی واپایش\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"جست‌وجوی وابستگی‌ها…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"برون خطید :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles در حال اجرا در حالت افلاین است پس وابستگی ها در دسترس نیستند.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"وابستگی‌ها منابعیند که سازگاری نرم‌افزارهای ویندوزی را بهبود می بخشند.\\n\"\n\"\\n\"\n\"پرونده‌های در این صفحه به دست سوم‌شخص‌ها با پروانهٔ انحصاری فراهم شده‌اند. با \"\n\"نصبشان با شرایط پروانه‌شان موافقت می‌کنید.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"مشکل یا وابستگی ناموجود را گزارش کنید.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"گزارش وابستگی غایب\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"خواندن مستندات.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"مستندات\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"جست‌وجو\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"جست‌وجوی برنامه‌ها…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"هیچ نصب کننده‌ای پیدا نشد\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"مخزن در دسترس نبوده یا نصب‌کننده با این بطری سازگار نیست.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"خواندن مستندات\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"نام\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"مولّفه‌ها\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"نسخه لایه سازگاری واین.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"در حال بروز کردن اجراگر و مولفه ها, لطفا صبر کنید…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"بهبود سازگاری دایرکت‌تری‌دی ۸ تا ۱۱ با ترجمه‌اش به ولکان.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"به روز کردن DXVK… لطفاً شکیبا باشید…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"سازگاری Direct3D 12 را با ترجمه کردن آن به Vulkan بهبود ببخشید.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"در حال بروز کردن VKD3D, لطفا صبر کنید…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"در حال بروز کردن DXVK-NVAPI, لطفا صبر کنید…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"پاسخ دهی را افزایش می دهد. احتمال دارد که توسط بعضی از نرم افزار های ضد تقلب \"\n\"شناسایی شود.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"به‌روز رساندن LatencyFleX. لطفاً شکیبا باشید…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"نمایش\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"افزایش بازدهی به قیمت کیفیت با استفاده از DXVK-NVAPI. فقط روی کارت‌های \"\n\"گرافیکی جدید انویدیا کار می‌کند.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"ابروضوح FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"افزایش بازدهی در ازای کیفیت تصویری. فقط روی ولکان کار می‌کند.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"گرافیک اختصاصی\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"جلوه‌های پس از پردازش\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"مدیریت تنظیمات گیم‌اسکوپ\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"تنظیمات نمایش پیش‌رفته\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"عملکرد\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"همگام سازی\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"سیستم\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"عملکرد نمایشگر\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"حالت بازی Feral\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"تغییر وضعیت ضبط بازی OBS برای همهٔ برنامه‌های اوپن‌جی‌ال و ولکان.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"سازگاری\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"نگارش ویندوز\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"به‌روز کردن نگارش ویندوز. لطفاً‌ شکیبا باشید…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"زبان\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"گودال ماسهٔ اختصاصی\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"زمان اجرای بطری‌ها\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"زمان اجرای استیم\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"شاخهٔ کاری\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"بازنشانی به پیش‌گزیده\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(پیش‌گزیده)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"پایمالی DLLها\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"متغیّرهای محیطی\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"مدیریت گرداننده‌ها\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"عکس‌های فوری خودکار\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"فشرده سازی\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"مدیریت الگوها\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"تازه سازی\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"توقّف فرایند\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"هیچ عکس فوری‌ای پیدا نشد\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"ایجاد عکس فوری جدید\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"جزییات\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"بازگشت\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"عملیات\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"گزینش بطری\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"لغو\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"گزینش\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"ایجاد بطری جدید\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_لغو\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"فرستادن گزارش\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"هنوز می‌خواهم گزارش دهم.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"گزینه های پیشرفته\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"بستهٔ ناقص\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"ترک\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"پایمالی جدید\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"پایمالی‌ها\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"درایو ها\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"حرف\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"گرداننده‌های موجود\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"تکثیر بطری\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"تکثیر\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"ورود نامی برای دوقلوی بطری.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"تکثیر کردن…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"ممکن است کمی طول بکشد.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"بطری تکثیر شد\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"نام متغیّر\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"متغیّرهای موجود\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"الگوهای بیرون گذاشتن\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"الگو\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"الگوهای موجود\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"تنظیمات Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"ذخیره\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"وضوح بازی\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"پهنا\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"بلندا\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"وضوح پنجره\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"متفرّقه\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"مقیاس بندی صحیح\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"گونهٔ پنجره\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"بی‌حاشیه\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"تمام صفحه\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"آغاز نصب\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"ادامه\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"کامل شده!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"نمایش برنامه‌ها\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"نصب شکست خورد!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"چیزی اشتباه پیش رفت.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"همهٔ پیام‌ها\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"بحرانی\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"خطاها\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"هشدارها\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"اطّلاعات\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"همه\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"آرگومان‌های سفارشی\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"آرگومان‌های فرمان\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"کدنوشتهٔ پس از اجرا\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"گزینش کدنوشته\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"گزینش شاخه\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"پایمالی‌های ترجیحات\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"بازنشانی به پیش‌گزیدهٔ بطری‌ها\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"میزکار مجازی\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"رفع مسئولیت پروتون\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"استفاده از پروتون\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"تغییر نام\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"نام جدید\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"اجرا با آرگومان\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"اجرا\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"تنظیمات گودال ماسه\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"هم‌رسانی شبکه\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"هم‌رسانی صدا\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"نیازمند ارتقا\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"ادامه\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"اجرای ارتقا\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"مقداردهی نخستین دوبارهٔ مخزن…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"پیش‌گزیده\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"تنظیمات پیش‌گزیده\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"جلوه‌ها\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"تیزی\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"نمایش اطّلاعات\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"نوفه‌گیری\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"کیفیت زیرپیکسل\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"تشخیص لبه\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"لوما\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"رنگ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"آستانه\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"توکار (واین)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"بومی (ویندوز)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"از کار افتاده\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"برداشتن\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/point/to/path\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"مقدار\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"مرور فایل ها\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"مدیر\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"هیج پیشوندی پیدا نشد\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"بایگانی کامل\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"نمایش بیانیه…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"خواندن بازبینی…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"نام نصب کننده\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"شرح نصب کننده\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"ناشناخته\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"نصب این برنامه\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"فهرست برنامه‌ها\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"بدون بندانگشتی\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"اجرا\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"اجرا با استیم\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"نام مورد\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"برداشتن از کتابخانه\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"توقّف\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"کتابخانه\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"اجرا در این‌جا\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"جست‌وجوی بطری‌هایتان…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"پروتون استیم\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"بطری‌ها\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"ایجاد بطری جدید…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"هیج نتیجه‌ای پیدا نشد\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"آغاز به کار…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"مرور\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_ایجاد\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"نام بطری\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_برنامه\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"با_زی\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_سفارشی\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"سفارشی\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"هم‌رسانی شاخهٔ کاربر\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"معماری\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"درون‌ریزی پیکربندی سفارشی.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"شاخهٔ بطری\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_بستن\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"پیشین\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"به بطری‌ها خوش آمدید\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"اجرای نرم‌افزارهای ویندوزی روی گنو/لینوکس.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"ویندوز در بطری‌ها\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"تقریباً تمام\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"همه چیز آماده است!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"بعدی\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"ترجیحات\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"عمومی\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"ظاهر\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"حالت تاریک\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"نمایش زمان به‌روز رسانی\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"اطلاعیه‌ها\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"پرونده‌های موقّتی\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"یکپارچگی‌ها\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"پیشرفته\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"شاخهٔ بطری‌ها\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"اجراگرها\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"پیش‌انتشار\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"مولّفه‌های DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"هسته\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"زمان اجرا\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"پل واین\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"آزمایش\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"اجرا در پایانه\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"مرور مسیر\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"تغییر گزینه‌های اجرا…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"افزودن به کتابخانه\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"افزودن مدخل میزکار\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"افزودن به استیم\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"تغییر نام…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"نهفتن برنامه\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"نمایش برنامه\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"برداشتن از سیاهه\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"نام برنامه\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"شناسهٔ وضعیت\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"نظر وضعیت\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"حذف پیغام\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"فهرست اصلی\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"درون‌ریزی…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"راهنما\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"دربارهٔ بطری‌ها\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"پروندهٔ «{0}» از نوع exe یا msi نیست\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"به‌روز شده: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"«{0}» افزوده شد\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"گزینش پروندهٔ اجرایی\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"افزودن\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"نهفتن برنامه‌های نهفته\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"اجرا کردن «{0}»…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_دور انداختن\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"برون ریزی\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"پشتیبان\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_حذف\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"اجراگر غایب\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"توقّف _اجباری\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"گزینش شاخهٔ کاری\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"نصب کننده‌ها\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"عملیات در حال انجام. لطفاً شکیبا باشید.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"درون‌ریزی شکست خورد\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"درون ریختن پشتیبان…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"درون‌ریزی\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"گزینش پروندهٔ پیکربندی\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"اجرای «{0}» در «{1}»…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"بطری‌هایتان\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"گزینش شاخهٔ بطری\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"ایجاد کردن بطری…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"ناتواتن در ایجاد بطری\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"بطری ایجاد شد\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"گزینش مسیر بطری‌ها\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"اجرای دوبارهٔ بطری‌ها؟\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"اجرای _دوباره\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"دیگر\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"ارتقا\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"نصب کردن…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"بیانیه برای {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"نصب «{0}» حذف شد\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"«{0}» نصب شد\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"نصب «{0}» شکست خورد\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"«{0}»‌ درون‌ریخته شده\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"بازبینی برای {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"متوقّف کردن «{0}»…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"اجرای «{0}» با استیم…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"«{0}» نهفته\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"«{0}» نمایان\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"«{0}» برداشته\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"مدخل میزکار برای «{0}» ساخته شد\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"«{0}» به کتابخانه‌تان افزوده شد\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"«{0}» به کتابخانهٔ استیمتان افزوده شد\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"نمایش گزارش\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"به‌روز کردن تنظیمات نمایش. لطفاُ شکیبا باشید…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"تنظیمات نمایش به‌روز شد\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"گزینش مسیر گرداننده\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"هیچ متغیّر محیطی‌ای تعریف نشده.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"هیچ الگوی کنار گذاشتنی تعریف نشده.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"رونوشت در تخته‌گیره\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"گزینش پروندهٔ منبع\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"نصب کردن وابستگی‌های ویندوزی…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"نصب کردن {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"نصب کردن {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"گزینش کدنوشته\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"بطری‌ها\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"اجرای نرم‌افزارهای ویندوزی\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;واین;ویندوز;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"مهاجرت فلت‌پک\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"تغییر وضعیت گفت‌وگوی مهاحرت فلت‌پک.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"زمینهٔ تاریک\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"اجبار به استفاده از زمینهٔ تاریک.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"عرض پنجره\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"تغییر عرض پنجره.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"ارتفاع پنجره\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"تغییر ارتفاع پنجره.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"نمایش اطلاعیه‌ها.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"پاکسازی فایل‌های موقت\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"پاک کردن مسیر موقت زمانی که سیستم اجرا می‌شود.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"انتشار کاندید\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"نمای راه‌اندازی\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"آزمایش‌ها:گودال ماسه\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"بستن خودکار Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"اجرای نرم‌افزارهای ویندوزی روی گنو/لینوکس با بطری‌ها!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"نرم‌افزار بطری‌ها و از اوقات فراغت خود لذت ببرید!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"ویژگی‌ها:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"بطری ها را با محیط های از پیش تنظیم شده ایجاد کنید و یا محیط خود را بسازید\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"تشخیص خودکار برنامه های نصب شده در بطری‌های شما\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"افزودن سریع متغییر های محیطی\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"نصب خودکار و مدیریت اجراکننده های Wine و Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"تعمیر خودکار بطری‌ها در مورد این شکست\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"مدیر وظیفه یکپارچه برای فرآیند های Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"دسترسی به ProtonDB و WineHQ برای پشتیبانی\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"پشتیبان گیری و بازیابی بطری‌ها\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"وارد کردن پیشوندهای Wine از دیگر مدیران\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"نگارش بطری‌ها\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... و ویژگی‌های دیگری که می‌توان با نصب بطری‌ها یافت!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"نگارش درست\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"رفع اشکال‌ها:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"تاریخ نگارش درست\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Calculating…\"\n#~ msgstr \"در حال محاسبه...\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"بطری‌ها\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"بطری‌ها\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"۶۴ بیت\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"۳۲ بیت\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"انتخاب مسیر\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"لایه ها\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"کیفیت فوق العاده\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"کیفیت\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"متعادل\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"انتخاب مسیر\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"حذف کننده\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"مدیریت آسان پیشوندهای wine توسط محیط‌ها\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"مطالعه مستندات\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"مطالعه مستندات\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"مدیریت درایو ها\"\n\n#~ msgid \"96\"\n#~ msgstr \"۹۶\"\n\n#~ msgid \"120\"\n#~ msgstr \"۱۲۰\"\n\n#~ msgid \"144\"\n#~ msgstr \"۱۴۴\"\n\n#~ msgid \"168\"\n#~ msgstr \"۱۶۸\"\n\n#~ msgid \"192\"\n#~ msgstr \"۱۹۲\"\n\n#~ msgid \"216\"\n#~ msgstr \"۲۱۶\"\n\n#~ msgid \"240\"\n#~ msgstr \"۲۴۰\"\n\n#~ msgid \"288\"\n#~ msgstr \"۲۸۸\"\n\n#~ msgid \"336\"\n#~ msgstr \"۳۳۶\"\n\n#~ msgid \"384\"\n#~ msgstr \"۳۸۴\"\n\n#~ msgid \"432\"\n#~ msgstr \"۴۳۲\"\n\n#~ msgid \"480\"\n#~ msgstr \"۴۸۰\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (پیشفرض)\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"استفاده از Gamescope\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"برنامه ها\"\n\n#, fuzzy\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"مثلا ۱۲۸۰\"\n\n#, fuzzy\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"مثلا ۷۲۰\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"رزولوشن بازی\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"تنظیمات نمایش\"\n\n#, fuzzy\n#~ msgid \"Support\"\n#~ msgstr \"از ما پشتیبانی کنید\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"باز کردن منو\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"تایید\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"مدیریت آسان پیشوند wine\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"در حال دانلود…\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"اجرا با استیم\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"مطالعه مستندات درباره نصاب ها\\t\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"مطالعه مستندات درباره نصاب ها\\t\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"تنظیمات اضافه\"\n\n#, fuzzy\n#~ msgid \"Your Library\"\n#~ msgstr \"کتابخانه شما\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">ترجمه</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">تامین مالی</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">گزارش باگ</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">بلاگ</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">توئیتر</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"گزارش باگ\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"فعال سازی FSR\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"مثلا ۶۰\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"مثلا ۳۰\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"نام جدید را تایپ کنید:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"اینجا تایپ کنید..\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"خوش آمدید\"\n\n#~ msgid \"Download\"\n#~ msgstr \"دانلود\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"پایان\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"کتابخانه شما\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"تایید حذف\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"۶۴ بیت\"\n"
  },
  {
    "path": "po/fi.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:48+0000\\n\"\n\"Last-Translator: Mirko Brombin <send@mirko.pm>\\n\"\n\"Language-Team: Finnish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"fi/>\\n\"\n\"Language: fi\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Polkua ei määritetty\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Varmuuskopio {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Varmuuskopion tuominen: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Komponenttien asentaminen epäonnistui, yritettiin kolme kertaa.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Välttömättömiä komponentteja puuttuu. Asennetaan…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Pullokansion luominen epäonnistui.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Paikkamerkin hakemiston/tiedoston luominen epäonnistui.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Luodaan Pullo-kokoonpanoa…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Mallipohja löytyi, toteutetaan…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Winen kokoonpanoa päivitetään…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Winen kokoonpano päivitetty!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Suoritetaan flatpakina, eristetään käyttäjähakemisto…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Eristetään käyttäjähakemisto…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Asetetaan Windows-versiota…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Toteuta CMD-oletusasetukset…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimoidaan ympäristöä…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Toteutetaan ympäristö: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Käytetään mukautetun ympäristön reseptiä…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Reseptiä ei löydy tai se ei ole kelvollinen…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Asennetaan DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Asennetaan VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Asennetaan DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Asennetaan riippuvuus: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Luodaan versionointitila 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Viimeistellään…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Asetetaan mallipohja välimuistiin…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Kommitoidaan tilaa…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Ei mitään kommitoitavaa\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Uusi tila [{0}] luotu!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Tilaluettelo noudettu onnistuneesti!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Tila {0} palautettu onnistuneesti!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Palautetaan tila {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Tilaa ei löytynyt\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Tila {} on jo aktiivinen tila\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Näytä versio\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Suoritustiedoston polku\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk polku\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Pullon nimi\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Välitä argumentit\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Virheellinen URI (syntaksi: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit]-pyyntö vastaanotettu.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help]-pyyntö vastaanotettu.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh]-pyyntö vastaanotettu.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Lahjoita\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Kolmansien osapuolten kirjastot ja erikoiskiitokset\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsorit ja rahoitus\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Bottles-kehittäjät\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles-kehittäjät\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Jiri Grönroos\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Komponentin versio\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Poista asennus\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Selaa tiedostoja\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Asennus epäonnistui. Tämä saattaa johtua tietovaraston virheestä, \"\n\"osittaisesta latauksesta tai ettei tarkistussumma vastaa odotettua arvoa. \"\n\"Yritä uudelleen.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Lataa ja asenna\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0 %\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Näytä manifesti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Lisenssi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Asenna uudestaan\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Ilmoita ohjelmistovirheestä…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Riippuvuuden nimi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Riippuvuuden kuvaus\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Luokka\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Lataa ja asenna tämä riippuvuus\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Asennuksessa tapahtui virhe. Käynnistä Pullot uudelleen lukeaksesi \"\n\"kaatumisraportin tai suorita Pullot päätteen kautta lukeaksesi tulosteen.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Riippuvuusvalikko\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Ongelmanratkaisu\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Selaa tiedostoja…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Monista pullo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Tämä on pullosi täydellinen arkisto, mukaan lukien henkilökohtaiset \"\n\"tiedostot.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Täysi varmuuskopio…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Tämä on vain pullon kokoonpano. Se on hyvä lähtökohta, jos haluat luoda \"\n\"uuden kokoonpanon ilman henkilökohtaisia tiedostoja.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Vie kokoonpano…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Näytä piilotetut ohjelmat\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Etsi uusia ohjelmia\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Poista pullo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Toissijainen valikko\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Pakota kaikkien prosessien lopetus\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simuloi Windowsin järjestelmän sammutus.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Sammuta\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simuloi Windowsin järjestelmän uudelleenkäynnistys.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Käynnistä uudelleen\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Käynnistysvalinnat\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Suorita päätteessä\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Pudota tiedostoja suorittaaksesi ne\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Oma pullo\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Ympäristö\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Ajaja\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versiointi on käytössä tälle pullolle\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versiointi on aktiivisena tässä pullossa.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Käynnistä suoritustiedosto…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Ohjelmat\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Napsauta \\\"Käynnistä suoritustiedosto…\\\" suorittaaksesi ohjelman, \"\n\"\\\"Lisää pikavalintoihin…\\\" lisätäksesi suoritustiedoston Ohjelmat-listaan, \"\n\"tai \\\"Asenna ohjelmia…\\\" asentaaksesi yhteisön kuratoimia ohjelmia.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Lisää pikavalintoihin…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Asenna ohjelmia…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Valinnat\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Asetukset\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Määritä pullon asetukset.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Riippuvuudet\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Asenna ohjelmien riippuvuuksia.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Tilannevedokset\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Luo ja hallitse pullon tiloja.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Tehtävienhallinta\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Hallitse käynnissä olevia ohjelmia.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Työkalut\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Komentorivi\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Suorita komentoja pullon sisällä.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Rekisterimuokkain\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Muokkaa sisäistä rekisteriä.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Vanhennetut Wine-työkalut\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Resurssienhallinta\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Virheenjäljitys\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Kokoonpano\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Asennuksen poistaja\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Ohjauspaneeli\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Etsi riippuvuuksia…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Et ole yhteydessä internetiin\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Pullot toimii yhteydettömässä tilassa, joten riippuvuuksia ei ole saatavilla.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Riippuvuudet ovat resursseja, jotka parantavat Windows-ohjelmiston \"\n\"yhteensopivuutta.\\n\"\n\"\\n\"\n\"Tällä sivulla olevat tiedostot ovat kolmansien osapuolien tarjoamia ja ne \"\n\"ovat omisteellisen lisenssin alaisia. Asentamalla hyväksyt niiden \"\n\"lisenssiehdot.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Ilmoita ongelmasta tai puuttuvasta riippuvuudesta.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Ilmoita puuttuvasta riippuvuudesta\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Lue dokumentaatio\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentaatio\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Etsi\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Etsi ohjelmia…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Asenna yhteisön kuratoimia ohjelmia.\\n\"\n\"\\n\"\n\"Tällä sivulla olevat tiedostot ovat kolmansien osapuolien tarjoamia ja ne \"\n\"ovat omisteellisen lisenssin alaisia. Asentamalla hyväksyt niiden \"\n\"lisenssiehdot.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Asentajia ei löytynyt\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Tietovarasto ei ole tavoitettavissa tai yksikään asennusohjelma ei ole \"\n\"yhteensopiva tämän pullon kanssa.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Lue dokumentaatio\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nimi\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponentit\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine-yhteensopivuuskerroksen versio.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Päivitetään ajajaa sekä komponentteja, odota hetki…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Paranna Direct3D 8/9/10/11 -yhteensopivuutta kääntämällä se Vulkanille.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Päivitetään DXVK:ta…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Paranna Direct3D 12 -yhteensopivuutta kääntämällä se Vulkanille.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Päivitetään VKD3D:tä…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Päivitetään DXVK-NVAPI:a…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Paranna reagointikykyä. On mahdollisesti joidenkin huijausesto-ohjelmien \"\n\"havaittavissa.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Päivitetään LatencyFleX:tä, odota hetki…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Näyttö\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"DLSS\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Paranna suorituskykyä visuaalisen laadun kustannuksella käyttäen DXVK-NVAPI:\"\n\"a. Toimii vain suhteellisen uusilla NVIDIA:n näytönohjaimilla.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Paranna suorituskykyä visuaalisen laadun kustannuksella. Toimii vain \"\n\"Vulkanilla.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"FidelityFX Super Resolution -asetukset\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Erillinen näytönohjain\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Käytä erillistä näytönohjainta suorituskyvyn parantamiseksi. Virrankulutus \"\n\"kasvaa tämän myötä.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Jälkikäsittelyn tehosteet\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Lisää useita jälkikäsittelytehosteita käyttämällä vkBasaltia. Toimii vain \"\n\"Vulkanilla.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Hallitse jälkikäsittelyn tasoasetuksia\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Hallitse miten pelit tulee esittää näytöllä Gamescopea käyttäen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Hallitse Gamescopen asetuksia\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Edistyneet näyttöasetukset\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Suorituskyky\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Ota synkronointi käyttöön moniydinsuorittimien suorituskyvyn parantamiseksi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synkronointi\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Järjestelmä\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Tarkkaile suorituskykyä\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Näytä tarkkailutietoja kuten kuvan päivitystaajuus, lämpötilat, suorittimen \"\n\"ja näytönohjaimen rasitus sekä paljon muuta OpenGL:llä ja Vulkanilla \"\n\"käyttäen MangoHudia.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Toteuta joukko optimointeja laitteellesi. Voi parantaa pelien suorituskykyä.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Esilataa pelien tiedostot\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Paranna latausaikoja, kun peli käynnistetään useita kertoja. Pelin \"\n\"käynnistys kestää tavallista kauemmin ensimmäisellä käynnistyskerralla.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Hallitse vmtouchin asetuksia\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS:n pelikaappaus\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Käytä tai poista käytöstä OBS:n pelikaappausta kaikille Vulkan- ja OpenGL-\"\n\"ohjelmille.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Yhteensopivuus\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows-versio\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Päivitetään Windows-versiota…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Kieli\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Valitse ohjelmissa käytettävä kieli.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Itsenäinen hiekkalaatikko\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Käytä rajoitettua/hallittua ympäristö tälle pullolle.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Hallitse hiekkalaatikon oikeuksia\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"Pullon nimi\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Paranna yhteensopivuutta tarjoamalla ylimääräisiä kirjastoja. Poista \"\n\"käytöstä, jos kohtaat ongelmia.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"Pullon nimi\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Paranna yhteensopivuutta Steam-pelien kanssa tarjoamalla ylimääräisiä \"\n\"kirjastoja. Poista käytöstä, jos kohtaat ongelmia.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Työskentelyhakemisto\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Palauta oletusarvoon\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Oletus)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL-ohitukset\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Ympäristömuuttujat\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Hallitse asemia\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automaattiset tilannevedokset\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Luo automaattisesti tilannevedos ennen ohjelmien asentamista tai asetusten \"\n\"muuttamista.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Pakkaus\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Pakkaa tilannevedokset tilan säästämiseksi. Tämä hidastaa tilannevedosten \"\n\"luomista.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Käytä ohituskaavoja\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Sulje pois polkuja tilannevedoksista.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Hallitse kaavoja\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Päivitä\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Pysäytä prosessi\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Tilannevedoksia ei löytynyt\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Luo ensimmäinen tilannevedos aloittaaksesi asetusten tilanteiden \"\n\"tallentamisen.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Lyhyt kommentti\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Tallenna pullon tila.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Luo uusi tilannevedos\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Tiedot\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Takaisin\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Toiminnot\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Valitse pullo\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Peru\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Valitse\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Luo uusi pullo\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Pullojen kaatumisraportti\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Peru\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Lähetä raportti\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Pullot kaatui, kun käytit sitä viimeksi. Täytä vikailmoitus ja liitä \"\n\"seuraavat virheenjäljitystiedot, jotta tunnistamme ongelman ja estämme sitä \"\n\"tapahtumasta uudelleen.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Löysimme yhden tai useamman samankaltaisen (tai identtisen) raportin. \"\n\"Jokainen raportti vaatii kehittäjien aikaa. Kunnioita heidän työtä ja \"\n\"tarkista huolellisesti, että vastaavaa raporttia ei ole jo ilmoitettu ennen \"\n\"uuden lähettämistä.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Haluan silti raportoida.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Lisäasetukset\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Puutteellinen paketti\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Tämä versio Pullot-sovelluksesta ei vaikuta sisältävän kaikkia tarvittavia \"\n\"ydinriippuvuuksia. Ota yhteys paketin ylläpitäjään tai käytä virallista \"\n\"versiota.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Lopeta\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynaamisesti linkitetyt kirjastot voidaan määritellä joko \"\n\"sisäänrakennetuiksi (toimittaa Wine) tai natiiveiksi (ohjelman tarjoamat).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Uusi ohitus\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Ohitukset\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Asemat\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Nämä ovat polkuja isäntäjärjestelmästä, jotka on yhdistetty ja tunnistettu \"\n\"ajajan toimesta (esim. C: ja D:).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Kirjain\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Olemassa olevat asemat\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Monista pullo\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Monista\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Kirjoita pullon kaksoiskappaleelle nimi.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Monistetaan…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Tämä saattaa kestää hetken.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Pullo monistettu\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Ympäristömuuttujat ovat dynaamisesti nimettyjä arvoja, jotka voivat \"\n\"vaikuttaa millä tavalla prosessit käyttäytyvät pullossa.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Muuttujan nimi\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Olemassa olevat muuttujat\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Ohituskaavat\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Määritä kaavat, joiden perusteella estetään haluamiesi hakemistojen \"\n\"versiointi.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Kaava\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Olemassa olevat kaavat\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescopen asetukset\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Tallenna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Hallitse miten pelit tulee näyttää.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Pelin resoluutio\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Käyttää videopelin resoluutiota referenssinä pikseleinä.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Leveys\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Korkeus\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Ikkunan resoluutio\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Skaalaa resoluutiota suuremmaksi kun käytetään peliä korkeampaa \"\n\"näyttöresoluutiota.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Sekalaiset\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Kuvan päivitysnopeuden raja\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Kuvan päivitysnopeuden raja, kun ei kohdistettuna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Kokonaisluvun skaalaus\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Ikkunan tyyppi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Reunaton\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Koko näyttö\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Haluatko jatkaa asennusta?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Aloita asennus\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Tämä asentaja vaatii paikallisia resursseja, joita ei ole muuten saatavilla.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Jatka\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Valmis!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Näytä ohjelmat\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Asennus epäonnistui!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Jokin meni pieleen.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Kaikki viestit\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kriittiset\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Virheet\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Varoitukset\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Info\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Päiväkirjan selain\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Päiväkirjaselain\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Muuta lokitustasoa.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Kaikki\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Nämä argumentit välitetään ohjelman käynnistämisen yhteydessä.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Mukautetut argumentit\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Komennon argumentit\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"esim.: VAR=arvo %command% -esimerkki1 -esimerkki2 -esimerkki3=hei\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Jälkikäteen ajettava skripti\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Valitse mikä komentosarja suoritetaan käynnistyksen jälkeen.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Valitse skripti\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Valitse mistä ohjelma käynnistetään.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Valitse kansio\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Tämä asetus ohittaa tämän suoritustiedoston oletusasetukset.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"Asetukset\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Palauta oletusarvoon\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtuaalinen työpöytä\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton-huomautus\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Käytä Protonia\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Varo, että Proton-pohjaisten suorittajien käyttäminen muissa kuin Steam-\"\n\"pulloissa voi aiheuttaa ongelmia ja estää niitä toimimasta oikein.\\n\"\n\"\\n\"\n\"Suosittelemme käyttämään Wine-GE:tä, Protonin versiota, joka on tarkoitettu \"\n\"toimimaan Steamin ulkopuolella.\\n\"\n\"\\n\"\n\"Jatkaminen ottaa automaattisesti käyttöön Steamin ajonajan \"\n\"(jos se on järjestelmässä ja Bottles havaitsee sen), jotta se voi käyttää \"\n\"tarvittavia kirjastoja ja rajoittaa yhteensopivuusongelmia. Huomaa, että \"\n\"GloriousEggroll, suorittajan tarjoaja, ei ole vastuussa mistään ongelmista \"\n\"ja pyydämme, että et raportoi heille.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Selvä.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Nimeä uudelleen\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Valitse uusi nimi valitulle ohjelmalle.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Uusi nimi\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Suorita argumenteilla\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Suorita\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Kirjoita alle suoritustiedostolle välitettävät argumentit.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"esim.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Hiekkalaatikon asetukset\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Jaa verkko\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Jaa ääni\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Päivitys vaaditaan\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Jatka\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Käynnistä päivitys\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Uusi versiointijärjestelmä\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Pullojen uusi versiointijärjestelmä on julkaistu.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottlesissa on kokonaan uusi versiojärjestelmä, joka ei ole taaksepäin \"\n\"yhteensopiva.\\n\"\n\"\\n\"\n\"Jotta voimme jatkaa versioinnin käyttöä, meidän on alustettava pullovarasto \"\n\"uudelleen. Tämä ei poista tietoja pullosta, mutta poistaa kaikki olemassa \"\n\"olevat tilannekuvat ja luo uuden.\\n\"\n\"\\n\"\n\"Jos sinun on palattava edelliseen tilannekuvaan ennen jatkamista, sulje tämä \"\n\"ikkuna ja palauta tilannevedos ja avaa sitten pullo uudelleen näyttääksesi \"\n\"tämän ikkunan uudelleen.\\n\"\n\"\\n\"\n\"Vanha järjestelmä lopetetaan jossain seuraavista julkaisuista.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Alustetaan uudelleen tietovarastoa…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Valmis! Käynnistä Pullot uudelleen.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Jälkikäsittelyn tehosteiden asetukset\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Oletus\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Oletusasetukset\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Tehosteet toteutaan listausjärjestyksessä.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Tehosteet\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Contrast Adaptive -terävöinti\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Terävyys\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Näytä tiedot\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Denoised Luma -terävöinti\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Kohinanpoisto\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Fast Approximate -anti-aliasointi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Alipikselin laatu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Quality Edge Threshold\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Quality Edge Threshold -minimi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Subpixel Morphological -anti-aliasointi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Reunantunnistus\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Väri\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Kynnystys\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Hakuvaiheita enitään\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Hakuvaiheita enintään (diagonaalinen)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Reunan pyöristys enintään\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS-terävyys lisää kuvan terävyyttä. Suuremmat arvot tekevät kuvasta \"\n\"terävämmän, kun taas alle 0:n arvot tekevät kuvasta pehmeämmän.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS-terävyys lisää kuvan terävyyttä. Suuremmat arvot tekevät kuvat \"\n\"terävämmän.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS-kohinanpoisto vähentää kuvan kohinaa. Suuremmat arvot tekevät kuvasta \"\n\"pehmeämmän.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA subpixel -laatu heikentää aliasointia alipikselitasolla. Suuremmat \"\n\"arvot tekevät kuvasta pehmeämmän.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA edge -kynnys on minimikontrastin määrä, joka tarvitaan FXAA-algoritmin \"\n\"soveltamiseen. Suuremmat arvot lisäävät kuvan kontrastia.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA quality edge -kynnys on FXAA-algoritmin sivuuttamien tummien pikselien \"\n\"vähimmäisarvo. Korkeammat arvot saavat FXAA:n ohittamaan pikselit jotka ovat \"\n\"arvon alapuolella ja voivat johtaa suorituskyvyn kasvuun.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma havaitsee reunat yksivärisesti, kun taas Color havaitsee reunat värien \"\n\"perusteella. Luma on suorituskykyisempi kuin Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA-kynnys määrittää reunan havaitsemisen herkkyyden. Pienemmät arvot \"\n\"havaitsevat enemmän reunoja suorituskyvyn kustannuksella.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA hakuvaiheiden enimmäismäärä määrittää, kuinka monta vaaka- ja \"\n\"vertikaalista hakuvaihetta suoritetaan reunojen etsinnässä.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA diagonaalisten hakuvaiheiden enimmäismäärä määrittää, kuinka monta \"\n\"viistosuuntaista hakuvaihetta suoritetaan reunojen etsinnässä.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"SMAA-kulman pyöristys määrittää reunan kulmien pyöristyksen voimakkuuden.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Sisäänrakennettu (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Alkuperäinen (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Sisäänrakennettu, sitten natiivi\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Natiivi, sitten sisäänrakennettu\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Pois käytöstä\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Poista\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/kohdista/polkuun\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Arvo\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Selaa tiedostoja\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine-etuliitteen nimi\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Hallitsin\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Tämä Wine-etuliite tuotiin jo Pullot-sovellukseen.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Tuo Pullo-varmuuskopio\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Etsi uudelleen etuliitteitä\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Etuliitteitä ei löytynyt\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Ulkoisia etuliitteitä ei löytynyt. Onko Bottlesilla pääsy niihin?\\n\"\n\"Käytä yläreunassa olevaa kuvaketta tuodaksesi pullon varmuuskopiosta.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Täysi arkisto\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Näytä manifesti…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Lue arvio…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Asentajan nimi\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Asentajan kuvaus\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Tuntematon\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Asenna tämä ohjelma\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Ohjelmat-valikko\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Ei pienoiskuvaa\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Käynnistä\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Käynnistä Steamilla\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Tietueen nimi\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Poista kirjastosta\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Pysäytä\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Kirjasto\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Lisää kohteita tänne pullojen ohjelmaluettelosta\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versiointi on aktiivisena tässä pullossa.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Tämä pullo näyttää vaurioituneelta.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Suorita tässä pullossa\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Suorita tässä\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Tämä pullo näyttää vaurioituneelta, kokoonpanotiedosto puuttuu. Voin yrittää \"\n\"ratkaista tämä luomalla uuden kokoonpanon.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Etsi pulloja…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Pullot\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Luo uusi pullo…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Tuloksia ei löytynyt\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Yritä eri hakuehtoja.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Käynnistetään…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Tämä resurssi puuttuu.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Selaa\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Luo\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Pullon nimi\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Sovellus\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Pelaaminen\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_Mukautettu\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Mukautettu\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Jaa käyttäjäkansio\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Tämä tekee käyttäjähakemiston löydettävissä pullosta, lisäten riskiä \"\n\"henkilökohtaisia tietojen jakamiseen Windows-ohjelmistoon. Tätä vaihtoehtoa \"\n\"ei voi muuttaa, kun pullo on luotu.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arkkitehtuuri\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Käytä 32-bittistä vain jos se on tarpeellista.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Tuo mukautettu kokoonpano.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Pullon kansio\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Kansio, joka sisältää tämän pullon datan.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Sulje\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Tämä nimi ei ole käytettävissä, käytä toista nimeä.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Edellinen\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Tervetuloa, tämä on Pullot\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Suorita Windows-ohjelmistoja Linuxilla.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows pulloissa\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Pullot käyttää yhteensopivuusajajia ja siten tarjoaa eristettyjä, \"\n\"kontitettuja Windowsin kaltaisia ympäristöjä, missä on mahdollista suorittaa \"\n\"ohjelmia.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Melkein valmista\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Vielä muutama minuutti, että kaikki on valmiina…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Kaikki valmista!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Suorita määritys ensin\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Aloita pullojen käyttö\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Seuraava\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Asetukset\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Yleinen\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Ulkoasu\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tumma tila\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Käyttääkö Pullot-sovellus tummaa väriteemaa.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Näytä päivityspäivä\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Näytetäänkö pulloluettelossa päivityspäivä vai ei.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Ilmoitukset\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Näytä latauksia ja asennuksia koskevat ilmoitukset.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Väliaikaiset tiedostot\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Tyhjennetäänkö väliaikaiset tiedostot, kun Pullot käynnistetään?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Sulje Pullot ohjelman käynnistämisen jälkeen\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Sulje Pullot, kun ohjelma on käynnistetty tiedostonhallinnasta.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integraatiot\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton -etuliitteet\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Listaa ja hallitse Steam Proton -etuliitteitä.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Listaa Steam-sovellukset Ohjelmat-luettelossa\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Vaatii, että Steamin Windows-versio on asennettu pulloon.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Listaa Epic Games Ohjelmat-luettelossa\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Vaatii, että Epic Games Store on asennettu pulloon.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Listaa Ubisoft Games Ohjelmat-luettelossa\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Vaatii, että Ubisoft Connect on asennettu pulloon.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Lisäasetukset\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Pullojen kansio\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Kansio, joka sisältää pullojesi datan.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Ajajat\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Pullot-sovellus on offline-tilassa, joten suorittajia ei ole saatavilla.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Esijulkaisu\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Näytä ajajien epävakaat versiot.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL-komponentit\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"Pullot-sovellus on offline-tilassa, joten DLL:t eivät ole käytettävissä.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Ydin\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Runtime\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Kokeilut\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Nämä ominaisuudet ovat kehityksen alla ja saattavat olla epävakaita. Bugeja \"\n\"ja rikkoutumisia odotettavissa.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Hiekkalaatikko per pullo\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Aikaisessa kehityksessä.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Käynnistä päätteellä\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Selaa polkua\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Muuta käynnistysvalintoja…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Lisää kirjastoon\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Lisää työpöytätietue\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Lisää Steamiin\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Nimeä uudelleen…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Piilota ohjelma\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Näytä ohjelma\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Poista luettelosta\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Ohjelman nimi\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Tilan id-tunniste\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Tilan kommentti\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Palauta tämä tilannevedos\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Poista viesti\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Päävalikko\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Et näytä olevan yhteydessä internetiin. Ilman internetyhteyttä et voi ladata \"\n\"välttämättömiä komponentteja. Napsauta tätä kuvaketta, kun yhteys on \"\n\"muodostettu uudelleen.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Tuo…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Ohje\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Tietoja - Pullot\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Tiedosto \\\"{0}\\\" ei ole .exe- tai .msi-tiedosto\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Päivitetty: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" lisätty\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Valitse suoritustiedosto\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Lisää\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Piilota piilotetut ohjelmat\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Käynnistetään \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Varoitus hiekkalaatikkosta\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Pullot-sovellus toimii hiekkalaatikossa, joka on rajoitettu lupaympäristö, \"\n\"jota tarvitaan pitämään sinut turvassa. Jos ohjelma ei toimi, harkitse \"\n\"siirtymistä pulloon (3 pistettä -kuvake) ja käynnistä sieltä.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Hylkää\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Valitse sijainti, mihin varmuuskopioitava kokoonpano tallennetaan\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Vie\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Valitse sijainti, johon varmuuskopioarkisto tallennetaan\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Varmuuskopiointi\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Luotu varmuuskopio pullosta \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Varmuuskopion luonti pullosta \\\"{0}\\\" epäonnistui\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Haluatko varmasti poistaa pysyvästi \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Tämä poistaa kaikki siihen liittyvät ohjelmat ja asetukset.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Poista\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Puuttuva ajaja\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Tämän pullon pyytämä ajaja puuttuu. Asenna se Pullot-sovelluksen asetusten \"\n\"kautta tai valitse uusi ajaja sovellusten suorittamiseksi.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Haluatko varmasti pakottaa kaikkien prosessien lopetuksen?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Tämä saattaa aiheuttaa tietojen katoamista, korruptiota ja ohjelmien \"\n\"virheellistä toimintaa.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Pakota _lopetus\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Tämä ominaisuus ei ole käytettävissä järjestelmässäsi.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Lisää tämä ominaisuus suorittamalla flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Tämä pullon nimi on jo käytössä.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Valitse työskentelyhakemisto\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Kohteen \\\"{}\\\" datan sisältävä kansio.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Haluatko varmasti poistaa kaikki tilannevedokset?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Tämä poistaa kaikki tilannevedokset, mutta säilyttää tiedostot.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Siirry uuteen versiojärjestelmään luodaksesi uusia tiloja.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Asentajat\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Toimenpiteitä meneillään, odota hetki.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Palaa pullojesi pariin.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Varmuuskopio tuotu onnistuneesti\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Tuonti epäonnistui\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Tuodaan varmuuskopio…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Valitse varmuuskopioarkisto\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Tuo\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Valitse kokoonpanotiedosto\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Tyhjä\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Käynnistetään \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Käynnistetään \\\"{0}\\\" \\\"{1}\\\":ssa…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Pullosi\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Ladataan ~{0} paketista…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Noudettu {0}/{1} pakettia\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Valitse pullon kansio\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Luodaan pulloa…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Pullon luominen ei onnistunut\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Pullon luominen epäonnistui yhden tai useamman virheen vuoksi.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Pullo luotu\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" luotiin onnistuneesti.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"Steamia ei löytynyt tai Pullot-sovelluksella ei ole riittävästi oikeuksia.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Valitse Bottlesin polku\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Käynnistetäänkö Pullot uudelleen?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Pullot-sovellus täytyy käynnistää uudelleen tämän hakemiston käyttämiseksi.\\n\"\n\"\\n\"\n\"Varmista, että suljet kaikki ohjelmat, jotka on käynnistetty Pullot-\"\n\"sovelluksessa ennen käynnistämistä, koska se ei voi aiheuttaa tietojen \"\n\"menetyksen tai vahingoittumisen tai ohjelmien toimintahäiriön.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Käynnistä uudelleen\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Pohjautuu Valven Wineen sisältäen staging- ja Proton-paikkaukset.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Pohjautuu Winen upstream-versioon sisältäen staging- ja Proton-paikkaukset.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Pohjautuu Winen upstream-versioon sisältäen staging-paikkaukset.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Pohjautuu Valven Wineen sisältäen staging-, Proton- ja Steam-kohtaiset \"\n\"paikkaukset. Vaatii, että Steam Runtime on otettu käyttöön.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Muut\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Päivitä\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Asennetaan…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest for {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" on poistettu\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" asennettu\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Kohteen \\\"{0}\\\" asennus epäonnistui\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" tuotu\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Tämä sovellus saattaa toimia heikonlaisesti. Asentaja määritettiin \"\n\"tarjoamaan paras mahdollinen kokemus, mutta varaudu häiriöihin, epävakauteen \"\n\"ja puuttuviin toiminnallisuuksiin.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Tämä ohjelma toimii huomattavin häiriöin, mutta häiriöt eivät vaikuta \"\n\"toiminnallisuuteen.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\"Tämä ohjelma toimii, mutta pieniä häiriöitä on mahdollisesti havaittavissa.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Tämä ohjelma toimii täydellisesti.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Arvio {0}:lle\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Pysäytetään \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Käynnistetään \\\"{0}\\\" Steamilla…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" piilotettu\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" näytetty\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" poistettu\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" nimetty muotoon \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Luotu työpöytätietue \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" lisätty kirjastoosi\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" lisätty Steam-kirjastoosi\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Näytä raportti\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Tämä ongelma raportoitiin viisi kertaa eikä sitä voi lähettää \"\n\"uudelleen.\\n\"\n\"            Lähetä palautteesi johonkin alla olevista raporteista.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Päivitetään näyttöasetuksia…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Näyttöasetukset päivitetty\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Ohituksia ei löytynyt.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Valitse aseman polku\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Ympäristömuuttujia ei ole määritetty.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Ohituskaavoja ei ole määritetty.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"On tapahtunut virhe.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Kopioi leikepöydälle\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Valitse resurssitiedosto\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Asennetaan Windows-riippuvuuksia…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Määritetään pullon asetukset…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Käsitellään asennuksen vaiheita…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Asennetaan {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Suoritetaan viimeisiä tarkistuksia…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Asennetaan {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} on nyt saatavilla ohjelmistoluettelossa.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Asennusohjelma epäonnistui tuntemattoman virheen vuoksi\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} on jo pois käytöstä tämän pullon kohdalla.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Tämä asetus eroaa pullon oletusasetuksesta.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Valitse komentosarja\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Mukautettua Bottlesin polkua ei löytynyt\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"Palataan oletuspolkuun. Annetun polun pulloja ei luetella.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Suorita Windows-ohjelmistoja\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak-migraatio\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Flatpak-siirtymädialogi\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tumma teema\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Pakota tumman teeman käyttö.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Päivitysajankohta listauksessa\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Näytä tai piilota pulloluettelossa päivityspäivä.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam-sovellusten luettelointi\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Steam-sovellusten listaus.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games -luettelointi\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Epic Games -listaus.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect -luettelointi\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Ubisoft Connect -listaus.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Ikkunan leveys\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Muuta ikkunan leveyttä.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Ikkunan korkeus\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Muuta ikkunan korkeutta.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Näytä ilmoitukset.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Väliaikaisten siivous\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Puhdista väliaikaisten polku järjestelmää käynnistettäessä.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Julkaisuehdokas\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Vaihda julkaisuehdokas suorittajille.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Käynnistysnäkymä\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Valitse, mikä näkymä ladataan sovelluksen käynnistyksen yhteydessä.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Ota käyttöön kokeelliset ominaisuudet, kuten versiointi ja asennusohjelmat. \"\n\"Julkaisuehdokas suorittajille.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton -tuki\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Vaihda Steam Proton -etuliitetuki päälle.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Kokeet:hiekkalaatikko\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Vaihda kokeellinen hiekkalaatikko pulloa kohti.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Sulje Pullot automaattisesti\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Sulje Pullot, kun suoritustiedosto käynnistetään tiedostonhallinnasta\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Näytä varoitus hiekkalaatikosta\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Hiekkalaatikkovaroitus.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Aja Windows-ohjelmistoja Linuxissa Pullot-sovelluksen avulla!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Laita ohjelmistoja pulloihin ja ota ilo irti niistä!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Sisäänrakennettu riippuvuusasennusjärjestelmä mahdollistaa ohjelmistojen \"\n\"yhteensopivuuden. Lataa viralliset komponentit lataushallinnalla: ajaja \"\n\"(Wine, Proton), DXVK, riippuvuudet jne.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Pulloversiointi pitää työsi turvassa nyt ja antaa sinun palauttaa sen \"\n\"myöhemmin!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Ominaisuudet:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"Luo pulloja valmiiksi määritettyjä ympäristöjä käyttäen tai luo omasi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Suorita suoritettavat tiedostot (.exe/.msi) pulloissasi suoraan \"\n\"tiedostohallinnan pikavalikosta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Pulloihin asennettujen sovellusten automaattinen tunnistus\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Lisää ympäristömuuttujia nopeasti\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Ohita DLL:t suoraan pullokohtaisista asetuksista\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Ajajan muutos lennossa mille tahansa pullolle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Erilaiset pelaamisen suorituskyvyn optimoinnit (esync, fsync, DXVK, \"\n\"välimuisti, shader-kääntäjä, offload… ja paljon muuta.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Wine- ja Proton-ajajien automaattinen asennus ja hallinta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automaattinen pullonkorjaus rikkoutuessa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integroitu riippuvuuksien asennusohjelma, joka perustuu yhteisöohjattuun \"\n\"tietovarastoon\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integroitu tehtävänhallinta Wine-prosesseja varten\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Pääsy ProtonDB:hen ja WineHQ:iin tuen osalta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Järjestelmä asetusten tuomiseksi uusiin Pullot-versioihin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Varmuuskopioi ja tuo pulloja\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Tuo Wine-etuliitteet muilta hallitsimilta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Pullojen versiointi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... ja paljon muuta, mitä löydät asentamalla Pullot!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Päivitä metatietotiedot\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"Lisää päivitystietoja ja julkaisumuistiinpanojen versio\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Korjattu \\\"Lisää Steamiin\\\" -painike\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Oikea versio\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Korjaa kaatuminen pulloa luotaessa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Merkittävä muutos: Uuden pullon käyttöliittymän uudelleensuunnittelu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Elämän parannusten laatu:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Lisää omavalintainen suorituspolku\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Bugikorjaukset:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Pikanäppäimen lisääminen Steamiin johti virheeseen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Varmuuskopioiden tuominen johti virheeseen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Steam Runtime otetaan automaattisesti käyttöön, kun käytössä on wine-ge-\"\n\"custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Oikea versiopäivämäärä\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Piilota NVIDIAan liittyvät kriittiset virheet muissa kuin NVIDIA-\"\n\"järjestelmissä\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Riippuvuuksien asennus on nopeampi ja vakaampi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Terveystarkastuksessa on lisätietoja nopeampaa viankorjaamista varten\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Lasketaan…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Suorita .exe/.msi tässä pullossa\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"Napsauta \\\"Luo uusi pullo…\\\" luodaksesi uuden pullon.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Luo uusi pullo…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Uusi pullo\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Pullon tiedot\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Windows-pelejä varten parannettu ympäristö.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Windows-ohjelmistoja varten parannettu ympäristö.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Tyhjä ympäristö kokeiluillesi.\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Älä linkitä käyttäjähakemistoa kotihakemistoon\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Mukautettu resepti\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Valitse mukautettu resepti ympäristölle, jos sinulla on sellainen.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Mukautettu polku\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Talleta tämä pullo eri paikkaan.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Olet offline-tilassa, et voi ladata.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Valitse suoritustiedoston polku\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Valitse Windowsin suoritettava tiedosto\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Valitse työskentelyhakemisto suoritettaville tiedostoille\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Valitse reseptitiedosto\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Valitse mihin pullo talletetaan\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Valitse uusi pullojen polku\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Valitse skripti\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Valitse työskentelyhakemisto\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Komponenttien asentaminen epäonnistui, yritettiin kolme kertaa.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Ranskan käännökset kiitos @julroy67\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Ranskan käännökset kiitos @julroy67\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Slovakian käännökset @MartinIIOT ansiosta\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugalin käännökset kiitos @SantosSi\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Tasot\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultralaatu\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Laatu\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Tasapainotettu\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Tasoitettu\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Tasoihin pohjautuva ympäristö, missä jokainen sovellus on taso.\"\n\n#~ msgid \"\"\n#~ \"Compress snapshots to reduce space. This will slow down creation of \"\n#~ \"snapshots.\"\n#~ msgstr \"\"\n#~ \"Pakkaa tilannevedokset tilan säästämiseksi. Tämä hidastaa tilannevedosten \"\n#~ \"luomista.\"\n\n#~ msgid \"This feature is not available on your system.\"\n#~ msgstr \"Tämä ominaisuus ei ole käytettävissä järjestelmässäsi.\"\n\n#~ msgid \"This will delete all snapshots, but keep your files.\"\n#~ msgstr \"Tämä poistaa kaikki tilannvedokset, mutta tiedostot säilytetään.\"\n\n#~ msgid \"Name has special characters or already in use\"\n#~ msgstr \"Nimessä on erikoismerkkejä tai se on jo käytössä\"\n\n#~ msgid \"Choose new Bottles path\"\n#~ msgstr \"Valitse uusi pullojen polku\"\n\n#, fuzzy\n#~ msgid \"Arabic tran*slations thanks to @TheDarkEvil\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Protuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugalin käännökset kiitos @SantosSi\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Valitse polku\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Valitse tiedosto.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Tiedostoa ei löytynyt\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Tiedostoa ei löytynyt. Valitse sopiva tiedosto.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Välilyöntejä tiedoston nimessä\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Kuvan mitat ovat virheelliset\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Kuvan korkeuden ja leveyden tulee vastata toisiaan.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Hallitse helposti wine-etuliitettä ympäristöjä käyttäen\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Suorita argumenteilla…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Selaa sisäisiä tiedostoja Wine-tiedostonhallinnalla.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Hallitse prosesseja Wine-tehtävänhallinnan avulla.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"wine-prosessien selvittäminen.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine-kokoonpano\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Säädä sisäisiä asetuksia.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Poista ohjelmat Wine-asennuksen poistajalla.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Avaa sisäinen Winen ohjauspaneeli.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Käytä Asentajat-osiota tai \\\"Käynnistä suoritustiedosto\\\"-painiketta.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Riippuvuudet ovat ohjelmia, kirjastoja ja koodekkeja, jotka parantavat \"\n#~ \"Windows-ohjelmistojen yhteensopivuutta. Asenna tätä kautta täyttääksesi \"\n#~ \"ohjelmistosi riippuvuudet.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Lue dokumentaatio.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Asenna valitut\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Emme suosittele useiden riippuvuuksien asentamista samanaikaisesti.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Valitse riippuvuudet\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Käytä tätä osiota asentaaksesi yhteisön kuratoimia ohjelmia ilman, että \"\n#~ \"joudut tehdä määrityksiä manuaalisesti.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Lue dokumentaatio\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafiikka\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Parantaa suorituskykyä DirectX 11 -pohjaisissa peleissä ja 3D-\"\n#~ \"sovelluksissa.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Parantaa suorituskykyä DirectX 12 -pohjaisissa peleissä ja 3D-\"\n#~ \"sovelluksissa.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt on Vulkanin jälkikäsittelykerros, jonka avulla parannetaan \"\n#~ \"pelien graafista ulkoasua.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Hallitse vkBasaltin asetuksia\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Käytä Winen virtuaalista työpöytää.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Kokon näytön hiiren kaappaus\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Salli ohjelman kaapata hiiren syöte koko näytön tilassa.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Ota kohdistus\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"Aktivoi josohjelma ei ota kohdistusta uudelleen vaihtamisen yhteydessä.\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Muuta tätä jos kohtaat ongelmia hiiren viiveen tai sen epäsynkronisuuden \"\n#~ \"kanssa.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Näytön skaalaus\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Aseta mukautettu DPI.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderöijä\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Valitse mitä taustaosaa käytetään wined3d:lle.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (oletus)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Hallitse komponenttien versioita\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK-versio\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D-versio\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI -versio\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX-versio\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimoi pelisuorituskykyä tarpeen vaatiessa.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Oletusarvoisesti pullon polku.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Palauta oletusarvoon\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Valitse kansio\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Ääni\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Vähennä viivettä\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Aseta PulseAudion viiveeksi 60 millisekuntia äänenlaadun parantamiseksi.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versiointi\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Käytä tilojen pakkausta\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Tämä vähentää tilojen vaatimaa levytilaa, mutta hidastaa tilojen luomista.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Pullot luo tilan, ennen kuin riippuvuuksia tai asennusohjelmia \"\n#~ \"suoritetaan.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Kehitys ja vianjäljitys\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Vulkanin ja OpenGL:n päällystaso, jonka avulla voi tarkastella \"\n#~ \"ruudunpäivitysnopeutta, lämpötiloja, CPU:n/GPU:n kuormitusta jne.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Winen fixme-lokit\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Lokita koodipolut, joita ei ole toteutettu Winessä.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Ohjelmia ei löytynyt\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Asenna ohjelmia asentajat-osiosta tai suorittamalla asennusohjelman \"\n#~ \"suoritustiedoston. Voit lisätä suoritustiedostoja manuaalisesti \"\n#~ \"napsauttamalla \\\"+\\\"-painiketta.\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Ota tauko, tämä saattaa kestää hetken.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Leveys (esim. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Korkeus (esim. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescopen resoluutio\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Vaihda lokitustasoa.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"vkBasaltin asetukset\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Aloita luomalla pullo.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Suorita Windows-ohjelmia Linuxilla.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Mukautettu pullojen polku (vaatii uudelleenkäynnistyksen)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Valitse mihin uudet pullot talletetaan (tämä ei siirrä olemassa olevia \"\n#~ \"pulloja).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"Aikaisessa kehitysvaiheessa (vaatii uudelleenkäynnistyksen).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Tuo/vie…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Tuki\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Keskustelualueet\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Avaa valikko\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Uusi pullo\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"OK\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Vahvista\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Haluatko varmasti lopettaa kaikki prosessit?\\n\"\n#~ \"Se voi aiheuttaa tietojen katoamisen.\"\n\n#, fuzzy\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Osoita pullon polkuun\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Tiedot ja työkalut\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Löytyi pullosi Käynnistä-valikosta.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Pullo nimeltä “{0}” luotiin onnistuneesti\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' asennettu.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Uutiset\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Luodaan versionointitila 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Uusi pullo\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Ranskan käännökset kiitos @julroy67\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Ranskan käännökset kiitos @julroy67\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Hallitse helposti wine-etuliitettä\"\n\n#, fuzzy\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Kokeilut\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Vaihda kokeelliset asennusohjelmat -ominaisuus\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Ladataan…\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Terveystarkastus\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Luodaan tilatiedostojen indeksiä…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Luodaan palautuspiste…\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Päivitetään indeksi…\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Indeksitiedostoa ei voitu päivittää.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Suoritettavalle ohjelmalle löytyi argumentteja: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Vaihe {self.__step}/{self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' käynnistetty.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' käynnistetty Steamilla.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indeksi tilalle {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Lue dokumentaatio riippuvuuksista.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Aseta päälle/pois DXVK-peite, joka näyttää kuvanpäivitysnopeuden ja muita \"\n#~ \"tietoja D3D-sovelluksissa.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Lue dokumentaatio ohjelmista\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Lisäasetukset\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Paikalliset resurssit\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Etsi etuliitteitä\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Ota versiointi käyttöön, jotta pullo voidaan tallentaa ja palauttaa \"\n#~ \"tilaan.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Kirjasto\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Terveystarkastus\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Ladataan...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Tehtävienhallinta\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Asennetaan...\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Kirjoita lyhyt kommentti:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"Väliaikaiset tiedostot\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"Sulje Pullot, kun ohjelma on käynnistetty tiedostonhallinnasta\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"Esijulkaisu\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris-ajajat\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Pullojen versiointi (kokeellinen)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Käännä</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Rahoitus</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Virheraportti</\"\n#~ \"a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blogi</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Virheraportti\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Avaa tiedostohallinnassa\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Siirry hiekkalaatikon sisään\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Siirrytään hiekkalaatikon sisään…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Apuohjelmat\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Komentorivi\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Rekisterimuokkain\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine-kokoonpano\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Ohjauspaneeli\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Testitila käytössä: vain riippuvuudet testaustietovarastosta näytetään.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Lue dokumentaatio\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Pullon tiedot\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Kaunis pulloni\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Nimeä pullo uudelleen\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Käytä DXVK:ta\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Käytä VKD3D:tä\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Käytä FSR:ää\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Käytä LatencyFleX:iä\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK-versio\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Hallitse VKD3D-versioita\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Käynnistää wineserverin uudelleen.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL-ohitukset\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"\"\n#~ \"Aseta PulseAudion viiveeksi 60 millisekuntia äänenlaadun parantamiseksi\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Lue dokumentaatio versioinnista\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"esim. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Olemassa olevat ohitukset\"\n\n#, fuzzy\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"esim .: -esimerkki1 -esimerkki2 -esimerkki3=hei\"\n\n#, fuzzy\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"Monista pullo\"\n\n#, fuzzy\n#~ msgid \"page_name\"\n#~ msgstr \"Nimeä pullo uudelleen\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Uusi muuttuja\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"esim. MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"Täällä voit muuttaa suoritettavien komentojen ympäristömuuttujia.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"esim. VAR1=arvo VAR2=arvo\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"esim. VAR1=arvo VAR2=arvo ...\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"esim. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"esim. 30\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Kirjoita uusi nimi:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Kirjoita tähän...\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Viesti menee tänne.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Apuohjelma ja asetukset\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Valitse pullolle nimi\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Käytä mukautettua polkua\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Tervetuloa\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Pullot tekee Windows-ohjelmistojen suorittamisesta Linuxissa paljon \"\n#~ \"helpompaa.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Mitä pullot ovat?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Melkein valmista\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Ajaja tulee ladata ja asentaa, jotta voit luoda omia pulloja.\\n\"\n#~ \"Latauksen koko on noin <b>70 Mt</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-\"\n#~ \"run\\\">Lisätietoja ladattavasta sisällöstä</a>\\n\"\n#~ \"\\n\"\n#~ \"Emme voi tarjota näitä tiedostoja Pullot-sovelluksen kanssa, koska niillä \"\n#~ \"on eri julkaisuaikataulut.\\n\"\n#~ \"\\n\"\n#~ \"Kun olet valmis, paina <b>Asenna</b>-painiketta.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Istu alas hetkeksi, lataus voi kestää jonkin aikaa.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Lataa\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Kaikki valmiina!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Olet nyt valmis luodaksesi ensimmäiset pullot.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Valmis\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Näytetäänkö yllä olevassa luettelossa epävakaat versiot.\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"Muuta käynnistysvalintoja\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Piilota luettelosta\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Käsitellään...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Kirjastosi\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Siirry takaisin\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Asentaja vaatii paikallisia resursseja\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Ei löydy suoritettavaa tiedostoa [{0}].\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Asennus epäonnistu, tarkista lokit.\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Vahvista poisto\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Valmis\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe-ajajat\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton-ajajat\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Muut ajajat\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Pullojen keskustelualue\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Älä piilota tätä ohjelmaa\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Anna pullolle nimi\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Uudet ohjelmat löytyvät automaattisesti.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Monista pullo\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Muuta ympäristömuuttujia\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Tämä kenttä ei voi sisältää erikoismerkkejä!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Ne ovat yhteensopivuustasoja, jotka mahdollistavat Windows-ohjelmistojen \"\n#~ \"asentamisen ja suorittamisen Linux-järjestelmissä.\\n\"\n#~ \"\\n\"\n#~ \"<b>Pullot</b> ovat ympäristöjä, missä ajaja määrittää järjestelmän \"\n#~ \"asetukset ja mihin Windows-ohjelmistot asennetaan suoritettavaksi.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Lue lisää \"\n#~ \"ajajista</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Tuonti ja vienti\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"Aseta mukautettu DPI\"\n\n#~ msgid \"Select what backend to use for wined3d\"\n#~ msgstr \"Valitse mitä taustaosaa käytetään wined3d:lle\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"Mitä ajajat ovat?\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Ajaja tulee ladata ja asentaa, jotta voit luoda omia pulloja.\\n\"\n#~ \"Latauksen koko on noin <b>70 Mt</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-\"\n#~ \"run\\\">Lisätietoja ladattavasta sisällöstä</a>\\n\"\n#~ \"\\n\"\n#~ \"Emme voi tarjota näitä tiedostoja Pullot-sovelluksen kanssa, koska niillä \"\n#~ \"on eri julkaisuaikataulut.\\n\"\n#~ \"\\n\"\n#~ \"Kun olet valmis, paina <b>Asenna</b>-painiketta.\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"Näytä päivityspäivä\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"Kirjastotila\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak-ohje\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Tuhoa tämä pullo\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64-bittinen\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Tee varmuuskopio tästä pullosta\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Yöteema\"\n\n#, fuzzy\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Ota tumma teema käyttöön.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Kokeilut: asentajat\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Vaihda kokeelliset asennusohjelmat -ominaisuus\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Ota ACO shader -kääntäjä käyttöön\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Parantaa suorituskykyä peleissä ja 3D-sovelluksissa.\\n\"\n#~ \"Poista käytöstä jos havaitset graafisia ongelmia.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Yötila\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Pullojen ongelmat\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Pullot aloitettu!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Tämä on kokeellinen ominaisuus, joka on vielä varhaisessa \"\n#~ \"kehitysvaiheessa. Ole varovainen ja <a href=\\\"https://github.com/\"\n#~ \"bottlesdevs/Bottles/issues/new/choose\\\">ilmoita ongelmista</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017–2021 – Bottles-kehittäjät\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimoi pelisuorituskykyä tarpeen vaatiessa\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI-versio\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Osoita pullon polkuun\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Pelitila ei ole käytettävissä järjestelmässäsi tai se ei ole käynnissä.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Kokeilut: asentajat\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Ohjelmisto\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Windows-ohjelmistoja varten parannettu ympäristö.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Käytä tummaa teemaa sovelluksessa.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Kokeilut: versiointi\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Tuonti ja vienti\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Luodaan eristettyjä kansioita…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"\"\n#~ \"Nämä ovat tietokoneellasi käynnissä olevat wine-/wineserver-prosessit.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Tarkista käynnissä olevat prosessit.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Varmuuskopioi pullo\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Pullo\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Ajajia ei löytynyt. Asenna sellainen.\"\n\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"DXVK:ta ei löytynyt, asennetaan uusin versio…\"\n\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"VKD3D:tä ei löytynyt, asennetaan uusin versio…\"\n\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"NVAPI:a ei löytynyt, asennetaan uusin versio…\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Uusi pullo {0} on nyt valmis.\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Lataushallinta\"\n\n#, fuzzy\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Portugali (Brasilia) käännökset kiitos @vitor180396\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Valitse ympäristö\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Lataa ja asenna tämä ajaja\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Sulje Pullot, kun suoritustiedosto käynnistetään tiedostonhallinnasta\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Lataukset\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Valitse Windowsin suoritettava tiedosto\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Valitse Windowsin suoritettava tiedosto\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"wine-prosessien selvittäminen.\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Vaihda kokeellinen versiointiominaisuus\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Kokeilut: asentajat\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Selaa C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Päivitä ajo uusimpaan paikallisesti asennettuun\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Tuhota pullo\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Tämä muuttaa juoksijan arvosta {0} arvoon {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Aja tässä pullossa\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Luodaan pullon määritystiedosto…\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Valitse varmuuskopiointiarkisto\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Saksan käännökset kiitos @thericosanto\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Tämä on {0}:n ilmentymä.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Tämä on {0}:n indeksi.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Ladattu tiedosto {0} näyttää vioittuneelta. Yritä uudelleen.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Asennus {0} juoksija …\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Komponentti {0} asennettu onnistuneesti!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} valmis {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} onnistuneesti tuotu!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Varmuuskopio {0} on valmis!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Varmuuskopion {0} tuonti onnistui.!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Varmuuskopion tuonti epäonnistui {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Mikä on Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine on yhteensopivuuskerros, jonka avulla Windows-ohjelmistot voivat \"\n#~ \"toimia Linuxissa.\\n\"\n#~ \"Pulloissa sitä kutsutaan <b>ajajaksi</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wine-etuliitteet ovat ympäristöjä, joissa Wine toimii. Pulloissa näitä \"\n#~ \"kutsumme <b>pulloiksi</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Sivu 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVK-versiot\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Väliaikaisen polun tyhjentäminen epäonnistui!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Ajojen polkua ei ole olemassa, se nyt luodaan.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Pullojen polkua ei ole olemassa, se nyt luodaan.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Dxvk:n polkua ei ole olemassa, se nyt luodaan.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Väliaikaista polkua ei ole olemassa, se nyt luodaan.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Purku epäonnistui! Arkisto päättyy odotettua aikaisemmin.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Tiedosto [{0}] on jo olemassa, ohitetaan.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Nimeä [{0}] uudelleen [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Ladattu tiedosto [{0}] näyttää vioittuneelta.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Lähteen tarkistussumma: [{0}] ladattu: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Komponentin asentaminen: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Asennetaan riippuvuus: [{0}] pullossa: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Poistetaan [{0}] system32:sta pullossa: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] ei löytynyt pullosta: [{1}], poistaminen system32:sta epäonnistui.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Poistetaan riippuvuus: [{0}] pullosta: [{1}] kokoonpano.\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Juoksijat löytyivät: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvk löytyi: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Dxvk:ta ei löytynyt.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Avain: [{0}] ei pullossa: [{1}] kokoonpano, päivitys.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"Avain: [{0}] ei pullossa: [{1}] kokoonpano Parametrit, päivitys.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Asetusavain: [{0}] asti [{1}] pullon puolesta: [{2}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Sovellusympäristö: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Pullo: [{0}] luotu onnistuneesti!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Poistettiin onnistuneesti pullon polulta: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Tyhjä polku löydetty, ei onnistu välttämään katastrofeja.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Pullon korjaaminen: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Avaimen lisääminen: [{0}] ja arvo: [{0}] ja arvo: [{0}]: [{1}] ja Data: \"\n#~ \"[{1}] ja Data: [{1}]: [{2}] rekisteripullossa: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"Poistetaan arvoa: [{0}] avaimelle: [{1}] rekisteripullossa: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Dxvk: n asentaminen pullolle: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Pullon dxvk:n irrotus: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Suoritetaan suoritettavaa tiedostoa viinin etuliitteellä …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"winebootin suorittaminen wineprefixillä …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"winecfg:n suorittaminen wineprefixillä …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Winetricksin suorittaminen wineprefixillä …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Vianmäärityskonsolin suorittaminen wineprefix …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"CMD-ohjelman suorittaminen wineprefixillä …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Tehtävienhallinnan suorittaminen wineprefix …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Ohjauspaneelin suorittaminen wineprefix …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Asennuksen poistoohjelman suorittaminen wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Regedit-ohjelman suorittaminen wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Lähetetään tila: [{0}] viinien etuliitteen …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Tiedostonhallinnan avaaminen polulla …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Viiniprefiksin [{0}] tuominen uuteen pulloon …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Virhe luotaessa pullopolkua viinin etuliitteille [{0}]. Keskeytetään.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Viiniprefiksi: [{0}] onnistuneesti tuotu!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] korvattavat tiedostot.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] lisättäviä tiedostoja.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Konfiguraation varmuuskopiointi: [{0}] vuonna [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Varmistuspullo: [{0}] vuonna [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Varmuuskopion tallentaminen polulle epäonnistui: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Varmuuskopion tuonti epäonnistui: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Yhteyden tila: online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Korjaa ympäristön valintatyyli Yaru-teemassa\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Älä tuhoa page_details-sivua pullon poiston yhteydessä.\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Lisää freetype riippuvuussuhteeksi\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Käynnistä Windows uudelleen\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Sammuta Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Tapa kaikki wine-prosessit\"\n"
  },
  {
    "path": "po/fr.po",
    "content": "# French translation\n# Copyright (C) 2020 THE BOTTLE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# Lahfa Samy <samy@lahfa.xyz>, 2020.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-27 05:01+0000\\n\"\n\"Last-Translator: Nota Inutilis <hugo@notainutilis.fr>\\n\"\n\"Language-Team: French <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"fr/>\\n\"\n\"Language: fr\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Aucun chemin spécifié\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sauvegarde {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importation de la sauvegarde : {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Échec de l’installation des composants, échec des 3 essais.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Composants essentiels manquants. Installation en cours…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Échec de la création d’un dossier bouteille.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Échec de la création du dossier/fichier de remplacement.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Génération de la configuration de la bouteille…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Modèle trouvé, application…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Configuration de Wine en cours de mise à jour…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configuration de Wine mise à jour !\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\"Exécuter en tant que Flatpak, mise en bac à sable du dossier utilisateur…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Mise en bac à sable du dossier utilisateur…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Configuration de la version de Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Application des paramètres par défaut CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimisation de l’environnement…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Mise en place de l’environnement : {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Utilisation d'une recette d’environnement personnalisée…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Configuration non trouvée ou non valide…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Installation de DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installation de VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Installation de DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Installation de la dépendance : %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Création de l’état version 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Finalisation…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Mise en cache du modèle…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Mise à jour des états…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Pas de travail à faire\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nouvel état [{0}] créé !\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Liste des états récupérée avec succès !\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"État [{0}] restauré avec succès !\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Restauration de l’état {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"État non trouvé\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"L’état {} est déjà celui actif\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Afficher la version\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Chemin de l’exécutable\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Chemin du lien\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nom de la bouteille\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Passer des arguments\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI invalide (syntaxe : bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit] requête reçue.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] requête reçue.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh] requête reçue.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Faire un don\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Bibliothèques tierces et remerciements spéciaux\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsorisé et subventionné par\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 — Développeurs de Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Développeurs de Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"crédits_traducteurs\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Version du composant\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Désinstaller\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Parcourir les fichiers\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"L’installation a échoué. Cela peut être dû à une erreur de référentiel, à un \"\n\"téléchargement partiel ou à une erreur de somme de contrôle. Appuyez pour \"\n\"réessayer.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Télécharger et installer\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0 %\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Afficher le manifeste\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licence\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Réinstaller\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Signaler un bogue…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nom de la dépendance\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Description de la dépendance\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Catégorie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Télécharger et installer cette dépendance\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Une erreur d’installation s’est produite. Redémarrez Bouteilles pour lire le \"\n\"rapport de plantage ou exécutez-le via un terminal pour lire la sortie.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menu dépendance\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Dépannage\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Parcourir les fichiers…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplication de la bouteille…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Ceci est l’archive complète de votre bouteille, y compris les fichiers \"\n\"personnels.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Sauvegarde complète…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Ceci n’est que la configuration de la bouteille, c’est parfait si vous \"\n\"voulez en créer une nouvelle, mais sans fichiers personnels.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exporter la configuration…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Afficher les programmes masqués\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Rechercher de nouveaux programmes\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Supprimer la bouteille…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menu secondaire\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Forcer l’arrêt de tous les processus\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simuler un arrêt système de Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Éteindre\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simuler un redémarrage système de Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Redémarrer\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Paramètres de lancement\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Exécuter dans un terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Déposer des fichiers pour les exécuter\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Ma bouteille\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Environnement\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Exécuteur\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Gestion des versions activée pour cette bouteille\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"La gestion des versions est active pour cette bouteille.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Lancer l’exécutable…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programmes\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Cliquez sur « Lancer l’exécutable… » pour lancer un exécutable, « Ajouter \"\n\"des raccourcis... » pour ajouter un exécutable à la liste Programmes, ou « \"\n\"Installer des programmes… » pour installer des programmes proposés par la \"\n\"communauté.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Ajouter un raccourci…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Installer un programme…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Options\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Paramètres\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Configurez les paramètres de la bouteille.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dépendances\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Installez les dépendances pour les programmes.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Instantanés\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Créez et gérez les états des bouteilles.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gestionnaire des tâches\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gérer les programmes en cours d’exécution.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Outils\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Ligne de commande\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Exécuter des commandes dans la bouteille.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Éditeur de registre\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Modifier le registre interne.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Anciens outils Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorateur\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Débogueur\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuration\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Programme de désinstallation\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panneau de configuration\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Rechercher des dépendances…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Vous êtes hors ligne :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles fonctionne en mode déconnecté, les dépendances ne seront pas \"\n\"disponibles.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Les dépendances sont des ressources qui améliorent la compatibilité des \"\n\"logiciels Windows.\\n\"\n\"\\n\"\n\"Les fichiers sur cette page sont fournis par des tiers sous une licence \"\n\"propriétaire. En les installant, vous acceptez leurs conditions de licence \"\n\"respectives.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Signaler un problème ou une dépendance manquante.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Signaler une dépendance manquante\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Lire la documentation.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentation\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Rechercher\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Rechercher des programmes…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Installer des programmes sélectionnés par notre communauté.\\n\"\n\"\\n\"\n\"Les fichiers figurant sur cette page sont fournis par des tiers sous une \"\n\"licence propriétaire. En les installant, vous acceptez leurs conditions de \"\n\"licence respectives.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Aucun installateur trouvé\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Le dépôt est injoignable ou aucun installateur n’est compatible avec cette \"\n\"bouteille.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Lire la documentation\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nom\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Composants\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"La version de la couche de compatibilité de Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Mise à jour de l’exécuteur et des composants, veuillez patienter…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Améliorez la compatibilité Direct3D 8/9/10/11 en traduisant vers Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Mise à jour de DXVK, veuillez patienter…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Améliorez la compatibilité Direct3D 12 en traduisant vers Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Mise à jour de VKD3D, veuillez patienter…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Mise à jour de DXVK-NVAPI, veuillez patienter…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFlex\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Augmente la réactivité. Peut être détecté par certains logiciels anti-triche.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Mise à jour de LatencyFleX, veuillez patienter…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Affichage\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Augmente les performances au détriment des visuels à l’aide de DXVK-NVAPI. \"\n\"Ne fonctionne que sur les GPU NVIDIA récents.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Résolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Augmente les performances au détriment des visuels. Ne fonctionne que sur \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Gérer les paramètres de FidelityFX Super Résolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Carte graphique dédiée\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Utiliser la carte graphique dédiée pour augmenter les performances au \"\n\"détriment de la consommation d’énergie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Effets de post-traitement\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Ajoute divers effets de post-traitement à l’aide de vkBasalt. Ne fonctionne \"\n\"que sur Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Gérer les paramètres de la couche de post-traitement\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Gérer la façon dont les jeux doivent être affichés à l’écran à l’aide de \"\n\"Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gérer les paramètres de Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Paramètres d’affichage avancés\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Performance\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Activer la synchronisation pour améliorer les performances des processeurs \"\n\"multicœurs.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synchronisation\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Système\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Contrôle des performances\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Afficher des informations de surveillance telles que la fréquence d’images, \"\n\"les températures, la charge CPU / GPU et plus encore sur OpenGL et Vulkan en \"\n\"utilisant MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Appliquer un ensemble d’optimisations à votre appareil. Peut améliorer les \"\n\"performances du jeu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Précharger les fichiers de jeu\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Améliorer le temps de chargement lors du lancement du jeu plusieurs fois. Le \"\n\"jeu prendra plus de temps pour commencer pour la première fois.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gérer les paramètres de vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Capture de jeu OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Activer/désactiver la capture de jeu OBS pour tous les programmes Vulkan et \"\n\"OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilité\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Version de Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Mise à jour de la version Windows, veuillez patienter…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Langue\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Choisir la langue à utiliser pour les programmes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Bac à sable dédié\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Définir un environnement restreint/géré pour cette Bouteille.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Gérer les autorisations du bac à sable\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Environnement d’exécution Bouteilles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Fournit un ensemble de bibliothèques supplémentaires pour plus de \"\n\"compatibilité. Désactivez si vous rencontrez des problèmes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Environnement d’exécution Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Fournit un ensemble de bibliothèques supplémentaires pour plus de \"\n\"compatibilité avec les jeux Steam. Désactivez si vous rencontrez des \"\n\"problèmes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Répertoire de travail\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Réinitialiser à la valeur par défaut\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Par défaut)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Substitutions de DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variables d’environnement\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gérer les lecteurs\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Instantanés automatiques\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Créez automatiquement des instantanés avant d’installer un logiciel ou de \"\n\"modifier les paramètres.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compression\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Compressez les instantanés pour réduire l’espace. Cela ralentira la création \"\n\"des instantanés.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Utiliser des motifs d’exclusion\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Exclure des chemins dans les instantanés.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gérer les modèles\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Rafraîchir\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Arrêter le processus\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Aucun instantané trouvé\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Créez votre premier instantané pour commencer à enregistrer les états de vos \"\n\"préférences.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Un court commentaire\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Enregistrer l’état de la bouteille.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Créer un nouvel instantané\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Détails\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Retourner\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Opérations\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Sélectionner la bouteille\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Annuler\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Sélectionner\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Créer une nouvelle bouteille\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Rapport de crash de Bouteilles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"A_nnuler\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Envoyer le rapport\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bouteilles a planté la dernière fois. Veuillez remplir un rapport en \"\n\"joignant la trace suivante pour nous aider à identifier le problème et \"\n\"éviter qu’il ne se reproduise.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Nous avons trouvé un ou plusieurs rapports similaires (ou identiques). \"\n\"Veuillez vérifier qu’il n’a pas déjà été signalé avant d’en soumettre un \"\n\"nouveau. Chaque rapport nécessite un effort de la part des développeurs pour \"\n\"être diagnostiqué, veuillez respecter leur travail et vous assurer de ne pas \"\n\"soumettre de doublons.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Je souhaite tout de même envoyer un rapport.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Options avancées\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Paquet incomplet\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Cette version de Bouteilles n’a pas l’air de fournir toutes les dépendances \"\n\"de base nécessaires, veuillez contacter le mainteneur du paquet ou utiliser \"\n\"une version officielle.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Quitter\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Les DLL (Bibliothèques de liens dynamiques) peuvent être spécifiées comme \"\n\"étant intégrées (fournies par Wine) ou natives (fournies par le programme).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nouvelle substitution\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Substitutions\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Disques\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Ceci sont les chemins de votre système hôte qui sont assignés et reconnus \"\n\"comme périphériques par l’exécuteur (p. ex. : C:, D:, …).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Lettre\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Disques existants\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Dupliquer la bouteille\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Dupliquer\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Saisissez un nom pour la bouteille dupliquée.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplication en cours…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Cela pourrait prendre un certain temps.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bouteille dupliquée\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Les variables d’environnement sont des valeurs dynamiques qui peuvent \"\n\"affecter la façon dont les processus en cours d’exécution se comporteront \"\n\"sur votre bouteille.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nom de la variable\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variables existantes\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Motifs d’exclusion\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Définir des modèles qui seront utilisés pour empêcher certains dossiers d’\"\n\"être versionné.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Motif\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Motifs existants\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Paramètres de Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Enregistrer\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Gérer la façon dont les jeux doivent être affichés.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Résolution du jeu\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Utilise la résolution du jeu vidéo comme référence en pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Largeur\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Hauteur\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Résolution de la fenêtre\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Augmente la résolution lorsque vous utilisez une résolution supérieure à \"\n\"celle du jeu en pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Divers\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Limite de fréquence d’images\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Limite de fréquence d’images en l’absence de focus\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Mise à l'échelle des entiers\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Type de fenêtre\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Sans bordure\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Plein écran\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Voulez-vous procéder à l’installation ?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Commencer l’installation\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Ce programme d’installation nécessite des ressources locales qui ne peuvent \"\n\"être fournies autrement.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Procéder\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Terminée !\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Afficher les programmes\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Installation échouée !\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Quelque chose s’est mal passé.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Tous les messages\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Critique\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Erreurs\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Avertissements\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Info\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Navigateur de journaux\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Navigateur de journaux\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Changer le niveau de journalisation.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Tous\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Ces arguments sont transmis au lancement du programme.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Arguments personnalisés\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Arguments de commande\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"p.ex. : VAR=valeur %command% -exemple1 -exemple2 -exemple3=bonjour\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script de post-exécution\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Choisissez un script qui doit être exécuté après l’exécution.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Choisir un script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Choisir d’où démarrer le programme.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Choisir un répertoire\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Ces paramètres remplaceront les paramètres par défaut de cet exécutable.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Remplacement des préférences\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Réinitialiser aux valeurs par défaut de Bouteilles\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Bureau virtuel\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Clause de non-responsabilité Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Utiliser Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Attention, l’utilisation d’exécuteurs basés sur Proton dans des bouteilles \"\n\"non-Steam peut causer des problèmes et les empêcher de se comporter \"\n\"correctement. \\n\"\n\" \\n\"\n\"Nous recommandons d’utiliser plutôt Wine-GE, une version de Proton destinée \"\n\"à fonctionner en dehors de Steam. \\n\"\n\" \\n\"\n\"En procédant ainsi, l’environnement d’exécution Steam sera automatiquement \"\n\"activé (s’il est présent dans le système et détecté par Bouteilles) afin de \"\n\"lui permettre d’accéder aux bibliothèques nécessaires et de limiter les \"\n\"problèmes de compatibilité. Sachez que GloriousEggroll, le fournisseur de l’\"\n\"environnement d’exécution, n’est pas responsable des problèmes éventuels et \"\n\"nous vous demandons de ne pas les signaler.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"J’ai compris.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Renommer\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Choisissez un nouveau nom pour le programme sélectionné.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nouveau Nom\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Exécuter avec des arguments\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Exécuter\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Écrivez ci-dessous les arguments à passer à l’exécutable.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"p. ex. : -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Paramètres de bac à sable\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Partager le réseau\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Partager le son\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Mise à niveau requise\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continuer\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Lancer la mise à niveau\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nouveau système de gestion des versions\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Le nouveau système de gestion des versions de bouteille est arrivé.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bouteilles a un tout nouveau système de gestion des versions qui n’est pas \"\n\"rétrocompatible.\\n\"\n\"\\n\"\n\"Pour continuer à utiliser la gestion des versions, nous devons réinitialiser \"\n\"le référentiel de la bouteille. Cela ne supprimera pas les données de votre \"\n\"bouteille mais supprimera tous les états existants et en créera un nouveau.\\n\"\n\"\\n\"\n\"Si vous devez revenir à un état antérieur avant de continuer, fermez cette \"\n\"fenêtre et restaurez l’état, puis rouvrez la bouteille pour afficher à \"\n\"nouveau cette fenêtre.\\n\"\n\"\\n\"\n\"L’ancien système sera supprimé dans l’une des prochaines versions.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Réinitialisation du dépôt…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Fait ! Merci de redémarrer Bouteilles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Paramètres des effets post-traitement\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Par défaut\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Paramètres par défaut\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Les effets sont appliqués selon l’ordre de la liste.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Effets\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Netteté adaptative du contraste\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Netteté\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Afficher les informations\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Netteté Luma débruitée\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Débruiter\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Anti-crénelage rapide et approximatif\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Qualité des sous-pixels\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Seuil de qualité de bordure\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Seuil de qualité de bordure minimum\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Anti-crénelage morphologique sous-pixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Détection des bords\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Couleur\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Seuil\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Nombre maximal d’étapes de recherche\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Nombre maximal de pas de recherche diagonale\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Arrondissement de bordure maximal\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"La netteté CAS augmente la netteté d’une image. Des valeurs plus élevées \"\n\"rendent l’image plus nette, tandis que des valeurs inférieures à 0 rendent l’\"\n\"image plus douce que l’image native.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"La netteté DLS augmente la netteté d’une image. Des valeurs plus élevées \"\n\"rendent l’image plus nette.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Le débruitage DLS diminue le bruit d’une image. Des valeurs plus élevées \"\n\"rendent l’image plus douce.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"La qualité des sous-pixels FXAA réduit le crénelage au niveau des sous-\"\n\"pixels. Des valeurs plus élevées rendent l’image plus douce.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Le seuil du bord FXAA est la quantité minimale de contraste requise pour \"\n\"appliquer l’algorithme FXAA. Plus la valeur est élevée, plus l’image est \"\n\"contrastée.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Le seuil de qualité minimale du bord FXAA est le nombre minimum de pixels \"\n\"noirs ignorés par l’algorithme FXAA. Des valeurs élevées font que le FXAA \"\n\"ignore les pixels en dessous de cette valeur et peuvent améliorer les \"\n\"performances.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma détecte les bords d’un point de vue monochrome, tandis que Color \"\n\"détecte les bords en fonction des couleurs. Luma est plus performant que \"\n\"Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Le seuil SMAA définie la sensibilité de la détection de bord. Des valeurs \"\n\"basses améliorent la détection des bords au prix d’une baisse de performance.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Le nombre maximal d’étapes de recherche SMAA spécifie le nombre d’étapes de \"\n\"recherche horizontales et verticales lors de la recherche de bords.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Le nombre maximal d’étapes de recherche SMAA spécifie le nombre d’étapes de \"\n\"recherche diagonales exécutées lors de la recherche de bords.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"L’arrondissement de bordure SMAA spécifie l’intensité de l’arrondissement \"\n\"des coins des bordures.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Intégré (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Natif (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Intégré puis Natif\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Natif puis Intégré\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Désactivé\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Supprimer\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/indiquer/le/chemin\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valeur\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Parcourir les fichiers\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nom du préfixe Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gestionnaire\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Ce préfixe Wine a déjà été importé dans Bouteilles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importer une sauvegarde de Bouteilles\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Recherchez à nouveau les préfixes\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Aucun préfixe trouvé\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Aucun préfixe externe n’a été trouvé. Est-ce que Bouteilles y a accès ?\\n\"\n\"Utilisez l’icône en haut pour importer une bouteille à partir d’une \"\n\"sauvegarde.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Archive complète\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Afficher le manifeste…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Lire critiques…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nom de l’installateur\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Description de l’installateur\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Inconnu\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Installer ce programme\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menu du programme\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Aucune vignette\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Lancer\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Exécuter avec Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nom de l’élément\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Retirer de la bibliothèque\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Arrêter\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Bibliothèque\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Ajoutez ici les éléments de la liste des programmes de votre bouteille\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"La gestion des versions fonctionne dans cette bouteille.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Cette bouteille semble endommagée.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Exécuter dans cette bouteille\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Exécuter ici\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Cette bouteille semble endommagé, le fichier de configuration est manquant. \"\n\"Essayons de réparer cela en créant un nouveau fichier de configuration.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Recherchez vos bouteilles…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bouteilles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Créer une nouvelle bouteille …\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Aucun résultat trouvé\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Essayez une recherche différente.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Démarrage…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Cette ressource est manquante.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Parcourir\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_réer\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Nom de la bouteille\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"Application\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"Jeux\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Personnalisée\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personnalisée\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Choisir un répertoire\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Cela rend le répertoire de l’utilisateur accessible dans la bouteille, au \"\n\"risque de partager des informations personnelles avec le logiciel Windows. \"\n\"Cette option ne peut pas être modifiée après la création de la bouteille.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architecture\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Le 32 bits ne doit être utilisé qu'en cas de nécessité stricte.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importer une configuration personnalisée.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Répertoire des Bouteilles\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Répertoire qui contiendra les données de cette bouteille.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"Fermer\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Ce nom n'est pas disponible, veuillez en essayer un autre.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Précédent\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Bienvenue dans Bouteilles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Exécutez des logiciels pour Windows sous Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows en bouteille\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bouteilles utilise des exécuteurs de compatibilité pour fournir des \"\n\"environnements isolés de type conteneur Windows dans lesquels les programmes \"\n\"s’exécutent.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Presque terminé\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\"Nous avons besoin de quelques minutes supplémentaires pour tout préparer…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Tout est prêt !\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Merci de terminer la configuration d’abord\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Commencer à utiliser Bouteilles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Suivant\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Préférences\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Général\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Apparence\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Thème sombre\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Si Bouteilles doit utiliser le thème sombre.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Afficher la date de mise à jour\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\"Indique s’il faut afficher la date de mise à jour dans la liste des \"\n\"bouteilles.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notifications\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\"Afficher des notifications pour les téléchargements et les installations.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Fichiers temporaires\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Nettoyer les fichiers temporaires au lancement de Bouteilles ?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Fermer Bouteilles après le démarrage d’un programme\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\"Fermer Bouteilles après le démarrage d’un programme à partir du gestionnaire \"\n\"de fichiers.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Intégrations\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Préfixes Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Lister et gérer les préfixes Proton Steam.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Lister les applications Steam dans la liste des programmes\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Nécessite l’installation de Steam dans la bouteille.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Lister les jeux Epic Games dans la liste des programmes\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Nécessite l’installation d’Epic Games Store dans la bouteille.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Lister les jeux Ubisoft dans la liste des programmes\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Nécessite l’installation de Ubisoft Connect dans la bouteille.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avancé\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Répertoire de Bouteilles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Répertoire contenant les données de vos bouteilles.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Exécuteurs\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Bouteilles fonctionne en mode hors ligne, les coureurs ne sont donc pas \"\n\"disponibles.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pré-version\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Afficher les versions instables des exécuteurs.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Composants DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"Bouteilles fonctionne en mode hors ligne, les DLL ne sont donc pas \"\n\"disponibles.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Cœur\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Environnement d’exécution\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Fonctionnalités expérimentales\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Ces fonctionnalités sont en phase de développement actif et peuvent être \"\n\"instables, attendez-vous à des bogues et plantages.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Bac à sable par bouteille\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"En développement.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Exécuter avec le terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Parcourir le chemin\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Modifier les options de lancement…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Ajouter à ma bibliothèque\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Ajouter une entrée de bureau\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Ajouter à Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Renommer…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Masquer ce programme\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Montrer ce programme\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Retirer de la liste\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nom du programme\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Identifiant de l’état\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Commentaire de l’état\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Restaurer cet état\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Supprimer le message\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menu principal\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Il semble que vous ne soyez pas connectés à internet. Sans la connexion, \"\n\"vous ne pourrez pas télécharger des composants essentiels. Cliquez sur cette \"\n\"icône lorsque votre connexion internet sera rétablie.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importer…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Aide\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"À propos de Bouteilles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Le fichier « {0} » n’est pas un fichier .exe ou .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Mis à jour : %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"« {0} » ajouté\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Sélectionner l'exécutable\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Ajouter\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Afficher / masquer les programmes masqués\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Lancement de « {0} »…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Faites attention au bac à sable\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bouteilles fonctionne dans un bac à sable, un environnement à autorisations \"\n\"restreintes nécessaire pour assurer votre sécurité. Si le programme ne s’\"\n\"exécute pas, envisagez de vous déplacer à l’intérieur de la bouteille \"\n\"(icône à trois points sur le dessus), puis lancez le programme à partir de \"\n\"là.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Ignorer\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\"Sélectionnez l’emplacement où enregistrer la configuration de sauvegarde\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Export\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Sélectionnez l’emplacement où enregistrer l’archive de sauvegarde\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Sauvegarde\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Sauvegarde créée pour « {0} »\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Sauvegarde échouée pour « {0} »\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Êtes-vous sûr de vouloir supprimer « {} » de manière permanente ?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Cela supprimera définitivement tous les programmes et paramètres qui y sont \"\n\"associés.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Supprimer\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Exécuteur manquant\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"L’exécuteur requis par cette bouteille manque. Installez-le via les \"\n\"préférences de Bouteilles ou choisissez-en un nouveau pour exécuter des \"\n\"applications.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Êtes-vous sûr de vouloir forcer l’arrêt de tous les processus ?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Ceci peut causer la perte ou la corruption de données, et le \"\n\"malfonctionnement de programmes.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"_Forcer l’arrêt\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Cette fonctionnalité n’est pas disponible sur votre système.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\"{} Pour ajouter cette fonctionnalité, veuillez exécuter l’installation de \"\n\"flatpak\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Ce nom de bouteille est déjà utilisé.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Sélectionner le répertoire de travail\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Répertoire contenant les données de « {} ».\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Êtes-vous sûr de vouloir supprimer tous les états ?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Cela supprimera tous les instantanés mais conservera vos fichiers.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Veuillez passer au nouveau système de gestion des versions pour créer de \"\n\"nouveaux états.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Programmes d’installation\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Opérations en cours, veuillez patienter.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Retourner à vos bouteilles.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Sauvegarde importée avec succès\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Échec de l’importation\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importation de la sauvegarde…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Choisissez une archive de sauvegarde\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importation\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Choisir un fichier de configuration\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Lancer l'exécutable dans \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Lancement de \\\"{0}\\\" dans \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Vos Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Téléchargement de ~{0} de paquets…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"{0} de {1} paquets récupéré(s)\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Sélectionner le répertoire des bouteilles\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Création d’une bouteille…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Impossible de créer une bouteille\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"La création de la bouteille a échoué avec une ou plusieurs erreurs.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bouteille créée\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"« {0} » a été créé avec succès.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam n’a pas été trouvé ou Bouteilles n’a pas assez de permissions.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Sélectionner le chemin des bouteilles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Redémarrer Bouteilles ?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bouteilles aura besoin d’être redémarré pour utiliser ce répertoire.\\n\"\n\"\\n\"\n\"Veillez à fermer chaque programme lancé depuis Bouteilles avant de \"\n\"redémarrer l’application, ou vous risquez de perdre ou corrompre vos \"\n\"données, ou de créer des dysfonctionnements des programmes.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Redémarrer\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Basé sur Wine de Valve, inclut la stabilisation et les patchs Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Basé sur Wine en amont, inclut les stabilisations et correctifs Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Basé sur Wine en amont, inclut les correctifs de stabilisation.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Basé sur Wine de Valve, inclut les correctifs de stabilisation Proton et \"\n\"spécifiques à Steam. Nécessite que l’environnement d’exécution Steam soit \"\n\"activé.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Autre\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Mettre à niveau\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Installation…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifeste pour {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" désinstallé\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"« {0} » installé\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Échec de l’installation de « {0} »\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"« {0} » importé\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Il se peut que cette application fonctionne mal. Le programme d’installation \"\n\"a été configuré pour offrir la meilleure expérience possible, mais attendez-\"\n\"vous à des problèmes, une instabilité et un manque de fonctionnalités.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Ce programme fonctionne avec des imperfections notables, mais qui n’\"\n\"affectent pas la fonctionnalité de l’application.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Ce programme fonctionne avec des bogues mineurs.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Ce programme fonctionne parfaitement.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Avis pour {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Lancement de « {0} »…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Lancement de « {0} » avec Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"« {0} » masqué\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"« {0} » affiché\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"« {0} » supprimé\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"« {0} » renommé en « {1} »\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Entrée de bureau créée pour « {0} »\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"« {0} » ajouté à votre bibliothèque\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"« {0} » ajouté à votre bibliothèque Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Afficher le rapport\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Ce problème a été signalé 5 fois et ne peut pas être envoyé à \"\n\"nouveau.\\n\"\n\"            Rapportez vos commentaires dans l’un des rapports existants ci-\"\n\"dessous.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Mise à jour des paramètres d’affichage, veuillez patienter…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Paramètres d’affichage mis à jour\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Aucune substitution trouvée.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Sélectionnez le chemin du disque\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Aucune variable d’environnement définie.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Aucun motif d’exclusion défini.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Une erreur s’est produite.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copier dans le presse-papier\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Sélectionnez le fichier de ressources\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Installation des dépendances Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configuration de la bouteille…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Traitement des étapes de l’installateur…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Installation du {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Réalisation des contrôles finaux…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Installation de {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} est désormais disponible dans la vue des programmes.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Le programme d’installation a échoué avec une erreur inconnue\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} est déjà désactivé pour cette bouteille.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Ce paramètre est différent de celui de la bouteille par défaut.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Sélectionner un script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Chemin d’accès aux bouteilles personnalisé non trouvé\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Retour au chemin par défaut. Aucune bouteille depuis le chemin indiqué ne \"\n\"sera listée.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Exécutez des logiciels Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migration de Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Activer/désactiver la boîte de dialogue de migration de Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Thème sombre\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Forcer le thème sombre.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Activer/désactiver la date de miser à jour dans la liste\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Activer/désactiver la date de mise à jour dans la liste des bouteilles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Listage des applications Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Activer/désactiver le listage des applications Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"listage des jeux Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Activer/désactiver l’affichage des jeux Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Listage Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Activer / désactiver le listage Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Largeur de la fenêtre\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Modifier la largeur de la fenêtre.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Hauteur de la fenêtre\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Modifier la hauteur de la fenêtre.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Afficher les notifications.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Vidage du cache\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Nettoyer le chemin temporaire lors du démarrage du système.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Release Candidate\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Activer/désactiver les Release Candidate pour les exécuteurs.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Vue de démarrage\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Choisir la vue qui doit être chargée au démarrage de l’application.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Activer / désactiver des fonctionnalités expérimentales telles que la \"\n\"gestion des versions ou les programmes d’installation, ou pré-versions des \"\n\"exécuteurs.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Prise en charge de Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Activer/désactiver la prise en charge des préfixes Proton Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Expérimental : Bac à sable\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Activer/désactiver le bac à sable par bouteille expérimental.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Fermeture automatique de Bouteilles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Fermer Bouteilles après avoir lancé l’exécutable depuis le gestionnaire de \"\n\"fichiers.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Afficher les avertissements de bac à sable\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Activer / désactiver les avertissements de bac à sable.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Exécutez des logiciels pour Windows sous Linux avec Bouteilles !\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Embouteillez des logiciels et amusez-vous à loisir !\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Notre système d’installation de dépendances intégré permet un accès facile à \"\n\"un large niveau de compatibilité logicielle. Nous incluons également un \"\n\"gestionnaire de téléchargements pour télécharger les composants officiels : \"\n\"l’exécuteur (Wine, Proton), DXVK, les dépendances, etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Des fonctionnalités telles que la gestion des versions des bouteilles vous \"\n\"permettent de protéger votre travail et de le restaurer plus tard !\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Fonctionnalités :\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Créez vos bouteilles à l’aide d’environnements préconfigurés ou créez votre \"\n\"propre environnement\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Exécutez tous les exécutables (.exe/.msi) de vos bouteilles, directement \"\n\"depuis le menu contextuel de votre gestionnaire de fichiers\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Détection automatisée des applications installées dans vos bouteilles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Ajoutez rapidement des variables d’environnement\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\"Substituer des DLL directement depuis les préférences de chaque bouteille\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Changement d’exécuteur à la volée pour n’importe quelle Bouteille\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Diverses optimisations pour de meilleures performances de jeu (esync, fsync, \"\n\"DXVK, cache, compilateur de shaders, offload... et bien plus encore.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Installation et gestion automatique des exécuteurs Wine et Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Réparation automatique des bouteilles en cas de casse\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Programme d’installation de dépendances intégré basé sur un dépôt \"\n\"communautaire\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Gestionnaire de tâches intégré pour les processus Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Accès facile à ProtonDB et WineHQ pour l’assistance\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\"Système pour transférer votre configuration vers des versions plus récentes \"\n\"de Bouteilles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Sauvegarder et importer des bouteilles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importer des préfixes Wine depuis d’autres gestionnaires\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Gestion des versions de Bouteilles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… et bien plus que vous pouvez trouver en installant Bouteilles !\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Mise à jour des métadonnées\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Ajouter plus d'informations sur la mise à jour et corriger la version des \"\n\"notes de mise à jour\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Correction du bouton \\\"Ajouter à Steam\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Correction du fait que BottleConfig n'est pas sérialisable\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Correction de l'échec de la double extraction de Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Version exacte\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Correction d'un crash lors de la création d'une bouteille\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Changement majeur : Refonte de l'interface de la nouvelle bouteille\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Amélioration de la qualité de vie :\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Remplacer l'icône emote-love par bibliothèque dans la page bibliothèque\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Ajouter un toast pour \\\"Lancer un exécutable\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Correction de bugs :\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"L'ajout d'un raccourci vers Steam entraîne une erreur\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"L'importation de sauvegardes a entraîné une erreur\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Steam Runtime automatiquement activé lors de l'utilisation de wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Diverses corrections liées à la bibliothèque, comme les couvertures vides et \"\n\"les plantages liés à des entrées manquantes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Correction de divers problèmes liés à l'encodage du texte\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Correction d'une erreur lors du téléchargement si Bouteilles n'est pas lancé \"\n\"depuis un terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Date de la version corrigée\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Masquer les erreurs critiques liées à NVIDIA sur les systèmes non NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Améliorations et corrections du Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"L'installation des dépendances est plus rapide et plus stable\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Le bilan de santé contient plus d'informations pour un débogage plus rapide\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI a fait l'objet de nombreuses corrections et est plus stable, il \"\n\"devrait maintenant fonctionner correctement\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Correction d'un crash lors du téléchargement d'un composant\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Amélioration du code du backend en évitant le spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Plus de variables pour les scripts d'installation\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Correction de la boîte de dialogue embarquée affichant \\\" Tout est prêt \\\" \"\n\"alors qu'elle ne l'était pas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Amélioration du système de construction\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\"Activation de VKD3D par défaut lors de la création de bouteilles pour les \"\n\"jeux\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"Correction de plantages lors de la lecture de fichiers Steam avec de mauvais \"\n\"encodages\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Correction des composants qui ne sont pas mis à jour correctement dans \"\n\"l'interface utilisateur après l'installation/désinstallation\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Plus de correctifs pour le FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Correction d'un problème survenant lorsqu'un programme se ferme après avoir \"\n\"été lancé à partir de \\\"Lancer l'exécutable\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"et bien d'autres encore !\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Calcul en cours…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Exécuter un .exe/.msi dans cette bouteille\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"Cliquez sur « Créer une nouvelle bouteille… » pour créer une nouvelle \"\n#~ \"bouteille.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Créer une nouvelle bouteille…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nouvelle Bouteille\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informations sur la bouteille\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Un environnement amélioré pour les jeux Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Un environnement amélioré pour les applications Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Un environnement propre pour vos expériences.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Dossier personnel non lié\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Ne pas lier le dossier utilisateur au dossier personnel\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bits\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Recette personnalisée\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"\"\n#~ \"Choisir une recette personnalisée pour l’environnement si vous en avez \"\n#~ \"une.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Chemin personnalisé\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Conserver cette bouteille dans un endroit différent.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Vous êtes hors ligne, impossible de télécharger.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Choisissez un chemin d’exécutable\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Choisissez un fichier exécutable Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Choisissez le répertoire de travail pour les exécutables\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Choisir un fichier de recette\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Choisir l’endroit où stocker la bouteille\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Choisissez un nouveau chemin pour Bouteilles\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Choisissez le script\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Choisir le répertoire de travail\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"\"\n#~ \"Le paramètre de latence de PulseAudio est désormais obsolète et désactivé \"\n#~ \"par défaut\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"\"\n#~ \"Les détails de la bouteille s’affichent automatiquement lors de sa \"\n#~ \"création\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Bouteilles est désormais conforme aux directives de GNOME Circle\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Désactivation de pulsaudio_latency par défaut.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"\"\n#~ \"Correction d’un plantage lors du démarrage, dû au programme de \"\n#~ \"désinstallation.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"\"\n#~ \"Implémentation d’une file d’attente pour l’installation des composants.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"\"\n#~ \"Correction d’un dysfonctionnement occasionnel de la suppression d’une \"\n#~ \"bouteille.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Prise en charge de la dernière version de dxvk @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Correction pour le DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"Ajout d’infobulles pour les notes des programmes\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Correction de la complétion de l’installateur @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Correction des arguments gamescope @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"Ajout du raccourci Ctrl + W pour fermer les fenêtres @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"Correction d’un bogue déréglant XDG_DATA_HOME\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Traductions en français grâce à @julroy67 et @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Traductions en turc grâce à @54linux-ea et @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Traductions en russe grâce à @lenemter et @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Traductions en catalan grâce à @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Traductions en arabe grâce à @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Traductions en coréen grâce à @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Traductions en portugais grâce à @davipatricio, @SantosSi and @vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Traductions en galicien grâce à @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Traductions en hébreu grâce à @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Traductions en polonais grâce à @Mikutut\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Couches\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Qualité ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Qualité\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Équilibré\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"En couches\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Un environnement en couches, où chaque application est une couche.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility. Disable if \"\n#~ \"you run into issues.\"\n#~ msgstr \"\"\n#~ \"Fournit un ensemble de bibliothèques supplémentaires pour plus de \"\n#~ \"compatibilité. Désactivez si vous rencontrez des problèmes.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility with Steam \"\n#~ \"games. Disable if you run into issues.\"\n#~ msgstr \"\"\n#~ \"Fournit un ensemble de bibliothèques supplémentaires pour plus de \"\n#~ \"compatibilité avec les jeux Steam. Désactivez si vous rencontrez des \"\n#~ \"problèmes.\"\n\n#~ msgid \"\"\n#~ \"Compress snapshots to reduce space. This will slow down creation of \"\n#~ \"snapshots.\"\n#~ msgstr \"\"\n#~ \"Compressez les instantanés pour réduire l’espace. Cela ralentira la \"\n#~ \"création des instantanés.\"\n\n#~ msgid \"Something goes wrong.\"\n#~ msgstr \"Quelque chose s’est mal passé.\"\n\n#~ msgid \"This feature is not available on your system.\"\n#~ msgstr \"Cette fonctionnalité n’est pas disponible sur votre système.\"\n\n#~ msgid \"This will delete all snapshots, but keep your files.\"\n#~ msgstr \"Ceci supprimera tous les états mais conservera vos fichiers.\"\n\n#~ msgid \"Name has special characters or already in use\"\n#~ msgstr \"Le nom contient des caractères spéciaux ou est déjà utilisé\"\n\n#~ msgid \"Choose new Bottles path\"\n#~ msgstr \"Choisissez le nouvel emplacement de Bouteilles\"\n\n#~ msgid \"Added tooltips for program gades\"\n#~ msgstr \"Ajout d’info-bulles pour les grades de programmes\"\n\n#~ msgid \"Arabic tran*slations thanks to @TheDarkEvil\"\n#~ msgstr \"Traductions en arabe grâce à @TheDarkEvil\"\n\n#~ msgid \"\"\n#~ \"Protuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Traductions en portugais grâce à @davipatricio, @SantosSi et @vitorhcl\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Choisir le chemin\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Choisir un fichier.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Fichier non trouvé\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"\"\n#~ \"Le fichier indiqué n’existe pas. Merci de choisir un fichier approprié.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Espaces dans le nom du fichier\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Le chemin de la table de consultation des couleurs ne doit pas contenir \"\n#~ \"d’espaces. Veuillez renommer le fichier pour supprimer tous les espaces.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Dimensions de l’image invalides\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"La hauteur et la largeur de l’image doivent être égales.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Gérer facilement vos préfixes Wine avec des environnements\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Exécuter avec des arguments…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Parcourir les fichiers internes avec l’explorateur Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Gérer les processus avec le gestionnaire des tâches de Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Déboguer les processus Wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Configuration Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Ajuster les paramètres internes.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"\"\n#~ \"Désinstaller les programmes avec le programme de désinstallation Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Accéder au panneau de configuration interne de Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Utilisez la section « Programmes d’installation » ou le bouton « Lancer \"\n#~ \"l’exécutable » ci-dessus.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Les dépendances sont des logiciels, bibliothèques et codecs qui \"\n#~ \"améliorent la compatibilité avec les logiciels Windows. Installez-les à \"\n#~ \"partir d’ici pour répondre aux exigences de vos programmes.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Lire la documentation.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Installer la sélection\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Nous vous déconseillons fortement d’installer plusieurs dépendances à la \"\n#~ \"fois.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Sélectionner les dépendances\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Utilisez cette section pour installer des programmes sélectionnés par \"\n#~ \"notre communauté, sans avoir à procéder manuellement.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Lire la documentation\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Graphismes\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Améliore les performances des jeux et applications 3D DirectX 11.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Améliore les performances des jeux et applications 3D DirectX 12.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"\"\n#~ \"Fournir la prise en charge de DLSS si disponible et utilise NVAPI de \"\n#~ \"Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR utilise des technologies de mise à l’échelle de pointe pour améliorer \"\n#~ \"votre taux de rafraîchissement.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"GPU dédié\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt est une couche de post-traitement Vulkan destinée à améliorer \"\n#~ \"les graphismes des jeux.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Gérer les paramètres de vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Utiliser le bureau virtuel de Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Capture de la souris en plein écran\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Laisser le programme capturer l’entrée de la souris lors du plein écran.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Prendre le focus\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Activez si le programme ne reprend pas le focus lors du changement.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Téléportation de la souris\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Changez cette option si vous rencontrez des problèmes de lag ou de \"\n#~ \"désynchronisation de la souris.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Mise à l’échelle de l’écran\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Définir DPI personnalisé.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Moteur de rendu\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Sélectionnez le backend à utiliser pour wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (par défaut)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Gérer les versions des composants\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Version de DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Version de VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Version de DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Version de LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"faux\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Le même que celui de Bouteilles mais fourni par Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimise les performances des jeux à la demande.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Utiliser le micro-compositeur Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Par défaut, chemin de la bouteille.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Réinitialiser à la valeur par défaut\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Choisir un dossier\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Réduire la latence\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Définir la latence de PulseAudio à 60 ms pour améliorer la qualité du son.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Gestion des versions\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Utiliser la compression pour les états\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Cela réduira l’espace utilisé par les états mais ralentira leur création.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bouteilles créera un état avant de lancer toute dépendance ou programme \"\n#~ \"d’installation.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Utiliser des modèles personnalisés pour exclure certains dossiers de la \"\n#~ \"gestion de versions.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Développement et Débogage\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Un affichage en superposition Vulkan et OpenGL pour surveiller le nombre \"\n#~ \"d’images par seconde, la charge CPU/GPU et plus.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Journaux « fixme » de Wine\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"\"\n#~ \"Enregistrer les chemins de code qui ne sont pas implémentés dans Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Pas de programmes trouvés\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Installez des programmes depuis la section des programmes d’installation \"\n#~ \"ou en exécutant l’exécutable d’installation, vous pouvez également \"\n#~ \"ajouter un exécutable manuellement à l’aide du bouton « + ».\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Activer/désactiver recherche\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Prenez une pause, ceci peut prendre un peu de temps.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configure la manière dont Gamescope doit gérer la fenêtre des jeux que \"\n#~ \"vous allez exécuter.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Largeur (par ex. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Hauteur (par ex. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Résolution de Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Modifier le niveau de journalisation.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Paramètres de vkBasalt\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Table de recherche de couleur\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT transforme l’intervalle de couleurs en une intervalle de couleur \"\n#~ \"différente en utilisant un fichier .CUBE, ou un fichier .png possédant \"\n#~ \"une hauteur égale à sa largeur.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Commencez par créer une bouteille.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Exécuter des logiciels Windows sous Linux\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"\"\n#~ \"Chemin d’accès aux bouteilles personnalisé (nécessite un redémarrage)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Choisissez où stocker les nouvelles bouteilles (cela ne déplacera pas les \"\n#~ \"bouteilles existantes).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"En développement (nécessite un redémarrage).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importer/exporter…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Nous soutenir\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forums\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Ouvrir le menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Nouvelle bouteille\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"OK\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Confirmer la suppression\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Etes-vous sûr de vouloir terminer tous les processus ?\\n\"\n#~ \"Cela peut entrainer une perte de données.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Par défaut, chemin de la bouteille.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Le changement de compression nécessite une réinitialisation\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Ceci conservera tous vos fichiers mais supprimera tous les états. Voulez-\"\n#~ \"vous continuer ?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Détails et utilitaires\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Trouvé dans le menu Démarrer de votre bouteille.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"La bouteille « {0} » a été créée\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"« {0} » installé.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Actualités\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Nouveau système de gestion de versions qui permet le versionnage de toute \"\n#~ \"la bouteille (aussi la configuration)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"\"\n#~ \"Il est désormais possible d’activer ou de désactiver la gestion \"\n#~ \"automatique de versions\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Utiliser la compression pour la gestion de versions des états\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Amélioration de l’enregistrement des options de lancement sans mettre à \"\n#~ \"jour l’interface de multiples fois\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Amélioration de la performance YAML en utilisant libyaml (la paquet \"\n#~ \"python-yaml doit fournir une prise en charge pour cela)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nouvelle boîte de dialogue À propos\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"\"\n#~ \"Prise en charge des couvertures dans le mode bibliothèque (grâce à \"\n#~ \"SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"Suppression de l’option DXVK HUD, utilisez la section Variables \"\n#~ \"d’environnement à la place\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"L’option shell bottles-cli fournit maintenant la sortie de commande\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"Le bilan de santé se trouve maintenant dans la section Dépannage de À \"\n#~ \"propos\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Vérification étendue des dépendances du noyau, les empaqueteurs sont \"\n#~ \"invités à vérifier leurs paquets\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"\"\n#~ \"Nouvelle permission par défaut pour le paquet Flatpak : xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"Ajout de crédits aux librairies tierces dans la section Crédits\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Corrections\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Correction pour la possibilité d’ignorer le dialogue d’embarquement\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Correction pour un nom de bouteille vide\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Correction de gstreamer libs pour les bouteilles win32\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"Correction pour l’erreur RemoteDisconnected causant un plantage\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Correction du mauvais listing Vaniglia\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Correction des modèles générés avec des chemins symlinkés provoquant des \"\n#~ \"boucles\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Correction d’une migration de configuration causant un plantage quand \"\n#~ \"l’utilisateur modifiait la configuration\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Correction de mscoree.dll non trouvé\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"\"\n#~ \"Correction d’une régression pour l’option -b de l’ancien cli bouteilles\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"\"\n#~ \"Correction de l’analyseur des options de lancement Steam qui causait un \"\n#~ \"crash\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Correction d’une régression avec le bouton Ajouter à Steam qui n’ajoutait \"\n#~ \"pas la nouvelle entrée dans Steam\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Traductions en finnois grâce à Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Traductions en indonésien grâce à @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Traductions en espagnol grâce à Pablo Munoz Alabau, @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Traductions en portugais brésilien grâce à @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Traductions en allemand grâce à Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Gérer facilement vos wineprefix\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Expérimental : bibliothèque\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Activer/désactiver le mode bibliothèque expérimental.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Chargement…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Le chemin d’accès personnalisé vers les bouteilles personnalisées n’a pas \"\n#~ \"été trouvé, vérifiez-le dans les Préférences.\\n\"\n#~ \"Retour au chemin d’accès par défaut. Les bouteilles de ce chemin d’accès \"\n#~ \"ne seront pas listées !\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Bilan de santé\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Génération de l’index des fichiers d’état…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Création d’un point de restauration…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Impossible de créer le dossier d’état.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Mise à jour de l’index…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Impossible de mettre à jour le fichier d’états.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Impossible de mettre à jour le fichier d’index.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Arguments trouvés pour l’exécutable : [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Étape {self.__step} de {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"« {0} » lancé.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"« {0} » lancé avec Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Index pour l’état {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Lire la documentation à propos des dépendances.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"ATH DXVK\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Activer/désactiver l’overlay DXVK qui montre les FPS et d’autres détails \"\n#~ \"dans les applications D3D.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Lire la documentation à propos des programmes\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Paramètres supplémentaires\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Ressources locales\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Rechercher des préfixes\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Activer la gestion de versions pour enregistrer et restaurer l’état des \"\n#~ \"bouteilles.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Votre bibliothèque\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Bilan de santé\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Chargement…\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Gestionnaire des tâches\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Choisissez où stocker les nouvelles bouteilles (cela ne déplacera pas les \"\n#~ \"bouteilles existantes)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Installation…\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Impossible de créer l'entrée de bureau à cause de privilèges manquants.\\n\"\n#~ \"Regardez <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">notre \"\n#~ \"vidéo</a> sur comment corriger cela avec Flatpak.\"\n\n#~ msgid \"Windows version\"\n#~ msgstr \"Version de Windows\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Entrez un court commentaire :\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Exécuteurs Lutris\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Gestion de versions pour les bouteilles (expérimental)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Traduire</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Soutenir</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Rapport de \"\n#~ \"bogue</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Rapport de bogue\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Ouvrir avec l’explorateur\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Déplacer dans la sandbox\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Déplacement vers le bac à sable…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilitaires\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Ligne de commande\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Éditeur de registre\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Configuration de Wine\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Panneau de configuration\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Mode test activé : seules les dépendances du dépôt de test sont affichées.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4…\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Bien que les fichiers de cette page aient été vérifiés, ils peuvent être \"\n#~ \"sous licence propriétaire.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Bien que les fichiers de cette page aient été vérifiés, ils peuvent être \"\n#~ \"sous licence propriétaire.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Lire la documentation à propos des programmes d’installation\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Détails de la bouteille\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Ma glorieuse bouteille\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Renommer la bouteille\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Utiliser DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Utiliser VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Activer FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Activer LatencyFleX\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Utiliser un bureau virtuel\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Capture de la souris en plein écran\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Version de DXVK\"\n\n#~ msgid \"VKD3D version\"\n#~ msgstr \"Version de VKD3D\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Gérer les versions de VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Redémarrera wineserver.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Substitutions de DLL\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Lire la documentation à propos du contrôle de version\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"p. ex. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Substitutions existantes\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"p. ex. : -exemple1 -exemple2 -exemple3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"p. ex. : MaBouteilleDupliquée\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"nom_de_page\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_de_duplication\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_dupliquée\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nouvelle variable\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"p. ex. MA_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Ici, vous pouvez modifier les variables d’environnement pour les \"\n#~ \"commandes qui sont exécutées.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"p. ex. : VAR1=valeur VAR2=valeur\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"p. ex. : VAR1=valeur VAR2=valeur…\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"p. ex. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"p. ex. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Vous utilisez la version Flatpak de Bouteilles, pensez à lui donner les \"\n#~ \"permissions via <a href=\\\"https://docs.usebottles.com/flatpak/expose-\"\n#~ \"directories\\\">Flatseal</a> si le chemin du script est en hors du bac à \"\n#~ \"sable.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Saisissez le nouveau nom :\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Saisissez ici…\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Le message vient ici.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utilitaires & Préférences\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Choisissez un nom pour votre bouteille\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Utiliser un chemin personnalisé\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Bienvenue\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Bouteilles est un outil moderne qui affine et simplifie l’exécution de \"\n#~ \"logiciels Windows sous Linux.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Que sont les bouteilles ?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Une bouteille est un environnement similaire à Windows configuré pour \"\n#~ \"exécuter des logiciels Windows. Vous pouvez avoir plusieurs applications \"\n#~ \"dans chaque bouteille.\\n\"\n#~ \"\\n\"\n#~ \"Celles-ci sont isolées et le logiciel qui s’exécute à l’intérieur ne peut \"\n#~ \"pas accéder à vos fichiers personnels si vous ne l’autorisez pas.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">En lire davantage</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Nous y sommes presque\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Nous devons télécharger et installer quelques <a href=\\\"https://docs.\"\n#~ \"usebottles.com/getting-started/first-run\\\">composants (~75 Mio)</a> pour \"\n#~ \"être prêt.\\n\"\n#~ \"\\n\"\n#~ \"Nous ne pouvons pas proposer ces fichiers avec Bouteilles car ces \"\n#~ \"derniers ont des cycles de publication différents.\\n\"\n#~ \"\\n\"\n#~ \"Lorsque vous êtes prêt, appuyez sur le bouton <b>Installer</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Asseyez-vous et détendez-vous, cela peut prendre quelques minutes.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Télécharger\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Ça y est, tout est prêt !\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Vous êtes maintenant prêt à créer vos premières bouteilles.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Terminer\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Avertissement : Veillez à autoriser Flatpak à accéder au nouveau chemin.\\n\"\n#~ \"Ceci va casser le bac à sable !\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Si la liste ci-dessus doit afficher les versions instables.\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Masquer de la liste\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Afficher dans la liste\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Traitement…\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Votre bibliothèque\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Retour\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Le programme d’installation nécessite des ressources locales\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Choisissez l’exécutable pour %s\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Ressources locales non trouvées ou non valides\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"L’installation a échoué, veuillez vérifier les journaux.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Procéder avec l’environnement par défaut…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Confirmer la suppression\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Terminé\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Exécuteurs Caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Exécuteurs Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Autres exécuteurs\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Forums de Bouteilles\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Afficher ce programme\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Saisissez un nom pour votre bouteille\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Les nouveaux programmes seront automatiquement trouvés.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Dupliquer une bouteille\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Modifier les variables d’environnement\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Ce champ ne peut pas contenir de caractères spéciaux !\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Il s’agit de couches de compatibilité qui permettent d’installer et \"\n#~ \"d’exécuter des logiciels Windows sur des systèmes Linux.\\n\"\n#~ \"\\n\"\n#~ \"Les <b>bouteilles</b> sont des environnements où l’exécuteur configure le \"\n#~ \"système et où le logiciel Windows s’installe et s’exécute.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">En savoir plus \"\n#~ \"sur les exécuteurs</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importer et exporter\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Aide Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Je ne peux pas voir mes anciennes bouteilles après la mise à jour.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Je ne vois pas certains dossiers.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Je ne peux pas voir les fichiers de mon dossier personnel.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Crash silencieux de l’exécutable ou écran noir\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Détruire cette bouteille\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Créer une sauvegarde de cette bouteille.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32 bits\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Thème sombre\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Utiliser le thème sombre.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experiments:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Activer/désactiver l’implémentation expérimentale de winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Activer le compilateur de shaders ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Améliore les performances des jeux et applications 3D.\\n\"\n#~ \"Désactivez si vous rencontrez des problèmes graphiques.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Mode sombre\"\n\n#~ msgid \"Whether Bottles should use the Night theme variant.\"\n#~ msgstr \"Si les bouteilles doivent utiliser la variante du thème sombre.\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"\"\n#~ \"Utiliser WineBridge pour la gestion des processus et des programmes.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problèmes de Bouteilles\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bouteilles démarré !\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Il s’agit d’une fonctionnalité expérimentale en début de développement, \"\n#~ \"soyez prudent et <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/\"\n#~ \"new/choose\\\">signalez les bogues</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017 - 2021 — Développeurs de Bouteilles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimiser les performances des jeux sur demande\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Version de NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Pointer vers le chemin de la bouteille\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Le mode de jeu n’est pas disponible sur votre système ou n’est pas en \"\n#~ \"cours d’exécution.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Expérimental : installateurs\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Logiciel\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Un environnement amélioré pour les logiciels Windows.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Utiliser un thème sombre.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Expérimental : gestion de versions\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Importer et exporter\"\n\n#~ msgid \"Use Gamemode\"\n#~ msgstr \"Utiliser le mode de jeu\"\n\n#~ msgid \"NVAPI Version\"\n#~ msgstr \"Version de NVAPI\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Création de dossiers bac à sable…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"\"\n#~ \"Il s’agit des processus wine/wineserver en cours d’exécution sur votre PC.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Vérifier les processus en cours d’exécution.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Sauvegarder la bouteille\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Redémarrer Windows\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Bouteille\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Aucun exécuteur trouvé, veuillez en installer un.\"\n\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"DXVK non trouvé, installation de la dernière version…\"\n\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"VKD3D non trouvé, installation de la dernière version…\"\n\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"NVAPI non trouvé, installation de la dernière version…\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Votre nouvelle bouteille : {0} est maintenant prête !\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Gestionnaire de Téléchargement\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Correction d’un bogue qui faisait planter Bouteilles lorsque la \"\n#~ \"résolution de nom échouait lors d’un téléchargement\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Traductions en japonais grâce à @jatin-cbs\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Traductions en portugais brésilien grâce à @farribeiro, @swyknox\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Choisir un environnement\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Télécharger et installer cet exécuteur\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"Utilisez %command% dans les options de lancement pour définir les \"\n#~ \"préfixes et les suffixes\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Créer une bouteille où seront lancés les exécutables sélectionnés depuis \"\n#~ \"le gestionnaire de fichiers\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"\"\n#~ \"Réécriture du gestionnaire pour qu’il soit moins récursif et plus \"\n#~ \"convivial pour les développeurs\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"\"\n#~ \"Les dépendances/composants/installateurs ont maintenant leur propre \"\n#~ \"gestionnaire, indépendant du gestionnaire principal\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"\"\n#~ \"Le gestionnaire de dépendances peut désormais extraire des fichiers \"\n#~ \"uniques à partir de fichiers Cabinet Windows\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"\"\n#~ \"L’utilisateur doit maintenant accepter l’avis dans le rapport de bogue, \"\n#~ \"avant de soumettre de nouveaux rapports\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"Le dossier personnel n’est plus inclus dans les rapports\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"\"\n#~ \"L’exécuteur lutris-lol est maintenant caché lorsque Bouteilles est \"\n#~ \"exécuté sous flatpak, car il n’est pas compatible avec ce dernier\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"\"\n#~ \"L’extraction de fichiers Cabinet Windows est maintenant silencieuse et ne \"\n#~ \"montre que les journaux pertinents\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"L’icône d’état du téléchargement dans la boîte de dialogue des \"\n#~ \"préférences est maintenant à droite du pourcentage, de sorte qu’elle ne \"\n#~ \"sera plus déplacée par le pourcentage\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"\"\n#~ \"Correction d’un bogue dans la résolution des noms qui pouvait entraîner \"\n#~ \"le plantage de Bouteilles s’il ne pouvait pas atteindre une ressource\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"Les noms d’environnement sont à nouveau traduits\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"Ajout des traductions manquantes lors de la création de bouteilles\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"\"\n#~ \"Correction d’un problème dans la prise en charge de Wayland qui fixait \"\n#~ \"DISPLAY à un paramètre erroné\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"Le dossier pour les programmes personnalisés ajoutés était erroné\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Traductions en chinois simplifié grâce à @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"Des problèmes pour atteindre un répertoire dans Bottles ?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Téléchargements\"\n\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"\"\n#~ \"Affichage de la dernière date de mise à jour dans la liste des bouteilles\"\n\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"\"\n#~ \"Changement du répertoire de travail vers le chemin de l’exécutable si son \"\n#~ \"exécution échoue\"\n\n#~ msgid \"\"\n#~ \"Now a visual feedback is provided when a download fail the checksum \"\n#~ \"validation\"\n#~ msgstr \"\"\n#~ \"Ajout d’un retour visuel lorsqu’un téléchargement échoue la validation de \"\n#~ \"la somme de contrôle\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Prise en charge de Wine pour Wayland à travers XWayland\"\n\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"\"\n#~ \"Prise en charge des bouteilles 32 bits avec un environnement personnalisé\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"\"\n#~ \"Suppression des couleurs dans les environnements lors de la création des \"\n#~ \"bouteilles, car elles peuvent être interprétées comme des suggestions \"\n#~ \"d’actions\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"\"\n#~ \"L’utilisateur ne peut désormais installer qu’une seule dépendance à la \"\n#~ \"fois pour éviter les conflits\"\n\n#~ msgid \"\"\n#~ \"Now the Crash Report dialog display similar reports before send a new one\"\n#~ msgstr \"\"\n#~ \"La boîte de dialogue de Rapport de bogue affiche désormais les rapports \"\n#~ \"similaires avant d’en envoyer un nouveau\"\n\n#~ msgid \"\"\n#~ \"Now it is possible to clone a bottle with a new name, this can also be \"\n#~ \"used for bottles templating\"\n#~ msgstr \"\"\n#~ \"Possibilité de cloner une bouteille avec un nouveau nom et pouvant être \"\n#~ \"utilisé pour la création de modèles de bouteilles\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"Réduction du nombre d’autorisations Flatpak\"\n\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"\"\n#~ \"Possibilité de choisir un répertoir de travail personnalisé pour chaque \"\n#~ \"bouteille\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"Ajout d’un nouveau bouton dans les détails de la bouteille avec une icône \"\n#~ \"de dossier, cela vous aide à exposer de nouveaux répertoires aux \"\n#~ \"bouteilles\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Correction d’un bogue qui causait une erreur Fichier non trouvé avec les \"\n#~ \"téléchargements échoués\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Correction d’un bogue qui faisait planter les bouteilles lorsque \"\n#~ \"l’utilisateur se déconnectait lors d’un téléchargement\"\n\n#~ msgid \"\"\n#~ \"Same as the above but this handle downloads with wrong sizes than the \"\n#~ \"source\"\n#~ msgstr \"\"\n#~ \"Même chose que ci-dessus, mais cela gère les téléchargements avec les \"\n#~ \"tailles différentes de la source\"\n\n#~ msgid \"Fixed the File Manager integration in Flatpak\"\n#~ msgstr \"\"\n#~ \"Correction de l’intégration au gestionnaire de fichiers dans Flatpak\"\n\n#~ msgid \"Fixed a bug in temp directory clean up\"\n#~ msgstr \"Correction d’un bogue dans le nettoyage du répertoire temporaire\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Correction d’un bogue qui faisait planter Bouteilles lorsque la date de \"\n#~ \"mise à jour n’était pas fixée dans une bouteille\"\n\n#~ msgid \"Fixed a bug in bottle configuration upgrade that was causing a loop\"\n#~ msgstr \"\"\n#~ \"Correction d’un bug dans la mise à jour de la configuration des \"\n#~ \"bouteilles qui provoquait une boucle\"\n\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"Traductions en français grâce à J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka et K. Herbert\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Traductions en italien grâce à @blackcat-917\"\n\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Traductions en norvégien bokmål grâce à @comradekingu\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Lancer un fichier exécutable dans ce Bottle.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Les dépendances peuvent remplacer et déplacer les dll\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Les dépendances peuvent remplacer et déplacer les dll\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"\"\n#~ \"Les dépendances peuvent désormais installer des polices sans intervention \"\n#~ \"de l’utilisateur\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Déboguer les processus Wine.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Correction d’un bogue qui faisait que chaque bouteille était cassée alors \"\n#~ \"qu’une seule l’était\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"\"\n#~ \"Activer/désactiver la fonctionnalité expérimentale de gestion de versions\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Expérimental : installeurs\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Parcourir C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"\"\n#~ \"Mise à jour de l’exécuteur vers la version la plus récente installée \"\n#~ \"localement\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Détruire cette bouteille\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Cela va modifier l’exécuteur de {0} à {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Lancer dans cette bouteille\"\n\n#~ msgid \"\"\n#~ \"Dependency/installer manifests, support environment variables and \"\n#~ \"arguments\"\n#~ msgstr \"\"\n#~ \"Les dépendances/manifestes d’installateurs prennent en charge les \"\n#~ \"variables d’environnement et arguments\"\n\n#~ msgid \"\"\n#~ \"If versioning is active for the bottle, a new state is created before \"\n#~ \"installing a dependency\"\n#~ msgstr \"\"\n#~ \"Si le versionnement est actif pour la bouteille, un nouvel état est créé \"\n#~ \"avant d’installer une dépendance\"\n\n#~ msgid \"\"\n#~ \"Dependencies and installers now call their uninstaller, if this is \"\n#~ \"declared in the manifest\"\n#~ msgstr \"\"\n#~ \"Les dépendances et les installateurs appellent maintenant leur \"\n#~ \"désinstallateur, si celui-ci est déclaré dans le manifeste\"\n\n#~ msgid \"Now you can search for dependencies using the search field\"\n#~ msgstr \"\"\n#~ \"Vous pouvez maintenant rechercher des dépendances à l’aide du champ de \"\n#~ \"recherche\"\n\n#~ msgid \"Dependencies and installers show the source license\"\n#~ msgstr \"Les dépendances et les installateurs indiquent la licence source\"\n\n#~ msgid \"\"\n#~ \"When a crash report appears, reporting it the issue is automatically and \"\n#~ \"correctly filled\"\n#~ msgstr \"\"\n#~ \"Lorsqu’un rapport de plantage apparaît, le signalement du problème est \"\n#~ \"automatiquement et correctement rempli\"\n\n#~ msgid \"\"\n#~ \"While creating a new state, information about the entire process is shown \"\n#~ \"on the screen\"\n#~ msgstr \"\"\n#~ \"Lors de la création d’un nouvel état, des informations sur l’ensemble du \"\n#~ \"processus sont affichés à l’écran\"\n\n#~ msgid \"The search for installed programs has been extended to user AppData\"\n#~ msgstr \"\"\n#~ \"La recherche des programmes installés a été étendue au dossier AppData de \"\n#~ \"l’utilisateur\"\n\n#~ msgid \"Fixed some problems related to the dxvk implementation\"\n#~ msgstr \"Correction de certains problèmes liés à l’implémentation de dxvk\"\n\n#~ msgid \"\"\n#~ \"Now dxvk and vkd3d are installed only after the user presses Install on \"\n#~ \"first start\"\n#~ msgstr \"\"\n#~ \"Dxvk et vkd3d sont maintenant installés seulement après que l’utilisateur \"\n#~ \"ait appuyé sur Installer au premier démarrage\"\n\n#~ msgid \"Reduced the amount of logs\"\n#~ msgstr \"Réduction de la quantité de journaux\"\n\n#~ msgid \"Flatpak now uses the app directories\"\n#~ msgstr \"Flatpak utilise désormais les répertoires d’application\"\n\n#~ msgid \"\"\n#~ \"If there are bottles in the old dir and the app dir is empty then a \"\n#~ \"migration dialog is shown\"\n#~ msgstr \"\"\n#~ \"S’il y a des bouteilles dans l’ancien répertoire et que le répertoire de \"\n#~ \"l’application est vide, une boîte de dialogue de migration s’affiche\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the management of the download manager that resulted in a \"\n#~ \"crash\"\n#~ msgstr \"\"\n#~ \"Correction d’un bogue dans la gestion du gestionnaire de téléchargements \"\n#~ \"qui entraînait un plantage\"\n\n#~ msgid \"Install dxvk and vkd3d on bottle creation if missing\"\n#~ msgstr \"\"\n#~ \"Installer dxvk et vkd3d à la création de la bouteille s’ils sont manquants\"\n\n#~ msgid \"The preferences are organized into sections\"\n#~ msgstr \"Les préférences sont organisées en sections\"\n\n#~ msgid \"The program list is hidden if empty\"\n#~ msgstr \"La liste des programmes est cachée si elle est vide\"\n\n#~ msgid \"The bottle details page now uses a sidebar\"\n#~ msgstr \"\"\n#~ \"La page des détails des bouteilles utilise désormais une barre latérale\"\n\n#~ msgid \"Added references to documentation for some features\"\n#~ msgstr \"\"\n#~ \"Ajout de références à la documentation pour certaines fonctionnalités\"\n\n#~ msgid \"\"\n#~ \"Makes the UI more consistent with rounded edges and status pages from \"\n#~ \"libhandy\"\n#~ msgstr \"\"\n#~ \"Interface utilisateur plus cohérente avec les bords arrondis et les pages \"\n#~ \"d’état de libhandy\"\n\n#~ msgid \"Replacing the name wine with runner, where possible\"\n#~ msgstr \"\"\n#~ \"Remplacer du nom « wine » par « exécuteur », lorsque cela est possible\"\n\n#~ msgid \"Added more information for initial download to the Onboard\"\n#~ msgstr \"Ajout d’informations supplémentaires pour le téléchargement initial\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Traductions en thèque grâce à @pervoj et Vojtěch Perník\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Traductions en espéranto grâce à @phlostically\"\n\n#~ msgid \"New logo thanks to @jannuary @alvarlagerlof @ZekeSmith\"\n#~ msgstr \"Nouveau logo grâce à @jannuary @alvarlagerlof et @ZekeSmith\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"\"\n#~ \"Afficher un rapport de bogue au redémarrage si quelque chose s'est mal \"\n#~ \"passé\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"\"\n#~ \"Utiliser le nouveau format yaml pour la configuration des bouteilles\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"\"\n#~ \"Utiliser les nouveaux dépôts yaml pour les composants/dépendances/\"\n#~ \"programmes\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"\"\n#~ \"Mettre à jour automatiquement les anciennes configurations de bouteilles \"\n#~ \"vers le nouveau modèle\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Sauvegarder et archiver la configuration des bouteilles\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Importer une archive de sauvegarde\"\n\n#~ msgid \"Show onboard if system wine is the only installed runner\"\n#~ msgstr \"\"\n#~ \"Afficher le tutoriel de démarrage si le wine système est le seul exécuteur\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Nouveau versionnement basé sur le modèle CalVer\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"\"\n#~ \"Créer des bouteilles en utilisant l’exécuteur wine fourni par la \"\n#~ \"distribution\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"\"\n#~ \"Activez le mode de jeu pour vos bouteilles s’il est disponible sur votre \"\n#~ \"système\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"\"\n#~ \"Exécuter les fichiers .exe/.msi/.bat avec des arguments personnalisés\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Correction de l’erreur « bad interpreter » du paquet debian\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Fermeture Bouteilles de manière optionnelle après le lancement d’un \"\n#~ \"exécutable à partir du gestionnaire de fichiers\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"\"\n#~ \"Ajout d’infobulles pour comprendre ce que font certains éléments de \"\n#~ \"l’interface utilisateur\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"Utiliser les portails pour le sélecteur de fichiers\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"Le sélecteur de fichiers ne filtre plus par extensions\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Traductions en ukrainien grâce à @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Voici le manifeste pour {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Index pour {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Le fichier téléchargé {0} semble corrompu. Essayez à nouveau.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Installation de l’exécuteur {0}…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Le composant {0} a été installé avec succès !\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} complété pour {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Préfixe Wine {0} importé avec succès !\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Votre sauvegarde pour {0} est prête !\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Votre sauvegarde {0} a été importée avec succès !\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Échec de l’importation de la sauvegarde {0} !\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Qu’est-ce que Wine ?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine est la couche de compatibilité qui permet aux logiciels Windows de \"\n#~ \"fonctionner sur Linux.\\n\"\n#~ \"Dans Bouteilles, Wine est appelé un <b>exécuteur</b>.\\n\"\n#~ \"\\n\"\n#~ \"Les préfixes Wine sont des environnements dans lequel Wine fonctionne. \"\n#~ \"Dans Bouteilles, nous les appelons des <b>Bouteilles</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Page 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versions de DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Impossible d’effacer le chemin temporaire !\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Le chemin des exécuteurs n’existe pas, création en cours.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Le chemin des bouteilles n’existe pas, création en cours.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Le chemin de Dxvk n’existe pas, création en cours.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Le chemin temporaire n’existe pas, création en cours.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"L’extraction a échoué ! L’archive se termine plus tôt que prévu.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Le fichier [{0}] existe déjà dans le dossier temporaire, ignoré.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Renommage de [{0}] en [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Le fichier téléchargé [{0}] semble corrompu.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Somme de contrôle source : [{0}] téléchargée : [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Installation du composant : [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Installation de la dépendance : [{0}] dans la bouteille : [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Suppression de [{0}] du dossier system32 dans la bouteille : [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] non trouvé dans la bouteille : [{1}], échec de la suppression \"\n#~ \"depuis le dossier system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"\"\n#~ \"Suppression de la dépendance : [{0}] de la bouteille : [{1}] \"\n#~ \"configuration .\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Exécuteurs trouvés : [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvk trouvé : [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Aucun dxvk trouvé.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"\"\n#~ \"Clé : [{0}] introuvable dans la bouteille : [{1}] configuration, mise à \"\n#~ \"jour.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Clé : [{0}] introuvable dans la bouteille : [{1}] Paramètres de \"\n#~ \"configuration, mise à jour.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"\"\n#~ \"Clé de configuration modifiée : de [{0}] à [{1}] pour la bouteille : \"\n#~ \"[{2}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Mise en place de l’environnement : [{0}]…\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Bouteille : [{0}] créé avec succès !\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Bouteille dans le chemin : [{0}] supprimée avec succès\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Chemin vide, ça va casser.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Tentative de réparation de la bouteille : [{0}]…\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Ajout de la clé : [{0}] avec la Valeur : [{1}] et ajout de la Donnée : \"\n#~ \"[{2}] dans le registre de la bouteille : {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"\"\n#~ \"Suppression de la Valeur : [{0}] pour la Clé : [{1}] dans le registre de \"\n#~ \"la bouteille : {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Installation de dxvk pour la bouteille : [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Suppression de dxvk pour la bouteille : [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Exécution d’un exécutable dans le préfixe Wine…\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Exécution de wineboot dans le préfixe Wine…\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Exécution de winecfg dans le préfixe Wine…\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Exécution de winetricks dans le préfixe Wine…\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Lancer une console de débogage dans ce préfixe Wine…\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Exécution d’une CMD dans le préfixe Wine…\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Exécution du Gestionnaire de Tâches dans le préfixe Wine…\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Exécution du Panneau de Configuration dans le préfixe Wine…\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Exécution d’un désinstalleur dans le préfixe Wine…\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Exécution de Regedit dans le préfixe Wine…\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Envoi du statut : [{0}] au préfixe Wine…\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Ouverture du gestionnaire de fichiers dans le chemin…\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Importation du préfixe Wine [{0}] dans une nouvelle bouteille…\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Erreur lors de la création du chemin de la bouteille pour le préfixe Wine \"\n#~ \"[{0}]. Abandon.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Préfixe Wine : [{0}] importé avec succès !\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] fichiers à remplacer.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] fichiers à ajouter.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Sauvegarde de la configuration : [{0}] dans [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Sauvegarde de la bouteille : [{0}] dans [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Échec de l’enregistrement de la sauvegarde dans le chemin : {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Échec de l’importation de la sauvegarde : [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"État de la connexion : en ligne…\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Correction du style de sélection d’environnement sur le thème Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Ne pas détruire page_details lors de la suppression de la bouteille\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Ajout de freetype en tant que dépendance\"\n\n#, fuzzy\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Exécuter dans ce bottle\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"L'exécuteur peut être changer dans l'onglet Préférences\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Sauvegarder cette bouteille\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Activer/désactiver Release Candidate pour les coureurs\"\n\n#, fuzzy\n#~ msgid \"New dependencies icon in details page\"\n#~ msgstr \"Dépendances\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Description de l'environnement\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"\"\n#~ \"Les chemins d'accès personnalisées ne sont pas supporté dans cette \"\n#~ \"version.\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/MaNouvelleBottle\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"L'exécuteur peut être changer dans l'onglet Préférences\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"\"\n#~ \"Ouvrir winecfg dans cette Bottle pour une configuration plus avancée.\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Utiliser ceci pour désinstaller les programmes d'un Bottle.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Ouvrir un CMD dans ce Bottle.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Utiliser regedit pour rajouter, éditer ou supprimer des clés de registre \"\n#~ \"de Wine.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Parcourir C:\\\\ de ce Bottle.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Tuer tous les processus qui s'exécute dans ce Bottle.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Simule un redémarrage du système (cela ne tue pas les processus).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"\"\n#~ \"Simule d'une mise hors tension du système (cela ne tue pas les processus).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Espace disque restant:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X de Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Tableau de bord\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (synchronisation futex)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Activation de la synchronisation basé sur eventfd pour améliorer les \"\n#~ \"performancesdes processeurs multi-cœur.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (synchronisation eventfd)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"Activer ACO pour augmenter les performances en jeux lors de l'usage des \"\n#~ \"drivers Mesa.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"Sur les ordinateurs portables avec deux processeurs graphiques (Intel + \"\n#~ \"NVIDIA ou AMD + Nvidia ou Intel + AMD), sélectionnez cette option pour \"\n#~ \"utiliser la carte discrète.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Virtualisation du bureau\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"\"\n#~ \"Virtualiser le bureau où sont afficher toutes les applications Windows.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Syntaxe: dll1,dll2=valeur;dll3=valeur\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"Sauvegarder les override DLL.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Rajout d'un nouvel override DLL\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Personnaliser vos préférences pour ce Bottle.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"Les logicielles suivants sont téléchargé depuis des sources externes \"\n#~ \"(principalement de Microsoft).\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Ouvrir une issue\"\n\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Installer des dépendances (comme corefonts, vcrun6, ..) pour une \"\n#~ \"meilleure compatibilité logicielle.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"L'installateur du programme est une fonctionnalité expérimentale et peut \"\n#~ \"ne pas fonctionner.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Vérifier si des programmes sont installés.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Exécuteur x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"Annuler le téléchargement\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"Préférences de téléchargement\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Aide pour la traduction\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Détails de la nouvelle Bouteille\"\n\n#~ msgid \"Proceed with the installation of the latest version?\"\n#~ msgstr \"Poursuivre l'installation de la dernière version ?\"\n\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"Il semble que vous ne soyez pas connecter à internet. Sans la connexion, \"\n#~ \"vous ne pourrez pas télécharger des composants essentielles. Cliquezsur \"\n#~ \"cette icône lorsque votre connexion internet sera rétabli.\"\n\n#, fuzzy\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"\"\n#~ \"Ces programmes ont été trouver installer dans ce Bottle (ils ne peuvent \"\n#~ \"pas y être vraiment installer).\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"Dans Bottles v2, notre outil Dépendances remplace Winetricks.\"\n\n#~ msgid \"\"\n#~ \"This is a development release. Please report bugs in the GitHub \"\n#~ \"repository.\"\n#~ msgstr \"\"\n#~ \"C'est une version en cours de développement. Merci de bien vouloir \"\n#~ \"reporté les bogues rencontrés dans le dépôt GitHub.\"\n\n#~ msgid \"Easily manage your Wine bottles\"\n#~ msgstr \"Gérer facilement vos Wine bottles\"\n\n#~ msgid \"Easily manage your Wine bottles (wineprefix)\"\n#~ msgstr \"Gérer facilement vous bottles Wine (wineprefix)\"\n\n#~ msgid \"Backups are not yet available.\"\n#~ msgstr \"Les sauvegardes ne sont pas encore disponibles.\"\n\n#~ msgid \"\"\n#~ \"Winetricks has been removed in Bottles in favor of an integrated system \"\n#~ \"for installing libraries and dependencies. Use the `Dependencies` tab \"\n#~ \"instead.\\n\"\n#~ \"\\n\"\n#~ \"This choice is intended to use as few external tools as possible and to \"\n#~ \"provide a complete user experience in Bottles.\"\n#~ msgstr \"\"\n#~ \"Winetricks a été enlever de Bottles, à la place un système intégrer \"\n#~ \"pourinstaller des librairies et des dépendances. Utiliser l'onglet \"\n#~ \"`Dépendances` à la place.\\n\"\n#~ \"\\n\"\n#~ \"Ce choix a été fait pour avoir le moins de dépendance que possible et \"\n#~ \"pourfournir une expérience utilisateur complète dans Bottles.\"\n\n#~ msgid \"Backups are not supported in this version\"\n#~ msgstr \"Les sauvegardes ne sont pas supportées dans cette version\"\n\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Bouteilles trouvées : %s\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"\"\n#~ \"Les dépendances peuvent désormais installer des polices sans intervention \"\n#~ \"de l’utilisateur\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Nommer votre bottle\"\n\n#~ msgid \"Winetricks\"\n#~ msgstr \"Winetricks\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Changer l'exécuteur\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Éteindre Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Tuer tous les processus wine\"\n\n#, fuzzy\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Dernière mise à jour pour cette bouteille.\"\n"
  },
  {
    "path": "po/gl.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 13:44+0000\\n\"\n\"Last-Translator: Deleted User <noreply+48943@weblate.org>\\n\"\n\"Language-Team: Galician <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"gl/>\\n\"\n\"Language: gl\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Non se especificou un camiño\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Backup {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importando backup: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Fallou a instalación dos compoñentes; intentouse 3 veces.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Faltan compoñentes esenciales. Instalando…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Non se puido crear a carpeta da botella.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Produciuse un fallo ao crear o marcador do cartafol/arquivo.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Xerando a configuración da botella…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Modelo atopado, aplicando…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"A configuración de Wine está actualizándose…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configuración de Wine actualizada!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Executando como Flatpak, illando o directorio de usuario…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Illando cartafol do usuario…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Configurando a versión de Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Aplicar a configuración predeterminada do CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimizando o ambiente…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Aplicando o entorno: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Usando unha receita do entorno personalizada…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) A receita non se encontrou ou non é valida…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Instalando DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Instalando VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Instalando DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instalando dependencia: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Creando o estado de versión 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Finalizando…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Almacenando modelo…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Confirmando o estado…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nada que confirmar\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"¡Estado novo [{0}] creado con éxito!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Lista de estados recuperada con éxito!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Estado {0} recuperado con éxito!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Restaurando o estado {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Estado non atopado\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"O estado {} xa é o estado activo\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Mostrar versión\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Ruta de executábel\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Ruta do .lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nome da botella\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Pasar argumentos\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI non válido (sintaxe: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Recibiuse a solicitude [Saír].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Recibiuse a solicitude [Axuda].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Recibiuse a solicitude [Actualizar].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Doar\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Bibliotecas de terceiros e agradecementos especiais\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Patrocinado e financiado por\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Desenvolvedores de Botellas\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Desenvolvedores de Botellas\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Eloi Barcón Piñeiro <eloi.b.pineiro@protonmail.com>\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versión do compoñente\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Desinstalar\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Buscar ficheiros\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Produciuse un fallo na instalación. Isto pode deberse a un erro no \"\n\"repositorio, unha descarga parcial ou un erro de coincidencia na suma de \"\n\"comprobación. Prema para tentalo novamente..\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Descargar e instalar\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Mostrar manifesto\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licenza\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstalar\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Informar dun errro…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nome da dependencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descrición da dependencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categoría\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Descargar e instalar esta dependencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Produciuse un erro de instalación. Reinicie Botellas para ler o Informe de \"\n\"erro ou execúteo mediante a terminal para ler a saída.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menú de dependencia\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Solucionar problemas\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Buscar ficheiros…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicar botella…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Isto é un arquivo completo da súa botella, incluíndo os ficheiros personais.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Respaldo completo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Esta é só a configuración da botella, é perfecta se desexa crear unha nova \"\n\"pero sen ficheiros personais.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportar configuración…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Mostrar programas ocultos\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Procura novos programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Eliminar botella…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menú secundario\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Forzar terminación de todos os procesos\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simular un apagado do sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Apagar\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simular un reinicio do sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opcións de lanzamento\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Executar no terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Solta algún ficheiro para executalo\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"A miña botella\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Ambiente\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Executor\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Esta botella ten o versionado activado\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"O control de versións está activo nesta botella.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Iniciar executábel…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Faga clic en «Iniciar executábel…» para iniciar un executábel, «Engadir \"\n\"atallo…» para engadir un executábel á lista de programas, ou «Instalar \"\n\"programa» para instalar programas seleccionados pola comunidad.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Engadir atallo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instalar programa…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Preferencias\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Preferencias\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Configurar os axustes da botella.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependencias\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instalar dependencias para os programas.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Instantáneas\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Crear e xestionar estados da botella.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Xestor de tarefas\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Xestionar programas correndo.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Ferramentas\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Liña de ordes\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Executar ordes dentro da Botella.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor de rexistro\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edite o rexistro interno.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Ferramentas de Wine Legacy\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorador\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuración\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Desinstalador\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panel de control\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Buscando as dependencias…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Estás desconectado :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles estase a executar en modo sen conexión, polo que as dependencias non \"\n\"están dispoñíbeis.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"As dependencias son recursos que melloran a compatibilidade do software de \"\n\"Windows\\n\"\n\"\\n\"\n\"Os ficheiros desta páxina son proporcionados por tercerros baixo unha \"\n\"licenza propietaria. Ao instalalos, aceptas os seus respectivos termos de \"\n\"licenza.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Informar dun problema ou da falta dunha dependencia.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Informar dunha dependencia faltante\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Ler a documentación.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentación\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Buscar programas…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"Non se atoparon estados\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"O repositorio é inacesíbel ou ningún instalador é compatíel con esta botella.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"Ler documentación\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"Versión do compoñente\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"A versión da capa de compatibilidade de Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Actualizando Runner e compoñentes, agarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Actualizando DXVK, agarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Mellora a compatibilidade de Direct3D 12 traducíndoo a Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Actualizar VKD3D, agarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"Versión de DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Actualizando DXVK-NVAPI, agarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\n#, fuzzy\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Actualizando DXVK, agarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\n#, fuzzy\nmsgid \"Display\"\nmsgstr \"Preferencias de pantalla\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\n#, fuzzy\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Mellora o rendemento a costa dun maior uso de enerxía.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"GPU discreta\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efectos de postproducción\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\n#, fuzzy\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Xestionar as preferencias de Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Xestionar as preferencias de Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\n#, fuzzy\nmsgid \"Advanced Display Settings\"\nmsgstr \"Preferencias de pantalla\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Rendemento\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Activa a sincronización para aumentar o rendemento dos procesadores \"\n\"multinúcleo.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronización\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"Rendemento\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Usar GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\n#, fuzzy\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Xestionar as preferencias de Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Captura de xogo OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\n#, fuzzy\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Buscar os programas instalados\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilidade\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"Versión de Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Actualización da versión de Windows, agarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Elixa o idioma a empregar nos programas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Sandbox adicada\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Xestionar versións de DXVK\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Tempo de execución de Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Fornece un paquete de bibliotecas adicionais para unha maior \"\n\"compatibilidade. Desactívaos se tes problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Tempo de execución de Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Fornece un paquete de bibliotecas adicionais para unha maior compatibilidade \"\n\"con xogos de Steam. Desactívao se ten problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\n#, fuzzy\nmsgid \"Working Directory\"\nmsgstr \"Cartafol de traballo\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Restabelecer predeterminado\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\n#, fuzzy\nmsgid \"(Default)\"\nmsgstr \"Restabelecer predeterminado\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"Sobrescritura de DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"Variables de ambiente\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"Xestionar os controladores\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Control de versións\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"Versión do compoñente\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Usar patróns de exclusión\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"Xestionar executores\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Actualizar\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Deter o proceso\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"Non se atoparon estados\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\n#, fuzzy\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Crear o primeiro estado para empezar a usar o versionado.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\n#, fuzzy\nmsgid \"A short comment\"\nmsgstr \"Un comentario moi breve\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Garde o estado da botella.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"Crear estado novo\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Botellas\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\n#, fuzzy\nmsgid \"Go Back\"\nmsgstr \"Atrás\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operacións\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Seleccionar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"Crear unha botella nova\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"Informe sobre o accidente das botellas\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\n#, fuzzy\nmsgid \"_Cancel\"\nmsgstr \"Cancelar\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"Enviar informe\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Aínda así quero informar.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opcións avanzadas\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Paquete incompleto\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Esta versión de Bottles non semella que forneza todas as dependencias do \"\n\"núcleo necesarias, contacte co mantedor de paquetes ou use unha versión \"\n\"oficial.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Saír\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"Nova sobrescritura\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"Sobrescritura de DLL\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Unidades\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Letra\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"Unidades existentes\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicar\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Escriba un nome para a botella nova\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplicando…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Isto pode tomar un tempo.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Botella duplicada\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nome da variábel\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"Variables existentes\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Patróns de exclusión\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Patrón\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"Unidades existentes\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\n#, fuzzy\nmsgid \"Gamescope Settings\"\nmsgstr \"Preferencias de Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Gardar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Xestiona como se deberían de mostrar os xogos.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\n#, fuzzy\nmsgid \"Game Resolution\"\nmsgstr \"Resolución do xogo\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Usa a resolución do videoxogo como unha referencia en píxeles.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Anchura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Altura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"Versión de Windows\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Miscelánea\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\n#, fuzzy\nmsgid \"Frame Rate Limit\"\nmsgstr \"Límite de velocidade de fotogramas\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\n#, fuzzy\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Límite de velocidade de fotogramas\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"Usar a escala de enteiros\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Tipo de xanela\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Sen bordos\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Pantalla completa\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\n#, fuzzy\nmsgid \"Start Installation\"\nmsgstr \"Operacións\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Proceder\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Completado!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Fallou a instalación!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Algo saleu mal.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\n#, fuzzy\nmsgid \"All messages\"\nmsgstr \"Eliminar mensaxe\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Cruciais\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Erros\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Avisos\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Información\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Navegador de novas\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Navegador de diario\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Camiar nivel de rexistros.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Todos\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Estos argumentos pasaranse ao iniciar o programa.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"Executar con argumentos\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"Pasar argumentos\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\n#, fuzzy\nmsgid \"Post-run Script\"\nmsgstr \"Script de post-execución\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"Elixa o script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"Pechar Botellas tras iniciar un programa\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\n#, fuzzy\nmsgid \"Choose a Directory\"\nmsgstr \"Seleccione un cartafol\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"Preferencias\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Restabelecer predeterminado\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"Usar un escritorio virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Aviso legal de Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\n#, fuzzy\nmsgid \"Use Proton\"\nmsgstr \"ProtonDB\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Entendido.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Renomear\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"Nome\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\n#, fuzzy\nmsgid \"Run With Arguments\"\nmsgstr \"Executar con argumentos\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Executar\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\n#, fuzzy\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"ej.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\n#, fuzzy\nmsgid \"Sandbox Settings\"\nmsgstr \"Preferencias de Gamescope\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Compartir a rede\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"Non se atoparon estados\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Require unha actualización\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continuar\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Iniciar a actualización\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\n#, fuzzy\nmsgid \"New Versioning System\"\nmsgstr \"Control de versións\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"O sistema de versións novo de botellas aterrizou.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Feito! Por favor, reinicie Botellas.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\n#, fuzzy\nmsgid \"Default\"\nmsgstr \"Restabelecer predeterminado\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\n#, fuzzy\nmsgid \"Default Settings\"\nmsgstr \"Preferencias de pantalla\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efectos\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Nitidez\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Información da botella\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Nitidez de Luma sen ruido\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Eliminar ruido\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"Calidade Ultra\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Limiar de calidade dos bordos\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Limiar de calidade dos bordos mínimo\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Dete\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Cor\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Limiar\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Pasos máximos de busca\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Incorporado (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativo (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\n#, fuzzy\nmsgid \"Builtin, then Native\"\nmsgstr \"Incorporado, despois nativo\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\n#, fuzzy\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativo, despois incorporado\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/punto/a/ruta\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\n#, fuzzy\nmsgid \"Value\"\nmsgstr \"valor\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Buscar ficheiros\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\n#, fuzzy\nmsgid \"Wine prefix name\"\nmsgstr \"Activar rexistros «fixme» de Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Xestor de tarefas\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\n#, fuzzy\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Este prefixo deWine xa foi importado en Botellas.\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importar copia de seguridade de Botellas\"\n\n#: bottles/frontend/ui/importer.blp:28\n#, fuzzy\nmsgid \"Search again for prefixes\"\nmsgstr \"Prefixos de Steam Proton\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"Non se atoparon programas\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\n#, fuzzy\nmsgid \"Full Archive\"\nmsgstr \"Ficheiro completo\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"Mostrar manifesto\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\n#, fuzzy\nmsgid \"Read Review…\"\nmsgstr \"Ler reseña\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"Non se atoparon estados\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"Non se atoparon estados\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Descoñecido\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instalar este programa\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Sen miniatura\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"Cambiar as opcións de lanzamento\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\n#, fuzzy\nmsgid \"Launch with Steam\"\nmsgstr \"Iniciar co terminal\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"Nome da botella\"\n\n#: bottles/frontend/ui/library-entry.blp:132\n#, fuzzy\nmsgid \"Remove from Library\"\nmsgstr \"Quitar dos programas\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Parar\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Engada aquí os elementos da súa lista de programas\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"O control de versións está activado nesta botella.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Esta botella parece danada.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"Executar nesta botella\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Executar aquí\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"Buscar as súas botellas…\"\n\n#: bottles/frontend/ui/list.blp:28\n#, fuzzy\nmsgid \"Steam Proton\"\nmsgstr \"Prefixos de Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Botellas\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"Crear unha botella nova\"\n\n#: bottles/frontend/ui/list.blp:63\n#, fuzzy\nmsgid \"No Results Found\"\nmsgstr \"Non se atoparon estados\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Falta este recurso.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Explorar\"\n\n#: bottles/frontend/ui/new.blp:32\n#, fuzzy\nmsgid \"C_reate\"\nmsgstr \"Crear\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Nome da botella\"\n\n#: bottles/frontend/ui/new.blp:75\n#, fuzzy\nmsgid \"_Application\"\nmsgstr \"Aplicación\"\n\n#: bottles/frontend/ui/new.blp:88\n#, fuzzy\nmsgid \"_Gaming\"\nmsgstr \"Xogos\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"Personalizado\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Seleccione un cartafol\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arquitectura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"Exportar configuración…\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Seleccione un cartafol\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\n#, fuzzy\nmsgid \"_Close\"\nmsgstr \"Pechar\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Dámoslle a benvida\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Execute software de Windows en Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Tipo de xanela\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Case listo\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Todo listo!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Por favor, remate a configuración primeiro\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\n#, fuzzy\nmsgid \"Start using Bottles\"\nmsgstr \"Comece por crear unha botella.\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Seguinte\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferencias\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Xeral\"\n\n#: bottles/frontend/ui/preferences.blp:14\n#, fuzzy\nmsgid \"Appearance\"\nmsgstr \"Aparencia\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Modo escuro\"\n\n#: bottles/frontend/ui/preferences.blp:18\n#, fuzzy\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Indica se Botellas debe usar a variábel do tema nocturno.\"\n\n#: bottles/frontend/ui/preferences.blp:28\n#, fuzzy\nmsgid \"Show Update Date\"\nmsgstr \"Mostrar data de actualización\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Indica se a data de actualización se amosa na lista de botellas.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notificacións\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Mostra notificacións de descargas e instalacións.\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"Ficheiros temporais\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Desexa limpar ficheiros temporais cando se lance Botellas?\"\n\n#: bottles/frontend/ui/preferences.blp:62\n#, fuzzy\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Pechar Botellas tras iniciar un programa\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\"Pechar Botellas despois de iniciar un executábel desde o xestor de ficheiros.\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"Operacións\"\n\n#: bottles/frontend/ui/preferences.blp:76\n#, fuzzy\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixos de Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Prefixos de Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"O control de versións está activado nesta botella.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avanzado\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Seleccione un cartafol\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Executores\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\n#, fuzzy\nmsgid \"Pre-Release\"\nmsgstr \"Versión preliminar\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"Versión do compoñente\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Núcleo\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Tempo de execución\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimentos\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Depósito illado por botella\"\n\n#: bottles/frontend/ui/preferences.blp:304\n#, fuzzy\nmsgid \"In early development.\"\nmsgstr \"En fase de desenvolvemento (requiere reinicio)\"\n\n#: bottles/frontend/ui/program-entry.blp:19\n#, fuzzy\nmsgid \"Launch with Terminal\"\nmsgstr \"Iniciar co terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"Examinar directorio\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"Cambiar as opcións de lanzamento\"\n\n#: bottles/frontend/ui/program-entry.blp:43\n#, fuzzy\nmsgid \"Add to Library\"\nmsgstr \"Quitar dos programas\"\n\n#: bottles/frontend/ui/program-entry.blp:47\n#, fuzzy\nmsgid \"Add Desktop Entry\"\nmsgstr \"Engadir acceso directo\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Engadir a Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\n#, fuzzy\nmsgid \"Rename…\"\nmsgstr \"Renomear\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/program-entry.blp:70\n#, fuzzy\nmsgid \"Remove from List\"\nmsgstr \"Quitar dos programas\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"Programas\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"Non se atoparon estados\"\n\n#: bottles/frontend/ui/state-entry.blp:9\n#, fuzzy\nmsgid \"State comment\"\nmsgstr \"Un comentario moi breve\"\n\n#: bottles/frontend/ui/state-entry.blp:16\n#, fuzzy\nmsgid \"Restore this Snapshot\"\nmsgstr \"Destruír esta botella\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Eliminar mensaxe\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menú principal\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\n#, fuzzy\nmsgid \"Import…\"\nmsgstr \"Importador\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Axuda\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Sobre Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Actualización: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" engadido\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Engadir\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Mostrar/ocultar os programas eliminados\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Iniciando \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Atención ao depósito seguro\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Esquecer\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"Backup {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Backup {0}\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"Executor\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\n#, fuzzy\nmsgid \"Select Working Directory\"\nmsgstr \"Cartafol de traballo\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\n#, fuzzy\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Actualización da versión de Windows, agarde…\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"Buscar as súas botellas…\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Copia de seguranza importada correctamente\"\n\n#: bottles/frontend/views/importer.py:94\n#, fuzzy\nmsgid \"Import failed\"\nmsgstr \"Importador\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\n#, fuzzy\nmsgid \"Importing backup…\"\nmsgstr \"Importar copia de seguridade de Botellas\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\n#, fuzzy\nmsgid \"Import\"\nmsgstr \"Importador\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Configuración\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Iniciando \\\"{0}\\\" en \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Sobre Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Seleccione un cartafol\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"Crear unha botella nova\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Crear unha botella nova\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Botella creada\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"[{0}] creouse correctamente.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Reiniciar Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\n#, fuzzy\nmsgid \"Installing…\"\nmsgstr \"Instalar\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifesto de {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" desinstalado\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" instalado\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" fallou ao instalarse\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Parando \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Iniciando \\\"{0}\\\" con Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\n#, fuzzy\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Actualización da versión de Windows, agarde…\"\n\n#: bottles/frontend/windows/display.py:114\n#, fuzzy\nmsgid \"Display settings updated\"\nmsgstr \"Preferencias de pantalla\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\n#, fuzzy\nmsgid \"No overrides found.\"\nmsgstr \"Non se atoparon programas\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"Variables de ambiente\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Variables de ambiente\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Produciuse un erro.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copiar ao portapapeis\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/windows/installer.py:109\n#, fuzzy\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instalando a dependencia: {0}…\"\n\n#: bottles/frontend/windows/installer.py:110\n#, fuzzy\nmsgid \"Configuring the bottle…\"\nmsgstr \"Creando botella…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\n#, fuzzy\nmsgid \"Installing the {}…\"\nmsgstr \"Instalar\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalando {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} xa está deshabilitado para esta botella.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Duplicar botella\"\n\n#: bottles/frontend/windows/main_window.py:220\n#, fuzzy\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Ruta de botellas personalizada (require reinicio)\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"Execute programas de Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migración desde Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Troca o diálogo de migración de Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Trocar a data de actualización na lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Troca a data de actualización na lista de botellas.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\n#, fuzzy\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Trocar a data de actualización na lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\n#, fuzzy\nmsgid \"Epic Games listing\"\nmsgstr \"Tenda de Epic Games ..\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\n#, fuzzy\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Trocar a data de actualización na lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Trocar a data de actualización na lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Anchura da xanela\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Cambia a anchura da xanela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Altura da xanela\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Troca a altura da xanela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Mostrar as notificacións.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Limpeza de ficheiros temporais\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Limpia a ruta temporal ao arrincar o sistema.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Versión candidata\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Troca o uso da versión candidata para os executores.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Vista inicial\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Escolla a vista na que iniciar a aplicación.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Troca características experimentais como o versionado e os instaladores. \"\n\"Versión candidata para os executores.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\n#, fuzzy\nmsgid \"Steam Proton Support\"\nmsgstr \"Prefixos de Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Troca as características experimentais de Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimentos:steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Troca as características experimentais de winebridge.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Pechar automaticamente Botellas\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Pechar Botellas despois de iniciar un executábel desde o xestor de ficheiros.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Trocar a data de actualización na lista\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Execute software de Windows en Linux con Botellas!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Embotelle programas e desfrúteos en calquera momento!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"O noso sistema de instalacíon de dependencias incorporado permite o acceso \"\n\"doado a un amplo nivel de compatibilidade de software. Tam'en incluimos un \"\n\"xestor de descargas para descargar os compoñentes oficiais: execución \"\n\"(Wine, Proton), DXVK, dependencias, etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"O versionado de Botellas mantén o seu traballo a salvo agora e permítelle \"\n\"restauralo máis tarde!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Características:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Cree botellas empregando ambientes preconfigurados ou cree os seus propios\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Abra executábeis (.exe/.msi) nas súas botellas, diretamente desde o menú \"\n\"contextual do seu xestor de ficheiros\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Detección automatica das aplicacións instaladas nas súas botellas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Engada variables de ambiente de forma doada\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\"Sobrescriba bibliotecas DDL directamente desde as preferencias da botella\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Cambio de executor sobre a marcha para calquera botella\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Varias optimizacións para un mellor rendemento ao xogar \"\n\"(esync, fsync, DXKV, caché, compilador de shaders, offload…)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Instalación e xestión automatica dos executores Wine e Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Reparación automatica de botellas en caso de rotura\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Instalador de dependencias integrado baseado nun repositorio comunitario\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Administrador de tarefas integrado para procesos de Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Acceso a ProtonDB e WineHQ para asistencia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistema para levar a súa configuracion a versións novas de Botellas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Respaldar e improtar botellas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Improtar prefixos de Wine de outros xestores\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"Usar versións\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… ¡e moito máis que pode atopar ao instalar Botellas!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\n#, fuzzy\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Engadir a Steam\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Versión do compoñente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\n#, fuzzy\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Comece por crear unha botella.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Engadir unha ruta de execución personalizada\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importando backup: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"Data de creación\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Calculando…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Instalar .exe/.msi nesta botella\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Crear unha botella nova\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"Botella nova\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Información da botella\"\n\n#, fuzzy\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Carpeta personal non ligada\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Non ligar o userdir co homedir\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bits\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Usar Gamescope\"\n\n#, fuzzy\n#~ msgid \"Custom Path\"\n#~ msgstr \"Usar Gamescope\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"No hai conexión a internet; non se puede descargar.\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Seleccione un ficheiro executábel de Windows\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Seleccione un ficheiro executábel de Windows\"\n\n#, fuzzy\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Escolla un nome para a súa botella\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Seleccionar un nova ruta para botellas\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Elixa o script\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Cartafol de traballo\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Fallou a instalación dos compoñentes; intentouse 3 veces.\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Capas\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Calidade Ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Calidade\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Equilibrado\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Escoller ruta\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Seleccione un ficheiro executábel de Windows\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Non se atoparon estados\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Xestione os prefixos de Wine de forma doada mediante ambientes\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Executar con argumentos\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Explorar os ficheiros internos.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Xestionar os procesos co xestor de tarefas de Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Depurar os procesos de Wine.\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Axuste a configuración interna.\"\n\n#, fuzzy\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Desintalar programas usando o desinstalador de Wine\"\n\n#, fuzzy\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Acceder ao panel de control interno de Wine.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Ler documentación\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Recomendámoslle encarecidamente que non instale varias dependencias á vez.\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Seleccionar as dependencias\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Ler documentación\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Gráficos\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Mellora o rendemento dos xogos DirectX 11 e as aplicacións 3D.\\n\"\n#~ \"Desactíveo se experimenta fallos gráficos.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Mellora o rendemento dos xogos DirectX 12 e as aplicacións 3D.\\n\"\n#~ \"Desactíveo se experimenta fallos gráficos.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"Activar DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Fornece soporte a DLSS se está dispoñíbel e NVAPI de Nvidia.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR usa tecnoloxías de escalado de última xeración para axudar a aumentar \"\n#~ \"a velocidade dos fotogramas.\\n\"\n#~ \"Desactíveo se experimenta fallos gráficos.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Xestionar as preferencias de Gamescope\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Usar o escritorio virtual de Wine.\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Deixa que o programa capture a entrada do cursor cando está en pantalla \"\n#~ \"completa.\"\n\n#, fuzzy\n#~ msgid \"Take Focus\"\n#~ msgstr \"Tomar o foco\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Actíveo se o programa non retoma o foco ao cambiar.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Escalado da pantalla\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Estabeleder PPP personalizados\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderización\"\n\n#, fuzzy\n#~ msgid \"gl (default)\"\n#~ msgstr \"Restabelecer predeterminado\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Versión dos compoñentes\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versión de DXVK\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versión de VKD3D\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Xestionar versións de DXVK\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimizar rendemento de xogo baixo demanda.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Usar o microcompositor Gamescope\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Ruta predeterminada da botella.\"\n\n#, fuzzy\n#~ msgid \"Reset to default\"\n#~ msgstr \"Restabelecer predeterminado\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Seleccione un cartafol\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reduce a latencia de PulseAudio\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Estabelecer a latencia de PulseAudio en 60 milisegundos para aumentar a \"\n#~ \"calidade de son\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Control de versións\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Desenvolvedores e depuración\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Rexistra as rutas de código que non se implementaron en Wine.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Non se atoparon programas\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Tómese un descanso, pode levar un tempo\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configure como debe xestionar Gamescope a xanela dos xogos que vai a \"\n#~ \"executar.\"\n\n#, fuzzy\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"p. ex. 1280\"\n\n#, fuzzy\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"p. ex. 720\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Resolución de Gamescope\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Preferencias de pantalla\"\n\n#, fuzzy\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Ruta de botellas personalizada (require reinicio)\"\n\n#, fuzzy\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"En fase de desenvolvemento (requiere reinicio)\"\n\n#, fuzzy\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importar e exportar\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Botella nova\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Confirmar\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Ruta predeterminada da botella.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detalles e utilidades\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Creando o estado de versión 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Botella nova\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Xestione os prefixos de Wine facilmente\"\n\n#, fuzzy\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experimentos\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Troca as características experimentais de winebridge.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"Descargando…\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Control de saúde\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Non foi posíbel crear o cartafol de estado.\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"Iniciar co terminal\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Índice do estado {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Ler documentación\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"HUD de DXVK\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Trocar a superposición deDXVK que mostra FPS e outros detalles en \"\n#~ \"aplicacións D3D.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Ler documentación\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Preferencias adicionais\"\n\n#, fuzzy\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Prefixos de Steam Proton\"\n\n#, fuzzy\n#~ msgid \"Health Check\"\n#~ msgstr \"Control de saúde\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Xestor de tarefas\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Escriba un comentario moi breve:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Executadores de Lutris\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Control de versións de Bottles (experimental)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Traducir</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Donar</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Informar de un \"\n#~ \"error</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles/\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Informe de error\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Abrir co explorador\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Mover dentro da caixa segura\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Movendo dentro do depósito seguro…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilidades\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Configuración de Wine\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Modo de proba activado: só se mostran as dependencias do repositorio de \"\n#~ \"probas.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Aínda que os ficheiros desta páxian foron verificados, poden estar \"\n#~ \"dispoñíbeis con unha licencia privativa.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Aínda que os ficheiros desta páxian foron verificados, poden estar \"\n#~ \"dispoñíbeis con unha licencia privativa.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Ler documentación\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"A miña fermosa botella\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Cambiar o nome da botella\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Usar DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Usar VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Activar FSR\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Capturar do cursor a pantalla completa\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Xestionar as versións de VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Reiniciarase o servidor wine.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Sobrescritura de DLL\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Ler documentación\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"p. ex., ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Anulacións existentes\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"ex.: -ejemplo1 -ejemplo2 -ejemplo3=hola\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"ej.: MiBotellaDuplicada\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Variable nova\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"p. ex. MI_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Aquí pode cambiar as variábeis de ambiente das ordes que se executan.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"p. ex..: VAR1=valor VAR2=valor\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"por exemplo: VAR1=valor VAR2=valor ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"p. ex. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"p. ex. 30\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Escriba un nome novo:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Escriba aquí…\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"O mensaxe vai aquí.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utilidade e preferencias\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Escolla un nome para a súa botella\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Benvida\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Que son os executores?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Xa case rematamos\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Séntese e reláxese, pode tardar uns minutos.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Descargar\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Todo está listo!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Agora está listo para creare as súas primeiras botellas.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Finalizar\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Iniciar executábel\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Confirme a eliminación\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Feito\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Executores de Caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Executores de Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Outros executores\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Foros de Botellas\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Escriba un nome para a súa botella\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Os programas novos atopáronse automaticamente.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplicar unha botella\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Cambiar variables de ambiente\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Este campo non pode conter caracteres especiais!\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Axuda de Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"No pode ver botellas antigas despois da actualización.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Non vexo algúns cartafoles.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Non podo ver os ficheiros no meu cartafol personal.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"\"\n#~ \"O executábel non se rompe silenciosamente ou a pantalla quédase en negro\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Facer unha copia de seguranza desta botella.\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tema escuro\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Usar o tema escuro.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experimental:winebridge\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Habilitar o compilador de sombreadores ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Mellora o rendemento en xogos e aplicacións 3D.\\n\"\n#~ \"Desactíveo se experimenta fallos gráficos.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Modo escuro\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Incidencias de Botellas\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Botellas iniciado!\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experimental:instaladores\"\n"
  },
  {
    "path": "po/he.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-01-01 19:01+0000\\n\"\n\"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\\n\"\n\"Language-Team: Hebrew <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"he/>\\n\"\n\"Language: he\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && \"\n\"n % 10 == 0) ? 2 : 3));\\n\"\n\"X-Generator: Weblate 5.15.1\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"לא צוין נתיב\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"גיבוי {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"מייבא גיבוי: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"התקנת רכיבים נכשלה, בוצעו 3 ניסיונות.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"חסרים רכיבים חיוניים. מותקנים…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"יצירת תיקיית בקבוק נכשלה.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"יצירת תיקייה/קובץ ממלאי מקום נכשלה.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"נוצרת תצורת בקבוק…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"נמצאה תבנית, מיושמת…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"תצורת Wine מתעדכנת…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"תצורת Wine עודכנה!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"מורץ בתור Flatpak, מבודד את ספריית המשתמש…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"מבודד את ספריית המשתמש…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"גרסת Windows מוגדרת…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"הגדרות CMD כברירת מחדל חלות…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"הסביבה ממוטבת…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"הסביבה מיושמת: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) מתכון לסביבה מותאמת אישית בשימוש…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) המתכון לא נמצא או לא תקין…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK מותקן…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D מותקן…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI מותקן…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"חבילת תלות מותקנת: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"נוצרות גרסאות מצב 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"בתהליך סיום…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"התבנית נשמרת במטמון…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"המצב מקובע …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"אין מה לקבע\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"מצב חדש [{0}] נוצר בהצלחה!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"רשימת המצבים אוחזרה בהצלחה!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"מצב {0} שוחזר בהצלחה!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"מצב {} משוחזר …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"המצב לא נמצא\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"המצב {} הוא כבר המצב הפעיל\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"הצגת גרסה\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"נתיב קובץ הפעלה\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"נתיב lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"שם הבקבוק\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"העברת ארגומנטים\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"כתובת URI לא חוקית (תחביר: ‪bottles:run/<בקבוק>/<‎תוכנית>‬)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"בקשת [יציאה] התקבלה.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"בקשת [סיוע] התקבלה.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"בקשת [רענון] התקבלה.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"תרומה\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"ספריות צד שלישי ותודה מיוחדת\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"בחסות ובמימון\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"כל הזכויות שמורות © 2017 למפתחי „בקבוקים”\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"מפתחי „בקבוקים”\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Joe Shachaf, Gilad the Grain, Yaron Shahrabani, xocodokie, omeritzics\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"גרסת רכיב\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"הסרת התקנה\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"עיון בקבצים\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"ההתקנה נכשלה. ייתכן שהסיבה לכך היא שגיאת מאגר מידע, הורדה חלקית או אי־התאמה \"\n\"של סיכום ביקורת. יש ללחוץ כדי לנסות שוב.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"הורדה והתקנה\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"הצגת מניפסט\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"רישיון\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"התקנה מחדש\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"דיווח על תֶּקֶל…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"שם חבילת תלות\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"תיאור חבילת תלות\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"קטגוריה\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"הורדה והתקנת חבילת תלות זו\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"אירעה שגיאת התקנה. נא להפעיל מחדש את „בקבוקים” כדי לקרוא את דוח הקריסה או \"\n\"להריץ את התוכנית דרך מסוף כדי לקרוא את הפלט.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"תפריט חבילת תלות\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"איתור תקלות\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"עיון בקבצים…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"שכפול בקבוק…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"זהו הארכיון המלא של הבקבוק שלך, כולל קבצים אישיים.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"גיבוי מלא…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"זוהי רק תצורת הבקבוק, היא מושלמת אם ברצונך ליצור אחד חדש אך ללא קבצים אישיים.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"ייצוא תצורה…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"הצגת תוכניות נסתרות\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"חיפוש אחר תוכניות חדשות\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"מחיקת בקבוק…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"תפריט משני\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"עצירה כפויה של כל התהליכים\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"הדמיית כיבוי מערכת Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"כיבוי\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"הדמיית אתחול מערכת Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"אתחול\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"אפשרויות הפעלה\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"הרצה במסוף\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"יש לשחרר קבצים כדי להריץ אותם\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"הבקבוק שלי\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"סביבה\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"כלי הרצה\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"ניהול גרסאות מופעל עבור בקבוק זה\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"רשומת גרסאות פעילה עבור הבקבוק.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"הרצת קובץ הפעלה…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"תוכניות\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"יש ללחוץ על „הרצת קובץ הפעלה…” כדי להריץ קובץ הפעלה, „הוספת קיצורי דרך…” כדי \"\n\"להוסיף קובץ הפעלה לרשימת התוכניות, או „התקנת תוכניות…” כדי להתקין תוכניות \"\n\"שנאצרו על ידי הקהילה.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"הוספת קיצורי דרך…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"התקנת תוכניות…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"אפשרויות\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"הגדרות\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"קביעת תצורה של הגדרות בקבוק.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"חבילות תלות\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"התקנת חבילות תלות עבור תוכניות.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"תמונות מצב\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"יצירה וניהול של מצבי בקבוק.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"מנהל המשימות\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"ניהול תוכניות פועלות.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"כלים\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"שורת פקודה\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"הרצת פקודות בתוך הבקבוק.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"עורך רישום\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"עריכת הרישום הפנימי.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"כלי Wine מדור קודם\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"סייר\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"מנפה\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"תצורה\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"תוכנית להסרת התקנה\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"לוח בקרה\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"חיפוש אחר חבילות תלות…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"הינך במצב לא מקוון :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"התוכנית „בקבוקים” פועלת במצב לא מקוון, לכן חבילות תלות מסוימות אינן זמינות.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"חבילות תלות הינן משאבים המשפרים את התאימות של תוכנות Windows.\\n\"\n\"\\n\"\n\"קבצים בעמוד זה מסופקים על ידי צדדים שלישיים תחת רישיון קנייני. התקנתם מעידה \"\n\"על הסכמתך לתנאי הרישוי המתאימים שלהם.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"דיווח על בעיה או חבילת תלות חסרה.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"דיווח על חבילת תלות חסרה\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"לקריאת התיעוד.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"תיעוד\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"חיפוש\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"חיפוש אחר תוכניות…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"התקנת תוכניות שנאצרו על ידי קהילתנו.\\n\"\n\"\\n\"\n\"קבצים בעמוד זה מסופקים על ידי צדדים שלישיים תחת רישיון קנייני. התקנתם מעידה \"\n\"על הסכמתך לתנאי הרישוי המתאימים שלהם.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"לא נמצאו תוכניות התקנה\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"מאגר המידע אינו ניתן להשגה או שאף תוכנית התקנה אינה תואמת לבקבוק זה.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"לקריאת התיעוד\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"שם\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"רכיבים\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"גרסת שכבת התאימות של Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"כלי ההרצה והרכיבים מתעדכנים, נא להמתין…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"שיפור התאימות לגרסה 8/9/10/11 של Direct3D בעזרת המרתו ל־Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"הרכיב DXVK מתעדכן, נא להמתין…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"שיפור התאימות לגרסה 12 של Direct3D בעזרת המרתו ל־Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"הרכיב VKD3D מתעדכן, נא להמתין…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"הרכיב DXVK-NVAPI מתעדכן, נא להמתין…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"משפר תגובתיות. ניתן לזיהוי על ידי תוכנות נגד רמאות מסוימות.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"הרכיב LatencyFleX מתעדכן, נא להמתין…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"מסך\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"סופר־דגימה בלמידה עמוקה (DLSS)\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"שיפור הביצועים על חשבון החזות באמצעות DXVK-NVAPI. עובד רק על מעבדים גרפיים \"\n\"חדשים יותר של NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"רזולוציית סופר FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"שיפור הביצועים על חשבון החזות. עובד רק על Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"ניהול הגדרות רזולוציית סופר FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"גרפיקה נפרדת\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"יש להשתמש בכרטיס מסך נפרד כדי לשפר ביצועים על חשבון צריכת חשמל.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"אפקטים לאחר עיבוד\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"הוספת אפקטים שונים לאחר העיבוד באמצעות vkBasalt. עובד רק על Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"ניהול הגדרות שכבה לאחר עיבוד\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"ניהול כיצד יש להציג משחקים על המסך באמצעות Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"ניהול הגדרות Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"הגדרות תצוגה מתקדמות\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"ביצועים\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"הפעלת סנכרון כדי לשפר ביצועים של מעבדים מרובי ליבות.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"סנכרון\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"מערכת\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"ניטור ביצועים\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"הצגת מידע ניטורי כגון קצב תמוניות, טמפרטורה, עומס על המעבדים ועוד על גבי \"\n\"OpenGL ו־Vulkan באמצעות MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"יישום סדרת מיטובים למכשירך. יכול לשפר ביצועי משחקים.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"טעינה מוקדמת של קבצי משחק\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"שיפור זמן הטעינה בעת הפעלת המשחק מספר פעמים. למשחק ייקח זמן רב יותר להתחיל \"\n\"בפעם הראשונה.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"ניהול הגדרות vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"לכידת משחק עם OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"החלפת מצב „לכידת משחק עם OBS” עבור כל תוכניות Vulkan ו־OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"תאימות\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"גרסת Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"גרסת Windows מתעדכנת, נא להמתין…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"שפה\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"בחירת השפה לשימוש עם תוכניות.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"ארגז חול ייעודי\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"שימוש בסביבה מוגבלת/מנוהלת עבור בקבוק זה.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"ניהול הרשאות ארגז החול\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"מערכת זמן הריצה של „בקבוקים”\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"אספקת חבילת ספריות נוספות לשיפור התאימות. יש להשבית זאת אם נתקלת בבעיות.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"מערכת זמן הריצה של Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"אספקת חבילת ספריות נוספות לשיפור התאימות עם משחקי Steam. יש להשבית זאת אם \"\n\"נתקלת בבעיות.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"תיקיית עבודה\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"איפוס לברירת מחדל\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(ברירת מחדל)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"דריסות DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"משתני סביבה\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"ניהול כוננים\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"תמונות מצב אוטומטיות\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"יצירת תמונות מצב באופן אוטומטי לפני התקנת תוכנה או שינוי הגדרות.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"דחיסה\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"דחיסת תמונות מצב כדי לצמצם שטח אחסון. הגדרה זו תאט את היצירה של תמונות מצב.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"שימוש בדפוסי החרגה\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"החרגת נתיבים בתמונות מצב.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"ניהול דפוסים\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"רענון\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"עצירת תהליך\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"לא נמצאו תמונות מצב\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"יש ליצור את תמונת המצב הראשונה שלך כדי להתחיל לשמור מצבים של ההעדפות שלך.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"הערה קצרה\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"שמירת מצב הבקבוק.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"יצירת תמונת מצב חדשה\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"פרטים\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"חזרה\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"פעולות\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"בחירת בקבוק\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"ביטול\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"בחירה\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"יצירת בקבוק חדש\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"דוח קריסה של „בקבוקים”\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_ביטול\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"שליחת דוח\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"התוכנית „בקבוקים” קרסה בפעם האחרונה. נא למלא דוח בצירוף מעקב הקריאות \"\n\"(traceback) הבא בשביל לעזור לנו לזהות את הבעיה ולמנוע ממנה לקרות שוב.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"מצאנו לפחות דוח אחד דומה (או זהה). נא לבדוק בקפידה שבעיה זו טרם דווחה לפני \"\n\"הגשת דוח חדש. כל דוח דורש מאמץ מצד המפתחים לאבחן, נא לכבד את פועלם ולוודא \"\n\"שלא לפרסם כפילויות.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"ארצה לדווח למרות זאת.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"אפשרויות מתקדמות\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"חבילה חלקית\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"נראה שגרסה זו של „בקבוקים” אינה מספקת את כל תלויות הליבה הנדרשות, נא ליצור \"\n\"קשר עם מתחזק/ת החבילה או להשתמש בגרסה הרשמית.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"יציאה\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"ניתן לציין שספריות קישור דינמי (DLL) תהיינה מובנות (תסופקנה על ידי Wine) או \"\n\"מקומיות (תסופקנה על ידי התוכנית).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"דריסה חדשה\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"דריסות\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"כוננים\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"אלה הם נתיבים ממערכת המארח שלך אשר ממופים ומזוהים כהתקנים על ידי כלי ההרצה \"\n\"(למשל ‏C:‎‏ D:‎…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"אות\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"כוננים קיימים\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"שכפול בקבוק\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"שכפול\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"יש להזין שם עבור השכפול של הבקבוק.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"משכפל…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"זה עשוי לקחת זמן מה.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"הבקבוק שוכפל\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"משתני סביבה הם ערכים בעלי שם דינמי אשר יכולים להשפיע על האופן שבו תהליכים \"\n\"פועלים יתנהגו בבקבוק שלך.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"שם משתנה\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"משתנים קיימים\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"דפוסי החרגה\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"הגדרת דפוסים אשר ישמשו למניעת ניהול גרסאות של תיקיות מסוימות.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"דפוס\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"דפוסים קיימים\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"הגדרות Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"שמירה\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"ניהול אופן הצגת משחקים.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"רזולוציית משחק\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"הגדרה זו משתמשת ברזולוציה של משחק הווידאו כנקודת ייחוס בפיקסלים.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"רוחב\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"גובה\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"רזולוציית חלון\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"הגדרה זו משדרגת את הרזולוציה כאשר משתמשים ברזולוציה גבוהה יותר מרזולוציית \"\n\"המשחק בפיקסלים.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"שונות\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"מגבלת קצב תמוניות\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"מגבלת קצב תמוניות כאשר החלון אינו ממוקד\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"סילום מספרים שלמים\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"סוג חלון\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"ללא שוליים\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"מסך מלא\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"האם להתקדם עם ההתקנה?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"התחלת התקנה\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"תוכנית התקנה זו דורשת משאבים מקומיים מסוימים שלא ניתן לספק אחרת.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"התקדמות\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"סיימנו!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"הצגת תוכניות\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"ההתקנה נכשלה!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"משהו השתבש.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"כל ההודעות\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"קריטי\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"שגיאות\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"אזהרות\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"מידע\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"דפדפן יומן\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"שינוי רמת רישום.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"הכול\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"הארגומנטים האלה יועברו בהפעלה.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"ארגומנטים מותאמים אישית\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"ארגומנטים של פקודה\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"למשל: ‪משתנה=‎ערך %‎פקודה% -‎דוגמה1 -‎דוגמה2 -‎דוגמה3=‎שלום‬\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"סקריפט לאחר הרצה\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"בחירת סקריפט לביצוע לאחר הרצה.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"בחירת סקריפט\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"בחירה מאיפה להתחיל את התוכנית.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"בחירת תיקייה\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"הגדרות אלה ידרסו את הגדרות ברירת המחדל עבור קובץ הפעלה זה.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"דריסות של העדפות\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"שחזור לברירות המחדל של „בקבוקים”\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"שולחן עבודה וירטואלי\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"כתב ויתור של Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"שימוש ב־Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"זהירות, שימוש בכלי הרצה מבוססי Proton בבקבוקים שאינם של Steam יכול לגרום \"\n\"לבעיות ולמנוע מהם להתנהג כראוי.\\n\"\n\"\\n\"\n\"אנו ממליצים להשתמש בכלי ההרצה Wine-GE במקום זאת, שהוא גרסת Proton שנועדה \"\n\"לרוץ מחוץ ל־Steam.\\n\"\n\"\\n\"\n\"המשך ההליך יפעיל באופן אוטומטי את מערכת זמן הריצה של Steam \"\n\"(אם קיימת במערכת ומזוהה על ידי „בקבוקים”) על מנת לאפשר לכלי ההרצה לגשת \"\n\"לספריות הנדרשות ולצמצם בעיות תאימות. חשוב לדעת ש־GloriousEggroll, הספק של \"\n\"כלי ההרצה, אינו אחראי לשום בעיה ואנו מבקשים שלא לדווח אליו.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"הבנתי.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"שינוי שם\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"בחירת שם חדש עבור התוכנית שנבחרה.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"שם חדש\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"הרצה עם ארגומנטים\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"הרצה\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"יש לכתוב למטה את הארגומנטים שיש להעביר לקובץ ההפעלה.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"למשל: ‪-opengl -SkipBuildPatchPrereq‬\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"הגדרות ארגז חול\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"שיתוף רשת\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"שיתוף שמע\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"נחוץ שדרוג\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"המשך\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"הפעלת השדרוג\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"מערכת ניהול גרסאות חדשה\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"המערכת לניהול גרסאות בקבוק החדשה נחתה.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"לתוכנית „בקבוקים” יש מערכת ניהול גרסאות חדשה לגמרי שאינה תואמת לאחור.\\n\"\n\"\\n\"\n\"כדי להמשיך להשתמש בניהול גרסאות יש לאתחל מחדש את מאגר המידע של הבקבוק. פעולה \"\n\"זו לא תמחק נתונים מהבקבוק שלך אך תמחק את כל תמונות המצב הקיימות ותיצור אחת \"\n\"חדשה.\\n\"\n\"\\n\"\n\"אם צריך לחזור לתמונת מצב קודמת לפני המשך הפעולה, יש לסגור חלון זה ולשחזר את \"\n\"תמונת המצב, לאחר מכן יש לפתוח מחדש את הבקבוק כדי להציג חלון זה שוב.\\n\"\n\"\\n\"\n\"התמיכה במערכת הישנה תופסק באחד מהשחרורים הבאים.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"מאגר המידע מאותחל מחדש…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"בוצע! נא להפעיל את „בקבוקים” מחדש.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"הגדרות אפקטים לאחר עיבוד\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"ברירת מחדל\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"הגדרות ברירת מחדל\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"האפקטים מיושמים בהתאם לסדר הרשימה.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"אפקטים\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"חידוד ניגודיות הסתגלותי (CAS)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"חדות\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"הצגת מידע\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"חידוד לומה מופחת רעשים\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"הפחתת רעשים\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"החלקת קצוות משוערות מהירה (FXAA)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"איכות תת־פיקסל\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"סף איכות קצה\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"סף איכות קצה מזערי\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"החלקת קצוות צורנית ברמת תת־פיקסל (SMAA)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"זיהוי קצה\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"צבע\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"סף\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"שלבי חיפוש מרביים\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"שלבי חיפוש אלכסוניים מרביים\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"עיגול פינות מרבי\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"חדות CAS משפרת את חדות התמונית. ערכים גבוהים יותר הופכים את התמונית לחדה \"\n\"יותר, בעוד שערכים נמוכים יותר מ־0 הופכים את התמונית לרכה יותר מהמקור.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"חדות DLS משפרת את חדות התמונית. ערכים גבוהים יותר הופכים את התמונית לחדה \"\n\"יותר.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"הפחתת רעשים בעזרת DLSS מפחיתה את רעש התמונית. ערכים גבוהים יותר הופכים את \"\n\"התמונית לרכה יותר.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"איכות תת־פיקסל של FXAA מפחיתה קצוות משוננים ברמת התת־פיקסל. ערכים גבוהים \"\n\"יותר הופכים את התמונית לרכה יותר.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"סף איכות קצה של FXAA הוא הכמות המזערית של ניגודיות הדרושה ליישום האלגוריתם \"\n\"של FXAA. ערכים גבוהים יותר גורמים לתמונית להיות בעלת ניגודיות רבה יותר.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"סף איכות קצה מזערי של FXAA הוא הערך המזערי של פיקסלים כהים שהאלגוריתם של \"\n\"FXAA מתעלם מהם. ערכים גבוהים יותר גורמים לאלגוריתם של FXAA להתעלם מפיקסלים \"\n\"מתחת לערך שצוין ויכולים להוביל לעלייה בביצועים.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"הטכניקה Luma מזהה קצוות מנקודת מבט חד־צבעית, בעוד שהטכניקה „צבע” מזהה קצוות \"\n\"בהתבסס על צבעים. הביצועים של Luma טובים יותר מאלה של „צבע”.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"סף של SMAA מציין את הרגישות של זיהוי קצוות. ערכים נמוכים יותר מזהים יותר \"\n\"קצוות על חשבון הביצועים.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"שלבי חיפוש מרביים של SMAA הוא הערך שמציין כמה שלבי חיפוש אופקיים ואנכיים \"\n\"מבוצעים בעת חיפוש קצוות.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"שלבי חיפוש אלכסוניים מרביים של SMAA הוא הערך שמציין כמה שלבי חיפוש אנכיים \"\n\"מבוצעים בעת חיפוש קצוות.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"עיגול פינות של SMAA מציין את החוזק של עיגול פינות של קצוות.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"מובנה (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"מקומי (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"„מובנה”, ואז „מקומי”\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"„מקומי”, ואז „מובנה”\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"מושבת\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"הסרה\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"‪/הצבעה/על/נתיב‬\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"ערך\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"עיון בקבצים\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"שם קידומת Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"מנהל\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"קידומת Wine זו כבר יובאה אל „בקבוקים”.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"ייבוא גיבוי בקבוק\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"חיפוש חוזר אחר קידומות\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"לא נמצאו קידומות\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"לא נמצאו קידומות חיצוניות. האם לתוכנית „בקבוקים” יש גישה אליהן?\\n\"\n\"יש להשתמש בסמל למעלה כדי לייבא בקבוק מגיבוי.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"ארכיון מלא\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"הצגת מניפסט…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"קריאת ביקורת…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"שם תוכנית התקנה\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"תיאור תוכנית התקנה\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"לא ידוע\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"התקנת תוכנית זו\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"תפריט תוכנית\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"אין תמונה ממוזערת\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"הפעלה\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"הפעלה עם Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"שם פריט\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"הסרה מהספרייה\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"עצירה\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"ספרייה\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"יש להוסיף פריטים כאן מרשימת התוכניות של הבקבוק שלך\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"ניהול גרסאות פעיל בבקבוק זה.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"בקבוק זה נראה פגום.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"ביצוע בבקבוק זה\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"הרצה כאן\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"בקבוק זה נראה פגום, קובץ התצורה שלו חסר. ניתן לנסות לתקן זאת על ידי יצירת \"\n\"תצורה חדשה.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"חיפוש הבקבוקים שלך…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"בקבוקים\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"יצירת בקבוק חדש…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"לא נמצאו תוצאות\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"יש לנסות חיפוש שונה.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"מתחילים…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"משאב זה חסר.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"עיון\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"י_צירה\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"שם הבקבוק\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_יישום\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_גיימינג\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_התאמה אישית\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"התאמה אישית\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"שיתוף תיקיית משתמש\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"אפשרות זו הופכת את תיקיית המשתמש לניתנת לגילוי בבקבוק, בסיכון של שיתוף מידע \"\n\"אישי עם תוכנות Windows. אפשרות זו אינה ניתנת לשינוי לאחר שהבקבוק נוצר.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"ארכיטקטורה\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"יש להשתמש ב־32 סיביות רק אם הדבר הכרחי בהחלט.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"ייבוא תצורה מותאמת אישית.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"תיקייה בקבוק\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"תיקייה שתכלול את כל הנתונים של בקבוק זה.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_סגירה\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"שם זה אינו זמין, נא לנסות אחד אחר.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"הקודם\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"ברוך בואך אל „בקבוקים”\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"הרצת תוכנות Windows על לינוקס.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"‫Windows‬ בבקבוקים\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"התוכנית „בקבוקים” משתמשת בכלי הרצה של תאימות כדי לספק סביבות דמויות Windows \"\n\"המבודדות במכולות בהן תוכניות רצות.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"כמעט בוצע\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"אנחנו צריכים עוד כמה דקות בשביל להגדיר את הכול…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"הכול מוכן!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"נא לסיים את ההתקנה קודם\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"התחלת השימוש ב„בקבוקים”\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"הבא\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"העדפות\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"כללי\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"מראה\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"מצב כהה\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"האם על „בקבוקים” להשתמש בערכת הצבעים הכהה.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"הצגת תאריך עדכון\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"האם יש להציג את תאריך העדכון ברשימת הבקבוקים.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"התראות\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"הצגת התראות עבור הורדות והתקנות.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"קבצים זמניים\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"לנקות קבצים זמניים כאשר התוכנית „בקבוקים” מופעלת?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"סגירת התוכנית „בקבוקים” לאחר פתיחת תוכנית\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"סגירת התוכנית „בקבוקים” לאחר פתיחת תוכנית ממנהל הקבצים.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"שילובים\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"קידומות Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"הצגת רשימה וניהול של קידומות Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"רישום יישומי Steam ברשימת התוכניות\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"אפשרות זו דורשת התקנת Steam עבור Windows בבקבוק.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"רישום משחקי Epic ברשימת התוכניות\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"אפשרות זו דורשת התקנת Epic Games Store בבקבוק.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"רישום משחקי Ubisoft ברשימת התוכניות\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"אפשרות זו דורשת התקנת Ubisoft Connect בבקבוק.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"מתקדם\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"תיקיית בקבוקים\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"תיקייה שמכילה את הנתונים של הבקבוקים שלך.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"כלי הרצה\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"התוכנית „בקבוקים” רצה במצב לא מקוון, לכן כלי הרצה אינם זמינים.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"קדם־שחרור\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"רכיבי DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"התוכנית „בקבוקים” רצה במצב לא מקוון, לכן קובצי DLL אינם זמינים.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"ליבה\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"מערכת זמן ריצה\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"ניסויים\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"תכונות אלה נמצאות תחת פיתוח כבד ועשויות להיות לא יציבות, יש לצפות לתקלות.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"ארגז חול לכל בקבוק\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"בפיתוח מוקדם.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"הפעלה עם מסוף\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"עיון בנתיב\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"שינוי הגדרות הפעלה…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"הוספה לספרייה\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"הוספת רישום בשולחן העבודה\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"הוספה ל־Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"שינוי שם…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"הסתרת תוכנית\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"הצגת תוכנית\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"הסרה מהרשימה\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"שם תוכנית\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"מזהה מצב\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"הערת מצב\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"שחזור תמונת מצב זו\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"מחיקת הודעה\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"תפריט ראשי\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"נראה שאין חיבור לאינטרנט. בלעדיו לא יהיה ניתן להוריד רכיבים חיוניים. יש \"\n\"ללחוץ על סמל זה כשהחיבור חודש.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"ייבוא…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"עזרה\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"על „בקבוקים”\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"הקובץ „{0}” אינו קובץ ‪.exe‬ או ‪.msi‬\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"בוצע עדכון: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"בוצעה הוספת „{0}”\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"בחירת קובץ הפעלה\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"הוספה\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"הסתרת תוכניות מוסתרות\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"בתהליך הפעלת „{0}”…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"יש להיות מודע לארגז החול\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"התוכנית „בקבוקים” מורצת בארגז חול, סביבת הרשאות מוגבלות הדרושה כדי לשמור על \"\n\"בטיחותך. אם התוכנית לא תרוץ, יש לשקול לעבור לתוך הבקבוק (סמל 3 נקודות למעלה)\"\n\", ואז להפעיל משם.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_דחייה\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"נא לבחור לאן לשמור את הגדרות הגיבוי\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"ייצוא\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"נא לבחור לאן לשמור את ארכיון הגיבוי\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"גיבוי\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"נוצר גיבוי עבור „{0}”\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"הגיבוי של „{0}” נכשל\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"למחוק את „{}” לצמיתות?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"הפעולה הזאת תמחק את כל התוכניות וההגדרות שמשויכות אליו לצמיתות.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"מ_חיקה\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"כלי הרצה חסר\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"כלי ההרצה המבוקש על ידי בקבוק זה חסר. יש להתקין אותו דרך ההעדפות של „בקבוקים”\"\n\" או לבחור אחד חדש להרצת יישומים.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"לעצור את כל התהליכים בכוח?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"עלול לגרום לאובדן או השחתה של נתונים וכשלים בתוכניות.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"כפיית _עצירה\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"תכונה זו אינה זמינה במערכת שלך.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} כדי להוסיף תכונה זו, נא להריץ flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"שם הבקבוק הזה כבר בשימוש.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"בחירת תיקיית עבודה\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"תיקייה שמכילה את הנתונים של „{}”.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"למחוק את כל תמונות המצב?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"הפעולה הזאת תמחק את כל תמונות המצב אבל תשאיר את הקבצים שלך.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"נא לעבור למערכת ניהול הגרסאות החדשה כדי ליצור מצבים חדשים.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"תוכניות התקנה\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"מתבצעות פעולות, נא להמתין.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"חזרה לבקבוקים שלך.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"הגיבוי יובא בהצלחה\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"הייבוא נכשל\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"הגיבוי מיובא…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"נא לבחור ארכיון גיבוי\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"ייבוא\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"בחירת קובץ תצורה\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"לא זמין\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"הרצת קובץ הפעלה ב־„{self.config.Name}”\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"בתהליך הפעלת „{0}\\\" ב־„{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"הבקבוקים שלך\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"מתבצעת הורדת ‪~{0}‬ של חבילות…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"הובאו {0} מתוך {1} חבילות\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"בחירת תיקיית בקבוק\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"מתבצעת יצירת בקבוק…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"לא ניתן ליצור בקבוק\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"יצירת הבקבוק נכשלה עם שגיאה אחת או יותר.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"הבקבוק נוצר\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"יצירת „{0}” הושלמה בהצלחה.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"היישום Steam לא נמצא או שלתוכנית „בקבוקים” אין מספיק הרשאות.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"בחירת נתיב בקבוקים\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"להפעיל את „בקבוקים” מחדש?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"יהיה צורך להפעיל מחדש את התוכנית „בקבוקים” כדי להשתמש בתיקייה זו.\\n\"\n\"\\n\"\n\"יש להקפיד לסגור כל תוכנית שהופעלה מתוך „בקבוקים” לפני הפעלת „בקבוקים” מחדש, \"\n\"מכיוון שאי־ביצוע עלול לגרום לאובדן או השחתה של נתונים וכשלים בתוכניות.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"ה_פעלה מחדש\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"שדרוג\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"בתהליך התקנה…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"מניפסט עבור {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"הוסרה התקנת „{0}”\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"התקנת „{0}” הושלמה\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"התקנת „{0}” נכשלה\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"ייבוא „{0}” הושלם\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"היישום הזה עשוי לעבוד בצורה גרועה. תוכנית ההתקנה הוגדרה לספק את החוויה הטובה \"\n\"ביותר האפשרית, אבל יש לצפות לתקלות, אי־יציבות והיעדר תכונות שעובדות.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"תוכנית זו פועלת עם תקלות בולטות, אבל התקלות האלה אינן משפיעות על תפקוד \"\n\"היישום.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"תוכנית זו פועלת עם תקלות קלות.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"תוכנית זו עובדת באופן מושלם.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"ביקורת עבור {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"בתהליך עצירת „{0}”…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"בתהליך פתיחת „{0}” עם Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"„{0}” מוסתרת\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"„{0}” מופיעה\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"הסרת „{0}” בוצעה\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"השם „{0}” שונה ל־„{1}”\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"נוצר רישום בשולחן העבודה עבור „{0}”\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"התוכנית „{0}” נוספה לספרייה שלך\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"התוכנית „{0}” נוספה לספריית Steam שלך\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"הצגת דוח\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            בעיה זו דווחה 5 פעמים ולא ניתן לשלוח אותה שוב.\\n\"\n\"            יש לדווח את המשוב שלך באחד מהדוחות הקיימים למטה.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"בתהליך עדכון הגדרות תצוגה, נא להמתין…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"הגדרות התצוגה עודכנו\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"לא נמצאו דריסות.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"בחירת נתיב כונן\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"לא הוגדרו משתני סביבה.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"לא הוגדרו דפוסי החרגה.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"אירעה שגיאה.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"העתקה ללוח\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"בחירת קובץ משאבים\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"מתבצעת התקנת חבילות תלות של Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"בתהליך קביעת תצורת הבקבוק…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"בתהליך עיבוד שלבי תוכנית ההתקנה…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"בתהליך התקנת {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"מתבצעות בדיקות אחרונות…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"בתהליך התקנת {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"התוכנית {0} זמינה כעת בתצוגת התוכניות.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"תוכנית ההתקנה נכשלה עם שגיאה לא ידועה\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"ההגדרה {0} כבר מושבתת עבור בקבוק זה.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"הגדרה זו שונה מברירת המחדל של הבקבוק.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"בחירת סקריפט\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"נתיב בקבוקים מותאם אישית לא נמצא\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"בתהליך נסגירה לנתיב ברירת המחדל. לא יופיעו בקבוקים מהנתיב הנתון.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@שם_היישום@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"הרצת תוכנות Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"‪wine;windows;‬\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"הגירת Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"החלפת מצב הנראות של תיבת דו־השיח להגירת Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"ערכת נושא כהה\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"כפיית השימוש בערכת נושא כהה.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"החלפת מצב הנראות של תאריך העדכון ברשימה\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"החלפת מצב הנראות של תאריך העדכון ברשימה של בקבוקים.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"רשימת יישומי Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"החלפת מצב החשיפה של רשימת יישומי Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"רשימת Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"החלפת מצב החשיפה של רשימת Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"רשימת Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"החלפת מצב החשיפה של רשימת Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"רוחב חלון\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"שינוי רוחב החלון.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"גובה חלון\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"שינוי גובה החלון.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"הצגת התראות.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"ניקוי קבצים זמניים\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"ניקוי הנתיב של הקבצים הזמניים בעת אתחול המערכת.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"בעמדה לשחרור\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"החלפת מצב הנראות של כלי הרצה בעמדה לשחרור.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"תצוגת הפעלה\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"נא לבחור באיזו תצוגה יש להפעיל את היישום.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"החלפת מצב ההפעלה של תכונות ניסיוניות כגון ניהול גרסאות, תוכניות התקנה וכלי \"\n\"הרצה בעמדה לשחרור.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"תמיכה ב־Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"החלפת מצב התמיכה בקידומות Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"ניסויים:ארגז חול\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"החלפת מצב ההפעלה של ארגז חול ניסיוני לכל בקבוק.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"סגירת „בקבוקים” באופן אוטומטי\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"סגירת „בקבוקים” לאחר הפעלת קובץ הפעלה ממנהל הקבצים.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"הצגת אזהרת ארגז חול\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"החלפת מצב הנראות של אזהרת ארגז חול.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"תכונות:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"עדכון פרטי נתוני־על\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"הוספת מידע נוסף על עדכונים וגרסה נכונה של הערות שחרור\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"הלחצן „הוספה ל־Steam” תוקן\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"בעיית סדר של BottleConfig תוקנה\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"הכשל בחילוץ כפול של Patool תוקן\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"גרסה נכונה\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"תוקנה קריסה ביצירת בקבוק\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"שינוי עיקרי: עיצוב מחדש של ממשק בקבוק חדש\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"שיפורי איכות חיים:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"נוספה הודעה קופצת עבור „הרצת קובץ הפעלה”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"תיקוני תקלות:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"ייבוא גיבויים הוביל לשגיאה\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"מערכת זמן הריצה של Steam מופעלת באופן אוטומטי בעת שימוש בכלי ההרצה wine-ge-\"\n\"custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"תיקון מגוון בעיות הקשורות לקידוד טקסט\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"תיקון שגיאה בעת הורדה אם התוכנית „בקבוקים” לא מורצת ממסוף\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"תאריך גרסה נכון\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"שיפורים ותיקונים של Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"התקנת חבילות תלות מהירה ויציבה יותר\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"בדיקת הבריאות כוללת מידע נוסף לניפוי שגיאות מהיר יותר\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"לרכיב NVAPI יש המון והוא יציב יותר, אמור לעבוד עכשיו כראוי\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"תיקון קריסה בעת הורדת רכיב\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"שיפור קוד קצה אחורי על ידי הימנעות מנעילת סביב\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"משתנים נוספים עבור כתיבת סקריפטים של תוכניות התקנה\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"שיפור לבניית מערכת\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"הפעלת VKD3D כברירת מחדל בעת יצירת בקבוקים עבור גיימינג\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"תיקון קריסות בעת קריאת קבצי Steam עם קידודים מקולקלים\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"תיקון עדכון לקוי של רכיבים בממשק המשתמש לאחר התקנה/הסרת התקנה\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"תיקוני FSR נוספים\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"תיקון הבעיה כאשר תוכנית נסגרת לאחר שהיא הופעלה מ„הרצת קובץ הפעלה”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"ועוד הרבה, הרבה, הרבה יותר!\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"נכשל להתקין תוספים, לאחר 3 נסיונות.\"\n"
  },
  {
    "path": "po/hi.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 13:05+0000\\n\"\n\"Last-Translator: Kumar Saurav <athena.saurav@gmail.com>\\n\"\n\"Language-Team: Hindi <https://hosted.weblate.org/projects/bottles/bottles/hi/\"\n\">\\n\"\n\"Language: hi\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"कोई पथ निर्दिष्ट नहीं है\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"बैकअप {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"बैकअप आयात किया जा रहा है: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"अवयव को स्थापित करने में असफल, ३ बार प्रयास किया गया।\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"अनुपस्थित महत्वपूर्ण अवयव। स्थापना की जा रही है…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Bottle की डायरेक्टरी बनाने में असफल।\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"प्लेसहोल्डर डायरेक्टरी/फ़ाइल बनाने में असफल रहा।\"\n\n#: bottles/backend/managers/manager.py:1162\n#, fuzzy\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Bottle कॉन्फ़िग फ़ाइल जनरेट कर रहे है …\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"टेम्प्लेट मिला, आवेदन किया जा रहा है…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\n#, fuzzy\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine कॉन्फिग को अपडेट किया जा रहा है …\"\n\n#: bottles/backend/managers/manager.py:1199\n#, fuzzy\nmsgid \"Wine config updated!\"\nmsgstr \"Wine कॉन्फिग अपडेट हो गया!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Flatpak के रूप में चल रहा है, सैंडबॉक्सिंग userdir…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"सैंडबॉक्सिंग userdir…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows संस्करण सेट किया जा रहा है…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD डिफ़ॉल्ट सेटिंग्स लागू करें…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"पर्यावरण का अनुकूलन…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"पर्यावरण लागू कर रहे हैं: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"कस्टम एनवायरनमेंट रेसिपी का प्रयोग किया जा रहा है…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"रेसिपी नहीं पायी गई, या रेसिपी सही नहीं है…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK स्थापित कर रहे है …\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D इंस्टॉल किया जा रहा है…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"डीएक्सवीके-एनवीएपीआई स्थापित किया जा रहा है…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, fuzzy, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"“{0}” नामक एक bottle बन गयी\"\n\n#: bottles/backend/managers/versioning.py:123\n#, fuzzy\nmsgid \"States list retrieved successfully!\"\nmsgstr \"“{0}” नामक एक bottle बन गयी\"\n\n#: bottles/backend/managers/versioning.py:153\n#, fuzzy, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"“{0}” नामक एक bottle बन गयी\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\n#, fuzzy\nmsgid \"State not found\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit] अनुरोध प्राप्त\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] अनुरोध प्राप्त\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh] अनुरोध प्राप्त\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"अस्थायी सफाई\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"लाइसेंस\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\n#, fuzzy\nmsgid \"Reinstall\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\n#, fuzzy\nmsgid \"Export Configuration…\"\nmsgstr \"Bottle कॉन्फ़िग फ़ाइल जनरेट कर रहे है ...\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"रिपोर्ट दिखाओ\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"रिपोर्ट दिखाओ\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\n#, fuzzy\nmsgid \"Launch Options\"\nmsgstr \"लॉन्च विकल्प बदलें\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\n#, fuzzy\nmsgid \"My bottle\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\n#, fuzzy\nmsgid \"Options\"\nmsgstr \"लॉन्च विकल्प बदलें\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"कार्य प्रबंधक\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"हटाने का उपकरण\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"नियंत्रण पैनल\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"दस्तावेज़ पढ़ें\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"दस्तावेज़ पढ़ें\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"नाम\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\n#, fuzzy\nmsgid \"Performance\"\nmsgstr \"दिखावट\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"मल्टी-कोर प्रोसेसर के प्रदर्शन को बढ़ाने के लिए सिंक्रनाइज़ेशन सक्षम करें।\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"सिंक्रनाइज़ेशन\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"दिखावट\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Gamemode का उपयोग करे \"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"विंडो की ऊंचाई\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles की रनटाइम\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam रनटाइम\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"पर्यावरण चर जोड़ें जल्दी\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"बोतल संस्करण (प्रयोगात्मक)\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"नई bottle\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"रिपोर्ट दिखाओ\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"अपनी बोतल के लिए एक नाम टाइप करें\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"पर्यावरण चर जोड़ें जल्दी\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"पर्यावरण चर जोड़ें जल्दी\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"विंडो की ऊंचाई\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"Wine कॉन्फिग अपडेट हो गया!\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Window की चौड़ाई\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"रिपोर्ट दिखाओ\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\n#, fuzzy\nmsgid \"Warnings\"\nmsgstr \"चेतावनी\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"पसंद\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"नाम\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"चलाये\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Bottles\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"कार्य प्रबंधक\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"बैकअप आयात किया जा रहा है: {0}\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"लॉन्च विकल्प बदलें\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"अपनी बोतल के लिए एक नाम टाइप करें\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"Gamemode का उपयोग करे \"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"Bottle कॉन्फ़िग फ़ाइल जनरेट कर रहे है ...\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\n#, fuzzy\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Gamemode या तो आपके सिस्टम पर उपलब्ध नहीं है या नहीं चल रहा है\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Windows का सॉफ्टवेयर Linux मैं चलाये Bottles के साथ🍷!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Window की चौड़ाई\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"पसंद\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\n#, fuzzy\nmsgid \"Appearance\"\nmsgstr \"दिखावट\"\n\n#: bottles/frontend/ui/preferences.blp:17\n#, fuzzy\nmsgid \"Dark Mode\"\nmsgstr \"डार्क थीम\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"सूचनाएं\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"अस्थायी सफाई\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"Wine कॉन्फिग अपडेट हो गया!\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"क्रम\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"लॉन्च विकल्प बदलें\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"रिपोर्ट दिखाओ\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"डालें\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"बैकअप {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"बैकअप {0}\"\n\n#: bottles/frontend/views/bottle_details.py:501\n#, fuzzy\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"क्या आप इस bottle और सारी फ़ाइलें सचमे हटाना चाहते हैं?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\n#, fuzzy\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"क्या आप इस bottle और सारी फ़ाइलें सचमे हटाना चाहते हैं?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\n#, fuzzy\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Gamemode या तो आपके सिस्टम पर उपलब्ध नहीं है या नहीं चल रहा है\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\n#, fuzzy\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"क्या आप इस bottle और सारी फ़ाइलें सचमे हटाना चाहते हैं?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"अपनी बोतल के लिए एक नाम टाइप करें\"\n\n#: bottles/frontend/views/importer.py:92\n#, fuzzy\nmsgid \"Backup imported successfully\"\nmsgstr \"“{0}” नामक एक bottle बन गयी\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Wine कॉन्फिग अपडेट हो गया!\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Bottles शुरु हो गयी!\"\n\n#: bottles/frontend/views/new.py:233\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"“{0}” नामक एक bottle बन गयी\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"हटाने के उपकरण\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"रिपोर्ट दिखाओ\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"पर्यावरण चर जोड़ें जल्दी\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"पर्यावरण चर जोड़ें जल्दी\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"एक गलती हुई है।\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"नई bottle\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"चलाओ Windows का सॉफ्टवेयर \"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"फ्लैटपैक प्रवास\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"फ़्लैटपैक माइग्रेशन डायलॉग टॉगल करें।\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"डार्क थीम\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"सूची में अद्यतन तिथि टॉगल करें\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"बोतलों की सूची में अद्यतन तिथि को टॉगल करें।\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\n#, fuzzy\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"सूची में अद्यतन तिथि टॉगल करें\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\n#, fuzzy\nmsgid \"Toggle epic games listing.\"\nmsgstr \"सूची में अद्यतन तिथि टॉगल करें\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"सूची में अद्यतन तिथि टॉगल करें\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\n#, fuzzy\nmsgid \"Window width\"\nmsgstr \"Window की चौड़ाई\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"विंडो की चौड़ाई बदलें।\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"विंडो की ऊंचाई\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"विंडो की ऊंचाई बदलें।\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"सूचनाएं दिखाएं।\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"अस्थायी सफाई\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"सिस्टम को बूट करते समय अस्थायी पथ को साफ करें।\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"रिलीज कैंडिडेट\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"सूची में अद्यतन तिथि टॉगल करें\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\n#, fuzzy\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Windows का सॉफ्टवेयर Linux मैं चलाये Bottles के साथ🍷!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"सॉफ्टवेयर को bottle करे और अपने अवकाश का आनंद लें!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"हमारी अंतर्निहित निर्भरता स्थापना प्रणाली स्वचालित सॉफ़्टवेयर संगतता पहुंच प्रदान करती है। आधिकारिक घटकों को डाउनलो\"\n\"ड करने के लिए डाउनलोड प्रबंधक का उपयोग करें: धावक (वाइन, प्रोटॉन), डीएक्सवीके, निर्भरता, आदि।\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"Bottle versioning आपका काम सुरक्षित रखे और आपको बाद में बहाल करने दे!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"विशेषताएं:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"bottles बनाये पूर्व-कॉन्फ़िगर किए गए वातावरण के साथ या फिर अपना खुदका वातावरण बनाये\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Executables (.exe/.msi) अपनी bottles मैं सीधे अपने फ़ाइल प्रबंधक से चलाये \"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"bottles में इंस्टॉल किए गए एप्लिकेशन का स्वचालित पता लगाना\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"पर्यावरण चर जोड़ें जल्दी\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"डीएलएल को सीधे प्रति-बोतल प्राथमिकताओं से ओवरराइड करें\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"किसी भी बोतल के लिए ऑन-द-फ्लाई रनर परिवर्तन\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"विभिन्न गेमिंग-प्रदर्शन अनुकूलन \"\n\"(esync, fsync, DXVK, कैशे, शेडर कंपाइलर, ऑफ़लोड ... और भी बहुत कुछ।)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"वाइन और प्रोटॉन धावकों की स्वचालित स्थापना और प्रबंधन\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"टूटने की स्थिति में स्वचालित बोतल की मरम्मत\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"समुदाय-संचालित भंडार पर आधारित एकीकृत निर्भरता-इंस्टॉलर\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"वाइन प्रक्रियाओं के लिए एकीकृत कार्य प्रबंधक\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"समर्थन के लिए प्रोटॉनडीबी और वाइनएचक्यू तक पहुंच\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"आपके कॉन्फ़िगरेशन को बोतलों के नए संस्करणों में लाने के लिए सिस्टम\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"बोतलों का बैकअप लें और आयात करें\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"अन्य प्रबंधकों से वाइन उपसर्ग आयात करें\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"बोतल संस्करण (प्रयोगात्मक)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... और भी बहुत कुछ जो आप बॉटल इंस्टाल करके पा सकते हैं!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"बोतल संस्करण (प्रयोगात्मक)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"बैकअप आयात किया जा रहा है: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"नई bottle\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"नई bottle\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Bottles\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"विंडोज गेम्स के लिए एक बेहतर वातावरण।\"\n\n#, fuzzy\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"विंडोज गेम्स के लिए एक बेहतर वातावरण।\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"आपके प्रयोगों के लिए एक स्पष्ट वातावरण।\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Gamemode का उपयोग करे \"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"आप ऑफ़लाइन हैं, हम डाउनलोड करने में असमर्थ हैं। \"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"नई bottle\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"अवयव को स्थापित करने में असफल, ३ बार प्रयास किया गया।\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"हटाने के उपकरण\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"दस्तावेज़ पढ़ें\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"दस्तावेज़ पढ़ें\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Gamemode का उपयोग करे \"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamemode का उपयोग करे \"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"एक ब्रेक लें, इसमें कुछ समय लग सकता है\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamemode का उपयोग करे \"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"नई bottle\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"क्या आप इस bottle और सारी फ़ाइलें सचमे हटाना चाहते हैं?\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"“{0}” नामक एक bottle बन गयी\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"मिर्को ब्रोम्बिन\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"नई bottle\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"आराम से wineprefix का प्रबंधन करे \"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"दस्तावेज़ पढ़ें\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"दस्तावेज़ पढ़ें\"\n\n#, fuzzy\n#~ msgid \"Control panel\"\n#~ msgstr \"नियंत्रण पैनल\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"दस्तावेज़ पढ़ें\"\n\n#, fuzzy\n#~ msgid \"Rename bottle\"\n#~ msgstr \"नई bottle\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"दस्तावेज़ पढ़ें\"\n\n#, fuzzy\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"पसंद\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"आपका स्वागत है\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"वापस जाए\"\n\n#~ msgid \"Done\"\n#~ msgstr \"हो गया\"\n\n#, fuzzy\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"रात का विषय\"\n\n#, fuzzy\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"डार्क थीम इनेबल करे\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Bottles\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"Gamemode या तो आपके सिस्टम पर उपलब्ध नहीं है या नहीं चल रहा है\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"बोतल\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"कोई धावक नहीं मिला, कृपया एक स्थापित करें।\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"आपकी नई बोतल: {0} अब तैयार है!\"\n"
  },
  {
    "path": "po/hr.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-31 17:02+0000\\n\"\n\"Last-Translator: Milo Ivir <mail@milotype.de>\\n\"\n\"Language-Team: Croatian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"hr/>\\n\"\n\"Language: hr\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=\"\n\"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? \"\n\"1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Staza nije određena\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sigurnosna kopija {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Uvoz sigurnosne kopije: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Neuspjelo instaliranje komponenata. Izvedena su tri pokušaja.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Nedostaju bitne komponente. Instaliranje u tijeku …\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Neuspjela izrada mape za butelje.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Neuspjela izrada rezervirane mape/datoteke.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generiranje konfiguracije butelje …\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Predložak je pronađen, primjenjuje se …\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine konfiguracija se aktualizira …\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine konfiguracija je aktualizirana!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Pokretanje kao Flatpak, postavljanje testne korisničke mape …\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Postavljanje testne korisničke mape …\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Postavljanje verzije Windowsa …\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Primijeni standardne CMD postavke …\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimiranje okruženja …\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Primjenjivanje okruženja: {0} …\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Koristi se prilagođena konfiguracija okruženja …\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Konfiguracija nije pronađena ili nije ispravna …\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Instaliranje DXVK-a …\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Instaliranje VKD3D-a …\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Instaliranje DXVK-NVAPI-a …\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instaliranje ovisnosti: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Stvaranje verzioniranog stanja 0 …\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Završavanje …\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Spremanje predloška u predmemoriju …\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Spremanje promjena stanja …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nema promjena\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Novo stanje [{0}] je uspješno stvoreno!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Popis stanja je uspješno dohvaćen!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Stanje [{0}] je uspješno obnovljeno!!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Obnavljanje stanja {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Stanje nije pronađeno\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Stanje {} već je aktivno stanje\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Pokaži verziju\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Staza izvršne datoteke\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk staza\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Ime butelje\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Proslijedi argumente\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Neispravni URI (sintaksa: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Primljen je zahtjev za [Zatvori program].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Primljen je zahtjev za [Pomoć].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Primljen je zahtjev za [Aktualiziraj].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Doniraj\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Strane biblioteke i posebne zahvale\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponzorirano i financirano od\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Autorska prava © 2017. – Programeri programa Butelje (Bottles)\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Programeri programa Butelje (Bottles)\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Milo Ivir <mail@milotype.de>\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Verzija komponente\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Deinstaliraj\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Pregledaj datoteke\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Instalacija nije uspjela. Razlog tome može biti greška u repozitoriju, \"\n\"djelomično preuzimanje ili nepodudaranje kontrolnog zbroja. Pritisni za \"\n\"ponovni pokušaj.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Preuzmi i instaliraj\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0 %\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Pokaži manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licenca\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Ponovo instaliraj\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Prijavi grešku …\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Ime ovisnosti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Opis ovisnosti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategorija\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Preuzmi i instaliraj ovu ovisnost\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Došlo je do greške u instalaciji. Za čitanje izvještaja o rušenju ponovo \"\n\"pokreni Butelje ili pokreni i pročitaj izvještaj putem terminala.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Izbornik ovisnosti\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Ispravljanje grešaka\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Pregledaj datoteke …\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Dupliciraj butelju …\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Ovo je kompletna arhiva tvoje butelje, uključujući osobne datoteke.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Potpuna sigurnosna kopija …\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Ovo je samo konfiguracija butelje. Savršena je ako želiš stvoriti novu, ali \"\n\"bez osobnih datoteka.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Izvezi konfiguraciju …\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Prikaži skrivene programe\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Traži nove programe\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Izbriši butelju …\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Sekundarni izbornik\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Prisilno prekini sve procese\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simuliraj isključivanje sustava Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Isključi sustav\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simuliraj ponovno pokretanje sustava Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Ponovo pokreni sustav\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opcije pokretanja\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Pokreni u terminalu\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Za izvršavanje datoteka ispusti ih ovdje\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Moja butelja\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Okruženje\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Pokretač\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Verzioniranje je aktivirano za ovu butelju\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Verzioniranje je aktivno za ovu butelju.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Pokreni izvršnu datoteku …\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Pritisni „Pokreni izvršnu datoteku …” za pokretanje izvršne datoteke, „Dodaj \"\n\"prečace …” za dodavanje izvršne datoteke u popis programa ili „Instaliraj \"\n\"programe …” za instaliranje programa koje ravija zajednica.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Dodaj prečace …\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instaliraj programe …\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opcije\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Postavke\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Konfiguriraj postavke butelje.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Ovisnosti\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instaliraj ovisnosti za programe.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Snimke\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Stvori i upravljaj stanjima butelje.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Upravljač zadataka\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Upravljaj aktivnim programima.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Alati\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Naredbeni redak\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Pokreni naredbe unutar butelje.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Uređivač registra\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Uredi unutarnji registar.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Stari Wine alati\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Preglednik\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Otklanjanje grešaka\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiguracija\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Deinstalacijski program\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Upravljačka ploča\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Traži ovisnosti …\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Nisi spojen/a na internet :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles radi u izvanmrežnom modusu, stoga ovisnosti nisu dostupne.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Ovisnosti su resursi koji poboljšavaju kompatibilnost Windows softvera.\\n\"\n\"\\n\"\n\"Datoteke na ovoj stranici pružaju treće strane pod vlasničkom licencom. \"\n\"Instalacijom tih datoteka slažeš se s njihovim uvjetima licenciranja.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Prijavi problem ili nedostajuću ovisnost.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Prijavi nedostajuću ovisnost\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Pročitaj dokumentaciju.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentacija\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Traži\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Traži programe …\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instaliraj programe koje pruža naša zajednica.\\n\"\n\"\\n\"\n\"Datoteke na ovoj stranici pružaju treće strane pod vlasničkom licencom. \"\n\"Instalacijom tih datoteka slažeš se s njihovim uvjetima licenciranja.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nijedan instalacijski program nije pronađen\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Repozitorij je nedostupan ili nijedan instalacijski program nije \"\n\"kompatibilan s ovom buteljom.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Pročitaj dokumentaciju\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Ime\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponente\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Verzija Wine sloja kompatibilnosti.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Aktualiziranje pokretača i komponenata, pričekaj …\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Poboljšaj kompatibilnost s Direct3D 8/9/10/11 prevođenjem na Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Aktualiziranje DXVK-a, pričekaj …\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Poboljšaj kompatibilnost s Direct3D 12 prevođenjem na Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Aktualiziranje VKD3D-a, pričekaj …\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Aktualiziranje DXVK-NVAPI-a, pričekaj …\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"Povećaj brzinu reakcije. Mogu ga otkriti neki „Anti-cheat” programi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Aktualiziranje LatencyFleX-a, pričekaj …\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Prikaz\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Povećaj performancu nauštrb vizualnih prikaza koristeći DXVK-NVAPI. Radi \"\n\"samo na novijim NVIDIA GPU-ovima.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Povećaj performancu nauštrb vizualnih prikaza. Radi samo za Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Upravljaj FidelityFX Super Resolution postavkama\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Dodatna grafička kartica\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Koristi dodatnu grafičku karticu za povećanje performance nauštrb potrošnje \"\n\"energije.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efekti naknadne obrade\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Dodaj razne efekte naknadne obrade koristeći vkBasalt. Radi samo s Vulkan \"\n\"API-em.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Upravljaj postavkama slojeva naknadne obrade\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Upravljaj načinom prikaza igri na ekranu pomoću Gamescopea.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Upravljaj Gamescope postavkama\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Napredne postavke prikaza\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Performanca\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Aktiviraj sinkronizaciju za povećavanje performance višejezgrenih procesora.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sinkronizacija\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sustav\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Prati performancu\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Prikaži informacije praćenja kao što su broj sličica u sekundi, temperature, \"\n\"CPU/GPU opterećenje i više na OpenGL-u i Vulkanu koristeći MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Primijeni niz optimiziranja na tvom uređaju. Može poboljšati performancu \"\n\"igri.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Predučitaj datoteke igre\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Poboljšaj vrijeme učitavanja pri višestrukom pokretanju igre. Pokretanje \"\n\"igre će trajati duže pri prvom pokretanju.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Upravljaj vmtouch postavkama\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Snimanje OBS igre\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Uključi/Isključi snimanje OBS igre za sve Vulkan and OpenGL programe.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Kompatibilnost\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows verzija\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Aktualiziranje verzije Windowsa, pričekaj …\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Jezik\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Odaberi jezik za programe.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Namjensko testno okruženje\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Koristi ograničeno/upravljano okruženje za ovu butelju.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Upravljaj dozvolama testnog okruženja\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Paket biblioteka programa Butelje\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Pruža paket dodatnih biblioteka za bolju kompatibilnost. Deaktiviraj ako \"\n\"naiđeš na probleme.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Paket biblioteka Steama\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Pruža paket dodatnih biblioteka za bolju kompatibilnost sa Steam igrama. \"\n\"Deaktiviraj ako naiđeš na probleme.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Radna mapa\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Vrati na standardne vrijednosti\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Standardno)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL zamjene\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Varijable okruženja\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Upravljaj pogonima\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatske snimke\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Automatski stvori snimke prije instaliranja softvera ili mijenjanja postavki.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Komprimiranje\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Komprimiraj snimke za smanjivanje potrebne memorije. To će usporiti \"\n\"stvaranje snimki.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Koristi uzorke isključivanja\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Isključi staze u snimkama ekrana.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Upravljaj uzorcima\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Aktualiziraj\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Prekini proces\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Nijedna snimka nije pronađena\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Stvori svoju prvu snimku za spremanje stanja tvojih postavki.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Kratki komentar\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Spremi stanje butelje.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Stvori novu snimku\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detalji\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Idi natrag\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operacije\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Odaberi butelju\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Odustani\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Odaberi\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Stvori novu butelju\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Izvještaj o prekidu programa Butelje\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Odustani\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Pošalji izvještaj\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Program Butelje je zadnji put prekinuo rad. Ispuni izvještaj uz prilaganje \"\n\"sljedećih podataka kako bi smo identificirali problem i spriječili da se \"\n\"ponovi.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Pronašli smo jedan ili više sličnih (ili identičnih) izvještaja. Prije \"\n\"slanja novog izvještaja, provjeri je li već prijavljen. Svaki izvještaj \"\n\"zahtijeva vrijeme programera za dijagnosticiranje. Poštuj njihov rad i pazi \"\n\"da ne šalješ duplikate.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Još uvijek želim prijaviti.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Napredne opcije\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Nepotpun paket\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Čini se da ova Butelje verzija ne pruža sve potrebne osnovne ovisnosti. \"\n\"Obrati se održavatelju paketa ili koristi službenu verziju.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Prekini\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Biblioteke dinamičkih poveznica mogu se odrediti da su ugrađene \"\n\"(koje pruža Wine) ili izvorne (koje pruža program).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nova zamjena\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Zamjene\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Pogoni\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Ovo su staze tvog sustava za hosting koje su mapirane i koje pokretač \"\n\"prepoznaje kao uređaje (npr. C: D: …).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Slovo\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Postojeći pogoni\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Dupliciraj butelju\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Dupliciraj\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Upiši ime za duplikat butelje.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Dupliciranje …\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Ovo bi moglo potrajati.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Butelja je duplicirana\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Varijable okruženja su dinamički imenovane vrijednosti koje mogu utjecati na \"\n\"način na koji će se pokrenuti procesi ponašati na tvojoj butelji.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Ime varijable\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Postojeće varijable\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Uzorci za isključivanje\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definiraj uzorke koji će se koristiti za sprečavanje upravljanja verzijama \"\n\"nekih direktorija.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Uzorak\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Postojeći uzorci\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope postavke\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Spremi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Upravljaj načinom prikaza igara.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Rezolucija igre\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Koristi rezoluciju u pikselima videoigre kao referencu.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Širina\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Visina\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Rezolucija prozora\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Povećava rezoluciju kad se koristi rezolucija koja je veća od rezolucije \"\n\"igre u pikselima.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Razno\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Ograničenje frekvencije\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Ograničenje frekvencije kad prozor nije aktivan\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Povećanje sa cijelim brojevima\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Vrsta prozora\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Bez rubova\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Cjeloekranski prikaz\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Želiš li nastaviti s instalacijom?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Pokreni instalaciju\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Ovaj instalacijski program zahtijeva neke lokalne resurse koji se ne mogu \"\n\"dobiti na jedan drugi način.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Nastavi\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Dovršeno!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Pokaži programe\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Instalacija nije uspjela!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Dogodila se greška.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Sve poruke\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kritično\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Greške\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Upozorenja\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informacije\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Preglednik dnevnika\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Preglednik dnevnika\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Promijeni razinu zapisivanja.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Sve\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Ti se argumenti proslijeđuju tijekom pokretanja programa.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Prilagođeni agrumenti\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Naredbeni argumenti\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"npr: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Skripta nakon pokretanja\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Odaberi skripta koji se treba izvršiti nakon pokretanja.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Odaberi skripta\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Odaberi otkuda pokrenuti program.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Odaberi jednu mapu\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Ove postavke će zamijeniti standardne postavke za ovu izvršnu datoteku.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Zamjene postavki\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Vrati na standardne postavke programa Butelje\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtualna radna površina\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Protonovo odricanje od odgovornosti\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Koristi Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Pazi! Korištenje Protonskih pokretača u ne Steamovim buteljama može \"\n\"prouzročiti probleme i spriječiti njihovo pravilno ponašanje.\\n\"\n\"\\n\"\n\"Preporučujemo da umjesto toga koristiš Wine-GE, Proton verziju koja je \"\n\"namijenjena za pokretanje izvan Steama.\\n\"\n\"\\n\"\n\"Postupak će automatski aktivirati paket biblioteka Steama \"\n\"(ako je prisutan u sustavu i otkriven od programa Butelje) kako bi mu se \"\n\"omogućio pristup potrebnim bibliotekama i ograničili problemi s \"\n\"kompatibilnošću. Imaj na umu da GloriousEggroll, pružatelj pokretača, nije \"\n\"odgovoran za bilo koje probleme i molimo te da ih ne prijavljuješ.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Razumijem.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Preimenuj\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Odaberi novo ime za odabrani program.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Novo ime\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Pokreni s agrumentima\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Pokreni\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Dolje upiši argumente koji će se proslijediti izvršnom programu.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"npr.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Postavke testnog okruženja\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Dijeli mrežu\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Dijeli zvuk\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Potrebna je nadogradnja\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Nastavi\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Pokreni nadogradnju\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Novi sustav verzioniranja\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Uveden je novi sustav verzioniranja butelja.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles ima potpuno novi sustav verzioniranja koji nije kompatibilan s \"\n\"prethodnim verzijama.\\n\"\n\"\\n\"\n\"Da bismo nastavili koristiti verzioniranje, moramo ponovo inicijalizirati \"\n\"repozitorij butelje. To neće izbrisati podatke iz tvoje butelje, ali će \"\n\"izbrisati sve postojeće snimke i stvoriti novu butelju.\\n\"\n\"\\n\"\n\"Ako se moraš vratiti na jedno prethodno stanje prije nastavljanja, zatvori \"\n\"ovaj prozor i obnovi snimku, a zatim ponovo otvori butelju za ponovno \"\n\"prikazivanje ovog prozora.\\n\"\n\"\\n\"\n\"Stari sustav će se ukinuti u jednom od sljedećih izdanja.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Ponovno inicijaliziranje repozitorija …\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Gotovo! Pokreni Butelje ponovo.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Postavke efekata naknadne obrade\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Standardno\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Standardne postavke\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efekti se primjenjuju prema redoslijedu popisa.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efekti\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Prilagodljivo izoštravanje kontrasta\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Oštrina\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Pokaži informacije\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Izoštravanje svjetljivosti uklanjanjem mrlja\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Ukloni mrlje\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Brzo približno zaglađivanje rubova\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Podpikselasta kvaliteta\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Prag kvalitete rubova\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Minimalni prag kvalitete rubova\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Podpikselasto morfološko zaglađivanje rubova\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Otkrivanje rubova\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Svjetljivost\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Boja\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Prag\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maks. broj koraka pretrage\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maks. broj dijagonalnih koraka pretrage\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maks. radijus kutova\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS oštrina povećava oštrinu kadrova. Veće vrijednosti povećavaju oštrinu, \"\n\"dok vrijednosti manje od 0 smanjuju oštrinu kadra.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"CAS oštrina povećava oštrinu kadrova. Veće vrijednosti povećavaju oštrinu \"\n\"kadra.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS uklanjanje mrlja smanjuje mrlje u kadru. Veće vrijednosti smanjuju \"\n\"oštrinu kadra.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA kvaliteta podpiksela smanjuje zaglađivanje rubova na razini podpiksela. \"\n\"Više vrijednosti smanjuju oštrinu kadra.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA prag rubova je minimalna količina kontrasta potrebna za primjenu FXAA \"\n\"algoritma. Veće vrijednosti povećavaju kontrast kadra.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Minimalna FXAA kvaliteta praga rubova minimalna je vrijednost tamnih piksela \"\n\"koje FXAA algoritam zanemaruje. Korištenjem većih vrijednosti, FXAA će \"\n\"zanemariti piksele ispod navedene vrijednosti i može povećati performancu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Svjetljivost otkriva rubove iz jednobojne perspektive, dok „Boja” otkriva \"\n\"rubove na temelju boja. Svjetljivost je uspješnija od „Boja”.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA prag određuje osjetljivost otkrivanja rubova. Manje vrijednosti \"\n\"otkrivaju više rubova nauštrb performance.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Maksimalni SMAA koraci pretraživanja određuju koliko se vodoravnih i \"\n\"okomitih koraka pretraživanja izvodi prilikom traženja rubova.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Maksimalni SMAA koraci dijagonalno pretraživanja određuju koliko se \"\n\"vodoravnih i okomitih koraka pretraživanja izvodi prilikom traženja rubova.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA zaokruživanje kutova određuje jačinu zaobljenja rubnih kutova.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Ugrađeni (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Izvorni (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Ugrađeni, zatim izvorni\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Izvorni, zatim ugrađeni\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Isključeno\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Ukloni\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/uputi/na/stazu\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Vrijednost\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Pregledaj datoteke\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Ime Wine mape\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Upravljač\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Ova je Wine mapa već uvezena u „Butelje”.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Uvezi sigurnosnu kopiju butelje\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Ponovo traži mape\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nije pronađena nijedna mapa\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nije pronađena nijedna mapa. Ima li „Butelje” pristup njima?\\n\"\n\"Koristi gornju ikonu za uvoz butelje iz sigurnosne kopije.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Cijela arhiva\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Pokaži manifest …\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Pročitaj recenziju …\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Ime instalacijskog programa\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Opis instalacijskog programa\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Nepoznato\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instaliraj ovaj program\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Izbornik programa\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Bez minijature\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Pokreni\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Pokreni sa Steamom\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Ime stavke\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Ukloni iz biblioteke\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Prekini\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteka\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Ovdje dodaj stavke iz popisa programa tvoje butelje\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Verzioniranje je aktivno u ovoj butelji.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Čini se da je ova butelja oštećena.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Izvrši u ovoj butelji\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Pokreni ovdje\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Čini se da je ova butelja oštećena. Nedostaje datoteka konfiguracije. Mogu \"\n\"pokušati riješiti problem stvaranjem nove konfiguracije.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Pretraži svoje butelje …\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Butelje\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Stvori novu butelju …\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nema rezultata\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Pokušaj s jednom drugom pretragom.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Pokretanje …\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Ovaj resurs nedostaje.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Pregledaj\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"Stvo_ri\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Ime butelje\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplikacija\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Igre\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Pri_lagođeno\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Prilagođeno\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Dijeli korisničku mapu\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Ovo omogućuje otkrivanje korisničkog direktorija u butelji, uz rizik \"\n\"dijeljenja osobnih podataka s Windows softverom. Ova se opcija ne može \"\n\"promijeniti nakon što je butelja stvorena.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arhitektura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Koristi 32-bitnu verziju samo ako je izričito potrebno.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Izvezi prilagođenu konfiguraciju.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Direktorij butelje\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Direktorij koji će sadržati podatke ove butelje.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Zatvori\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Ovo ime nije dostupno. Pokušaj jedno drugo ime.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Prethodno\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Dobro došao, dobro došla u Butelje\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Pokreći Windows softver na Linuxu.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows u Butelje\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles koristi pokretače za kompatibilnost kako bi osigurao izolirana \"\n\"okruženja nalik Windowsu u kontejnerima u kojima se pokreću programi.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Skoro gotovo\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Trebamo još par minuta kako bismo sve postavili …\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Sve je spremno!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Najprije završi postavljanje\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Počni koristiti Butelje\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Dalje\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Postavke\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Opće\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Izgled\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tamni modus\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Treba li program Butelje koristiti temu tamnih boja.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Pokaži datum aktualiziranja\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Da li pokazati datum aktualiziranja u popisu butelja.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Obavijesti\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Pokaži obavijesti za preuzimanja i instalacije.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Privremene datoteke\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Izbrisati privremene datoteke kad se pokrene program Butelje?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Zatvori Butelje nakon pokretanja jednog programa\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\"Zatvori Butelje nakon pokretanja jednog programa iz upravljača datoteka.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integracije\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton mape\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Prikaži i upravljaj Steam Proton mapama.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Prikaži Steam aplikacije u popisu programa\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Zahtijeva instaliran Steam za Windows u butelji.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Prikaži Epic Games u popisu programa\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Zahtijeva instaliranu Epic Games trgovinu u butelji.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Prikaži Ubisoft igre u popisu programa\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Zahtijeva instaliran Ubisoft Connect u butelji.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Napredno\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Direktorij za Butelje\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Direktorij koji sadrži podatke tvoje Butelje.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Pokretači\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"„Bottles” radi u izvanmrežnom načinu rada, stoga pokretači nisu dostupni.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Predizdanje\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Prikaži nestabilne verzije pokretača.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL komponente\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"„Bottles” radi u izvanmrežnom načinu rada, stoga DLL-ovi nisu dostupni.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Core\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Paket biblioteka\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Eksperimenti\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Ove se značajke nalaze u intenzivnom razvoju i mogu biti nestabilne. Očekuj \"\n\"greške i prekide.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Testno okruženje po butelji\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"U ranoj fazi razvoja.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Pokreni s terminalom\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Pregledaj stazu\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Promijeni opcije pokretanja …\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Dodaj u biblioteku\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Dodaj ikonu programa na radnoj površini\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Dodaj u Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Preimenuj …\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Sakrij program\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Pokaži program\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Ukloni iz popisa\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Ime programa\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ID stanja\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Komentar za stanje\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Obnovi ovu snimku ekrana\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Izbriši poruku\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Glavni izbornik\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Čini se da ne postoji veza s internetom. Bez nje nije moguće preuzeti bitne \"\n\"komponente. Klikni ovu ikonu nakon uspostavljanja veze.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Uvoz …\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Pomoć\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"O programu Butelje\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Datoteka „{0}” nije .exe ili .msi datoteka\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Aktualizirano: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"„{0}” dodan\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Odaberi izvršnu datoteku\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Sakrij skrivene programe\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Pokreće se „{0}” …\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Budi svjestan/na o testnom okruženju\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles radi u sandboxu, okruženju s ograničenim dopuštenjima potrebnim za \"\n\"tvoju sigurnost. Ako se program ne pokreće, razmisli o pomicanju unutar \"\n\"butelje (ikona s 3 točke na vrhu), zatim ga pokreni od tamo.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Odbaci\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Odaberi mjesto za spremanje konfiguracije sigurnosne kopije\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Izvoz\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Odaberi mjesto za spremanje arhive sigurnosne kopije\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Sigurnosna kopija\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Sigurnosna kopija stvorena za „{0}”\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Sigurnosna kopija neuspjela za „{0}”\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Stvarno želiš zauvijek izbrisati „{}”?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Ovo će zauvijek izbrisati sve programe i s njima povezane postavke.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Izbriši\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Nedostaje pokretač\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Zatraženi pokretač ove butelje nedostaje. Instaliraj ga u postavkama ili \"\n\"odaberi jedan novi za pokretanje aplikacija.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Stvarno želiš prisilno prekinuti sve procese?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"To može prouzročiti gubitak podataka, oštećenje i kvarove programa.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"_Prisili prekid\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Ova funkcija nije dostupna na tvom sustavu.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Za dodavanje ove funkcije pokreni flatpak instalaciju\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Ime butelje se već koristi.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Odaberi radni direktorij\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Direktorij koji sadrži podatke od „{}”.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Stvarno želiš izbrisati sve snimke?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Ovo će izbrisati sve snimke, ali će zadržati tvoje datoteke.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Prijeđi na novi sustav verzioniranja za stvaranje novih stanja.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instalacijski programi\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operacije se izvode, pričekaj.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Vrati se na tvoje butelje.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Sigurnosna kopija je uspješno uvezena\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Uvoz neuspio\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Uvoz sigurnosne kopije …\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Odaberi arhivu sigurnosne kopije\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Uvoz\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Odaberi konfiguracijsku datoteku\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"--\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Pokreni izvršnu datoteku u „{self.config.Name}”\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Pokreće se „{0}” u „{1}” …\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Tvoje butelje\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Preuzimanje ~{0} paketa …\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Preuzeto {0} od {1} paketa\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Odaberi direktorij butelje\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Stvaranje butelje …\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Neuspjelo stvaranje butelje\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Neuspjelo stvaranje butelje zbog jedne ili više grešaka.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Butelja je stvorena\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"„{0}” je uspješno stvoren.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam nije pronađen ili Butelje nema potrebne dozvole.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Odaberi stazu za „Butelje”\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Ponovo pokrenuti „Butelje”?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Da bi se ovaj direktorij koristio, potrebno je ponovno pokretanje Butelje.\\n\"\n\"\\n\"\n\"Obavezno zatvori sve programe pokrenute putem Butelje prije ponovnog \"\n\"pokretanja Butelje. U suprotnom može doći do gubitka podataka, oštećenja i \"\n\"neispravnog rada programa.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Pokreni ponovo\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Na temelju Valveovog Winea, uključuje međuspremanje i Proton zakrpe.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Na temelju Wineove glavne grane, uključuje međuspremanje i Proton zakrpe.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Na temelju Wineove glavne grane, uključuje međuspremanje zakrpa.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Na temelju Valveovog Winea, uključuje međuspremanje, Proton i Steam zakrpe. \"\n\"Paket biblioteka Steama mora biti uključen.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Drugo\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Nadogradi\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Instaliranje …\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest za {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"„{0}” deinstalirano\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"„{0}” instalirano\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"„{0}” nije instalirano\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"„{0}” uvezen\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Ova aplikacija možda ne radi kako treba. Instalacijski program je \"\n\"konfiguriran kako bi pružio najbolje moguće iskustvo, ali očekuj greške, \"\n\"nestabilnost i nefunkcioniranje funkcija.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Ovaj program radi s primjetnim greškama, ali te greške ne utječu na \"\n\"funkcionalnost aplikacije.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Ovaj program radi s manjim greškama.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Ovaj program radi savršeno.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Pregled za {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Prekida se „{0}” …\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Pokreće se „{0}” sa Steamom …\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"„{0}” skriven\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"„{0}” pokazan\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"„{0}” uklonjen\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"„{0}” preimenovan u „{1}”\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Unos na radnoj površini stvoren za „{0}”\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"„{0}” dodan u tvoju biblioteku\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"„{0}” dodan u tvoju Steam biblioteku\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Pokaži izvještaj\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Ovaj je problem prijavljen 5 puta i ne može se ponovno poslati.\\n\"\n\"            Pošalji povratne informacije u jednom od donjih postojećih \"\n\"izvještaja.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Aktualiziranje postavki prikaza. Pričekaj …\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Postavke prikaza su aktualizirana\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nije pronađena nijedan zamjena.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Odaberi stazu diska\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nijedna varijabla okruženja nije određena.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nijedan uzorak isključivanja nije određen.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Došlo je do greške.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Kopiraj u međuspremnik\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Odaberi datoteku resursa\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instaliranje ovisnosti za Windows …\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Konfiguriranje butelje …\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Obrada koraka instalcijskog programa …\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Instalira se {} …\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Izvršavanje završnih provjera …\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalira se {0} …\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} je sada dostupan u prikazu programa.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Instalacijski program nije uspio s nepoznatom pogreškom\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} je već deaktivirano za ovu butelju.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Ova se postavka razlikuje od standardne postavke butelje.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Odaberi skripta\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Prilagođena staza za „Butelje” nije pronađena\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Vraćanje na standardnu stazu. Nijedna butelja sa zadane staze neće biti \"\n\"navedena.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Pokreći Windows softver\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak migracija\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Uključi/isključi dijalog za Flatpak migraciju.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tamna tema\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Prisili korištenje tamne teme.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Uključi/isključi datum aktualiziranja u popisu\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Uključi/isključi datum aktualiziranja u popisu butelja.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Popis Steam aplikacija\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Uključi/isključi popis Steam aplikacija.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Popis Epic Games igara\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Uključi/isključi popis Epic Games igara.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Popis ubisoft veza\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Uključi/isključi popis ubisoft veza.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Širina prozora\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Promijeni širinu prozora.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Visina prozora\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Promijeni visinu prozora.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Prikaži obavijesti.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Brisanje privremenih datoteka\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Izbriši privremenu stazu pri pokretanju sustava.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Kandidat izdanja\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Uključi/Isključi kandidate za pokretače.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Početni prikaz\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Odaberi početni prikaz nakon pokretanja aplikacije.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Uključi/Isključi eksperimentalne funkcije kao što su verzioniranje i \"\n\"instalacijski programi. Kandidat izdanja za pokretače.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Podrška za Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Uključi/Isključi podršku za Steam Proton mape.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Eksperimenti:testno okruženje\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Uključi/Isključi eksperimentalno testno okruženje po butelji.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Automatski zatvori Butelje\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Zatvori Butelje nakon pokretanja izvršne datoteke iz upravljača datoteka.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Prikaži upozorenje testnog okruženja\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Uključi/isključi upozorenja testnog okruženja.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Pokreći Windows softver na Linuxu pomoću programa Butelje!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Buteljiraj softver i uživaj u slobodnom vremenu!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Naš ugrađeni sustav za instaliranje nužnog softvera omogućuje automatski \"\n\"pristup kompatibilnom softveru. Koristi upravljač preuzimanja za preuzimanje \"\n\"službenih komponenata: pokretač (Wine, Proton), DXVK, nužan softver itd.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Verzioniranje butelja čuva tvoj rad te omogućuje obnavljanje određenog \"\n\"stanja butelje!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funkcije:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Stvaranje butelja pomoću unaprijed konfiguriranih okruženja ili stvaranje \"\n\"vlastitih\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Pokretanje izvršnih datoteka (.exe/.msi) u tvojim buteljama izravno iz \"\n\"kontekstnog izbornika upravljača datoteka\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Automatsko otkrivanje aplikacija koje su instalirane u tvojim buteljama\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Brzo dodavanje varijabla okruženja\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Prepiši DLL biblioteke izravno iz postavki pojedinačnih butelja\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Trenutno mijenjanje pokretača za bilo koju butelju\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Razna optimiranja za igranje igara \"\n\"(esync, fsync, DXVK, predmemorija, kompajler sjena, … itd.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Automatsko instaliranje i upravljanje Wine i Proton pokretačima\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatsko popravljanje butelje u slučaju kvara\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integrirana instalacija ovisnosti temeljena na repozitoriju koji vodi \"\n\"zajednica\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrirani upravljač zadataka za Wine procese\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Pristup ProtonDB i WineHQ stranicama za podršku\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sustav za aktualiziranje konfiguracije na nove verzije programa Butelje\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Spremanje sigurnosnih kopija i uvoz butelja\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Uvoz Wine mapa iz drugih upravljača\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Verzioniranje programa Butelje\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \".. i još mnogo toga što možeš pronaći instaliranjem programa Butelje!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Aktualizirane informacije metapodataka\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Dodaj više informacija o aktualiziranju i ispravi verziju bilješke o izdanju\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Ispravljen gumb „Dodaj u Steam”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Ispravljena greška zbog koje se BottleConfig nije mogao serijalizirati\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Ispravljena greška pri dvostrukom raspakiranju s Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Ispravna verzija\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Ispravljena greška prilikom stvaranja butelje\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Velika promjena: Redizajn New Bottle sučelja\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Poboljšanja kvalitete života:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Zamijeni ikonu emotikona ljubavi s bibliotekom na stranici biblioteke\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Dodaj poruku za „Pokreni izvršnu datoteku”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Ispravci grešaka:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Dodavanje prečaca na Steam je rezultiralo s greškom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Uvoz sigurnosnih kopija koje su prouzročile grešku\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Paket biblioteka Steama se automatski aktivira kada se koristi wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Razni ispravci vezani uz biblioteku, poput praznih korica i prekida rada \"\n\"sustava zbog nedostajućih unosa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Ispravljeni razni problemi u vezi s kodiranjem teksta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Ispravljena greška prilikom preuzimanja ako Bottles nije pokrenut putem \"\n\"terminala\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Ispravan datum verzije\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"Sakrij kritične greške povezane s NVIDIA na sustavima koji nisu NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Poboljšanja i ispravci Gamescopea\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Instalacija ovisnosti je brža i stabilnija\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Provjera ispravnosti ima više informacija za brže otklanjanje grešaka\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI ima mnogo ispravaka i stabilniji je, sada bi trebao ispravno raditi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Ispravljen prekid rada programa prilikom preuzimanja komponente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Poboljšan kod pozadinskog sustava izbjegavanjem spin-locka\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Više varijabli za izradu skripta za instalacijski program\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Ispravljen je uvodni dijalog na uređaju koji prikazuje „Sve je spremno” iako \"\n\"zapravo nije bilo spremno\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Poboljšanje za izgradnju sustava\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\"Aktiviranje VKD3D-a prema zadanim postavkama prilikom izrade butelja za \"\n\"igranje\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"Ispravljeni prekidi rada programa prilikom čitanja Steam datoteka s lošim \"\n\"kodiranjem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Ispravljene su komponente koje se nisu ispravno aktualizirale u korisničkom \"\n\"sučelju nakon instalacije/deinstalacije\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Još ispravaka za FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Ispravljen je problem zatvaranja programa nakon što je pokrenut putem „\"\n\"Pokreni izvršnu datoteku”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"i još puno, puno više!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Izračunavanje …\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Pokreni .exe/.msi u ovoj butelji\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Stvori novu butelju …\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nova butelja\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Podaci butelje\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Poboljšano okruženje za Windows igre.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Poboljšano okruženje za Windows programe.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Čisto okruženje za tvoje eksperimente.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Nepovezana početna mapa\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Nemoj povezivati mapu korisnika s početnom mapom\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Prilagođena konfiguracija\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Odaberi prilagođenu konfiguraciju za okruženje ako je imaš.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Prilagođena staza\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Spremi ovu butelju na jedno drugo mjesto.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Računalo nije povezano. Preuzimanje nije moguće.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Odaberi jednu stazu izvršnih datoteka\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Odaberi jednu Windows izvršnu datoteku\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Odaberi radnu mapu za izvršne datoteke\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Odaberi konfiguracijsku datoteku\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Odaberi mjesto za spremanje butelje\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Odaberi novu stazu za Butelje\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Odaberi skripta\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Odaberi radnu mapu\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Ispravljena je greška brisanja butelja, što ponekad nije radilo.\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Podrška za .lnk datoteke\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Ispravljeno instaliranje intalacije @jntesteves\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Prijevod na francuski, hvala @rjousse18, @julroy67\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Prijevod na francuski, hvala @rjousse18, @julroy67\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Prijevod na ruski, hvala @Knebergish, @lenemter, @Smoque\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Prijevod na hrvatski, hvala @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Prijevod na tajski, hvala @SashaPGT\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Slovački prijevod, hvala @MartinIIOT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Prijevod na portugalski, hvala @laralem, @SantosSI, Pão com omlet, \"\n#~ \"@hugok79\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Prijevod na talijanski, hvala @gdonisi\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Prijevod na hrvatski, hvala @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Prijevod na poljski, hvala Krzysztof Marcinek\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Slojevi\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultra kvaliteta\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kvaliteta\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Uravnoteženo\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Slojevito\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Okruženje slojeva, gdje je svaki program sloj.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility. Disable if \"\n#~ \"you run into issues.\"\n#~ msgstr \"\"\n#~ \"Pruža paket dodatnih biblioteka za bolju kompatibilnost. Deaktiviraj ako \"\n#~ \"naiđeš na probleme.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility with Steam \"\n#~ \"games. Disable if you run into issues.\"\n#~ msgstr \"\"\n#~ \"Pruža paket dodatnih biblioteka za bolju kompatibilnost. Deaktiviraj ako \"\n#~ \"naiđeš na probleme.\"\n\n#~ msgid \"This feature is not available on your system.\"\n#~ msgstr \"Ova funkcija nije dostupna na tvom sustavu.\"\n\n#~ msgid \"Name has special characters or already in use\"\n#~ msgstr \"Ime sadrži posebne znakove ili se već koristi\"\n\n#, fuzzy\n#~ msgid \"Choose new Bottles path\"\n#~ msgstr \"Odaberi novu stazu za butelje\"\n\n#, fuzzy\n#~ msgid \"Arabic tran*slations thanks to @TheDarkEvil\"\n#~ msgstr \"Prijevod na tajski, hvala @SashaPGT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Protuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Prijevod na portugalski, hvala @laralem, @SantosSI, Pão com omlet, \"\n#~ \"@hugok79\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Odaberi stazu\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Odaberi datoteku.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Datoteka nije pronađena\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Navedena datoteka ne postoji. Odaberi odgovarajuću datoteku.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Razmaci u imenu datoteke\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Staza tablice pretraživanja boja ne smije sadržavati razmake. Preimenuj \"\n#~ \"datoteku i ukloni sve razmake.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Nevažeće dimenzije slike\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Visina i širina slike moraju biti jednake.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Jednostavno upravljaj Wine mapama koristeći okruženja\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Pokreni s agrumentima …\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Pregledaj interne datoteke s Wine preglednikom.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Upravljaj procesima s Wine upravljačem zadataka.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Otklanjaj greške Wine procesa.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine konfiguracija\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Podesi interne postavke.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Deinstaliraj programe koristeći Wineov deinstalacijski program.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Pristupi internoj Wine upravljačkoj ploči.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Koristi odjeljak s instalacijskim programima ili gumb „Pokreni izvršnu \"\n#~ \"datoteku”.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Ovisnosti su softver, biblioteke i kodeci koji poboljšavaju \"\n#~ \"kompatibilnost softvera Windows sustava. Instaliraj odavdje kako bi se \"\n#~ \"zadovoljili programski zahtjevi.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Pročitaj dokumentaciju.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Instaliraj odabrano\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Nemoj instalirati više ovisnosti odjednom.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Odberi ovisnosti\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Koristi ovaj odjeljak za instaliranje programa koje je pripremila naša \"\n#~ \"zajednica, bez potrebe za ručnim nastavljanjem.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Pročitaj dokumentaciju\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Prikaz\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Poboljšava izvođenje DirectX 11 igara i 3D programa.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Poboljšava izvođenje DirectX 12 igara i 3D programa.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Osiguraj DLSS podršku ako je dostupna i Nvidiaov NVAPI.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR koristi vrhunske tehnologije povećanja brzine kako bi pomogao \"\n#~ \"povećati broja sličica u sekundi.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt je Vulkan sloj postprocesiranja za poboljšanje grafičkog prikaza \"\n#~ \"igara.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Upravljaj vkBasalt postavkama\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Koristi Wineovu virtualnu radnu površinu.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Snimanje unosa mišem u cjeloekranskom prikazu\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Dozvoli programu snimanje unosa mišem u cjeloekranskom prikazu.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Postavi aktivnim\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"Aktiviraj, ako prozor programa ne postane aktivnim prilikom prebacivanja \"\n#~ \"između prozora.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Warp funkcija miša\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"Promijeni ovo ako naiđeš na kašnjenje ili nesinkrono kretanje miša.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Rezolucija ekrana\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Postavi prilagođeni DPI.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Iscrtavač\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Odaberi pozadinski sustav koji želiš koristiti za wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (standardno)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Upravljaj verzijama komponenata\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK verzija\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D verzija\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI verzija\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX verzija\"\n\n#~ msgid \"false\"\n#~ msgstr \"krivo\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Isto kao za Butelje, ali određuje ga Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimiraj performansu igranja po potrebi.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Koristi Gamescope micro-compositor.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Postavlja standardnu stazu butelje.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Vrati na standardne vrijednosti\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Odaberi mapu\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Zvuk\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Smanji kašnjenje\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"Postavi PulseAudio kašnjenje na 60 ms. Povećava kvalitetu zvuka.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Verzioniranje\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Koristi komprimiranje za stanja\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"To će smanjiti memoriju koju koriste stanja, ali će usporiti njihovo \"\n#~ \"stvaranje.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Butelje će stvoriti stanje prije pokretanja bilo kojih ovisnosti ili \"\n#~ \"instalacijskih programa.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Koristi prilagođene uzorke za isključivanje nekih staza iz verzioniranja.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Razvoj i otklanjanje grešaka\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Vulkan i OpenGL sloj za praćenje FPS-a, temperature, opterećenja CPU-a/\"\n#~ \"GPU-a i još mnogo toga.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Wine 'fixme' zapisnici\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Zapiši staze kodova koji u Wineu nisu implementirani.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Nije pronađen nijedan program\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Instaliraj programe iz odjeljka za instalacijske programe ili pokretanjem \"\n#~ \"izvršne datoteke instalacijskog programa. Izvršne datoteke možeš dodati i \"\n#~ \"pomoću gumba „+”.\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Uključi/Isključi skrivene\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Odmori malo. Ovo može potrajati.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Konfiguriraj kako bi Gamescope trebao upravljati prozorom za igre koje \"\n#~ \"ćeš pokrenuti.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Širina (npr. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Visina (npr. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope rezolucija\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Promijeni razinu zapisivanja.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"vkBasalt postavke\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Tablica boja\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT transformira raspon boja u jedan drugi raspon boja pomoću .CUBE \"\n#~ \"datoteke ili .png datoteke gdje je visina jednaka širini.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Započni stvaranjem butelje.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Pokreni Windows softver na Linuxu.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Prilagođena staza za „Butelje” (zahtijeva ponovno pokretanje)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Odaberi mjesto za spremanje novih butelja (ovime se neće premjestiti \"\n#~ \"postojeće).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"U ranoj fazi razvoja (zahtijeva ponovno pokretanje).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Uvezi/Izvezi …\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Podrška\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forumi\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Otvori izbornik\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Nova butelja\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"U redu\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Potvrdi\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Stvarno želiš prekinuti sve procese?\\n\"\n#~ \"Time se mogu izgubiti podaci.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Standard za stazu butelje.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Mijenjanje kompresije zahtijeva ponovno inicijaliziranje\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Ovo će sačuvati sve tvoje datoteke, ali će izbrisati sva stanja. Želiš li \"\n#~ \"nastaviti?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detalji i uslužni programi\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Pronađeno u izborniku Start tvoje butelje.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Butelja s imenom „{0}” je uspješno stvorena\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"„{0}” instaliran.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Novosti\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Novi sustav verzioniranja koji omogućuje verzioniranje cijele butelje \"\n#~ \"(također konfiguraciju)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Automatsko verzioniranje se sada može uključiti i isključiti\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Koristi komprimiranje za stanja verzioniranja\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Poboljšaj spremanje opcija pokretanja bez višestrukog aktualiziranja \"\n#~ \"korisničkog sučelja\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Poboljšano YAML performasa pomoću libyamla (paket python-yaml mora \"\n#~ \"pružiti podršku za to)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Novi dijalog za informacije\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"Pokriva podršku u modusu biblioteke (zahvaljujući SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"Uklonjena je DXVK HUD opcija, umjesto nje koristi odjeljak „Varijable \"\n#~ \"okruženja”\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"boca-cli opcija ljuske sada prikazuje rezultat naredbe\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"Provjera stanja se sada nalazi u odjeljku „Ispravljanje grešaka” u stavci \"\n#~ \"izbornika „O programu Butelje”\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Proširena provjera osnovnih ovisnosti, pakirače se poziva da još jednom \"\n#~ \"provjere svoje pakete\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Nova zadana dozvola za Flatpak paket: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"Dodane su zasluge za stane biblioteke u odjeljku zasluga\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Ispravci\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Ispravak za preskočiv dijalog za prijavu\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Ispravak za prazno ime butelje\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Ispravljene gstreamer biblioteke za win32 butelje\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"\"\n#~ \"Ispravak za RemoteDisconnected grešku koja je prouzročila prekid programa\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Ispravljen netočan popis Vaniglia pokretača\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Ispravak za generiranje predložaka sa simbolički povezanim stazama koje \"\n#~ \"prouzročuju petlje\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Ispravljena migracija konfiguracije koja je prouzročila prekid programa \"\n#~ \"kad je korisnik promijenio konfiguraciju\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Ispravak za „mscoree.dll nije pronađen”\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Ispravljena regresija za opciju -b starog cli sučelja za butelje\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"\"\n#~ \"Ispravljen analizator opcija pokretanja Steam-a koji prouzročuje prekid \"\n#~ \"programa\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Ispravljena regresija u gumbu „Dodaj u Steam” koji ne dodaje novi unos u \"\n#~ \"Steam\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Prijevod na finski, hvala Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Prijevod na indonezijski, hvala @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Prijevod na španjolski, hvala Pablo Munoz Alabau, @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Prijevod na portugalski (brazilski), hvala @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Prijevod na njemački, hvala Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Jednostavno upravljaj Wine mapama\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Eksperimenti:biblioteka\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Uključi/Isključi eksperimentalni modus Biblioteka.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Učitavanje …\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Staza prilagođenih butelja nije pronađena. Provjeri stazu u Postavkama.\\n\"\n#~ \"Inače će se koristiti standardna staza; nijedna butelja te staze se neće \"\n#~ \"navesti u popisu!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Provjera stanja\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Generiranje indeksa datoteka stanja …\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Stvaranje stanja …\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Nije bilo moguće stvoriti mapu stanja.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Aktualiziranje indeksa …\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Nije bilo moguće aktualizirati datoteku stanja.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Nije bilo moguće aktualizirati datoteku indeksa.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Pronađeni argumenti za izvršnu datoteku: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Korak {self.__step} od {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"„{0}” pokrenut.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"„{0}” pokrenut sa Steamom.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indeks za stanje {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Pročitaj dokumentaciju o ovisnostima.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Uključi/Isključi DXVK sloj koji prikazuje FPS i ostale detalje u D3D \"\n#~ \"programima.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Pročitaj dokumentaciju o programima\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Dodatne postavke\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Lokalni resursi\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Traži mape\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"Aktiviraj verzioniranje za spremanje i obnavljanje stanja butelje.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Tvoja biblioteka\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Provjera stanja\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Učitavanje …\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Upravljač zadataka\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Odaberi mjesto za spremanje novih butelja (ovime se neće premjestiti \"\n#~ \"postojeće)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Instaliranje …\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Nije moguće stvoriti ikonu programa na radnoj površini jer nedostaju \"\n#~ \"korisnička prava.\\n\"\n#~ \"Pogledaj <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">naš \"\n#~ \"video</a> o tome kako to popraviti u Flatpaku.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Upiši kratki komentar:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris pokretači\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Verzioniranje butelja (eksperimentalno)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Prevedi</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Financiranje</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Prijava \"\n#~ \"grešaka</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Prijava grešaka\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Otvori s preglednikom\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Pomići u okruženju za testiranje\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Pomicanje u okruženju za testiranje …\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Uslužni programi\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Naredbeni redak\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Uređivač registra\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine konfiguracija\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Upravljačka ploča\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Aktiviran je testni način rada: prikazuju se samo ovisnosti iz \"\n#~ \"repozitorija za testiranje.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Iako su datoteke na ovoj stranici potvrđene, možda se nalaze pod \"\n#~ \"vlasničkom licencom.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Iako su datoteke na ovoj stranici potvrđene, možda se nalaze pod \"\n#~ \"vlasničkom licencom.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Pročitaj dokumentaciju\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Podaci butelje\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Moja lijepa butelja\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Preimenuj butelju\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Koristi DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Koristi VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Aktiviraj FSR\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Snimanje miša u cjeloekranskom prikazu\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK verzija\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Upravljaj VKD3D verzijama\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Ponovo će pokrenuti wineserver.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL nadjačavanja\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Pročitaj dokumentaciju\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"npr. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Postojeće zamjene\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"npr.: -example1 -example2 -example3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"npr.: Moja duplicirana butelja\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"ime_stranice\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"dupliciranje_stranice\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"duplicirana_stranica\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nova varijabla\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"npr.: MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Ovdje možeš promijeniti varijable okruženja za naredbe koje se izvršavaju.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"npr.: VAR1=value VAR2=value\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"npr: VAR1=value VAR2=value ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"npr. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"npr. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Koristiš Flatpak verziju programa Butelje. Omogući programu dozvole putem \"\n#~ \"<a href=\\\"https://docs.usebottles.com/flatpak/expose-\"\n#~ \"directories\\\">Flatseal</a>, ako je staza skripta izvan okruženja za \"\n#~ \"testiranje.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Upiši novo ime:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Tipkaj ovdje …\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Ovdje upiši poruku.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Uslužni program i postavke\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Odaberi ime za butelju\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Koristi Gamescope\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Dobrodošlica\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Butelje znatno olakšava pokretanje Windows softvera na Linuxu.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Što su pokretači?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Skoro smo gotovi\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Moramo preuzeti i instalirati pokretač koji će omogućiti stvaranje \"\n#~ \"vlastitih butelja.\\n\"\n#~ \"Veličina preuzimanja je <b>~ 70 MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Saznaj \"\n#~ \"više o tome što ćemo preuzeti</a>\\n\"\n#~ \"\\n\"\n#~ \"Te datoteke ne možemo ponuditi s programom Butelje jer imaju drugačije \"\n#~ \"cikluse izdavanja.\\n\"\n#~ \"\\n\"\n#~ \"Kad je sve spremno, pritisni gumb <b>Instaliraj</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Sjedni i opusti se. Ovo može potrajati nekoliko minuta.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Preuzmi\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Sve je spremno!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Sve je spremno za stvaranje butelja.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Završi\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Upozorenje: Obavezno dozvoli Flatpak-u pristup novoj stazi.\\n\"\n#~ \"Ovo će zaustaviti rad okruženja za testiranje!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Treba li gornji popis prikazati nestabilne verzije.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Idi natrag\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Izvršna datoteka za [{0}] nije pronađena.\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Instalacija nije uspjela, provjeri dnevnike.\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Potvrdi brisanje\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Obavljeno\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe pokretači\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton pokretači\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Drugi pokretači\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Forum za Butelje\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Upiši ime za tvoju butelju\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Novi programi će se automatski pronaći.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Dupliciraj butelju\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Promijeni varijable okruženja\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Ovo polje ne smije sadržati posebne znakove!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"To su slojevi kompatibilnosti koji omogućuju instaliranje i pokretanje \"\n#~ \"Windows softvera na Linux sustavima.\\n\"\n#~ \"\\n\"\n#~ \"<b>Butelje</b> su okruženja gdje pokretač konfigurira sustav i gdje se \"\n#~ \"Windows softver pokreće i instalira.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Saznaj više o \"\n#~ \"pokretačima</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Uvezi i izvezi\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak pomoć\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Nakon nadogradnje ne mogu vidjeti svoje stare butelje.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Ne vidim neke mape.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Ne mogu vidjeti datoteke u svojoj početnoj mapi.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Prekid izvršne datoteke bez obavještavanja ili crni ekran\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Uništi ovu butelju\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64-bitno\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Spremi sigurnosnu kopiju ove butelje.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Noćna tema\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Koristi tamnu temu.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Eksperimenti:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Uključi/Isključi eksperimentalnu implementaciju winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Aktiviraj ACO kompajler sjena\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Poboljšava izvođenje igara i 3D programa.\\n\"\n#~ \"Deaktiviraj ako se pojave greške u prikazu.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Noćni modus\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Koristi WineBridge za upravljanje procesima i programima.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problemi s programom Butelje\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Program Butelje je pokrenut!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Ovo je eksperimentalna funkcija u ranoj fazi razvoja. Koristi s oprezom i \"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\"> \"\n#~ \"prijavi greške </a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017. – 2021. – Programeri programa Butelje (Bottles)\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimiraj performansu igranja po potrebi\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI verzija\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Pokaži na stazu butelje\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"Modus za igre nije dostupan na tvom sustavu ili nije pokrenut.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Eksperimenti:instalacijski programi\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Softver\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Poboljšano okruženje za Windows softver.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Koristi tamnu temu programa.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Eksperimenti:upravljanje verzijama\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Uvozi i izvoz\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Stvaranje mapa testnih okruženja …\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"\"\n#~ \"Ovo su wine procesi ili procesi wine poslužitelja koji se pokreću na tvom \"\n#~ \"računalu.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Provjeri ima li pokrenutih procesa.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Spremi sigurnosnu kopiju butelje\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Butelja\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Nijedan pokretač nije pronađen. Instaliraj jedan pokretač.\"\n\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"DXVK nije pronađen, instalira se najnovija verzija …\"\n\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"VKD3D nije pronađen, instalira se najnovija verzija …\"\n\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"NVAPI nije pronađen, instalira se najnovija verzija …\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Tvoja nova butelja: {0} je sada spremna!\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Ispravljen upravljač preuzimanja\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"Aktualiziraj na GNOME Runtime 41.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"DXVK i VKD3D instalacija sada se izvode u asinkronom načinu rada\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"Poboljšanja korisničkog sučelja za elementary OS\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Ispravljena je greška u instalaciji komponente koja je dodijeljivala \"\n#~ \"pogrešan naziv nakon preuzimanja.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Ispravljen je pogrešan tekst za cwd etiketu.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Ispravljena je greška koja je uzrokovala rušenje programa Butelja pri \"\n#~ \"pokretanju izvršnih datoteka s argumentima.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Prijevod na japanski, hvala @jatin-cbs\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Prijevod na portugalski (Brazil), hvala Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Odaberi okruženje\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Preuzmi i instaliraj ovaj pokretač\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Stvori butelju gdje će se pokrenuti izvršna datoteka koja se odabere u \"\n#~ \"upravljaču datoteka\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"Korisnička početna mapa se sada uklanja iz izvještaja\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Prijevod na kineski (pojednostavljeni), hvala @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"Ne možeš pristupiti određenoj mapi u programu Butelje?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Preuzimanja\"\n\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"Uključi/isključi zadnji datum aktualiziranja u popisu butelja\"\n\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"\"\n#~ \"Ako se radna mapa ne uspije pokrenuti, koristi stazu izvršnih datoteka\"\n\n#~ msgid \"\"\n#~ \"Now a visual feedback is provided when a download fail the checksum \"\n#~ \"validation\"\n#~ msgstr \"\"\n#~ \"Sada se pružaju vizualne povratne informacije kad postoji greška u \"\n#~ \"provjeri kontrolnog zbroja preuzimanja\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Wine podrška za Wayland putem XWaylanda\"\n\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Podrška za 32-bitne butelje s prilagođenim okruženjem\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"\"\n#~ \"Pri stvaranju butelja boje su uklonjene iz okruženja, jer se mogu \"\n#~ \"tumačiti kao predložene radnje\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"\"\n#~ \"Sada korisnik može instalirati samo jednu ovisnost najednom, kako bi se \"\n#~ \"izbjegli problemi\"\n\n#~ msgid \"\"\n#~ \"Now the Crash Report dialog display similar reports before send a new one\"\n#~ msgstr \"\"\n#~ \"Sada dijalog „Izvještaj o rušenju” prikazuje slične izvještaje prije \"\n#~ \"slanja novog\"\n\n#~ msgid \"\"\n#~ \"Now it is possible to clone a bottle with a new name, this can also be \"\n#~ \"used for bottles templating\"\n#~ msgstr \"\"\n#~ \"Sada je moguće duplicirati butelju s novim imenom, što se može koristiti \"\n#~ \"i za stvaranje predložaka za butelje\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"Smanjene su dozvole za Flatpak\"\n\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Sada možeš odabrati prilagođenu radnu mapu za svaku butelju\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"U detaljima butelje postoji novi gumb s ikonom mape za otkrivanje novih \"\n#~ \"mapa u programu Butelje\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Ispravljena je greška koja je uzrokovala grešku „File Not Found” s \"\n#~ \"pokvarenim datotekama za preuzimanje\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Ispravljena je greška zbog koje se program Butelje ruši kad se korisnik \"\n#~ \"odspoji od mreže za vrijeme preuzimanja datoteke\"\n\n#~ msgid \"\"\n#~ \"Same as the above but this handle downloads with wrong sizes than the \"\n#~ \"source\"\n#~ msgstr \"\"\n#~ \"Isto kao prethodna točka, ali se odnosi na preuzimanja čija se veličina \"\n#~ \"razlikuje od izvora\"\n\n#~ msgid \"Fixed the File Manager integration in Flatpak\"\n#~ msgstr \"Ispravljena je integracija upravljača datoteka u Flatpaku\"\n\n#~ msgid \"Fixed a bug in temp directory clean up\"\n#~ msgstr \"Ispravljena je greška u pražnjenju mape privremenih datoteka\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Ispravljena je greška zbog koje se program Butelje ruši kad u butelji \"\n#~ \"nije postavljen datum aktualiziranja\"\n\n#~ msgid \"Fixed a bug in bottle configuration upgrade that was causing a loop\"\n#~ msgstr \"\"\n#~ \"Ispravljena je greška u nadogradnji konfiguracije butelje koja je \"\n#~ \"prouzročila petlju\"\n\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"Prijevod na francuski, hvala J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Prijevod na talijanski, hvala @blackcat-917\"\n\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Prijevod na norveški (Bokmål), hvala @comradekingu\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Otklanjaj greške Wine procesa.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Ispravljena je greška zbog koje je svaka boca bila pokvarena čak i ako je \"\n#~ \"bila pokvarena samo jedna boca\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Uključi/Isključi eksperimentalnu funkciju za upravljanje verzijama\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Eksperimenti:instalacijski programi\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Pregledaj C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Nadogradi pokretač na zadnji lokalno instalirani\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Uništi butelju\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Ovo će promijeniti pokretač iz {0} u {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Pokreni u ovoj butelji\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Prijevod na švedski, hvala @eson57\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Prijevod na esperanto, hvala @phlostically\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"Prikaz izvještaja o prekidu programa prilikom ponovnog pokretanja\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"Korištenje novog yaml formata za konfiguraciju butelje\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"Korištenje novih yaml repozitorija za komponente/ovisnosti/programe\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"Automatsko aktualiziranje stare konfiguracije butelje na novi model\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Spremanje sigurnosnih kopija konfiguracije butelje i arhiviranje\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Uvoz arhiva sigurnosnih kopija\"\n\n#~ msgid \"Show onboard if system wine is the only installed runner\"\n#~ msgstr \"Pokaži uvod ako je sustavski wine jedini instalirani pokretač\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Novo upravljanje verzijama na osnovi CalVer modela\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"\"\n#~ \"Stvori butelje pomoću wine pokretača koji je dostupan u distribuciji\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"Aktiviraj gamemode za svoje butelje ako je instaliran u sustavu\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Pokreni .exe/.msi/.bat datoteke s prilagođenim argumentima\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Ispravljena je greška \\\"bad interpreter\\\" na debian paketu\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Opcionalno zatvori Butelje nakon pokretanja izvršne datoteke iz \"\n#~ \"upravljača datoteka\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"\"\n#~ \"Dodani su opisi alata kako bi se objasnio rad nekih elemenata korisničkog \"\n#~ \"sučelja\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"Korištenje portala za biranje datoteka\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"Birač datoteka više ne filtrira po datotečnim nastavcima\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Prijevod na ukrajinski, hvala @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Ovo je manifest za {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Ovo je indeks za {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Čini se da je preuzeta datoteka [{0}] oštećena. Pokušaj ponovo.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Instaliranje {0} pokretača …\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Komponenta {0} je uspješno instalirana!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} završeno za {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wine mapa {0} uspješno uvezena!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Sigurnosna kopija za {0} je spremna!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Sigurnosna kopija {0} je uspješno uvezena!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Neuspio uvoz sigurnosne kopije {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Što je Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine je sloj kompatibilnosti koji omogućuje korištenje Windows softvera \"\n#~ \"na Linuxu.\\n\"\n#~ \"U programu Butelje zove se <b>pokretač</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wine mape (wineprefix) su okruženja u kojima radi Wine. U programu \"\n#~ \"Butelje zovemo ih <b>butelje</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Stranica 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVK verzije\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Neuspjelo brisanje privremenih datoteka!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Putanja za pokretače ne postoji. Sada će se stvoriti.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Putanja za Butelje ne postoji. Sada će se stvoriti.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Putanja za dxvk ne postoji. Sada će se stvoriti.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Putanja za privremene datoteke ne postoji. Sada će se stvoriti.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"\"\n#~ \"Raspakiravanje nije uspjelo! Arhiv završava prije nego što se očekuje.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"\"\n#~ \"Datoteka [{0}] već postoji u mapi privremenih datoteka, preskače se.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"[{0}] se preimenuje u [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Čini se da je preuzeta datoteka [{0}] oštećena.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Kontrolni zbroj izvora: [{0}] preuzeto: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Instaliranje komponente: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Instaliranje potrebnog softvera: [{0}] u butelji: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Uklanja se [{0}] iz system32 u butelji: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] nije pronađeno u butelji: [{1}], neuspjelo uklanjanje iz system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"\"\n#~ \"Uklanjanje potrebnog softvera: [{0}] iz butelje: [{1}] konfiguracija.\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Pronađeni pokretači: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Pronađeni dxvk: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Nijedan dxvk nije pronađen.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Ključ: [{0}] nije u butelji: [{1}] konfiguracija, aktualizira se.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Ključ: [{0}] nije u butelji: parametri [{1}] konfiguracije, aktualizira \"\n#~ \"se.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Postavljanje ključa: [{0}] u [{1}] za butelju: [{2}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Primjenjivanje okruženja: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Butelja: [{0}] je uspješno stvorena!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Uspješno izbrisana butelja u putanji: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"\"\n#~ \"Pronađena je prazna putanja. Prekida se kako bi se izbjegla katastrofa.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Pokušaj popravljanja butelje: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Dodavanje ključa: [{0}] s vrijednošću: [{1}] i podacima: [{2}] u butelji \"\n#~ \"registra: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"\"\n#~ \"Uklanjanje vrijednosti: [{0}] za ključ: [{1}] u butelji registra: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Instaliranje dxvk-a za butelju: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Uklanjanje dxvk-a za butelju: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Pokretanje izvršne datoteke u Wine mapi …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Pokretanje wineboot-a u Wine mapi …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Pokretanje winecfg-a u Wine mapi …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Pokretanje winetricks-a u Wine mapi …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Pokretanje konzole za otklanjanje grešaka u Wine mapi …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Pokretanje naredbe u Wine mapi …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Pokretanje upravljača zadataka u Wine mapi …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Pokretanje upravljačke ploče u Wine mapi …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Pokretanje deinstalacijskog programa u Wine mapi …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Pokretanje uređivača registra u Wine mapi …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Slanje stanja: [{0}] u Wine mapu …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Otvaranje upravljača datoteka u putanji …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Uvoz Wine mape [{0}] u novu butelju …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"Greška u stvaranju putanje butelje za Wine mapu [{0}]. Prekida se.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wine mapa: [{0}] uspješno uvezena!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] datoteke za zamjenjivanje.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] datoteke za dodavanje.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Spremanje sigurnosne kopije konfiguracije: [{0}] u [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Spremanje sigurnosne kopije butelje: [{0}] u [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Neuspjelo spremanje sigurnosne kopije u putanju: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Neuspio uvoz sigurnosne kopije: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Stanje veze: povezano …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Ispravi stil biranja okruženja na Yaru temu\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"\"\n#~ \"Nemoj uništiti detalje stranice (page_details) prilikom brisanja butelje\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Dodaj freetype kao potreban softver\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Ponovo pokreni Windows\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Isključi Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Prekini sve Wine procese\"\n"
  },
  {
    "path": "po/hu.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:56+0000\\n\"\n\"Last-Translator: blatoz <viragdaniel@outlook.com>\\n\"\n\"Language-Team: Hungarian <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/hu/>\\n\"\n\"Language: hu\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nincs útvonal megadva\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"{0} biztonsági mentés\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Biztonsági mentés importálása: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Nem sikerült telepíteni az összetevőket, 3 alkalommal volt megpróbálva.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Hiányoznak szükséges összetevők. Telepítés…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Nem sikerült a palack könyvtárát létrehozni.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Nem sikerült létrehozni helykitöltő könyvtárat/fájlt.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Palack konfigurációs fájljának előállítása…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Sablon megtalálva, alkalmazás…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"A Wine konfigurációjának frissítése…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine konfiguráció frissítve!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Futtatás Flatpakként, felhasználói mappa homokozóba helyezése…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Felhasználó mappa homokozóba helyezése…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows verzió beállítása…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD alapértelmezett beállításainak alkalmazása…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Környezet optimalizálása…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Környezet alkalmazása: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Egyéni környezetrecept használata…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) A recept nem található, vagy érvénytelen…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK telepítése…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D telepítése…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI telepítése…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Függőség telepítése: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"A 0. verzióállapot létrehozása…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Véglegesítés…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Sablon gyorsítótárazása…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Állapot rögzítése…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nincs mit rögzíteni\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Az új [{0}] állapot sikeresen létrehozva!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Állapotlista sikeresen lekérve!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Az új {0} állapot sikeresen visszaállítva!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Állapot visszaállítása {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Állapot nem található\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"{} már az aktív állapot\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Verzió megjelenítése\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Végrehajtható fájl elérési útja\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk útvonal\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Palack neve\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Argumentumok átadása\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Érvénytelen URI (szintaxis: bottles:run/<palack>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Kilépési] kérés érkezett.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Segítség] kérés érkezett.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Frissítési] kérés érkezett.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Adományozás\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Külső programkönyvtárak és külön köszönet\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Támogatta és finanszírozta\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Palackok fejlesztői\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Palackok fejlesztői\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Meskó Balázs <mesko.balazs@fsf.hu>, 2025.\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Összetevő-verzió\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Eltávolítás\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Fájlok tallózása\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"A telepítés nem sikerült. Ennek oka lehet a tároló hibája, befejezetlen \"\n\"letöltés vagy az ellenőrző összeg eltérése. Nyomja meg az újrapróbáláshoz.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Letöltés és telepítés\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Jegyzékfájl megjelenítése\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licenc\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Újratelepítés\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Hiba bejelentése…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Függőség neve\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Függőség leírása\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategória\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Függőség letöltése és telepítése\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Telepítési hiba történt. Indítsa újra a Palackokat az összeomlási jelentés \"\n\"elolvasásához, vagy futtassa a terminálból a kimenet megtekintéséhez.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Függőség menü\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Hibakeresés\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Fájlok tallózása…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Palack duplikálása…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Ez a palack teljes archívuma, beleértve a személyes fájlokat is.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Teljes biztonsági mentés…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Ez csak a palack konfigurációja, tökéletes, ha újat szeretne létrehozni, de \"\n\"személyes fájlok nélkül.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Konfiguráció exportálása…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Rejtett programok megjelenítése\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Új programok keresése\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Palack törlése…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Másodlagos menü\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Minden folyamat erőltetett megszakítása\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Windows rendszerleállítás szimulálása.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Leállítás\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Windows rendszerújraindítás szimulálása.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Újraindítás\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Indítási opciók\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Futtatás terminálban\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Ejtse ide a fájlokat a futtatáshoz\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Saját palack\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Környezet\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Futtató\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"A verziókezelés engedélyezve van ehhez a palackhoz\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"A verziókezelés aktív ehhez a palackhoz.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Végrehajtható fájl futtatása…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programok\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Kattintson a \\\"Végrehajtható fájl futtatása…\\\" gombra végrehajtható fájl \"\n\"futtatásához, \\\"Parancsikonok hozzáadása…\\\" gombra egy végrehajtható fájl \"\n\"hozzáadásához a Programok listához, vagy a \\\"Programok telepítése…\\\" gombra \"\n\"a közösség által felügyelt programok telepítéséhez.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Parancsikonok hozzáadása…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Programok telepítése…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Műveletek\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Beállítások\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"A palack beállításainak konfigurálása.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Függőségek\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Függőségek telepítése programokhoz.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Pillanatképek\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Palackállapotok létrehozása és kezelése.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Feladatkezelő\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Futó programok kezelése.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Eszközök\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Parancssor\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Parancsok futtatása a palackban.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Rendszerleíró-szerkesztő\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Belső rendszerleíró szerkesztése.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Örökölt Wine eszközök\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Intéző\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Hibakereső\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiguráció\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Eltávolító\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Vezérlőpult\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Függőségek keresése…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Ön offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"A Palackok offline módban fut, így a függőségek nem elérhetők.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"A függőségek olyan erőforrások, amelyek javítják a Windows szoftverek \"\n\"kompatibilitását.\\n\"\n\"\\n\"\n\"Ezen az oldalon található fájlokat harmadik felek biztosítják saját licenc \"\n\"alapján. Telepítésükkel elfogadja a vonatkozó licencfeltételeiket.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Hiba vagy hiányzó függőség bejelentése.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Hiányzó függőség bejelentése\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Dokumentáció elolvasása.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentáció\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Keresés\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Programok keresése…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"A közösségünk által gondozott programok telepítése, anélkül, hogy manuálisan \"\n\"kellene folytatnia.\\n\"\n\"\\n\"\n\"Az ezen az oldalon található fájlokat harmadik felek biztosítják saját \"\n\"licenc alapján. Telepítésükkel elfogadja a vonatkozó licencfeltételeiket.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nem található telepítő\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"A tároló nem elérhető vagy a telepítő nem kompatibilis a palackkal.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Dokumentáció elolvasása\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Név\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Összetevők\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"A Wine kompatibilitási réteg verziója.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Futtató és összetevők frissítése, kérjük, várjon…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"A Direct3D 8/9/10/11 kompatibilitás javítása Vulkanra való fordítással.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVK frissítése, kérjük, várjon…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"A Direct3D 12 kompatibilitás javítása Vulkanra való fordítással.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3D frissítése, kérjük, várjon…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK-NVAPI frissítése, kérjük, várjon…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"A válaszsebességet növeli. Egyes csalásgátló rendszerek észlelhetik.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleX frissítése, kérjük, várjon…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Megjelenítő\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Teljesítmény növelése a látvány rovására a DXVK-NVAPI használatával. Csak az \"\n\"újabb NVIDIA GPU-kon működik.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Javítja a teljesítményt a megjelenés árán. Csak Vulkannal működik.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"FidelityFX Super Resolution beállítások kezelése\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Diszkrét grafika\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Diszkrét videokártya használata a teljesítmény növelésére az \"\n\"energiafogyasztás árán.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Utófeldolgozási hatások\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Különböző utófeldolgozási hatások hozzáadása a vkBasalt segítségével. Csak \"\n\"Vulkanon működik.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Utófeldolgozási réteg beállításainak kezelése\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"A Gamescope segítségével kezelheti, hogyan jelenjenek meg a játékok a \"\n\"képernyőn.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gamescope beállítások kezelése\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Fejlett megjelenítő beállítások\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Teljesítmény\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Szinkronizáció engedélyezése a többmagos processzorok teljesítményének \"\n\"növelése érdekében.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Szinkronizáció\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Rendszer\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Teljesítmény monitorozása\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"A MangoHud segítségével megjelenítheti az OpenGL és Vulkan monitorozásra \"\n\"vonatkozó információkat, például a képfrissítési gyakoriságot, a \"\n\"hőmérsékletet, a CPU/GPU terhelést és még sok mást a MangoHud segítségével.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Alkalmaz egy sor optimalizálást a készüléken. Javíthatja a játék \"\n\"teljesítményét.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Játékfájlok előzetes betöltése\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"A betöltési idő javítása a játék többszöri indításakor. A játék indítása \"\n\"első alkalommal hosszabb időt vesz igénybe.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"vmtouch beállítások kezelése\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS játékrögzítés\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Az OBS játékrögzítés be-/kikapcsolása minden Vulkan és OpenGL programhoz.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Kompatibilitás\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows verzió\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Windows verzió frissítése, kérjük, várjon…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Nyelv\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Válassza ki a programokhoz használt nyelvet.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Dedikált homokozó\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Korlátozott/kezelt környezet használata ennél a palacknál.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Homokozó engedélyek kezelése\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Palackok futtatókörnyezet\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Egy csomag extra könyvtárat biztosít a nagyobb kompatibilitás érdekében. \"\n\"Tiltsa le, ha problémákba ütközik.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam Runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Egy csomag extra könyvtárat biztosít a Steam játékokkal való nagyobb \"\n\"kompatibilitás érdekében. Tiltsa le, ha problémákba ütközik.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Munkakönyvtár\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Visszaállítás alapértelmezettre\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Alapértelmezett)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL felülbírálások\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Környezeti változók\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Meghajtók kezelése\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatikus pillanatképek\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Pillanatképek automatikus létrehozása szoftverek telepítése vagy beállítások \"\n\"megváltoztatása előtt.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Tömörítés\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Pillanatképek tömörítése a hely csökkentéséhez. Ez le fogja lassítani a \"\n\"pillanatképek létrehozását.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Kizáró minták használata\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Útvonalak kizárása a pillanatképekből.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Minták kezelése\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Frissítés\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Folyamat megszakítása\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Nincs pillanatkép\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Hozza létre az első állapotot, hogy elkezdhesse elmenteni a beállításait.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Egy rövid megjegyzés\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Palack állapotának mentése.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Új pillanatkép létrehozása\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Részletek\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Vissza\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Műveletek\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Palack kiválasztása\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Mégse\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Kiválasztás\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Új palack létrehozása\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Palackok összeomlásának jelentése\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Mégse\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Jelentés küldése\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"A Palackok összeomlott legutóbb. Kérjük, töltsön ki egy jelentést, amelyhez \"\n\"csatolja a következő nyomkövetést, hogy segítsen nekünk azonosítani a \"\n\"problémát, hogy megakadályozzuk, hogy ez újból megtörténjen.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Találtunk egy vagy több hasonló (vagy megegyező) jelentést. Kérjük, \"\n\"győződjön meg, hogy leellenőrizte, hogy ez nem lett-e már jelentve, mielőtt \"\n\"újat küld be. Minden jelentés erőfeszítést igényel a fejlesztők részéről a \"\n\"hiba diagnosztizáláshoz, kérjük, tartsa tiszteletben a munkájukat, és \"\n\"ügyeljen arra, hogy ne tegyen közzé ismétlődő jelentéseket.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Még mindig szeretném jelenteni.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Haladó beállítások\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Hiányos csomag\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Úgy tűnik, hogy a Palackok ezen verziója nem biztosítja az összes szükséges \"\n\"alapvető függőséget, kérjük, lépjen kapcsolatba a csomag karbantartójával, \"\n\"vagy használjon hivatalos verziót.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Kilépés\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"A dinamikus hivatkozási könyvtárak megadhatók beépítettnek \"\n\"(a Wine szolgáltatja) vagy natívnak (a program biztosítja).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Új felülbírálás\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Felülbírálások\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Meghajtók\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Ezek a gazdarendszerből származó útvonalak, amelyeket a futtató eszközként \"\n\"leképez és felismer (például C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Betű\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Létező meghajtók\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Palack duplikálása\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplikálás\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Adjon nevet a palack másolatának.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplikálás…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Ez eltarthat egy darabig.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Palack duplikálva\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"A környezeti változók dinamikusan elnevezett értékek, amelyek \"\n\"befolyásolhatják a futó folyamatok működését a palackban.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Változónév\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Létező változók\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Kizáró minták\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Határozza meg azokat a mintákat, amelyekkel megakadályozható, hogy egyes \"\n\"könyvtárak verziókezelése megtörténjen.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Minta\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Létező minták\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope beállítások\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Mentés\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Játékok megjelenésének kezelése.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Játék felbontása\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"A videojáték felbontását használja referenciaként pixelben.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Szélesség\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Magasság\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Ablak felbontása\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"A felbontás felskálázása, ha a játék felbontásánál nagyobb felbontást \"\n\"használ pixelben.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Vegyes\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\\\"Ablak felbontása\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Képkockasebesség-korlát, amikor nincs fókuszban\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Egész számú skálázás\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Ablaktípus\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Keret nélküli\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Teljes képernyős\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Szeretné folytatni a telepítést?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Telepítés megkezdése\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Ez a telepítő olyan helyi erőforrásokat igényel, amelyeket másként nem lehet \"\n\"biztosítani.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Folytatás\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Befejezve!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Programok megjelenítése\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Telepítés sikertelen!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Valami balul sült el.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Összes üzenet\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kritikus\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Hibák\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Figyelmeztetések\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Információ\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Naplóböngésző\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Naplóböngésző\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Naplózási szint változtatása.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Összes\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Ezek az argumentumok lesznek átadva indításkor.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Egyéni argumentumok\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Parancs argumentumai\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"például: VÁLTOZÓ=érték %parancs% -példa1 -példa2 -példa3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Futtatás utáni szkript\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Válasszon egy szkriptet, amelyet a futás után végre kell hajtani.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Szkript kiválasztása\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Válassza ki a program indítási helyét.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Könyvtár kiválasztása\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Ezek a beállítások felülbírálják az alapértelmezett beállításokat ennél a \"\n\"végrehajtható fájlnál.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Beállítások felülbírálása\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Visszaállítás a palack alapértelmezéseire\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtuális asztal\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Nyilatkozat a Protonról\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Proton használata\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"\\\"Vigyázat, a Proton-alapú futtatók használata a nem-Steam palackokban \"\n\"problémákat okozhat, és megakadályozhatja, hogy megfelelően működjenek.\\n\"\n\"\\n\"\n\"Inkább a Wine-GE használatát javasoljuk, amely a Proton Steamen kívüli \"\n\"futtatásra szánt verziója.\\n\"\n\"\\n\"\n\"A folytatás automatikusan engedélyezi a Steam futtatókörnyezetet \"\n\"(ha van a rendszerben és a Palackok érzékeli), hogy az hozzáférhessen a \"\n\"szükséges könyvtárakhoz, és korlátozza a kompatibilitási problémákat. Vegye \"\n\"figyelembe, hogy GloriousEggroll, a futtató szolgáltatója nem felelős \"\n\"semmilyen problémáért, és kérjük, hogy ezeket ne neki jelentse.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Megértettem.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Átnevezés\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Válasszon új nevet a kiválasztott program számára.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Új név\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Futtatás argumentumokkal\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Futtatás\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Írja le a végrehajtható fájlnak átadandó argumentumokat.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"például: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Homokozó beállítások\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Hálózat megosztása\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Hang megosztása\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Frissítés szükséges\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Folytatás\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Frissítés indítása\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Új verziókezelő rendszer\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Megérkezett az új palack-verziókezelő rendszer.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"A Palackok egy teljesen új verziókezelési rendszerrel rendelkezik, amely nem \"\n\"kompatibilis visszafelé.\\n\"\n\"\\n\"\n\"A verziókezelés további használatához újra kell inicializálnunk a palack \"\n\"tárolóját. Ez nem törli az adatokat a palackból, de törli az összes meglévő \"\n\"állapotot, és létrehoz egy újat.\\n\"\n\"\\n\"\n\"Ha a folytatás előtt vissza kell térni egy korábbi állapothoz, zárja be ezt \"\n\"az ablakot és állítsa vissza az állapotot, majd nyissa meg újra a palackot, \"\n\"hogy ismét megjelenjen ez az ablak.\\n\"\n\"\\n\"\n\"A régi rendszer a következő kiadások egyikében megszűnik.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Tároló újrainicializálása…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Kész! Indítsa újra a Palackokat.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Utófeldolgozási hatások beállításai\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Aalapértelmezett\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Alapértelmezett beállítások\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"A hatások a lista sorrendje szerint vannak alkalmazva.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Hatások\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Kontraszt-adaptív élesítés\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Élesség\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Információ megjelenítése\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Zajcsökkentett Luma élesítés\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Zajcsökkentés\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Gyors hozzávetőleges élsimítás\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Szubpixel minőség\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Minőségi Él határérték\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Minőségi Él határérték minimum\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Alpixel morfológiai élsimítás\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Élkeresés\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Szín\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Küszöb\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maximális keresési lépések\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maximum átlós keresési lépések\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maximális sarokkerekítés\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"A CAS élesség növeli egy képkocka élességét. A magasabb értékek élesebbé \"\n\"teszik a képet, míg a 0-nál alacsonyabb értékek simábbá teszik a képet, mint \"\n\"az eredeti.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"A DLS élesség növeli egy képkocka élességét. A magasabb értékek élesebbé \"\n\"teszik a képet.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"A DLS zajcsökkentés csökkenti a képkocka zaját. A magasabb értékek simábbá \"\n\"teszik a képet.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Az FXAA alpixeles minőség csökkenti az aliasingot az alpixeles szinten. A \"\n\"magasabb értékek simábbá teszik a képet.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Az FXAA élszűrési küszöb a minimális kontrasztmennyiség, amely szükséges az \"\n\"FXAA algoritmus alkalmazásához. A magasabb értékek nagyobb kontrasztot \"\n\"eredményeznek a képen.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"\\\"Az FXAA minőség élszűrési küszöb minimum az a legkisebb érték, amely alatt \"\n\"a sötét pixeleket figyelmen kívül hagyja az FXAA algoritmus. A magasabb \"\n\"értékeknél az FXAA figyelmen kívül hagyja a megadott érték alatti pixeleket, \"\n\"ami teljesítményjavulást eredményezhet.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"A Luma a monokróm nézőpont alapján érzékeli az éleket, míg a Color a színek \"\n\"alapján. A Luma jobban teljesít, mint a Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Az SMAA küszöbérték meghatározza az élérzékelés érzékenységét. Alacsonyabb \"\n\"értékek több élt érzékelnek, a teljesítmény rovására.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Az SMAA maximális keresési lépések meghatározza, hány vízszintes és \"\n\"függőleges keresési lépést hajt végre az élkeresés során.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Az SMAA maximális diagonális keresési lépések meghatározza, hány diagonális \"\n\"keresési lépést hajt végre az élkeresés során.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"Az SMAA sarok lekerekítés meghatározza a sarkok lekerekítésének erősségét.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Beépített (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Natív (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Beépített majd natív\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Natív majd beépített\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Letiltva\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Eltávolítás\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/mutasson/az/útvonalára\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Érték\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Fájlok tallózása\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine prefix neve\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Kezelő\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Ez a Wine prefix már importálva van a Palackokba.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Palackok biztonsági mentésének importálása\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Prefixek újbóli keresése\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nem található prefix\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nem található külső prefix. A Palackok el tudja érni őket\\n\"\n\"Használja a felül található ikont egy palack biztonsági másolatból való \"\n\"importálásához.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Teljes archívum\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Jegyzékfájl megjelenítése…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Vélemény olvasása…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Telepítő neve\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Telepítő leírása\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Ismeretlen\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Program telepítése\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Program menü\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Nincs előnézet\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Indítás\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Indítás Steammel\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Elem neve\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Eltávolítás a könyvtárból\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Megszakítás\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Könyvtár\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Adjon hozzá elemeket a palack programlistájából\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"A verziókezelés aktív ebben a palackban.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Ez a palack sérültnek tűnik.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Végrehajtás ebben a palackban\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Futtatás itt\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Ez az palack sérültnek tűnik, hiányzik a konfigurációs fájl. Megpróbálhatom \"\n\"megoldani egy új konfiguráció létrehozásával.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Palackok keresése…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Palackok\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Új palack létrehozása…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nincs találat\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Próbáljon különböző keresést.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Indulás…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Ez az erőforrás hiányzik.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Tallózás\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Létrehozás\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Palack neve\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Alkalmazás\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Játékok\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_Egyéni\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Egyéni\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Felhasználói könyvtár megosztása\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Ez a felhasználói könyvtárat felfedezhetővé teszi a palackban, kockáztatva a \"\n\"személyes adatok megosztását a Windows szoftverekkel. Ez a beállítás a \"\n\"palack létrehozása után nem módosítható.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architektúra\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Csak akkor használjon a 32-bitet, ha feltétlenül szükséges.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Egyéni konfiguráció importálása.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Palackok könyvtár\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Könyvtár, amely tartalmazza a palack adatait.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Bezárás\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Ez a név nem elérhető, kérjük, próbáljon másikat.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Előző\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Üdvözöljük a Palackokban\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Futtasson Windows szoftvereket Linuxon.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows bepalackozva\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"A Palackok kompatibilitási futtatókat használ, hogy elkülönített \"\n\"konténerizált Windows-szerű környezeteket biztosítson, ahol a programok \"\n\"futnak.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Majdnem kész\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Szükségünk van még néhány percre, hogy mindent beállítsunk…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Minden kész!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Kérjük, először fejezze be a beállítást\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Palackokat használatának megkezdése\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Következő\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Beállítások\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Általános\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Megjelenés\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Sötét mód\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"A Palackok a sötét színsémát használja-e.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Frissítési dátum megjelenítése\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Megjelenjen-e frissítési dátum a palacklistában.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Értesítések\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Értesítések megjelenítése letöltésekről és telepítésekről.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Ideiglenes fájlok\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Törölje-e az ideiglenes fájlokat a Palackok indulásakor?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Palackok bezárása egy program elindítása után\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Palackok bezárása, miután elindított egy programot a fájlkezelőből.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrációk\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton prefixek\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Steam Proton prefixek listázása és kezelése.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Steam alkalmazások listázása a programok listájában\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Igényli a Steam Windows verziójának palackba való telepítését.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Epic Games játékok listázása a programok listájában\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Igényli az Epic Games palackba való telepítését.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Ubisoft játékok listázása a programok listájában\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Igényli a Ubisoft Connect palackba való telepítését.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Haladó\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Palackok könyvtára\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Könyvtár, amely a palackjainak adatait tartalmazza.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Futtatók\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"A Palackok offline üzemmódban fut, így a futtatók nem elérhetőek.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Előzetes kiadás\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Futtatók instabil verzióinak megjelenítése.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL összetevők\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"A Palackok offline üzemmódban fut, így a DLL-ek nem elérhetőek.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Mag\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Futtatókörnyezet\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Kísérleti\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Ezek a funkciók intenzív fejlesztés alatt állnak, és instabilak lehetnek, \"\n\"számítson hibákra.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Palackonkénti homokozó\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Korai fejlesztésben.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Indítás terminálban\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Útvonal tallózása\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Indítási opciók módosítása…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Pillanatkép visszaállítása\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Asztalbejegyzés hozzáadása\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Hozzáadás Steamhez\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Átnevezés…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Program elrejtése\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Program megjelenítése\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Eltávolítás a listáról\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Programnév\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Állapotazonosító\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Állapot megjegyzés\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Állapot visszaállítása\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Üzenet törlése\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Főmenü\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Úgy tűnik, nem csatlakozik az internethez. Enélkül nem tudja letölteni az \"\n\"alapvető összetevőket. Kattintson a ikonra, amikor helyreállította a \"\n\"kapcsolatot.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importálás…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Súgó\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"A Palackok névjegye\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"A(z) „{0}” nem egy .exe vagy .msi fájl\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Frissítve: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"{0} hozzáadva\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Végrehajtható fájl kiválasztása\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Hozzáadás\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Rejtett programok elrejtése\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" indítása…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Legyen tisztában a homokozóval\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"A Palackok homokozóban fut, egy korlátozott jogosultságú környezetben, \"\n\"amelyre a biztonság érdekében van szükség. Ha a program nem fut, fontolja \"\n\"meg, hogy a palack belsejébe mozgatja (3 pontos ikon a felül), majd onnan \"\n\"indítja el.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Elutasítás\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Válassza ki a konfiguráció biztonsági mentésének helyét\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportálás\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Válassza ki a biztonsági mentés archívumának helyét\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Biztonsági mentése\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Biztonsági mentés létrehozva {0} számára\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"{0} biztonsági mentése sikertelen\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Biztosan végelegesen törölni szeretné ezt: \\\\\\\"{}\\\\\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Ez véglegesen törölni fogja az összes programot és a hozzá társított \"\n\"beállításokat.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Törlés\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Hiányzó futtató\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"A palack által kért futtató hiányzik. Telepítse a Palackok beállításain \"\n\"keresztül, vagy válasszon egy újat az alkalmazások futtatásához.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Biztos erőltetetten meg szeretné szakítani az összes folyamatot?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Ez adatvesztést, adatsérülést és hibásan működő programokat eredményezhet.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Erőltetett _megszakítás\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Ez a funkció nem érhető el a rendszerén.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} A funkció hozzáadásához, kérjük, futtassa ezt: flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"A palacknév már használatban van.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Munkakönyvtár kiválasztása\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\\\"{}\\\" adatait tartalmazó könyvtár.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Biztosan törölni szeretné az összes pillanatképet?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Ez törölni fogja az összes pillanatképet, de megtartja a fájlokat.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Az új állapotok létrehozásához költözzön át az új verziókezelő rendszerre.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Telepítők\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Műveletek folyamatban, kérjük, várjon.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Visszatérés a palackokhoz.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"A biztonsági mentés sikeresen importálva\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Az importálás sikertelen\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Biztonsági mentés importálása…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Biztonsági mentés archívum kiválasztása\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importálás\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Konfigurációs fájl kiválasztása\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Végrehajtható fájl futtatása itt: \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\\\"{0}\\\" indítása ebben \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"A palackjai\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"{0} csomag letöltése…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"{0} csomag letöltve ebből: {1}\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Palackkönyvtár kiválasztása\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Palack létrehozása…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Nem sikerült a palackot létrehozni\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"A palack létrehozása egy vagy több hibával sikertelen volt.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Palack létrehozva\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"A(z) „{0}” sikeresen létrehozva.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"A Steam nem található vagy a Palackok nem rendelkezik a szükséges \"\n\"engedélyekkel.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Palackok útvonal keresése\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Palackok újraindítása?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"A Palackoknak újra kell indulnia, hogy használni tudja ezt a könyvtárat.\\n\"\n\"\\n\"\n\"Ügyeljen arra, hogy minden Palackokból indított programot bezárt a Palackok \"\n\"újraindítása előtt, mivel ennek elmulasztása adatvesztést, sérülést és a \"\n\"programok hibás működését okozhatja.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"Új_raindítás\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"A Valve Wine-ján alapul, tartalmazza a staging és a Proton patch-eket.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Az upstream Wine-on alapul, tartalmazza a staging és a Proton patch-eket.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Az upstream Wine-on alapul, tartalmazza a staging patch-eket.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"A Valve Wine-ján alapul, tartalmazza a staging, a Proton, és a Steam-\"\n\"specifikus patch-eket. Igényli a bekapcsolt Steam-futtatókörnyezetet.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Egyéb\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Frissítés\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Telepítés…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Jegyzékfájl ehhez: {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"A(z) „{0}” eltávolítva\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\\\\\"{0}\\\\\\\" telepítve\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\\\\\"{0}\\\\\\\"-t nem sikerült telepíteni\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\\\\\"{0}\\\\\\\" importálva\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Ez az alkalmazás rosszul működhet. A telepítő úgy lett beállítva, hogy a \"\n\"lehető legjobb élményt nyújtsa, de számítson hibákra, instabilitásra és a \"\n\"működő funkciók hiányára.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Ez a program észrevehető hibákkal működik, de ezek a hibák nem befolyásolják \"\n\"az alkalmazás funkcionalitását.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Ez a program apróbb hibákkal működik.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Ez a program tökéletesen működik.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Vélemény ehhez: {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" megszakítása…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\\\\\\\"{0}\\\\\\\" indítása Steammel…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"A(z) „{0}” elrejtve\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"A(z) „{0}” megjelenítve\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"A(z) „{0}” eltávolítva\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"A(z) „{0}” átnevezve erre: „{1}”\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Asztalbejegyzés létrehozva a(z) „{0}” számára\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"A(z) „{0}” hozzá lett adva a könyvtárához\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"A(z) „{0}” hozzá lett adva a Steam könyvtárához\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Jelentés megjelenítése\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Ez a hiba 5 alkalommal lett jelentve és nem lehet újra beküldeni.\"\n\"\\n\"\n\"Jelentse visszajelzését az alábbi meglévő jelentések egyikében.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Megjelenítőbeállítások frissítése, kérjük, várjon…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Megjelenítőbeállítások frissítve\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nem találhatók felülbírálások.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Lemez útvonalának kiválasztása\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nincs környezeti változó megadva.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nincsenek kizáró minták meghatározva.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Hiba történt.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Másolás vágólapra\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Erőforrásfájl kiválasztása\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Windows függőségek telepítése…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Palack konfigurálása …\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Telepítő lépések feldolgozása…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"{} telepítése…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Végső ellenőrzések elvégzése…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0} telepítése…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} most már elérhető a programok nézetben.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"A telepítő ismeretlen hibával meghiúsult\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} már le van tiltva ebben a palackban.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Ez a beállítás különbözik a palack alapértelmezett beállításától.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Szkript kiválasztása\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Az egyéni palackok útvonala nem található\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Visszatérés az alapértelmezett útvonalra. A megadott útvonalról egyetlen \"\n\"palack sem lesz listázva.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Windows szoftverek futtatása\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak átköltözés\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Flatpak átköltözés párbeszédpanel be-/kikapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Sötét téma\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Sötét téma használatának kényszerítése.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Frissítési dátum be-/kikapcsolása a listában\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"A palacklista frissítési dátumának be-/kikapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam alkalmazás lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Steam alkalmazások listájának ki-/bekapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Epic Games lista ki-/bekapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Ubisoft Connect lista ki-/bekapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Ablakszélesség\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Ablakszélesség módosítása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Ablakmagasság\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Ablakmagasság módosítása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Értesítések megjelenítése.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Gyorsítótár tisztítása\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Gyorsítótár útvonalának tisztítása rendszerindításkor.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Kiadásra jelölt\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"A kiadásra jelölt futtatók be-/kikapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Indítási nézet\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Válassza ki az alkalmazás indításakor betöltendő nézetet.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Kísérleti funkciók be-/kikapcsolása, mint például a verziókezelés és a \"\n\"telepítők. Kiadásra jelölt a futtatók számára.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton támogatás\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Kísérleti Steam Proton prefixek támogatásának ki-/bekapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Kísérleti:homokozó\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Kísérleti homokozó palackonkénti ki-/bekapcsolása.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Palackok automatikus bezárása\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Palackok bezárása, miután elindított egy végrehajtható fájlt a fájlkezelőből.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Homokozó-figyelmeztetés megjelenítése\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Homokozó-figyelmeztetés be-/kikapcsolása.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Futtasson Windows szoftvereket Linuxon, a Palackok segítségével!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Palackozza be a szoftvereket és élvezze a szabadidejében!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Beépített függőségi telepítési rendszerünk önműködő hozzáférést biztosít a \"\n\"szoftverek kompatibilitásához. A letöltéskezelővel töltse le a hivatalos \"\n\"összetevőket: a futtatót (Wine, Proton), DXVK-t, a függőségeket, stb.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"A Palackok verziókezelése biztonságban tartja a munkáját, és lehetővé teszi, \"\n\"hogy később visszaállíthassa!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funkciók:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Hozzon létre palackokat előre beállított környezetek segítségével, vagy \"\n\"hozzon létre egy sajátot\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Végrehajtható fájl (.exe /.msi) futtatása a palackokban, közvetlenül a \"\n\"fájlkezelő helyi menüjéből\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"A palackokba telepített alkalmazások automatikus észlelése\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Környezeti változók gyors hozzáadása\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"A DLL-ek felülírása közvetlenül a palackonkénti beállításokból történik\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Menet közbeni futtatócsere bármely palackhoz\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Különböző játékteljesítmény-optimalizációk (esync, fsync, DXVK, gyorsítótár, \"\n\"shader compiler, offload… és még sok más.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"A Wine és Proton futtatók automatikus telepítése és kezelése\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatikus palackjavítás törés esetén\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integrált függőségtelepítő, amely egy közösség által karbantartott tárolón \"\n\"alapul\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrált feladatkezelő a Wine folyamatokhoz\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Hozzáférés a ProtonDB-hez és a WineHQ-hoz támogatásért\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\"Rendszer, amellyel a beállításait a Palackok új verzióihoz juttathatja el\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Palackok biztonsági mentése és importálása\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Wine prefixek importálása más kezelőkből\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Palackok verziókezelése\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"…és még sok más, amit a Palackok telepítésével találhat!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Metaadat-információ frissítése\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"További frissítési információk hozzáadása és a kiadási megjegyzések helyes \"\n\"verziója\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"„Hozzáadás a Steamhez” gomb javítva\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Javítva, hogy a BottleConfig nem szerializálható\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"A Patool dupla extrakció hibája javítva\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Helyes verzió\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Hiba javítása palack létrehozásakor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Nagy változás: Palackok felületének újratervezése\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Az életminőség javítások:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Szívecske ikon cseréje könyvtár ikonra a könyvtár oldalon\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Értesítés hozzáadása a „Végrehajtható fájl futtatása” lehetőséghez\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Hibajavítások:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"A parancsikon hozzáadása a Steamhez hibát eredményezett\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"A biztonsági mentés importálása hibát eredményezett\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"A Steam-futtatókörnyezet automatikusan engedélyezve van a wine-ge-custom \"\n\"használatakor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Különféle könyvtárral kapcsolatos javítások, mint az üres borítók, és \"\n\"hiányzó elemekkal kapcsolatos összeomlások\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Különböző szövegkódolással való hibák javítása\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"Hiba javítása letöltéskor, ha a Palackok nem terminálból fut\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Verzió helyes dátuma\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Az NVIDIA-val kapcsolatos kritikus hibák elrejtése nem NVIDIA rendszereken\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope javítások\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"A függőségek telepítése gyorsabb és stabilabb\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Az állapotellenőrzés több információt tartalmaz a gyorsabb hibakereséshez\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"Az NVAPI sok javítást kapott és sokkal stabilabb, most már megfelelően kell \"\n\"működnie\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Összetevő letöltésekor megjelenő összeomlás javítása\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Backend kód javítása a spin-lock elkerülésével\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Több változó a telepítő szkripteléséhez\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"A kezdő párbeszédpanel javítása, amely „Minden kész” állapotot mutatott, \"\n\"miközben valójában még nem állt készen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Az építési rendszer javítása\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\"A VKD3D alapértelmezett engedélyezése játékhoz való palackok létrehozásakor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"Összeomlások javítása rossz kódolással rendelkező Steam fájlok beolvasásakor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"A telepítés/eltávolítás után nem megfelelően frissülő komponensek javítása a \"\n\"felhasználói felületen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Több FSR javítás\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Hiba javítása, amikor egy program bezáródik, miután a „Végrehajtható fájl \"\n\"futtatása” lehetőséggel elindították\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"és sokkal, sokkal, sokkal több!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Számítás…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \".exe/.msi futtatása ebben a palackban\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Új palack létrehozása\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Új palack\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Palack információ\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Egy Windows játékokhoz módosított környezet.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Egy Windows alkalmazásokhoz módosított környezet.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Egy tiszta környezet a kísérleteihez.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Leválasztott kezdőkönyvtár\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Ne kapcsolja össze a felhasználói könyvtárat a kezdőkönyvtárhoz\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Egyéni recept\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"\"\n#~ \"Válasszon egy egyéni receptet a környezet számára, ha rendelkezik eggyel.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Egyéni útvonal\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Tárolja a palackot egy másik helyen.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Nincs online kapcsolat, nem tudja letölteni.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Válassza ki egy végrehajtható fájl útvonalát\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"A Windows végrehajtható fájl kiválasztása\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Munkakönyvtár kiválasztása a végrehajtható fájlok számára\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Válassza ki a receptfájlt\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Válassza ki, hogy hol tárolja a palackot\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Válasszon egy új palack útvonalat\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Szkript kiválasztása\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Válassza ki a munkakönyvtárat\"\n\n#, fuzzy\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Megtört tároló észlelése javítva\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \".lnk fájlkiterjesztések támogatása\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"\"\n#~ \"Nem sikerült telepíteni az összetevőket, 3 alkalommal volt megpróbálva.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Francia fordítások @rjousse18-nak és @julroy67-nek köszönhetően\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Francia fordítások @rjousse18-nak és @julroy67-nek köszönhetően\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"\"\n#~ \"Orosz fordítások @Knebergish-nek, @lenemter-nek és @Smoque-nak \"\n#~ \"köszönhetően\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Horvát fordítások @milotype-nak köszönhetően\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Thai fordítások @SashaPGT-nek köszönhetően\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Horvát fordítások @milotype-nak köszönhetően\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugál fordítás: @laralem, @SantosSI, Pão com omlet, @hugok79\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Olasz fordítások @gdonisi-nak köszönhetően\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Horvát fordítások @milotype-nak köszönhetően\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Lengyel fordítás: Marcinek Krzysztof\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Rétegek\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultra minőség\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Minőség\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Kiegyensúlyozott\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Rétegezett\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Egy rétegezett környezet, ahol minden alkalmazás egy réteg.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Útvonal kiválasztása\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Válasszon egy fájlt.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Nem található fájl\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Az adott fájl nem létezik. Kérjük, válasszon egy megfelelő fájlt.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Szóközök a fájlnévben\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"A színkereső táblázat útvonala nem tartalmazhat szóközöket. Kérjük, \"\n#~ \"nevezze át a fájlt úgy, hogy minden szóközt eltávolítson.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Érvénytelen képméret\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"A magasságnak és a szélességnek egyenlőnek kell lennie.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Wine prefix könnyű kezelése a környezetek használatával\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Futtatás argumentumokkal…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Belső fájlok tallózása a Wine intézővel.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Folyamatok kezelése a Wine feladatkezelőjével.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Wine folyamatok hibakeresése.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine konfiguráció\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Belső beállítások módosítása.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Programok eltávolítása a Wine eltávolítójának haszálatával.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Hozzáférés a belső Wine vezérlőpulthoz.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Használja a telepítők részt vagy a \\\"Végrehajtható fájl futtatása\\\" \"\n#~ \"gombot.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"A függőségek olyan szoftverek, könyvtárak és kodekek, amelyek javítják a \"\n#~ \"Windows-szoftverek kompatibilitását. Telepítse innen, hogy megfeleljen a \"\n#~ \"program követelményeinek.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Dokumentáció elolvasása.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Kijelöltek telepítése\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Nyomatékosan ajánljuk hogy ne telepítsen több függőséget egyszerre.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Függőségek kiválasztása\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Ebben a részben telepítheti a közösségünk által válogatott programokat, \"\n#~ \"anélkül, hogy manuálisan kellene elvégeznie.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Dokumentáció elolvasása\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafika\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Javítja a DirectX 11 játékok és 3D alkalmazások teljesítményét.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Javítja a DirectX 12 játékok és 3D alkalmazások teljesítményét.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"\"\n#~ \"Lehetővé teszi a DLSS támogatást és az Nvidia NVAPI-ját, ha elérhető.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"Az FSR élvonalbeli felskálázó technológiákat használ a képkockasebesség \"\n#~ \"növelésére.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"A vkBasalt egy Vulkan utófeldolgozási réteg, amely javítja a játékok \"\n#~ \"vizuális grafikáját.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"vkBasalt beállítások kezelése\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"A Wine virtuális asztal használata.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Teljes képernyős egérelkapás\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Egérbemenet elkapásának engedélyezése a program számára teljes képernyős \"\n#~ \"ablak esetén.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Fókusz elvétele\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Aktiválás, ha a program nem veszi vissza a fókuszt váltáskor.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Egérrögzítés\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Változtassa meg, ha az egér szakadozását, vagy leválását tapasztalja.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Képernyő méretezése\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Egyéni DPI beállítása.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderelő\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Válassza ki melyik backendet használja a wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (alapértelmezett)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Összetevők verziójának kezelése\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK verzió\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D verzió\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI verzió\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX verzió\"\n\n#~ msgid \"false\"\n#~ msgstr \"hamis\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Ugyanaz, mint a Palackoké, de a Steam szolgáltatja.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Játékteljesítmény optimalizálása igény szerint.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"A Gamescope mikrokompozitor használata.\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Alapértelmezetten a palack útvonala.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Visszaállítás alapértelmezettre\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Könyvtár kiválasztása\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Hang\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Késleltetés csökkentése\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"A PulseAudio késleltetés 60 ms-ra állítása, javítva a hangminőséget.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Verziókezelés\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Tömörítés használata az állapotokhoz\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Ez lecsökkenti az állapotok által használt lemezterületet, de lelassítja \"\n#~ \"a létrehozásukat.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"A Palackok létre fog hozni egy állapotot a telepítők és függőségek \"\n#~ \"futtatása előtt.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Egyéni minták használatával kizárhat bizonyos útvonalakat a \"\n#~ \"verziókezelésből.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Fejlesztés és hibakeresés\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Vulkan és OpenGL átfedés az FPS, a hőmérséklet, a CPU/GPU terhelés és \"\n#~ \"egyebek figyeléséhez.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Wine 'fixme' naplók\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"A hosszú kódútvonalak, amelyek nincsenek a Wine-ban implementálva.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Nem találhatók programok\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Telepítse a programokat a telepítők részből vagy a telepítő végrehajható \"\n#~ \"fájljának futtatásával, de manuálisan is hozzáadhat végrehajtható \"\n#~ \"fájlokat a \\\"+\\\" gombbal.\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Rejtettek be-/kikapcsolása\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Tartson egy kis szünetet, ez eltarthat egy ideig.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Állítsa be, hogy a Gamescope hogyan kezelje a futtatni kívánt játékok \"\n#~ \"ablakát.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Szélesség (pl. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Magasság (pl. 750)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope felbontás\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Naplózási szint változtatása.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"vkBasalt beállítások\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Színkereső táblázat\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Kezdjen egy palack létrehozásával.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Windows szoftverek futtatása Linuxon.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Egyéni palackok útvonala (újraindítás szükséges)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Válassza ki, hogy hol szeretné tárolni az új palackokat (ez nem fogja \"\n#~ \"áthelyezni a létezőket).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"Korai fejlesztésben (újraindítás szükséges).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importálás/exportálás…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Támogatás\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Fórumok\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Menü megnyitása\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Új palack\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"Ok\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Megerősítés\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Biztosan meg szeretné szakítani az összes folyamatot?\\n\"\n#~ \"Ez adatvesztéshez vezethet.\"\n\n#, fuzzy\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Alapértelmezetten a palack útvonala.\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Ez megtartja az összes fájlját, de törli az összes állapotot. Szeretné \"\n#~ \"folytatni?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Részletek és segédprogramok\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"A palack Start menüjéből.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"{0} nevű palack sikeresen létrehozva\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"{0} telepítve.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Hírek\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Új verziókezelő rendszer, amely lehetővé teszi az egész palack \"\n#~ \"verziókezelését (a konfigurációét is)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Az automatikus verziókezelés most már be- és kikapcsolható\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Tömörítés használata a verzióállapotokhoz\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Új névjegy párbeszédpanel\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Javítások\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Finn fordítások Jiri Grönroos-nak köszönhetően\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Indonéz fordítások @liimee-nek köszönhetően\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"\"\n#~ \"Spanyol fordítások Pablo Munoz Alabau-nak és @oscfdezdz-nek köszönhetően\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Portugál (brazil )fordítások @geraldohomero-nak köszönhetően\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Német fordítások Patrick Ulbricht-nen köszönhetően\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Wine prefixek könnyed kezelése\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Kísérleti:könyvtár\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Kísérleti könyvtár mód be-/kikapcsolása.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Betöltés…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Az egyéni palackok útvonala nem található. Kérjük, ellenőrizze a \"\n#~ \"beállításokban.\\n\"\n#~ \"Visszatérés az alapértelmezett útvonalra. Arról az útvonalról nem lesznek \"\n#~ \"palackok felsorolva!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Állapotfelmérés\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Állapotfájlok tárgymutatójának létrehozása…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Visszaállítási pont létrehozása folyamatban van…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Nem sikerült létrehozni az állapotmappát.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Tárgymutató frissítése…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Nem sikerült frissíteni az állapotok fájlt.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Nem sikerült frissíteni a tárgymutató fájlt.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"A végrehajtható fájlhoz talált argumentumok: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"{self.__step}. lépés ennyiből: {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"{0} elindítva.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"{0} elindítva Steammel.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Állapot tárgymutató: {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Dokumentáció elolvasása a függőségekről.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"DXVK átfedés be-/kikapcsolása, amely az FPS-t és egyéb részleteket \"\n#~ \"jelenít meg a D3D alkalmazásokban.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Dokumentáció elolvasása a programokról\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"További beállítások\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Helyi erőforrások\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Prefixek keresése\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Verziókezelés engedélyezése a palack mentéséhez és adott állapotba való \"\n#~ \"visszaállításához.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"A könyvtára\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Állapotfelmérés\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Betöltés...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Feladatkezelő\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Válassza ki, hogy hol szeretné tárolni az új palackokat (ez nem fogja \"\n#~ \"áthelyezni a létezőket)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Telepítés…\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Nem lehet létrehozni az asztalbejegyzést a hiányzó jogosultságok miatt.\\n\"\n#~ \"Tekintse meg <a href=\\\"https://www.youtube.com/watch?\"\n#~ \"v=tPFNg9AU5k4\\\">videónkat</a> arról, hogyan javíthatja ki ezt a Flatpak \"\n#~ \"alkalmazásban.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Írjon egy rövid megjegyzést:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"Ideiglenes fájlok\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"\"\n#~ \"Zárja be a Palackokat, miután elindította a programot a fájlkezelőből\"\n\n#, fuzzy\n#~ msgid \"Custom bottles path (requires restart)\"\n#~ msgstr \"Egyéni palackok útvonala (újraindítás szükséges)\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"Előzetes kiadás\"\n\n#~ msgid \"In early development (requires restart)\"\n#~ msgstr \"Korai fejlesztésben (újraindítás szükséges)\"\n\n#~ msgid \"Caffe\"\n#~ msgstr \"Caffe\"\n\n#~ msgid \"GE Wine\"\n#~ msgstr \"GE Wine\"\n\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris\"\n\n#~ msgid \"Steam\"\n#~ msgstr \"Steam\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Palackok verziókezelése (kísérleti)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Fordítás</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Finanszírozás</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Hiba \"\n#~ \"bejelentése</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Hibajelentés\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Megnyitás fájlkezelővel\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Áthelyezés a homokozóba\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Áthelyezés a homokozóba…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Segédprogramok\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Parancssor\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Rendszerleíró-szerkesztő\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine konfiguráció\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Vezérlőpult\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Teszt mód engedélyezve: csak a teszt tárolóból való függőségek jelennek \"\n#~ \"meg.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4…\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Bár az ezen az oldalon található fájlok ellenőrzése megtörtént, \"\n#~ \"előfordulhat, hogy védett licenc alatt állnak.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Bár az ezen az oldalon található fájlok ellenőrzése megtörtént, \"\n#~ \"előfordulhat, hogy védett licenc alatt állnak.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Dokumentáció elolvasása a telepítőkről\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Palack részletei\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"A gyönyörű palackom\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Palack átnevezése\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"DXVK használata\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3D használata\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSR engedélyezése\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"LatencyFleX engedélyezése\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Egér elkapása teljes képernyőn\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK verzió\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"VKD3D verziók kezelése\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Újraindítha a Wine szervert.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL felülbírálások\"\n\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"\"\n#~ \"A hangminőség növelése érdekében állítsa a PulseAudio késleltetést 60 \"\n#~ \"milliszekundumra.\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Dokumentáció elolvasása a verziókezelésről\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"pl. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Meglévő felülbírálások\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"pl.: -példa1 -példa2 -példa3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"pl.: AzÉnDuplikáltPalackom\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Új változó\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"pl. A_VÁLTOZÓM\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Itt megváltoztathatja a végrehajtott parancsok környezeti változóit.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"pl.: VÁLTOZÓ1=érték VÁLTOZÓ2=érték\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"például: változó1=érték1 változó2=érték2\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"pl. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"pl. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"A Palackok Flatpak verzióját használja, ne felejtsen el engedélyt adni a \"\n#~ \"<a href=\\\"https://docs.usebottles.com/flatpak/expose-\"\n#~ \"directories\\\">Flatseal</a> alkalmazással, ha a szkript útvonala a \"\n#~ \"homokozón kívülre esik.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Adja meg az új nevet:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Írjon ide...\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Ide kerül az üzenet.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Segédprogram és beállítások\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Válasszon nevet a palacknak\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Egyéni útvonal használata\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Isten hozta!\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"A Palackok megkönnyíti a Windows szoftverek futtatását Linuxon.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Mik a palackok?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"A palack egy Windows-szerű környezet, Windows szoftverek futtatására \"\n#~ \"beállítva, és több alkalmazás is lehet egy palackban.\\n\"\n#~ \"\\n\"\n#~ \"Ezek izolálva vannak és a futtatott szoftver nem tudja elérni a személyes \"\n#~ \"fájljait, ha nem engedi meg.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Olvasson többet róla</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Mindjárt készen vagyunk\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Le kell töltenünk és telepítenünk kell pár <a href=\\\"https://docs.\"\n#~ \"usebottles.com/getting-started/first-run\\\">összetevőt (~75MB)</a>, hogy \"\n#~ \"készen legyünk.\\n\"\n#~ \"\\n\"\n#~ \"Ezeket a fájlokat nem tudjuk felajánlani a Palackokkal, mivel ezeknek \"\n#~ \"eltérő kiadási ciklusa van.\\n\"\n#~ \"\\n\"\n#~ \"Amikor kész, nyomja meg a <b>telepítés</b> gondot.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Üljön le és lazítson, ez eltarthat néhány percig.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Letöltés\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Minden készen áll!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Most már készen áll az első palackjai létrehozására.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Befejez\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Figyelmeztetés: Győződjön meg, hogy ad engedélyt a Flatpaknek, hogy \"\n#~ \"elérje az új útvonalat.\\n\"\n#~ \"Ez megtöri a homokozót!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Megjelenjenek-e az instabil verziók a fenti listában.\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"Indítási lehetőségek módosítása\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Elrejtés a listáról\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Megjelenítés a listán\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Feldolgozás...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"A könyvtára\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Vissza\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"A telepítő helyi erőforrásokat igényel\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Végrehajtható fájl választása %s számára\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"A helyi erőforrások érvénytelenek, vagy nem találhatók\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"A telepítés sikertelen, nézze meg a naplókat.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Folytatás az alapértelmezett környezettel…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Törlés megerősítése\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Befejezve\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe futtatók\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton futtatók\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Egyéb futtatók\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"A Palackok fórumai\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Program megjelenítése\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Adja meg a palack nevét\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Az új programok automatikus meg lesznek találva.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Palack duplikálása\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"A környezeti változók módosítása\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Ez a mező nem tartalmazhat speciális karaktereket!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Ezek olyan kompatibilitási rétegek, amelyek lehetővé teszik a Windows \"\n#~ \"szoftverek telepítését és futtatását Linux rendszereken.\\n\"\n#~ \"\\n\"\n#~ \"A <b>palackok</b> olyan környezetek, ahol a futtató konfigurálja a \"\n#~ \"rendszert, és ahol a Windows szoftver fut és telepítve van.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">További \"\n#~ \"információ a futtatókról</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importálás és exportálás\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"Egyéni DPI beállítása\"\n\n#~ msgid \"Gamescope settings\"\n#~ msgstr \"Gamescope beállítások\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"Mik a futtatók?\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Le kell töltenünk és telepítenünk kell egy futtatót, hogy lehetővé tegyük \"\n#~ \"a saját palackok létrehozását.\\n\"\n#~ \"A letöltési méret <b>kb. 70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">További \"\n#~ \"információ arról, hogy mit fogunk letölteni</a>\\n\"\n#~ \"\\n\"\n#~ \"Nem kínálhatjuk ezeket a fájlokat a Palackokkal, mivel ezek különböző \"\n#~ \"kiadási ciklusokkal rendelkeznek.\\n\"\n#~ \"\\n\"\n#~ \"Ha készen áll, nyomja meg a <b>Telepítés</b> gombot.\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"Frissítési dátum megjelenítése\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"Könyvtár mód\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak súgó\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Nem látom az régi palackjaim frissítés után.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Nem látok néhány könyvtárat.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Nem látom a fájlokat a saját könyvtáramban.\"\n\n#, fuzzy\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"\"\n#~ \"A végrehajtható fájl csendesen összeomlott, vagy fekete lépernyőt kapott\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Palack megsemmisítése\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64-bites\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Biztonsági mentés készítése a palackról.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64 bites\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32 bites\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Éjszakai téma\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Éjszakai téma használata.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Kísérleti: winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Kísérleti winebridge implementáció ki-/bekapcsolása.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"ACO árnyékoló fordító engedélyezése\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Javítja a játékok és a 3D alkalmazások teljesítményét.\\n\"\n#~ \"Tiltsa le, ha grafikus hibákat tapasztal.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Éjjeli mód\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"WineBridge használata folyamat és programkezeléshez.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Tárolók kérdései\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Tárolók elindítva!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Ez a korai fejlesztés kísérleti jellemzője, legyen óvatos és <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">jelentse a hibákat</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Tárolók fejlesztői\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimalizálja a játék teljesítményét igény szerint\"\n\n#, fuzzy\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI-verzió\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Tároló elérési út mutatása\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"A játékmód vagy nem érhető el a rendszerén, vagy nem fut.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Kísérletek: telepítők\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Szoftver\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Javított környezet a Windows szoftverekhez.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Sötét alkalmazástéma használata.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Kísérletek: verziókészítés\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Import és export\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"\"\n#~ \"Flatpak-ként futtatása, védőfal mögé helyezett mappák létrehozása \"\n#~ \"folyamatban van…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Ezek a wine/wine-kiszolgáló folyamatok futnak a számítógépén.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Ellenőrizze a futó folyamatokat.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Tárolók biztonsági másolata\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Tároló\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Nincsenek futtatók, kérjük, telepítsen egyet.\"\n\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Nem található a DXVK, a legújabb verzió telepítése folyamatban van…\"\n\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"\"\n#~ \"Nem található a VKD3D, a legújabb verzió telepítése folyamatban van…\"\n\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"\"\n#~ \"Nem található a NVAPI, a legújabb verzió telepítése folyamatban van…\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Az új „{0}”-tároló készen áll.\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Továbbfejlesztett letöltéskezelő\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"A GNOME futtatókörnyezet frissítve a 41-es verzióra.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"A DXVK és a VKD3D telepítése most aszinkron módban történik\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"\"\n#~ \"A felhasználói felület fejlesztései az (elementary OS) Elemi operációs \"\n#~ \"rendszerhez\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Kijavítottuk az összetevő telepítésének hibáját, amely rossz nevet adott \"\n#~ \"a letöltés után.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Javítottuk a cwd címke rossz szövegét.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Javítva egy hiba, amely a Tárolók összeomlását okozta, amikor \"\n#~ \"argumentumokkal futtatható végrehajtható fájlokat futtatott.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Japán fordítás: @jatin-cbs\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Portugál (Brazília) fordítás: Ricardo Porto, @farribeiro, @swyknox, \"\n#~ \"@davipatricio\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Környezet kijelölése\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Futtató letöltése és telepítése\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"Az elő- és utótag beállításkezelője megnyitása a(z) „%command%”-\"\n#~ \"parancsával\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"Tároló létrehozása a fájlkezelő által megadott futtatható fájllal\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"\"\n#~ \"A kezelőt átírták, hogy kevésbé rekurzív és felhasználóbarátabb legyen a \"\n#~ \"fejlesztők számára\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"\"\n#~ \"A függőségeknek/összetevőknek/telepítőknek mostantól saját kezelőiek \"\n#~ \"vannak, függetlenül a főtől\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"\"\n#~ \"A függőségkezelő most egyetlen fájlt tud kibontani a Windows \"\n#~ \"kabinetfájljaiból\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"\"\n#~ \"Most a felhasználónak el kell fogadnia az összeomlási jelentésben \"\n#~ \"szereplő értesítést, mielőtt új jelentéseket küldene\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"A kezdőkönyvtár felhasználó eltávolításra került a jelentésekből\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"\"\n#~ \"A lutris-lol futó most el van rejtve, amikor a Tárolók flatpak alatt \"\n#~ \"futnak, mivel nem kompatibilis vele\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"\"\n#~ \"A Windows kabinetfájl kibontása most csendes, és a megfelelő naplókat \"\n#~ \"mutatja\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"A letöltési állapot ikon a beállítások párbeszédpanelen nem a százalék \"\n#~ \"jobb oldalán található, így a százalék nem mozgatja tovább\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"\"\n#~ \"Javítva egy hiba a névfeloldásban, amely a Tárolók összeomlását \"\n#~ \"okozhatja, ha nem tud elérni egy erőforrást\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"A környezetnevek most újra le vannak fordítva\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"Hiányos fordítások hozzáadása a tárolókészítéshez\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"\"\n#~ \"Kijavítottuk a Wayland támogatási hibáját, amely a DISPLAY-t rossz \"\n#~ \"paraméterre állította\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"A hozzáadott egyéni programok könyvtára hibás volt\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Kínai (egyszerűsített) fordítás: @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"Problémái vannak a tárolóki könyvtár elérésével?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Letöltések\"\n\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"Tárolóklista utolsó frissítési dátum ki-/bekapcsolása\"\n\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"\"\n#~ \"Ha nem fut, a visszatérési hely a végrehajtható elérési út a \"\n#~ \"munkakönyvtárhoz\"\n\n#~ msgid \"\"\n#~ \"Now a visual feedback is provided when a download fail the checksum \"\n#~ \"validation\"\n#~ msgstr \"\"\n#~ \"Most egy nézet visszajelzés jelenik meg, ha a letöltés sikertelen az \"\n#~ \"ellenőrző összeg ellenőrzésén\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Wine támogatása a Wayland számára az XWaylandon keresztül\"\n\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"32 bites tárolók támogatása egyedi környezetben\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"\"\n#~ \"A szín eltávolítva a tároló készítése környezetéből, mivel ezek javasolt \"\n#~ \"műveletenként értelmezhetők\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"\"\n#~ \"Most a felhasználó egyszerre csak egy függőséget telepíthet az ütközés \"\n#~ \"elkerülése érdekében\"\n\n#~ msgid \"\"\n#~ \"Now the Crash Report dialog display similar reports before send a new one\"\n#~ msgstr \"\"\n#~ \"Most az összeomlási jelentés párbeszédpanel hasonló jelentéseket jelenít \"\n#~ \"meg, mielőtt újat küldene\"\n\n#~ msgid \"\"\n#~ \"Now it is possible to clone a bottle with a new name, this can also be \"\n#~ \"used for bottles templating\"\n#~ msgstr \"\"\n#~ \"Mostantól lehetőség van egy ismétlődés tároló másolat új névvel, ezzel is \"\n#~ \"használható a tárolók sablonozása\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"Csökkentette a Flatpak engedélyeket\"\n\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Mostantól minden tárolóhoz egyéni munkakönyvtárat választhat\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"A tároló részleteiben új gombot láthat egy mappa ikonnal, ez segít abban, \"\n#~ \"hogy új könyvtárakat tegyen közzé a Tárolók számára\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Kijavítottuk azt a hibát, amely a fájl nem található hibát okozta a \"\n#~ \"megszakadt letöltésekkel\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Javítva egy hiba, amely miatt a Tárolók összeomlik, amikor a felhasználó \"\n#~ \"kapcsolat nélküli üzemmód állapotba kerül letöltés közben\"\n\n#~ msgid \"\"\n#~ \"Same as the above but this handle downloads with wrong sizes than the \"\n#~ \"source\"\n#~ msgstr \"\"\n#~ \"Ugyanaz, mint a fentiek, de ez a fogantyú rossz méretben töltődik le, \"\n#~ \"mint a forrás\"\n\n#~ msgid \"Fixed the File Manager integration in Flatpak\"\n#~ msgstr \"A Flatpak fájlkezelő beilleszkedése javítva\"\n\n#~ msgid \"Fixed a bug in temp directory clean up\"\n#~ msgstr \"Ideiglenes könyvtár törlése hibajavítása\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Javítva egy hiba, amely miatt a Tárolók összeomlik, ha a frissítés dátuma \"\n#~ \"nincs beállítva a tárolóban\"\n\n#~ msgid \"Fixed a bug in bottle configuration upgrade that was causing a loop\"\n#~ msgstr \"\"\n#~ \"Tároló beállításainak frissítésében hibajavítva, amely hurkot okozott\"\n\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"Francia fordítás: J. Lavoie, SCOTT-HAMILTON, @julroy67, @yannicka, K. \"\n#~ \"Herbert\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Olasz fordítás: @blackcat-917\"\n\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Norvég bokmål fordítás: @comradekingu\"\n\n#~ msgid \"This is an off-calendar release.\"\n#~ msgstr \"Ez a naptáron kívüli kiadás.\"\n\n#~ msgid \"Fix listing when one or more bottles are broken.\"\n#~ msgstr \"Javítsa ki a listát, ha egy vagy több tároló meghibásodott.\"\n\n#~ msgid \"Run any .exe/.msi/.lnk using the flags -e/-l in command line\"\n#~ msgstr \"\"\n#~ \"Bármilyen .exe/.msi/.lnk fájlkiterjesztés futtatása a -e/-l zászlók \"\n#~ \"használatával a parancssorban\"\n\n#~ msgid \"Specify the target bottle using the -b flag in command line\"\n#~ msgstr \"Adja meg a céltárolót a -b jelzővel a parancssorban\"\n\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Végrehajtható fájlok futtatása a Tároló ablak megjelenítése nélkül\"\n\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"A függőségek most beállíthatják a rendszerleíró kulcsokat\"\n\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"A függőségek most kibonthatják az archív fájlokat\"\n\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"A függőségek eltávolíthatják a többi függőséget\"\n\n#~ msgid \"\"\n#~ \"Dependencies can now register fonts in the Bottle Register to make them \"\n#~ \"discoverable by the runner\"\n#~ msgstr \"\"\n#~ \"A függőségek mostantól regisztrálhatják a betűtípusokat a Tároló \"\n#~ \"beállításjegyzékben, hogy azok felfedezhetők legyenek a futtató számára\"\n\n#~ msgid \"Cab extraction now support wildcards\"\n#~ msgstr \"A kabinetfájl kibontása már támogatja a helyettesítő karaktereket\"\n\n#~ msgid \"Cab extraction now support lowercase extensions\"\n#~ msgstr \"A kabinetfájl kibontása már támogatja a kisbetűs kiterjesztéseket\"\n\n#~ msgid \"\"\n#~ \"When installing a new runner, winemenubuilder is blocked to prevent the \"\n#~ \"creation of broken desktop entries\"\n#~ msgstr \"\"\n#~ \"Új futtató telepítésekor a winemenubuilder letiltva megakadályozza a \"\n#~ \"törött asztalbejegyzések létrehozását\"\n\n#~ msgid \"\"\n#~ \"The bottle root is now set as the working directory for all executed \"\n#~ \"commands\"\n#~ msgstr \"\"\n#~ \"A tároló gyökér mostantól az összes végrehajtott parancs \"\n#~ \"munkakönyvtáraként van beállítva\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the dependency manager showing them installed even though \"\n#~ \"the process was still running\"\n#~ msgstr \"\"\n#~ \"Javítva egy hiba a függőségkezelőben, amely megmutatja, hogy telepítve \"\n#~ \"vannak, annak ellenére, hogy a folyamat még futott\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that prevented states from being sent to the bottle (kill, \"\n#~ \"shutdown, reboot, ..)\"\n#~ msgstr \"\"\n#~ \"Javítva egy hiba, amely megakadályozta az államok továbbítását a tárolóba \"\n#~ \"(törlés, leállítás, újraindítás, …)\"\n\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Javítva a folyamatlista hibája\"\n\n#~ msgid \"Fix crash log path on Flatpak\"\n#~ msgstr \"Javítsa az ütközési napló elérési útját a Flatpakon\"\n\n#~ msgid \"\"\n#~ \"Fixed an issue causing Bottles to detect downloaded dxvk even when it \"\n#~ \"fails\"\n#~ msgstr \"\"\n#~ \"Javítva egy probléma, amely miatt a Tárolók akkor is észleli a letöltött \"\n#~ \"dxvk fájlt, ha az nem sikerül\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Javítva egy hiba, amely miatt egyes programok nem kerülnek a Programok \"\n#~ \"szakaszba\"\n\n#~ msgid \"Fixed a bug in adding registry keys with spaces in name\"\n#~ msgstr \"\"\n#~ \"Javítottuk a hibát a rendszerleíró kulcsok hozzáadásával a szóközökkel a \"\n#~ \"névben\"\n\n#~ msgid \"Uninstallers are now no longer displayed in the Programs list\"\n#~ msgstr \"Az eltávolítóprogramok már nem jelennek meg a Programok listában\"\n\n#~ msgid \"Disable uninstaller button for dependencies installed from cab files\"\n#~ msgstr \"\"\n#~ \"Eltávolítóprogram gomb letiltása a kabinet fájlokból telepített \"\n#~ \"függőségeknél\"\n\n#~ msgid \"Access Bottles preferences from the bottle creation view\"\n#~ msgstr \"A Tárolók-beállításokat a tároló létrehozásának nézetéből érheti el\"\n\n#~ msgid \"\"\n#~ \"A spinner is now displayed when installing dependencies, programs and \"\n#~ \"components\"\n#~ msgstr \"\"\n#~ \"A függőségek, programok és összetevők telepítésekor most egy fonó jelenik \"\n#~ \"meg\"\n\n#~ msgid \"Warning for missing cabextract tool\"\n#~ msgstr \"Figyelmeztetés a hiányzó CAB-fájl kicsomagolása eszköz\"\n\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Figyelmeztetés a kísérleti jellemzőkre\"\n\n#~ msgid \"Warning for enables testing repository\"\n#~ msgstr \"Figyelmeztetés az adattár tesztelésének engedélyezésére\"\n\n#~ msgid \"Several improvements in runner management\"\n#~ msgstr \"Számos fejlesztés a futtatók kezelésében\"\n\n#~ msgid \"Added icons to the sidebar\"\n#~ msgstr \"Ikonokat adott az oldalsávhoz\"\n\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Kísérleti támogatás Tárolók telepítőknek\"\n\n#~ msgid \"Better support for Breeze theme\"\n#~ msgstr \"Jobb támogatás a Breeze témához\"\n\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Program útvonala tallózása\"\n\n#~ msgid \"\"\n#~ \"Generate Bottles compatible desktop entries for programs installed \"\n#~ \"trought Bottles installers\"\n#~ msgstr \"\"\n#~ \"Hozzon létre Tárolók kompatibilis asztali bejegyzéseket a Tárolók \"\n#~ \"telepítői által telepített programokhoz\"\n\n#~ msgid \"Visual feedback during a state restoring\"\n#~ msgstr \"Visszajelzés megjelenítése az állapot helyreállítása során\"\n\n#~ msgid \"Toggle update date on bottles list\"\n#~ msgstr \"Frissítési dátum ki-/bekapcsolása a tárolólistán\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Futtató frissítése a legújabb helyileg telepítettre\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Tároló megsemmisitése\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Ez a futtatót „{0}”-ról „{1}”-re változtatja.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Ennek a tárolónak a futatása\"\n\n#~ msgid \"\"\n#~ \"Dependency/installer manifests, support environment variables and \"\n#~ \"arguments\"\n#~ msgstr \"\"\n#~ \"A függőség/telepítő nyilvántartások, támogatják a környezeti változókat \"\n#~ \"és argumentumokat\"\n\n#~ msgid \"\"\n#~ \"If versioning is active for the bottle, a new state is created before \"\n#~ \"installing a dependency\"\n#~ msgstr \"\"\n#~ \"Ha a tároló verzióváltása aktív, akkor egy függőség telepítése előtt új \"\n#~ \"állapot jön létre\"\n\n#~ msgid \"\"\n#~ \"Dependencies and installers now call their uninstaller, if this is \"\n#~ \"declared in the manifest\"\n#~ msgstr \"\"\n#~ \"A függőségek és a telepítők most felhívják az eltávolítót, ha ezt a \"\n#~ \"jegyzék deklarálja\"\n\n#~ msgid \"Now you can search for dependencies using the search field\"\n#~ msgstr \"Most a keresőmező segítségével kereshet függőségeket\"\n\n#~ msgid \"Dependencies and installers show the source license\"\n#~ msgstr \"A függőségek és a telepítők megmutatják a forráslicencet\"\n\n#~ msgid \"\"\n#~ \"When a crash report appears, reporting it the issue is automatically and \"\n#~ \"correctly filled\"\n#~ msgstr \"\"\n#~ \"Amikor megjelenik egy összeomlási jelentés, a probléma jelentése \"\n#~ \"önműködően és helyesen van kitöltve\"\n\n#~ msgid \"\"\n#~ \"While creating a new state, information about the entire process is shown \"\n#~ \"on the screen\"\n#~ msgstr \"\"\n#~ \"Új állapot létrehozása közben a teljes folyamatra vonatkozó információk \"\n#~ \"megjelennek a képernyőn\"\n\n#~ msgid \"The search for installed programs has been extended to user AppData\"\n#~ msgstr \"\"\n#~ \"A telepített programok keresését kiterjesztették a felhasználói AppData-ra\"\n\n#~ msgid \"Fixed some problems related to the dxvk implementation\"\n#~ msgstr \"\"\n#~ \"Javítottak néhány problémát, amelyek a dxvk megvalósításával kapcsolatosak\"\n\n#~ msgid \"\"\n#~ \"Now dxvk and vkd3d are installed only after the user presses Install on \"\n#~ \"first start\"\n#~ msgstr \"\"\n#~ \"A dxvk és a vkd3d telepítése csak azután történik, hogy a felhasználó \"\n#~ \"megnyomja a Telepítés első indításkor gombot\"\n\n#~ msgid \"Reduced the amount of logs\"\n#~ msgstr \"Csökkentette a naplók mennyiségét\"\n\n#~ msgid \"Flatpak now uses the app directories\"\n#~ msgstr \"Flatpak most az alkalmazás könyvtárakat használja\"\n\n#~ msgid \"\"\n#~ \"If there are bottles in the old dir and the app dir is empty then a \"\n#~ \"migration dialog is shown\"\n#~ msgstr \"\"\n#~ \"Ha vannak tárolók a régi könyvtárban, és az alkalmazás könyvtár üres, \"\n#~ \"akkor megjelenik az áttelepítési párbeszédpanel\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the management of the download manager that resulted in a \"\n#~ \"crash\"\n#~ msgstr \"\"\n#~ \"Javítva van egy hiba a letöltéskezelő kezelésében, amely összeomlást \"\n#~ \"eredményezett\"\n\n#~ msgid \"Install dxvk and vkd3d on bottle creation if missing\"\n#~ msgstr \"Telepítse a dxvk-t és a vkd3d-t a tároló készítésre, ha hiányzik\"\n\n#~ msgid \"The preferences are organized into sections\"\n#~ msgstr \"A preferenciák szakaszokba vannak rendezve\"\n\n#~ msgid \"The program list is hidden if empty\"\n#~ msgstr \"A program lista rejtve van, ha üres\"\n\n#~ msgid \"The bottle details page now uses a sidebar\"\n#~ msgstr \"A tároló részleteinek oldala most oldalsávot használ\"\n\n#~ msgid \"Added references to documentation for some features\"\n#~ msgstr \"\"\n#~ \"Egyes szolgáltatások dokumentációjára vonatkozó hivatkozások hozzáadva\"\n\n#~ msgid \"\"\n#~ \"Makes the UI more consistent with rounded edges and status pages from \"\n#~ \"libhandy\"\n#~ msgstr \"\"\n#~ \"A felhasználói felületet összhangba hozza a libhandy lekerekített éleivel \"\n#~ \"és állapotlapjaival\"\n\n#~ msgid \"Replacing the name wine with runner, where possible\"\n#~ msgstr \"Ha lehetséges, a wine nevét helyettesítse futóval\"\n\n#~ msgid \"Added more information for initial download to the Onboard\"\n#~ msgstr \"A kezdeti letöltéshez további információkat adott az előkészítésre\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Cseh fordítás: @pervoj, Vojtěch Perník\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Eszperantó fordítás: @phlostically\"\n\n#~ msgid \"New logo thanks to @jannuary @alvarlagerlof @ZekeSmith\"\n#~ msgstr \"Új embléma: @jannuary @alvarlagerlof @ZekeSmith\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"\"\n#~ \"Az újraindításkor jelenjen meg egy összeomlási jelentés, ha valami \"\n#~ \"rosszul megy\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"Az új yaml-formátum használata a tároló beállításához\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"\"\n#~ \"Az új yaml tárak használata az összetevők /függőségek /programok számára\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"A régi tárolóbeállítások önműködő frissítése az új modellre\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Tárolók biztonsági másolata beállítása és archiválása\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Archívumok biztonsági másolata importálása\"\n\n#~ msgid \"Show onboard if system wine is the only installed runner\"\n#~ msgstr \"\"\n#~ \"Mutassa a beléptetéskor, ha a wine rendszer az egyetlen telepített futó\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Új verzió a CalVer modell alapján\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"Készítsen tárolókat az elosztó által biztosított wine-futtatóval\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"\"\n#~ \"Engedélyezze a játékmódot tárolójai számára, ha telepítve van a rendszerbe\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Futtassa az .exe/.msi /.bat fájlokat egyéni argumentumokkal\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Javítva a „rossz tolmács” hiba a debian csomagban\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Opcionálisan zárja be a Tárolókat, miután elindított egy futtatható fájlt \"\n#~ \"a fájlkezelőből\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"\"\n#~ \"Tippek hozzáadása, hogy megértsük, mit csinálnak a felhasználói felület \"\n#~ \"egyes elemei\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"A portál használata a fájlválasztóhoz\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"A Fájl választó már nem szűr a kiterjesztések alapján\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Ukrán fordítás a @marchellodev jóvoltából\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Ez a(z) {0} jegyzékfájlja.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Ez a(z) {0} tárgymutatója.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"1. oldal\"\n\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"A függőségek mostantól több DLL-fájlt telepíthetnek egy lépésben\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"A Windows újraindítása\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"A Windows leállítása\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Minden wine-folyamat leállítása\"\n\n#~ msgid \"Special characters are not allowed!\"\n#~ msgstr \"Speciális karakterek használata nem megengedett!\"\n"
  },
  {
    "path": "po/id.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-03-12 15:09+0000\\n\"\n\"Last-Translator: CoreXGit <aulia.ikbal09@gmail.com>\\n\"\n\"Language-Team: Indonesian <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/id/>\\n\"\n\"Language: id\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.17-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Jalur tidak disebutkan\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Cadangkan {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Mengimpor cadangan: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Gagal melakukan pemasangan komponen, telah dicoba 3 kali.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Kehilangan komponen penting. Memasang…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Gagal untuk membuat direktori bottle.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Gagal membuat direktori/file placeholder.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Membuat konfigurasi bottle…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Templat ditemukan, menerapkan…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Konfigurasi Wine sedang diperbarui…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Konfigurasi Wine telah diperbarui!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Berjalan sebagai Flatpak, membuat berkas pengguna sebagai sandbox…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Mensandbox berkas pengguna…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Mengatur versi Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Terapkan pengaturan bawaan CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Mengoptimisasi lingkungan…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Menerapkan lingkungan: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Sedang menggunakan resep lingkungan kustom…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Resep tidak ditemukan atau salah…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Memasang DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Memasang VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Memasang DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Memasang dependensi: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Membuat state versi 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Menyelesaikan…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Templat singgahan…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Mencapai keadaan …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Tidak ada yang harus dilakukan\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Keadaan baru [{0}] berhasil dibuat!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Daftar keadaan berhasil diambil!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Keadaan {0} berhasil dipulihkan!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Memulihkan keadaan {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Keadaan tidak ditemukan\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Status {} sudah menjadi status aktif\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Tampilkan versi\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Jalur eksekusi\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Jalur lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nama bottle\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Lewati argumen\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URL tidak valid (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Permintaan [Berhenti] diterima.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Permintaan [Tolong] diterima.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Permintaan [Segarkan] diterima.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Donasi\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Perpustakaan Pihak Ketiga dan Ucapan Terima Kasih Khusus\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Disponsori dan Didanai oleh\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Hak Cipta © 2017 Pengembang Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Pengembang Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"kredit penerjemah\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versi komponen\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Hapus pemasangan\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Jelajahi Berkas\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Pemasangan gagal. Ini mungkin karena kesalahan repositori, unduhan parsial \"\n\"atau ketidakcocokan checksum. Tekan untuk mencoba lagi.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Unduh & Pasang\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Tampilkan Manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Lisensi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Pasang kembali\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Laporkan bug…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nama dependensi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Deskripsi dependensi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Unduh & Pasang dependensi ini\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Terjadi kesalahan pemasangan. Muat ulang Bottles untuk membaca laporan \"\n\"kerusakan atau jalankan melalui terminal untuk membaca outputnya.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menu Dependensi\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Pemecahan masalah\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Jelajahi berkas…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplikat Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Ini adalah arsip lengkap bottle Anda, termasuk berkas pribadi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Cadangkan semua…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Ini hanya konfigurasi bottle, sangat cocok jika Anda ingin membuat yang baru \"\n\"tetapi tanpa berkas pribadi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Ekspor Konfigurasi…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Tampilkan program tersembunyi\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Cari program baru\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Hapus Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menu Sekunder\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Hentikan paksa semua Proses\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simulasikan sebuah sistem Windows mati.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Matikan\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simulasikan sebuah sistem Windows memuat ulang.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Mulai ulang\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opsi Peluncuran\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Jalankan di Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Letakkan file untuk mengeksekusinya\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Bottle-ku\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Lingkungan\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Runner\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versi diaktifkan untuk bottle ini\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versi aktif untuk bottles ini.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Jalankan berkas eksekusi…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Klik \\\"Jalankan Eksekusi…\\\" untuk menjalankan file eksekusi, \\\"Tambah \"\n\"Pintasan…\\\" untuk menambahkan file eksekusi ke daftar Program, atau \\\"Instal \"\n\"Program…\\\" untuk menginstal program yang dikurasi oleh komunitas.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Tambah Pintasan…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instal Program…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opsi\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Pengaturan\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Konfigurasi pengaturan bottles.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependensi\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instal dependensi untuk program.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Snapshot\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Buat dan atur keadaan bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Pengelola Tugas\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Kelola program yang berjalan.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Peralatan\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Baris Perintah\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Jalankan perintah di dalam Bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor Registri\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edit registri internal.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Peralatan Wine Lampau\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Penjelajah\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfigurasi\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Penghapus Pemasangan\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panel Kontrol\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Mencari dependensi…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Anda sedang offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles berjalan dalam mode offline, jadi dependensi tidak tersedia.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Dependensi adalah sumber daya yang meningkatkan kompabilitas perangkat lunak \"\n\"Windows.\\n\"\n\"Berkas di laman ini disediakan dengan jenis lisensi proprietari. Dengan \"\n\"memasangnya, Anda telah menyetujui persyaratan lisensi yang digunakan.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Laporkan masalah atau dependensi yang hilang.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Laporkan Dependensi yang Hilang\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Baca Dokumentasi.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentasi\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Cari\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Cari Program…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instal program yang dikurasi oleh komunitas kami.\\n\"\n\"\\n\"\n\"File di halaman ini disediakan oleh pihak ketiga di bawah lisensi \"\n\"proprietary. Dengan menginstalnya, Anda menyetujui ketentuan lisensi masing-\"\n\"masing.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Tak Ditemukan Pemasang\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Repositori tidak dapat dijangkau atau tidak ada penginstal yang kompatibel \"\n\"dengan bottle ini.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Baca Dokumentasi\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nama\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponen-Komponen\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Versi lapisan kompatibilitas Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Memperbarui Runner dan komponen, mohon tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Tingkatkan kompatibilitas Direct3D 8/9/10/11 dengan menerjemahkannya ke \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Memperbarui DXVK, mohon tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Tingkatkan kompatibilitas Direct3D 12 dengan menerjemahkannya ke Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Memperbarui VKD3D, mohon tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Memperbarui DXVK-NVAPI, mohon tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Tingkatkan responsivitas. Dapat dideteksi oleh beberapa perangkat lunak anti-\"\n\"cheat.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Memperbarui LatencyFleX, mohon tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Tampilan\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Meningkatkan performa dengan mengorbankan visual menggunakan DXVK-NVAPI. \"\n\"Hanya berfungsi pada GPU NVIDIA yang lebih baru.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Tingkatkan kinerja dengan mengorbankan visual. Hanya berfungsi pada Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Kelola pengaturan FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Grafis Diskrit\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Gunakan kartu grafis diskrit untuk meningkatkan performa dengan mengorbankan \"\n\"konsumsi daya.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efek Pasca-Pemrosesan\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Tambahkan berbagai efek post-processing menggunakan vkBasalt. Hanya \"\n\"berfungsi pada Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Kelola pengaturan Post-Processing Layer\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Mengelola bagaimana game akan ditampilkan di layar menggunakan Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Kelola pengaturan Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Pengaturan Tampilan Lanjutan\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Kinerja\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Aktifkan sinkronisasi untuk meningkatkan kinerja prosesor multicore.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sinkronisasi\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistem\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Pantau Kinerja\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Tampilkan informasi pemantauan seperti framerate, suhu, beban CPU/GPU, dan \"\n\"lainnya pada OpenGL dan Vulkan menggunakan MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Menerapkan serangkaian pengoptimalan ke perangkat Anda. Dapat meningkatkan \"\n\"performa game.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Preload File Game\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Tingkatkan waktu pemuatan saat meluncurkan game berkali-kali. Game akan \"\n\"membutuhkan waktu lebih lama untuk dimulai pada kali pertama.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Kelola pengaturan vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Rekam Game OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Aktifkan/nonaktifkan OBS Game Capture untuk semua program Vulkan dan OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Kompatibilitas\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Versi Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Memperbarui versi Windows, mohon tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Bahasa\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Pilih bahasa yang akan digunakan dengan program.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Sandbox Khusus\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Gunakan lingkungan terbatas/terkelola untuk bottles ini.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Kelola Izin Sandbox\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles Runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Menyediakan bundel pustaka tambahan untuk kompatibilitas lebih baik. \"\n\"Nonaktifkan jika Anda mengalami masalah.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam Runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Menyediakan bundel pustaka tambahan untuk kompatibilitas lebih baik dengan \"\n\"game Steam. Nonaktifkan jika Anda mengalami masalah.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Direktori Kerja\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Setel Ulang ke Default\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Default)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Penimpaan DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variabel Lingkungan\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Kelola Drive\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Snapshot Otomatis\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Otomatis membuat snapshot sebelum menginstal perangkat lunak atau mengubah \"\n\"pengaturan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Kompresi\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Kompres snapshot untuk menghemat ruang. Hal ini akan memperlambat pembuatan \"\n\"snapshot.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Gunakan Pola Pengecualian\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Kecualikan jalur dalam snapshot.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Kelola Pola\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Segarkan\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Hentikan proses\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Tidak Ada Snapshot Ditemukan\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Buat snapshot pertama Anda untuk mulai menyimpan kondisi preferensi Anda.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Komentar singkat\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Simpan kondisi bottles.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Buat Snapshot Baru\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detail\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Kembali\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operasi\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Pilih Botol\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Batalkan\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Pilih\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Buat Botol Baru\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Laporan Kerusakan Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Batal\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Kirim Laporan\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles crash terakhir kali. Mohon isi laporan dengan menyertakan traceback \"\n\"untuk membantu kami mengidentifikasi masalah dan mencegahnya terjadi lagi.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Kami menemukan satu atau banyak yang serupa (atau identik) laporan. Tolong \"\n\"pastikan untuk melakukan pengecekan bahwa itu belum dilaporkan sebelum \"\n\"mengirimkan yang baru. Setiap laporan membutuhkan usaha dari pengembang \"\n\"untuk mengdiagnosisnya, tolong hormati usaha mereka dan pastikan Anda tidak \"\n\"mengirimkan laporan yang sama.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Saya tetap ingin melaporkan.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opsi lanjutan\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Paket tidak lengkap\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Versi Bottles ini tampaknya tidak menyediakan semua ketergantungan inti yang \"\n\"diperlukan, silakan hubungi pengelola paket atau gunakan versi resmi.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Keluar\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynamic Link Libraries dapat ditentukan sebagai builtin (disediakan oleh \"\n\"Wine) atau native (disediakan oleh program).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Penimpaan Baru\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Penimpaan\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Drive\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Ini adalah jalur dari sistem host Anda yang dipetakan dan dikenali sebagai \"\n\"perangkat oleh runner (misal: C: D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Huruf\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Drive yang Ada\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplikat Botol\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplikat\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Masukkan nama untuk duplikat Botol.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Menduplikasi…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Ini mungkin memakan waktu.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Botol Diduplikat\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Variabel lingkungan adalah nilai bernama dinamis yang dapat memengaruhi cara \"\n\"proses yang berjalan akan berperilaku di bottle Anda.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nama Variabel\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variabel yang Ada\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Pola Pengecualian\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Tentukan pola yang akan digunakan untuk mencegah beberapa direktori agar \"\n\"tidak diberi versi.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Pola\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Pola yang Ada\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Pengaturan Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Simpan\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Kelola bagaimana game harus ditampilkan.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Resolusi Game\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Menggunakan resolusi video game sebagai referensi dalam piksel.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Lebar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Tinggi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Resolusi Jendela\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Meningkatkan resolusi ketika menggunakan resolusi yang lebih tinggi dari \"\n\"resolusi game dalam piksel.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Lain-lain\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Batas Frame Rate\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Batas Frame Rate Saat Tidak Fokus\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Integer Scaling\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Jenis Jendela\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Tanpa batasan\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Layar penuh\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Apakah Anda ingin melanjutkan instalasi?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Mulai Instalasi\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Penginstal ini memerlukan beberapa sumber daya lokal yang tidak dapat \"\n\"disediakan dengan cara lain.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Lanjutkan\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Selesai!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Tampilkan Program\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Instalasi Gagal!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Ada yang tidak beres.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Semua pesan\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kritis\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Galat\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Peringatan\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Info\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Peramban Jurnal\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Peramban Jurnal\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Mengubah Tingkat Pencatatan.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Semua\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Argumen ini akan diteruskan saat peluncuran.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Argumen Kustom\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumen Perintah\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"misal: VAR=nilai %command% -contoh1 -contoh2 -contoh3=halo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Skrip Pasca-jalankan\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Pilih skrip yang harus dieksekusi setelah dijalankan.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Pilih Skrip\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Pilih dari mana memulai program.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Pilih Direktori\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Pengaturan ini akan menimpa pengaturan default untuk file eksekusi ini.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Penimpaan Preferensi\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Setel Ulang ke Default Botol\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Desktop Virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Penyangkalan Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Gunakan Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Waspadalah, menggunakan runner berbasis Proton dalam bottle non-Steam dapat \"\n\"menyebabkan masalah dan membuatnya tidak berfungsi dengan baik.\\n\"\n\"\\n\"\n\"Kami lebih menyarankan untuk menggunakan Wine-GE, versi Proton yang \"\n\"dimaksudkan untuk berjalan di luar Steam.\\n\"\n\"\\n\"\n\"Proses akan secara otomatis mengaktifkan runtime Steam \"\n\"(jika ada dalam sistem dan terdeteksi oleh Bottles) untuk memungkinkannya \"\n\"mengakses pustaka yang diperlukan dan membatasi masalah kompatibilitas. \"\n\"Perlu diketahui bahwa GloriousEggroll, penyedia runner, tidak bertanggung \"\n\"jawab atas masalah apa pun dan kami meminta Anda untuk tidak melapor kepada \"\n\"mereka.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Aku mengerti.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Ubah nama\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Pilih nama baru untuk program yang dipilih.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nama Baru\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Jalankan Dengan Argumen\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Jalankan\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Tulis di bawah ini argumen yang akan diteruskan ke file eksekusi.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"misal: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Pengaturan Sandbox\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Bagikan Jaringan\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Bagikan Suara\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Peningkatan Diperlukan\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Lanjutkan\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Luncurkan peningkatan\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Sistem Versi Baru\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Sistem versi bottles yang baru telah diluncurkan.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles memiliki Sistem Versi yang sepenuhnya baru yang tidak kompatibel \"\n\"mundur.\\n\"\n\"\\n\"\n\"Untuk terus menggunakan versi, kami perlu menginisialisasi ulang repositori \"\n\"bottles. Ini tidak akan menghapus data dari bottles Anda tetapi akan \"\n\"menghapus semua snapshot yang ada dan membuat yang baru.\\n\"\n\"\\n\"\n\"Jika Anda perlu kembali ke snapshot sebelumnya sebelum melanjutkan, tutup \"\n\"jendela ini dan pulihkan snapshot, kemudian buka kembali bottles untuk \"\n\"menampilkan jendela ini lagi.\\n\"\n\"\\n\"\n\"Sistem lama akan dihentikan dalam salah satu rilis berikutnya.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Menginisialisasi Ulang Repositori…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Selesai! Silakan mulai ulang Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Pengaturan Efek Post-Processing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Default\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Pengaturan Default\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efek diterapkan sesuai urutan daftar.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efek\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Contrast Adaptive Sharpening\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Ketajaman\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Tampilkan Informasi\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Denoised Luma Sharpening\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Denoise\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Fast Approximate Anti-Aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Kualitas Subpiksel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Ambang Batas Tepi Kualitas\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Ambang Batas Tepi Kualitas Minimum\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Subpixel Morphological Anti-Aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Deteksi Tepi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Warna\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Ambang Batas\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Langkah Pencarian Maks\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Langkah Pencarian Diagonal Maks\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Pembulatan Sudut Maks\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"Ketajaman CAS meningkatkan ketajaman frame. Nilai yang lebih tinggi membuat \"\n\"frame lebih tajam, sedangkan nilai di bawah 0 membuat frame lebih lembut \"\n\"dari aslinya.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Ketajaman DLS meningkatkan ketajaman frame. Nilai yang lebih tinggi membuat \"\n\"frame lebih tajam.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Denoise DLS mengurangi noise pada frame. Nilai yang lebih tinggi membuat \"\n\"frame lebih lembut.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Kualitas subpiksel FXAA mengurangi aliasing pada tingkat subpiksel. Nilai \"\n\"yang lebih tinggi membuat frame lebih lembut.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Ambang batas tepi FXAA adalah jumlah minimum kontras yang diperlukan untuk \"\n\"menerapkan algoritma FXAA. Nilai yang lebih tinggi membuat frame memiliki \"\n\"lebih banyak kontras.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Ambang batas tepi kualitas minimum FXAA adalah nilai minimum piksel gelap \"\n\"yang diabaikan oleh algoritma FXAA. Nilai yang lebih tinggi membuat FXAA \"\n\"mengabaikan piksel di bawah nilai yang ditentukan dan dapat meningkatkan \"\n\"kinerja.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma mendeteksi tepi dari perspektif monokrom, sedangkan Color mendeteksi \"\n\"tepi berdasarkan warna. Luma lebih berkinerja daripada Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Ambang batas SMAA menentukan sensitivitas deteksi tepi. Nilai yang lebih \"\n\"rendah mendeteksi lebih banyak tepi dengan mengorbankan kinerja.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Langkah pencarian maks SMAA menentukan berapa banyak langkah pencarian \"\n\"horizontal dan vertikal yang dilakukan saat mencari tepi.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Langkah pencarian diagonal maks SMAA menentukan berapa banyak langkah \"\n\"pencarian diagonal yang dilakukan saat mencari tepi.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"Pembulatan sudut SMAA menentukan kekuatan pembulatan sudut tepi.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Bawaan (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Asli (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Builtin, kemudian Native\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Native, kemudian Builtin\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Dinonaktifkan\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Hapus\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/jalur/ke/path\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Nilai\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Jelajahi berkas\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nama prefix Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Pengelola\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Prefix Wine ini telah diimpor di Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Impor cadangan Botol\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Cari lagi untuk prefix\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Tidak Ada Prefix Ditemukan\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Tidak ada prefix eksternal yang ditemukan. Apakah Bottles memiliki akses ke \"\n\"prefix tersebut?\\n\"\n\"Gunakan ikon di bagian atas untuk mengimpor bottles dari cadangan.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Arsip Lengkap\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Tampilkan Manifes…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Baca Ulasan…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nama penginstal\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Deskripsi penginstal\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Tidak Diketahui\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instal Program Ini\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menu Program\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Tidak Ada Thumbnail\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Luncurkan\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Luncurkan dengan Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nama item\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Hapus dari Pustaka\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Hentikan\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Pustaka\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Tambahkan item di sini dari daftar program bottles Anda\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Pembuatan versi aktif di bottle ini.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Botol ini terlihat rusak.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Eksekusi di Botol ini\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Jalankan di sini\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Botol ini terlihat rusak, file konfigurasi hilang. Saya dapat mencoba \"\n\"menyelesaikannya dengan membuat konfigurasi baru.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Cari bottles Anda…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Buat Botol Baru…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Tidak Ada Hasil Ditemukan\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Coba pencarian lain.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Memulai…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Sumber daya ini hilang.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Jelajahi\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"Buat\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Nama bottle\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplikasi\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Gaming\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"K_ustom\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Kustom\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Bagikan Direktori Pengguna\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Ini membuat direktori pengguna dapat ditemukan di bottles, dengan risiko \"\n\"berbagi informasi pribadi ke perangkat lunak Windows. Opsi ini tidak dapat \"\n\"diubah setelah bottles dibuat.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arsitektur\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32-bit hanya boleh digunakan jika benar-benar diperlukan.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Impor konfigurasi kustom.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Direktori Botol\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Direktori yang akan berisi data bottles ini.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"Tutup\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Nama ini tidak tersedia, silakan coba yang lain.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Sebelumnya\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Selamat Datang di Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Jalankan Perangkat Lunak Windows di Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows di Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles menggunakan runner kompatibilitas untuk menyediakan lingkungan \"\n\"terisolasi seperti Windows dalam kontainer tempat program berjalan.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Hampir Selesai\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Kami memerlukan beberapa menit lagi untuk menyiapkan semuanya…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Semua Siap!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Harap selesaikan pengaturan terlebih dahulu\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Mulai menggunakan Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Selanjutnya\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferensi\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Umum\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Penampilan\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Mode Gelap\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Apakah Bottles harus menggunakan skema warna gelap.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Tampilkan Tanggal Pembaruan\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Apakah akan menampilkan tanggal pembaruan dalam daftar bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notifikasi\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Tampilkan notifikasi untuk unduhan dan instalasi.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"File Temp\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Bersihkan file temp saat Bottles diluncurkan?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Tutup Bottles Setelah Memulai Program\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Tutup Bottles setelah memulai program dari pengelola file.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrasi\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefix Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Daftarkan dan kelola prefix Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Daftarkan Aplikasi Steam di Daftar Program\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Membutuhkan Steam untuk Windows terpasang pada bottle ini.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Daftarkan Game Epic di Daftar Program\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Membutuhkan Epic Games Store terpasang pada bottle ini.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Daftarkan Game Ubisoft di Daftar Program\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Memerlukan Ubisoft Connect terinstal di bottles.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Lanjutan\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Direktori Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Direktori yang berisi data Bottles Anda.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Runners\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles berjalan dalam mode offline, jadi runner tidak tersedia.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pra-Rilis\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Komponen DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles berjalan dalam mode offline, jadi DLL tidak tersedia.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Inti\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Runtime\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Eksperimen\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Fitur-fitur ini sedang dalam pengembangan berat dan mungkin tidak stabil, \"\n\"kemungkinan ada bug dan kerusakan.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox per bottles\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Dalam pengembangan awal.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Luncurkan dengan Terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Jelajahi Jalur\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Ubah Opsi Peluncuran…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Tambahkan ke Pustaka\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Tambah Entri Desktop\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Tambahkan ke Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Ubah Nama…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Sembunyikan Program\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Tampilkan Program\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Hapus dari Daftar\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nama program\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ID kondisi\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Komentar kondisi\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Pulihkan Snapshot ini\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Hapus pesan\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menu Utama\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Anda tampaknya tidak terhubung ke internet. Tanpa itu Anda tidak akan dapat \"\n\"mengunduh komponen penting. Klik ikon ini saat Anda telah memulihkan koneksi.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Impor…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Bantuan\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Tentang Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"File \\\"{0}\\\" bukan file .exe atau .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Diperbarui: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" ditambahkan\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Pilih File Eksekusi\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Tambah\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Sembunyikan Program Tersembunyi\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Meluncurkan \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Waspadai Sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles berjalan di sandbox, lingkungan izin terbatas yang diperlukan untuk \"\n\"menjaga keamanan Anda. Jika program tidak berjalan, pertimbangkan untuk \"\n\"memindahkannya ke dalam bottles (ikon 3 titik di bagian atas), lalu \"\n\"luncurkan dari sana.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"Tutup\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Pilih lokasi tempat menyimpan konfigurasi cadangan\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Ekspor\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Pilih lokasi untuk menyimpan arsip cadangan\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Cadangan\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Cadangan dibuat untuk \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Cadangan gagal untuk \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Apakah Anda yakin ingin menghapus \\\"{}\\\" secara permanen?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Ini akan menghapus semua program dan pengaturan yang terkait dengannya \"\n\"secara permanen.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"Hapus\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Runner Hilang\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Runner yang diminta oleh bottles ini hilang. Instal melalui preferensi \"\n\"Bottles atau pilih yang baru untuk menjalankan aplikasi.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Apakah Anda yakin ingin memaksa menghentikan semua proses?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Ini dapat menyebabkan kehilangan data, kerusakan, dan program tidak \"\n\"berfungsi.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Paksa Hentikan\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Fitur ini tidak tersedia di sistem Anda.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Untuk menambahkan fitur ini, silakan jalankan flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Nama bottles ini sudah digunakan.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Pilih Direktori Kerja\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Direktori yang berisi data \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Apakah Anda yakin ingin menghapus semua snapshot?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Ini akan menghapus semua snapshot tetapi menyimpan file Anda.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Harap migrasi ke sistem Versi baru untuk membuat kondisi baru.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Penginstal\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operasi sedang berlangsung, mohon tunggu.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Kembali ke bottles Anda.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Cadangan berhasil diimpor\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Impor gagal\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Mengimpor cadangan…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Pilih Arsip Cadangan\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Impor\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Pilih File Konfigurasi\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Jalankan file eksekusi di \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Meluncurkan \\\"{0}\\\" di \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Bottles Milikmu\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Mengunduh ~{0} paket…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Diambil {0} dari {1} paket\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Pilih Direktori Botol\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Membuat Botol…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Tidak Dapat Membuat Botol\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Botol gagal dibuat dengan satu atau lebih kesalahan.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Botol Dibuat\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" berhasil dibuat.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam tidak ditemukan atau Bottles tidak memiliki izin yang cukup.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Pilih Jalur Bottles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Luncurkan Ulang Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles perlu diluncurkan ulang untuk menggunakan direktori ini.\\n\"\n\"\\n\"\n\"Pastikan untuk menutup setiap program yang diluncurkan dari Bottles sebelum \"\n\"meluncurkan ulang Bottles, karena tidak melakukannya dapat menyebabkan \"\n\"kehilangan data, kerusakan, dan program tidak berfungsi.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Luncurkan Ulang\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Lainnya\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Meningkatkan\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Memasang…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifes untuk {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" dihapus instalasinya\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" terinstal\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" gagal diinstal\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" diimpor\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Aplikasi ini mungkin bekerja dengan buruk. Penginstal dikonfigurasi untuk \"\n\"memberikan pengalaman terbaik yang mungkin, tetapi harapkan gangguan, \"\n\"ketidakstabilan, dan kurangnya fitur yang berfungsi.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Program ini bekerja dengan gangguan yang terlihat, tetapi gangguan ini tidak \"\n\"memengaruhi fungsionalitas aplikasi.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Program ini bekerja dengan gangguan kecil.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Program ini bekerja dengan sempurna.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Ulasan untuk {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Menghentikan \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Meluncurkan \\\"{0}\\\" dengan Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" disembunyikan\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" ditampilkan\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" dihapus\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" diubah namanya menjadi \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Entri Desktop dibuat untuk \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" ditambahkan ke pustaka Anda\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" ditambahkan ke pustaka Steam Anda\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Tampilkan laporan\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Masalah ini telah dilaporkan 5 kali dan tidak dapat dikirim \"\n\"lagi.\\n\"\n\"    Laporkan umpan balik Anda di salah satu laporan yang ada di bawah ini.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Memperbarui pengaturan tampilan, mohon tunggu…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Pengaturan tampilan diperbarui\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Tidak ada penimpaan ditemukan.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Pilih Jalur Drive\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Tidak ada variabel lingkungan yang ditentukan.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Tidak ada pola pengecualian yang ditentukan.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Timbul galat.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Salin ke papan klip\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Pilih File Sumber Daya\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Menginstal dependensi Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Mengonfigurasi bottles…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Memproses langkah-langkah penginstal…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Menginstal {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Melakukan pemeriksaan akhir…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Memasang {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} sekarang tersedia di tampilan program.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Pemasangan gagal dengan kesalahan yang tidak dikenal\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} telah dinonaktifkan untuk bottle ini.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Pengaturan ini berbeda dari default bottles.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Pilih Skrip\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Jalur Bottles Kustom tidak Ditemukan\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Kembali ke jalur default. Tidak ada bottles dari jalur yang diberikan akan \"\n\"dicantumkan.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Jalankan Perangkat Lunak Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migrasi Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Beralih dialog migrasi Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tema gelap\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Paksa untuk menggunakan tema gelap.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Beralih ke tanggal pembaruan dalam daftar\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Beralih tanggal pembaruan dalam daftar bottles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Daftar aplikasi steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Lihat daftar aplikasi steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Daftar Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Lihat daftar epic games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Daftar Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Aktifkan/nonaktifkan daftar ubisoft connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Lebar jendela\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Ubah lebar jendela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Tinggi jendela\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Ubah tinggi jendela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Tampilkan notifikasi.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Pembersihan sementara\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Bersihkan jalur sementara saat memuat sistem.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Kandidat Rilis\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Beralih kandidat rilis untuk runners.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Antarmuka awal\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Pilih tampilan mana yang harus dimulai saat memulai aplikasi.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Beralih fitur eksperimental seperti pembuatan versi dan pemasang. Kandidat \"\n\"rilis untuk runners.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Dukungan Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"LIhat dukungan awal Proton Steam eksperimental.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Eksperimen:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Aktifkan/nonaktifkan Sandbox eksperimental per bottles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Tutup Bottles secara otomatis\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Tutup Bottles setelah memulai eksekusi dari file manager.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Tampilkan peringatan sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Aktifkan/nonaktifkan peringatan sandbox.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Jalankan perangkat lunak Windows di Linux dengan Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Perangkat lunak Bottle dan nikmati di waktu luang Anda!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Sistem pemasangan dependensi bawaan kami memungkinkan akses kompatibilitas \"\n\"perangkat lunak yang luas. Kami juga menyertakan manajer unduhan untuk \"\n\"mengunduh komponen resmi: runner (Wine, Proton), DXVK, dependensi, dll.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Pembuatan versi bottle menjaga pekerjaan Anda tetap aman dan memungkinkan \"\n\"Anda memulihkannya nanti!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Fitur-fitur:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Buat botol menggunakan lingkungan yang telah dikonfigurasi sebelumnya atau \"\n\"buat sendiri\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Jalankan eksekusi (.exe/.msi) di bottle Anda, langsung dari menu konteks \"\n\"pengelola berkas Anda\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Deteksi otomatis aplikasi yang dipasang dalam bottle Anda\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Simpan variabel lingkungan dengan cepat\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Ganti DLL langsung dari preferensi per bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Perubahan runner on-the-fly untuk Bottle apa pun\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Berbagai pengoptimalan kinerja permainan (esync, fsync, DXVK, singgahan, \"\n\"kompilasi shader, offload ... dan banyak lagi.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Pemasangan otomatis dan manajemen runner Wine dan Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Perbaikan bottle otomatis jika terjadi kerusakan\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Pemasang dependensi terintegrasi berdasarkan repositori berbasis komunitas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Manajer tugas terintegrasi untuk proses Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Akses ke ProtonDB dan WineHQ untuk dukungan\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistem untuk membawa konfigurasi Anda ke versi baru Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Cadangkan dan impor bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Impor Wine prefix dari manajer lain\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Versi pembuatan Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... dan banyak lagi yang dapat Anda temukan dengan memasang Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Perbarui informasi metadata\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Tambahkan lebih banyak informasi pembaruan dan perbaiki versi catatan rilis\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Memperbaiki tombol \\\"Tambahkan ke Steam\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Memperbaiki BottleConfig tidak dapat di-serialize\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Memperbaiki ekstraksi ganda Patool gagal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Versi yang benar\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Memperbaiki crash saat membuat bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Perubahan besar: Desain ulang antarmuka Botol Baru\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Peningkatan kualitas hidup:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Tambahkan toast untuk \\\"Jalankan Eksekusi\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Perbaikan bug:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Mengimpor cadangan menghasilkan kesalahan\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Steam Runtime secara otomatis diaktifkan saat menggunakan wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Memperbaiki berbagai masalah terkait pengkodean teks\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Memperbaiki kesalahan saat mengunduh jika Bottles tidak dijalankan dari \"\n\"terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Perbaiki tanggal versi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Peningkatan dan perbaikan Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Instalasi dependensi lebih cepat dan lebih stabil\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Pemeriksaan kesehatan memiliki lebih banyak informasi untuk debugging yang \"\n\"lebih cepat\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI memiliki banyak perbaikan dan lebih stabil, seharusnya sekarang \"\n\"bekerja dengan baik\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Memperbaiki crash saat mengunduh komponen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Peningkatan kode backend dengan menghindari spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Lebih banyak variabel untuk skrip penginstal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Peningkatan sistem build\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Mengaktifkan VKD3D secara default saat membuat bottles untuk gaming\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Memperbaiki crash saat membaca file Steam dengan encoding yang buruk\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Memperbaiki komponen tidak diperbarui dengan benar di UI setelah instalasi/\"\n\"penghapusan instalasi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Lebih banyak perbaikan FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Memperbaiki masalah ketika program tertutup setelah diluncurkan dari \"\n\"\\\"Jalankan eksekusi\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"dan masih banyak, banyak, banyak lagi!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Menghitung…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Jalankan .exe/.msi di bottle ini\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Buat Bottle baru\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Bottle Baru\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informasi bottle\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Sebuah lingkungan yang ditingkatkan untuk permainan Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Sebuah lingkungan yang ditingkatkan untuk aplikasi Windows.\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Sebuah lingkungan bersih untuk eksperimen Anda.\"\n\n#, fuzzy\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Homedir tidak ditautkan\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Jangan tautkan userdir ke homedir\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Gunakan resep kustom\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Pilih sebuah resep kustom untuk lingkungan jika Anda memilikinya.\"\n\n#, fuzzy\n#~ msgid \"Custom Path\"\n#~ msgstr \"Kustom\"\n\n#, fuzzy\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Simpan bottle ini di tempat lain.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Anda sedang offline, tidak dapat mengunduh.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Pilih jalur yang dapat dieksekusi\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Pilih berkas bisa-eksekusi Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Pilih direktori kerja untuk eksekusi\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Pilih sebuah resep file\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Pilih tempat di mana bottle akan disimpan\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Pilih jalur bottle baru\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Pilih skrip\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Pilih Direktori Kerja\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Gagal melakukan pemasangan komponen, telah dicoba 3 kali.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Terjemahan bahasa Ceko berkat @panmourovaty\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Terjemahan bahasa Ceko berkat @panmourovaty\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Terjemahan Slowakia oleh @MartinIIOT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Terjemahan Portugis oleh @SantosSi\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Lapisan\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Kualitas Ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kualitas\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Seimbang\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Berlapis\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Sebuah lingkungan berlapis, di mana setiap aplikasi adalah lapisan.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Pilih jalur\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Pilih sebuah resep file\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Keadaan tidak ditemukan\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Kelola wineprefix dengan mudah menggunakan lingkungan\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Jalankan dengan argumen…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Jelajahi berkas-berkas internal dengan explorer WINE.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Kelola proses dengan Wine task manager.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Debug proses-proses wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Konfigurasi WINE\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Sesuaikan pengaturan internal.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Hapus pemasangan program menggunakan penghapus pemasangan WINE.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Akses panel kontrol internal WINE.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Gunakan bagian Pemasang atau tombol \\\"Jalankan berkas eksekusi\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Dependensi adalah perangkat lunak, perpustakaan dan kodek yang \"\n#~ \"meningkatkan kekompatibelan sebuah perangkat lunak Windows. Pasang dari \"\n#~ \"sini untuk memenuhi persyaratan program Anda.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Baca dokumentasi\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Pasang Terpilih\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Kami sangat menyarankan untuk tidak memasang beberapa dependensi \"\n#~ \"sekaligus.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Pilih Dependensi\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Baca dokumentasi\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafik\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Meningkatkan kinerja permainan DirectX 11 dan aplikasi 3D.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Meningkatkan kinerja permainan DirectX 12 dan aplikasi 3D.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Berikan dukungan DLSS jika tersedia dan NVAPI Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR menggunakan teknologi up-scaling mutakhir untuk membantu meningkatkan \"\n#~ \"framerate Anda.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"GPU Diskrit\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt merupakan sebuah lapisan pasca pemrosesan untuk menambah grafik \"\n#~ \"visual pada banyak permainan.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Kelola pengaturan Gamescope\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Gunakan desktop virtual Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Penangkap Tetikus Saat Layar Penuh\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Izinkan program menangkap tetikus saat layar penuh.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Mengambil Fokus\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Aktifkan jika program tidak mengambil kembali fokus saat berpindah.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Pemindahan Tetikus\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Ubah ini apabila kamu menghadapi masalah tetikus yang terjeda atau tidak \"\n#~ \"tersinkronisasi.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Penskalaan Layar\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Atur DPI tersuai.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Mengubah\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Pilih backend yang digunakan untuk wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (bawaan)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Versi komponen\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versi DXVK\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versi VKD3D\"\n\n#, fuzzy\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Versi DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Versi LatencyFleX\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Sama seperti Bottles tapi disediakan oleh Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimalkan kinerja permainan sesuai permintaan.\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gunakan Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Gunakan micro-compositor Gamescope.\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Arahkan ke jalur bawaan bottle.\"\n\n#, fuzzy\n#~ msgid \"Reset to default\"\n#~ msgstr \"Reset bawaan\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Pilih direktori\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Kurangi latensi PulseAudio\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Atur latensi PulseAudio menjadi 60 milidetik untuk meningkatkan kualitas \"\n#~ \"suara\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Pembuatan versi\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Pengembang & Pengawakutuan\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Sebuah lapisan atas Vulkan dan OpenGL untuk memantau FPS, suhu, beban CPU/\"\n#~ \"GPU, dan lainnya.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Jalur kode catatan yang tidak diterapkan di Wine.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Tidak ada program yang ditemukan\"\n\n#, fuzzy\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Beralih cari\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Tunggu sebentar, ini mungkin membutuhkan waktu\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Konfigurasikan bagaimana Gamescope mengelola jendela untuk permainan yang \"\n#~ \"akan kamu jalankan.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Lebar (mis. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Panjang (mis. 720)\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Resolusi Gamescope\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Pengaturan Layar\"\n\n#, fuzzy\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Mulai dengan membuat bottle.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Jalankan Perangkat Lunak Windows di Linux.\\n\"\n#~ \"                                                \"\n\n#, fuzzy\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Alamat bottles kustom (butuh mulai ulang)\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Pilih di mana bottles baru disimpan (ini tidak akan memindahkan yang \"\n#~ \"sudah ada)\"\n\n#, fuzzy\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"Sedang dalam pengembangan awal (butuh mulai ulang)\"\n\n#, fuzzy\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Impor/ekspor\"\n\n#, fuzzy\n#~ msgid \"Support\"\n#~ msgstr \"Dukung kami\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forum\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Buka menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Bottle baru\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Konfirmasi\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Anda yakin untuk menghentikan paksa semua proses?\\n\"\n#~ \"Ini akan membuat data anda hilang.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Arahkan ke jalur bawaan bottle.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Rincian & Utilitas\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Ditemukan di menu Start bottle Anda.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Seubah bottle bernama \\\"{0}\\\" berhasil dibuat\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' terpasang.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Berita\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Membuat state versi 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Bottle baru\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Terjemahan bahasa Ceko berkat @panmourovaty\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Terjemahan bahasa Ceko berkat @panmourovaty\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Kelola wineprefix dengan mudah\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Eksperimen:perpustakaan\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Beralih mode Perpustakaan eksperimental.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Memuat…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Jalur menuju bottles yang tersuai tidak ditemukan. Dimohon untuk melihat \"\n#~ \"jalur di Pengaturan.\\n\"\n#~ \"Kembali menggunakan jalur asal; bottles yang berasal dari jalur itu tidak \"\n#~ \"akan ditampilkan!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Periksa kesehatan\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Membuat indeks file keadaan …\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Membuat titik pemulihan…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Tidak dapat membuat folder keadaan.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Memperbarui indeks…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Tidak dapat memperbarui keadaan file.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Tidak dapat memperbarui file indeks.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumen yang ditemukan untuk eksekusi: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Langkah {self.__step} dari {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' diluncurkan.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' diluncurkan dengan Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indeks untuk keadaan{0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Baca dokumentasi tentang dependensi.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Beralih lapisan atas DXVK yang memperlihatkan FPS dan detail lainnya \"\n#~ \"dalam aplikasi D3D.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Baca dokumentasi tentang program\\t\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Pengaturan tambahan\"\n\n#, fuzzy\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Awalan Steam Proton\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Aktifkan pembuatan versi untuk menyimpan dan mengembalikan bottle pada \"\n#~ \"keadaan tertentu.\"\n\n#, fuzzy\n#~ msgid \"Health Check\"\n#~ msgstr \"Cek kesehatan\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Memuat...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Pengelola tugas\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Pilih di mana bottles baru disimpan (ini tidak akan memindahkan yang \"\n#~ \"sudah ada)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Memasang...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Tidak dapat membuat Entri Desktop karena tidak memiliki izin.\\n\"\n#~ \"Periksa <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">video \"\n#~ \"kami</a> tentang bagaimana cara memperbaikinya dalam Flatpak.\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Ketik komentar yang sangat singkat:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"Berkas sementara\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"Tutup Bottle setelah memulai program dari manajer file\"\n\n#, fuzzy\n#~ msgid \"Custom bottles path (requires restart)\"\n#~ msgstr \"Kustom jalur bottles (butuh muat ulang)\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"Pra-rilis\"\n\n#~ msgid \"In early development (requires restart)\"\n#~ msgstr \"Sedang dalam pengembangan awal (butuh muat ulang)\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Versi Bottles (eksperimental)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Terjemahan</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Pendanaan</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Laporkan bug</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Laporan kutu\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Buka dengan explorer\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Pindah ke dalam sandbox\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Memindahkan ke dalam sandbox…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilitas\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Baris perintah\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Editor Registri\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Konfigurasi Wine\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Panel kontrol\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Mode uji diaktifkan: hanya dependensi dari repositori pengujian yang \"\n#~ \"ditampilkan.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"File pada halaman ini telah diverifikasi kemungkinan berada di bawah \"\n#~ \"lisensi kepemilikan.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"File pada halaman ini telah diverifikasi mungkin berada di bawah lisensi \"\n#~ \"kepemilikan.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Baca dokumentasi tentang pemasang\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Rincian Bottle\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Bottle saya yang indah\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Ubah nama bottle\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Gunakan DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Gunakan VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Aktifkan FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Aktifkan LatencyFlex\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Gunakan desktop virtual\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Tangkap tetikus saat layar penuh\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versi DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Kelola versi VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Akan memuat ulang wineserver.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Mengganti DLL\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"\"\n#~ \"Atur latensi PulseAudio menjadi 60 milidetik untuk meningkatkan kualitas \"\n#~ \"suara\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Baca dokumentasi tentang pembuatan versi\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"mis. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Timpaan yang sudah ada\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"mis: -contoh1 -contoh2 -contoh3=halo\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"mis: BottleDuplikatKu\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"nama_halaman\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"menduplikasi_halaman\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"halaman_diduplikasi\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Variabel baru\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"mis. VAR_KU\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Di sini Anda dapat mengubah variabel lingkungan untuk perintah-perintah \"\n#~ \"yang dijalankan.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"mis: VAR1=nilai VAR2=nilai\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"mis: VAR1=nilai VAR2=nilai ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"mis: 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"mis: 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Anda menggunakan Bottles Flatpak, jangan lupa untuk memberi izin lewat <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> jika skrip jalur berada di luar sandbox.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Ketik nama baru:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Ketik di sini..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Pesan ditempatkan di sini.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utilitas & Preferensi\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Pilih sebuah nama untuk bottle Anda\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Gunakan jalur kustom\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Selamat datang\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Bottles membuat mudah menjalankan Perangkat Lunak Windows di Linux lebih \"\n#~ \"mudah.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Apa itu Runners?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Kita Hampir Tiba\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Kami perlu mengunduh dan menginstal runner untuk memungkinkan Anda \"\n#~ \"membuat bottle Anda sendiri.\\n\"\n#~ \"Ukuran unduhannya adalah <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\"> Baca \"\n#~ \"lebih lanjut tentang apa yang akan kami unduh</a>\\n\"\n#~ \"\\n\"\n#~ \"Kami tidak dapat menawarkan file-file ini dengan Bottle karena ini \"\n#~ \"memiliki siklus rilis yang berbeda.\\n\"\n#~ \"\\n\"\n#~ \"<b>Ketika Anda siap tekan tombol Instal</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Duduk dan santai, ini akan membutuhkan beberapa menit.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Unduh\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Semuanya Siap!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Anda sekarang sudah siap untuk membuat bottles pertama Anda.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Selesai\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Peringatan: Pastikan untuk memberi izin kepada Flatpak untuk mengakses \"\n#~ \"jalur baru.\\n\"\n#~ \"Ini akan menghancurkan sandbox!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Apakah daftar di atas harus menampilkan versi yang tidak stabil.\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"Ubah opsi peluncuran\"\n\n#, fuzzy\n#~ msgid \"Processing...\"\n#~ msgstr \"Memuat...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Perpustakaan Anda\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Kembali\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Pemasang membutuhkan sumber daya lokal\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Pilih eksekusi untuk %s\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Sumber daya lokal tidak ada atau salah\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Pemasangan gagal, tolong cek catatan perubahan.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Melanjutkan dengan lingkungan bawaan…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Konfirmasi penghapusan\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Selesai\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Runner caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Runner proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Runner lainnya\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Forum Bottles\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Batalkan persembunyian program ini\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Ketik sebuah nama untuk bottle Anda\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Program baru akan ditemukan secara otomatis.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplikat bottle\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Ubah variabel lingkungan\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Bidang ini tidak boleh berisi karakter khusus!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Ini adalah lapisan kompatibilitas yang memungkinkan perangkat lunak \"\n#~ \"Windows dipasang dan dijalankan pada sistem Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> adalah lingkungan tempat runner mengkonfigurasi sistem dan \"\n#~ \"di mana perangkat lunak Windows berjalan dan dipasang.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Baca \"\n#~ \"selengkapnya tentang runner</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Impor & ekspor\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"Atur kustom DPI\"\n\n#~ msgid \"Select what backend to use for wined3d\"\n#~ msgstr \"Pilih backend apa yang akan digunakan untuk wined3d\"\n\n#~ msgid \"Gamescope settings\"\n#~ msgstr \"Pengaturan Gamescope\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"Apa itu Runners?\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Kami perlu mengunduh dan memasang runner untuk memungkinkan Anda membuat \"\n#~ \"bottles sendiri.\\n\"\n#~ \"Ukuran unduhannya adalah <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\"> Baca \"\n#~ \"lebih lanjut tentang apa yang akan kami unduh</a>\\n\"\n#~ \"\\n\"\n#~ \"Kami tidak dapat menawarkan file-file ini dengan Bottles karena ini \"\n#~ \"memiliki siklus rilis yang berbeda.\\n\"\n#~ \"\\n\"\n#~ \"Ketika Anda siap tekan tombol <b>Pasang</b>.\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"Tampilkan tanggal pembaruan\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"Mode perpustakaan\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Bantuan flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Saya tidak bisa melihat bottle lama saya setelah upgrade.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Saya tidak melihat beberapa direktori.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Saya tidak dapat melihat file di rumah saya.\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Musnahkan bottle\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Buat sebuah cadangan dari bottle ini.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tema malam\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Gunakan tema gelap.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Eksperimen:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Alihkan fitur winebridge eksperimental.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Aktifkan compiler shader ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Meningkatkan kinerja game dan aplikasi 3D.\\n\"\n#~ \"Nonaktifkan jika Anda mengalami gangguan grafis.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Mode gelap\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Gunakan WineBridge untuk manajemen program dan proses.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Masalah Bottles\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottle dijalankan!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Ini adalah fitur eksperimental masih dalam pengembangan, harap hati-hati \"\n#~ \"dan <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\"> \"\n#~ \"melaporkan bug </a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Pengembang Bottles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimalkan kinerja game sesuai permintaan\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versi NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Arahkan ke jalur bottle\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"Gamemode tidak tersedia di sistem Anda atau tidak berjalan.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Eksperimen: pemasang\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Perangkat lunak\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Lingkungan yang disempurnakan untuk piranti lunak Windows.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Gunakan tema gelap aplikasi.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Eksperimen:penerapan versi\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Impor dan ekspor\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Membuat folder sandboxed…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"\"\n#~ \"Ini semua adalah proses-proses wine/wineserver yang berjalan di PC Anda.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Periksa proses-proses yang berjalan.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Cadangkan bottle\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Reboot Windows\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Bottle\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Tidak ada runner yang ditemukan, silakan instal satu.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Tidak ada DXVK yang ditemukan, menginstal versi terbaru …\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"VKD3D tidak ditemukan, menginstal versi terbaru …\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Tidak ada NVAPI yang ditemukan, menginstal versi terbaru …\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Bottle baru Anda {0} sekarang siap.\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Pengelola unduhan\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Memperbaiki bug yang menyebabkan setiap botol pecah meskipun hanya satu \"\n#~ \"yang rusak\"\n\n#, fuzzy\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Terjemahan Portugis (Brasil) oleh @vitor180396\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Pilih sebuah lingkungan\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Unduh & Instal pelari ini\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Unduhan\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Pilih berkas bisa-eksekusi Windows\"\n\n#, fuzzy\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Membuat bottle baru dengan lokasi yang dipilih\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Pilih berkas bisa-eksekusi Windows\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Memperbaiki bug yang menyebabkan setiap botol pecah meskipun hanya satu \"\n#~ \"yang rusak\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Memperbaiki bug yang menyebabkan setiap botol pecah meskipun hanya satu \"\n#~ \"yang rusak\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Memperbaiki bug yang menyebabkan setiap botol pecah meskipun hanya satu \"\n#~ \"yang rusak\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Jalankan berkas yang bisa dieksekusi dalam Bottle.\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Debug proses-proses wine.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Memperbaiki bug yang menyebabkan setiap botol pecah meskipun hanya satu \"\n#~ \"yang rusak\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Beralih ke fitur penerapan versi eksperimental\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Eksperimen: pemasang\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Jelajahi C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Tingkatkan runner ke yang terbaru dipasang secara lokal\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Musnahkan bottle\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Ini akan mengubah pelari dari {0} menjadi {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Jalankan di bottle ini\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Membuat berkas konfigurasi bottle…\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Pilih arsip cadangan\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Terjemahan Jerman oleh @thericosanto\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Ini adalah manifes untuk {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Ini adalah indeks untuk {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Berkas [{0}] yang diunduh kelihatannya rusak. Coba lagi.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Memasang runner {0} …\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Komponen {0} berhasil dipasang!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} selesai untuk {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} berhasil diimpor!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Cadangan Anda untuk {0} sudah siap!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Cadangan Anda {0} berhasil diimpor.!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Gagal mengimpor cadangan {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Apa itu Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine adalah lapisan kompatibilitas yang memungkinkan software Windows \"\n#~ \"untuk berjalan di Linux.\\n\"\n#~ \"Di Bottles disebut sebagai <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes adalah lingkup kerja Wine. Di Bottles, ini disebut sebagai \"\n#~ \"<b>bottles</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Halaman 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versi-versi DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Path temp gagal dibersihkan!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Path runner tidak ada, membuat sekarang.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Path Bottles tidak ada, membuat sekarang.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Path Dxvk tidak ada, membuat sekarang.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Path temp tidak ada, membuat sekarang.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Ekstraksi gagal! Arsip berakhir lebih awal dari perkiraan.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Berkas [{0}] sudah ada di temp, melewatkan.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Mengubah nama [{0}] menjadi [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Berkas [{0}] yang diunduh kelihatannya rusak.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Checksum sumber: [{0}], unduhan: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Memasang komponen: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Memasang dependensi: [{0}] di bottle: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Menghapus [{0}] dari system32 pada bottle: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] tidak ditemukan dalam bottle: [{1}]. Gagal menghapus dari system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Menghapus ketergantungan: [{0}] dari konfigurasi bottle: [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Runner ditemukan: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"DXVK ditemukan: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Tiada DXVK ditemukan.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Kunci: [{0}] tidak dalam konfigurasi bottle: [{1}], memperbarui.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Kunci: [{0}] tidak dalam parameter konfigurasi bottle: [{1}], memperbarui.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Mengatur kunci: [{0}} ke [{1}] pada bottle: [{2}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Menerapkan lingkup: [{0}]…\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Bottle: [{0}] berhasil dibuat!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Berhasil menghapus bottle di: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Path kosong ditemukan, menggagalkan untuk menghindari kekacauan.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Mencoba memperbaiki bottle: [{0}]…\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Menambah kunci: [{0}] dengan nilai: [{1}} dan data: [{2}] pada registry \"\n#~ \"bottle: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"Menghapus nilai: [{0}] untuk kunci: [{1}] pada registry bottle: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Memasang dxvk untuk bottle: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Menghapus dxvk untuk bottle : [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Menjalankan executable pada wineprefix…\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Menjalankan wineboot pada wineprefix…\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Menjalankan winecfg pada wineprefix…\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Menjalankan winetricks pada wineprefix…\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Menjalankan konsol debug pada wineprefix…\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Menjalankan sebuah CMD pada wineprefix…\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Menjalankan sebuah Pengelola Tugas pada wineprefix…\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Menjalankan sebuah Panel Kontrol pada wineprefix…\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Menjalankan Uninstaller pada wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Menjalankan Regedit pada wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Status Pengiriman: [{0}] ke wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Membuka pengelola file di jalur…\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Mengimpor wineprefix [{0}] dalam botol baru …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"Kesalahan membuat jalur botol untuk wineprefix [{0}]. Membatalkan.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix: [{0}] berhasil diimpor!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] berkas untuk diganti.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] berkas untuk ditambahkan.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Mencadangkan konfigurasi: [{0}] di [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Mencadangkan bottle: [{0}] di [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Gagal menyimpan cadangan di: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Gagal mengimpor cadangan: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Status koneksi: online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Perbaiki gaya pemilihan suasana pada tema Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Jangan hancurkan page_details pada penghapusan bottle\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Tambahkan freetype sebagai dependensi\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"Runner dapat diubah dari tab Preferensi.\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Cadangkan bottle ini\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Alihkan Kandidat Rilis untuk Runners\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Deskripsi lingkungan\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"Jalur kustom tidak didukung dalam versi ini\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/MyNewBottle\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"Penerapan versi adalah fitur eksperimental Bottle, kami tidak \"\n#~ \"merekomendasikan menggunakannya dalam produksi. Lanjutkan dengan hati-\"\n#~ \"hati!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"Runner dapat diubah dari tab Preferensi.\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Buka winecfg dalam Bottle ini untuk konfigurasi lanjutan.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Luncurkan konsol debug dalam bottle ini. Baca dokumentasi cara \"\n#~ \"menggunakan debugging. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Gunakan ini untuk menghapus program dari Bottle.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Buka CMD dalam Bottle.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Gunakan regedit untuk menambahkan, mengedit, dan menghapus kunci register \"\n#~ \"Wine.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Jelajahi C:\\\\ dari Bottle ini.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Bunuh semua proses yang berjalan dalam Bottle ini.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Mensimulasikan reboot sistem (ini tidak menghentikan proses).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Mensimulasikan matikan sistem (ini tidak menghentikan proses).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Sisa ruang penyimpanan:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X dari Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Dasbor\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (sinkronisasi futex)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Aktifkan sinkronisasi berbasis eventfd untuk meningkatkan kinerja \"\n#~ \"prosesor multi-core.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (sinkronisasi eventfd)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"Aktifkan ACO untuk meningkatkan kinerja game saat menggunakan driver Mesa.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"Pada laptop dengan dua GPU (Intel+NVIDIA atau AMD+Nvidia atau Intel+AMD), \"\n#~ \"pilih ini untuk menggunakan kartu diskrit.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Virtualisasi desktop\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"Dalam Bottle v2, alat Dependensi kami menggantikan Winetricks.\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Beri nama bottle Anda\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Matikan Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Bunuh semua proses wine\"\n\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Pembaruan terakhir untuk bottle ini.\"\n"
  },
  {
    "path": "po/ie.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:50+0000\\n\"\n\"Last-Translator: Anonymous <noreply@weblate.org>\\n\"\n\"Language-Team: Occidental <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/ie/>\\n\"\n\"Language: ie\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Null rute providet\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Archive {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importante un archive: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configuration de Wine es actualisat!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Assignante li version de Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimisation del ambientie…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Applicante un ambientie: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Installante DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installante VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Installante DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Finalisante…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Statu ne esset trovat\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Monstrar li version\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Rute de executibile\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Rute de .lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nómine del botelle\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Argumentes\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Donar\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Subtenet de\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Developpatores de Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"OIS <mistresssilvara@hotmail.com>, 2023-24\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Version de componente\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Deinstallar\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Navigar li files\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Descargar e installar\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Monstrar li manifeste\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licentie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstallar\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Raportar un defecte…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nómine del dependentie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descrition del dependentie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categorie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menú de dependenties\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Navigar li files…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicar li botelle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Complet archive…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportar li configuration…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Monstrar celat programmas\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Remover li botelle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menú secundari\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Extinter\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Parametres\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Lansar in li terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Mi botelle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Ambientie\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Executor\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Lansar un executibile…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programmas\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Installar programmas…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Parametres\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Parametres\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependenties\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gerente de taches\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gerer executent programmas.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Utensiles\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Linea de comandes\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Redactor del Registre\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Obsolet utensiles de Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Navigator\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuration\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Deinstallator\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panel de control\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Sercha por dependenties…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Raportar un mancant dependentie\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Leer li documentation.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentation\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Serchar\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Serchar por programmas…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Null installatores trovat\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Leer li documentation\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nómine\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Componentes\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Separat grafica\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gerer li parametres de Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Avansat parametres de ecran\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Potentie\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronisation\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esinc\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsinc\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gerer li parametres de vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS Game Capture\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilitá\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Version de Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Lingue\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Fólder de labor\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Reverter al predefinit\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Predefinit)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variabiles de ambientie\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gerer li unités\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compression\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Usar mustres de exclusion\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gerer li mustres\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Refriscar\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Stoppar li processu\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Un curt comenta\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detallies\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Retro\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operationes\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Selecter un botelle\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Anullar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Selecter\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Crear un nov botelle\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"A_nullar\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Inviar un raporte\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Parametres avansat\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Íncomplet paccage\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Surtir\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Unités\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Líttere\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Existent unités\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplicar li botelle\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicar\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplicante…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Botelle sta duplicat\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nómine de variabile\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Existent variabiles\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Mustres de exclusion\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Mustre\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Existent mustres\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Parametres de Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Gardar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Resolution del lude\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Largore\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Altore\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Resolution del fenestre\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Diversi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Limitar li rapiditá de cadres\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Integral scale\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Tip de fenestre\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Sin borde\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Plen-ecran\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Comensar li installation\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Continuar\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Compleet!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Monstrar li programmas\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Installation ne successat!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Alquó ha fallit.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Omni noticies\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Critical\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Errores\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Avises\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Information\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Navigator del diarium\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Omni\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Personalisat argumentes\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumentes del comande\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Selecter un scripte\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Selecter un fólder\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtual pupitre\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Repudiation de Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Usar Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Yo comprene.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Renominar\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nov nómine\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Lansar con argumentes\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Executer\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"p.ex.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Parametres del sandbux\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Partir li rete\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Partir li son\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Actualisation es besonat\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continuar\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Comensar actualisation\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nov sistema de versiones\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Re-inicialisante li repositoria…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Predefinit\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Parametres predefinit\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efectes\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Monstrar li information\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Qualitá de subpixeles\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detection de bordes\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Límite\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Intern (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativ (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Intern ante nativ\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativ ante intern\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Depermisset\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/conexet/a/rute\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valore\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Navigar li files\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nómine del prefixe de Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gerente\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Null prefixes trovat\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Complet archive\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Monstrar li manifeste…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Leer li recensie…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nómine del installator\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Descrition del installator\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Ínconosset\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Installar ti programma\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menú del programma\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Sin miniatura\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Lansar\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Lansar med Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nómine del elemente\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Remover ex li biblioteca\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Stoppar\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Lansar ci\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Serchar vor botelles…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Proton de Steam\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Botelles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Crear un nov botelle…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Null resultates trovat\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Comensante…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Trovar\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_rear\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Nómine del botelle\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Application\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Ludes\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"P_ersonalisat\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalisat\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Fólder comun del usator\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architectura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"Exportar li configuration…\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Fólder de botelle\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Cluder\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Precedent\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Benevenit al Botelles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows in li Botelles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Presc pret\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Pret!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Sequent\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferenties\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"General\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Aspecte\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Mode obscur\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notificationes\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Files temporari\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrationes\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixes de Proton de Steam\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avansat\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Fólder de botelles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Executores\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Componentes DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Nucleo\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimentes\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Lansar med li terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Trovar un rute\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Adjunter al biblioteca\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Adjunter a Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Renominar…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Celar li programma\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Monstar li programma\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Remover ex li liste\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nómine del programma\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Comenta del statu\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menú principal\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importar…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Auxilie\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Pri Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Actualisat: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"«{0}» sta adjuntet\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Selecter un executibile\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Adjunter\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Lansante «{0}»…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Demisser\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportar\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"Archive {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Remover\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Executor manca\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"_Terminar\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Selecter li fólder de labor\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installatores\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importation ne successat\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importante un archive…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importar\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Configuration\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"-\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Lansante «{0}»…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Vor botelles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Fólder de botelles\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Creante li botelle…\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Crear un nov botelle\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Botelle sta creat\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"«{0}» sta creat successosimen.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Selecter un botelle\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Relansar Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Relansar\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Altri\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Actualisar\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Installante…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifeste de {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"«{0}» sta desinstallat\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"«{0}» sta installat\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"«{0}» sta importat\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Recension por {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Stoppante «{0}»…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Lansante «{0}» med Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"«{0}» sta celat\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"«{0}» sta monstrat\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"«{0}» sta removet\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"«{0}» sta renominat a «{1}»\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"«{0}» esset adjuntet a vor biblioteca\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"«{0}» esset adjuntet a vor biblioteca de Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Monstrar li raporte\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Selecter un rute del unité\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Null variabiles de ambiente definit.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Null mustres de exclusion definit.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Un errore evenit.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copiar al Paperiere\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Selecter un file de ressurse\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Installante li dependenties Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configurante li botelle…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Installante li {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Installante {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Installator ne successat con ínconosset errore\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Selecter un scripte\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Personal rute de botelles ne esset trovat\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Executer programmas por Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migration de un Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tema obscur\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Liste de applicationes de Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Liste de applicationes de Epic\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Liste de Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Largore del fenestre\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Supporte de Proton de Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Caracteristicas:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Version de componente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\n#, fuzzy\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Un errore evenit creante li botelle.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Correction de defectes:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importante un archive: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"Version de componente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Calculante…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nov botelle\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Information pri li botelle\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Personal rute\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Selecter un nov rute de botelles\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Selecter li scripte\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Selecter li fólder de labor\"\n"
  },
  {
    "path": "po/it.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-02-19 20:10+0000\\n\"\n\"Last-Translator: Pierfrancesco Passerini <p.passerini@gmail.com>\\n\"\n\"Language-Team: Italian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"it/>\\n\"\n\"Language: it\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.16.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nessun percorso specificato\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Backup {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importazione del backup: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Impossibile installare i componenti, ho provato 3 volte.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Componenti essenziali mancanti. Installazione in corso…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Creazione della directory della bottiglia fallita.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Impossibile creare l'etichetta directory/file.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Creazione della configurazione della bottiglia…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Modello trovato, applicazione in corso…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Aggiornamento della configurazione di Wine…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configurazione di Wine aggiornata!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Esecuzione come Flatpak, creazione directory utente nella sandbox …\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Creazione directory utente nella sandbox…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Impostazione della versione di Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Applicazione delle impostazioni predefinite di CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Ottimizzazione dell'ambiente…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Applicazione dell'ambiente: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Utilizzo di un ambiente personalizzato…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Configurazione non trovata o non valida…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Installazione di DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installazione di VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Installazione di DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Installazione delle dipendenze: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Creazione della versione 0 dello stato…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Conclusione…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Sto creando la cache del modello…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Sto salvando lo stato…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Niente da salvare\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nuovo stato {0} creato con successo!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Elenco degli stati recuperato con successo!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Stato {0} ripristinato con successo!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Ripristino dello stato {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Stato non trovato\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Lo stato {} è già quello attivo\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Visualizza la versione\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Percorso dell'eseguibile\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Percorso lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nome bottiglia\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Argomenti forniti\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI invalido (sintassi: bottles:run/<bottiglia>/<programma>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Esci] richiesta ricevuta.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Aiuto] richiesta ricevuta.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Aggiorna] richiesta ricevuta.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Donazioni\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Librerie di terze parti e ringraziamenti speciali\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsorizzato e finanziato da\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Sviluppatori di Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Sviluppatori di Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"crediti_traduttore\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versione del componente\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Disinstalla\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Sfoglia file\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"L'installazione non è riuscita. Ciò può essere dovuto ad un errore del \"\n\"repository, ad un download parziale o un errore di checksum. Clicca per \"\n\"riprovare.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Download & installa\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Mostra il manifesto\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licenza\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstalla\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Segnala un bug…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nome della dipendenza\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descrizione della dipendenza\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Download & installa questa dipendenza\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Si è verificato un errore di installazione. Riavvia Bottles per leggere il \"\n\"Crash Report o eseguilo nel terminale per ottenere l'output.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menu delle dipendenze\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Risoluzione dei problemi\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Sfoglia file…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplica la bottiglia…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Questo è l'archivio completo della tua bottiglia, inclusi i file personali.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Backup completo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Questa è solo la configurazione della bottiglia, è perfetta se vuoi crearne \"\n\"una nuova ma senza file personali.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Esporta configurazione…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Mostra i programmi nascosti\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Cerca nuovi programmi\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Elimina la bottiglia…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menu secondario\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Termina tutti i processi\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simula un arresto di Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Arresta\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simula un riavvio di Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Riavvia\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opzioni di avvio\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Avvia nel terminale\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Rilascia i file per eseguirli\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"La mia bottiglia\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Ambiente\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Avviatore\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Gestione delle versioni abilitato per questa bottiglia\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Per questa bottiglia è attiva la gestione delle versioni.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Avvia eseguibile…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Clicca \\\"Avvia eseguibile...\\\" per avviarlo, \\\"Aggiungi collegamenti...\\\" \"\n\"per aggiungere un eseguibile alla lista dei programmi, oppure \"\n\"\\\"Installa programmi...\\\" per installare i software curati dalla comunità.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Aggiungi collegamenti…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Installa programmi…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opzioni\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Impostazioni\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Configura le impostazioni della bottiglia.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dipendenze\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Installa le dipendenze dei programmi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Snapshots\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Crea e gestisci gli stati della bottiglia.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gestore attività\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gestisci i processi in esecuzione.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Strumenti\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Riga di comando\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Esegui i comandi all'interno della bottiglia.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor del registro\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Modifica il registro di sistema di Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Strumenti di Wine obsoleti\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Esplora file\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configurazione\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Disinstallazione\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Pannello di controllo\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Cerca le dipendenze…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Sei offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles è in modalità offline, le dipendenze non sono disponibili.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Le Dipendenze sono risorse che migliorano la compatibilità del software \"\n\"Windows.\\n\"\n\"\\n\"\n\"I file in questa pagina sono distribuiti da terzi con una licenza \"\n\"proprietaria. Installandoli, accetti i rispettivi termini di licenza.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Segnala un problema o una dipendenza mancante.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Segnala una dipendenza mancante\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Leggi la documentazione.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentazione\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Cerca\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Cerca i programmi…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Installa i programmi curati dalla nostra community.\\n\"\n\"\\n\"\n\"I programmi in questa pagina sono distribuiti da terzi con una licenza \"\n\"proprietaria. Installandoli, accetti i rispettivi termini di licenza.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nessun installatore trovato\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Il repository non è raggiungibile o nessun installatore è compatibile con \"\n\"questa bottiglia.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Leggi la documentazione\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Componenti\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Versione del layer di compatibilità Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Sto aggiornamento avviatore e componenti, attendere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Migliora la compatibilità di Direct3D 8/9/10/11 traducendolo in Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Aggiornamento DXVK, attendere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Migliora la compatibilità di Direct3D 12 traducendolo in Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Aggiornamento VKD3D, attendere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Sto aggiornando DXVK-NVAPI, attendere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Aumenta la velocità di risposta. Può essere rilevato da alcuni programmi \"\n\"anti-truffa.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Aggiornamento LatencyFleX, attendere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Impostazioni di visualizzazione\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Super Campionamento Deep Learning\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Migliora la performance a discapito della qualità grafica usando DXVK-NVAPI. \"\n\"Funziona solo su GPU NVIDIA recenti.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Migliora le performance a discapito della qualità grafica. Funziona solo in \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Gestisci le impostazioni di FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Usa la GPU discreta\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Usa la GPU discreta per migliorare le prestazioni a discapito del consumo \"\n\"energetico.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Effetti di Post-Processing\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Aggiunge vari effetti di post-processing usando vkBasalt. Funziona solo in \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Gestisci le impostazioni del layer di post-processing\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Gestisci quanti giochi dovrebbero essere mostrati a schermo usando Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gestisci le impostazioni di Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Impostazioni di visualizzazione avanzate\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Prestazioni\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Abilita la sincronizzazione per aumentare le prestazioni dei processori \"\n\"multicore.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronizzazione\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Monitora Prestazioni\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Mostra impostazioni di monitoraggio quali framerate, temperature, utilizzo \"\n\"CPU/GPU e altro su OpenGL e Vulkan usando MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Applica un set di ottimizzazioni al tuo dispositivo. Può migliorare la \"\n\"performance dei giochi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Precarica i file di gioco in RAM\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Migliora i tempi di caricamento quando si aprono giochi multiple volte. Il \"\n\"gioco impiegherà più tempo ad avviarsi per la prima volta.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gestisci le impostazioni di vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Cattura schermo OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Attiva/Disattiva la registrazione di gioco di OBS per tutti i programmi \"\n\"Vulkan e OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilità\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Versione Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Aggiornamento della versione di Windows, attendere…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Lingua\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Scegli la lingua da utilizzare con i programmi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Sandbox dedicata\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Utilizzare un ambiente limitato/gestito per questa bottiglia.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Gestisci i permessi della sandbox\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Runtime di Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Fornisce altre librerie per maggiore compatibilità. Disabilita in caso di \"\n\"problemi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Runtime di Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Fornisce altre librerie per maggiore compatibilità con i giochi di Steam. \"\n\"Disabilita in caso di problemi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Directory di lavoro\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Ripristina i valori predefiniti\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(predefinito)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Sostituzioni DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variabili d'ambiente\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gestione unità\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Istantanee Automatiche\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Crea automaticamente le istantanee prima di installare software o cambiare \"\n\"impostazioni.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compressione\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Comprimi le istantanee per ridurre lo spazio utilizzato. Rallenterà la \"\n\"creazione delle istantanee.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Usa modelli di esclusione\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Escludi i percorsi nelle istantanee.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gestione dei modelli\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Ricarica\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Arresta processo\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Nessuna Istantanea trovata\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Crea la tua prima istantanea per salvare lo stato delle tue preferenze.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Un breve commento\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Salva lo stato della bottiglia.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Crea nuova Istantanea\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Dettagli\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Indietro\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operazioni\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Seleziona Bottiglia\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Annulla\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Seleziona\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Crea una nuova bottiglia\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Rapporto crash di Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"A_nnulla\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Invia segnalazione\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles si è arrestato in maniera anomala. Per favore compila un rapporto \"\n\"allegando il seguente traceback per aiutarci a identificare il problema, \"\n\"evitando che si verifichi di nuovo.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Abbiamo trovato uno o più rapporti simili (o identici). Controllare \"\n\"attentamente che la segnalazione non sia già avvenuta prima di effettuarne \"\n\"un'altra. Ogni rapporto richiede uno sforzo per essere diagnosticato da \"\n\"parte degli sviluppatori, per favore rispetta il loro lavoro e assicurati di \"\n\"non creare duplicati.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Voglio comunque mandare il rapporto.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Avanzate\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Pacchetto incompleto\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Questa versione di Bottles non sembra fornire tutte le dipendenze \"\n\"fondamentali; contatta il manutentore del pacchetto od utilizza una versione \"\n\"ufficiale.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Abbandona\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Le librerie a collegamento dinamico possono essere specificate come \"\n\"incorporate (fornite da Wine) o native (fornite dal programma).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nuova sostituzione\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Sostituzioni\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Unità\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Questi sono percorsi del tuo sistema mappati e riconosciuti come dispositivi \"\n\"dall'avviatore (C: D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Lettera\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Unità esistenti\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplica bottiglia\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplica\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Digita un nome per la copia della bottiglia.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplicazione…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Potrebbe volerci un po'.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottiglia duplicata\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Le variabili d'ambiente sono valori dinamici che possono influenzare il modo \"\n\"in cui i processi in esecuzione si comportano nella bottiglia.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nome della variabile\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variabili esistenti\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Modelli di esclusione\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definire i modelli che verranno usati per impedire che alcune directory \"\n\"siano soggette a versione.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Modello\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Modelli esistenti\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Impostazioni di Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Salva\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Gestisci come i giochi dovrebbero essere mostrati.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Risoluzione del gioco\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Utilizza la risoluzione del videogioco in pixelcome riferimento.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Larghezza\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Altezza\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Risoluzione Finestra\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Aumenta la risoluzione quando si usa una risoluzione in pixel superiore a \"\n\"quella del gioco.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Varie\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Limite della frequenza dei fotogrammi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Limite frequenza fotogrammi (con finestra non attiva)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Integer Scaling\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Tipo di finestra\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Senza bordi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Schermo intero\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Vuoi procedere con l'installazione?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Inizia Installazione\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Questo installatore richiede delle risorse locali che non possono essere \"\n\"fornite in altro modo.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Procedi\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Completato!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Mostra programmi\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Installazione fallita!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Qualcosa è andato storto.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Tutti i messaggi\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Critici\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Errori\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Avvisi\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informazioni\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Registro\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Registro\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Cambia il livello dei log.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Tutti\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Questi argomenti vengono passati all'avvio del programma.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Argomenti personalizzati\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argomenti del comando\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"es: VAR=valore %comando% -esempio1 -esempio2 -esempio3=ciao\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script post-esecuzione\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Scegli lo script da eseguire dopo la chiusura.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Scegli uno script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Scegli da dove avviare il programma.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Scegli una directory\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Queste impostazioni sovrascrivono quelle predefinite per questo eseguibile.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Sovrascrivi preferenze\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Ripristina le impostazioni predefinite della bottiglia\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Schermo virtuale\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Disclaimer di Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Usa Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Attenzione: utilizzare avviatori basati su Proton all'interno di bottiglie \"\n\"non-Steam può causare problemi e comportamenti errati.\\n\"\n\"\\n\"\n\"Si raccomanda, invece, di utilizzare Wine-GE, una versione di Proton pensata \"\n\"per essere eseguita al di fuori di Steam.\\n\"\n\"\\n\"\n\"Proseguendo verrà automaticamente abilitato il runtime di Steam \"\n\"(se presente nel sistema e rilevato da Bottles) in modo da permettergli di \"\n\"accedere alle librerie necessarie e limitare eventuali problemi di \"\n\"compatibilità. GloriousEggroll, autore dell'avviatore, non è responsabile di \"\n\"eventuali problemi e pertanto evitate di segnalarglieli.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Ho capito.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Rinomina\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Scegli un nuovo nome per il programma selezionato.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nuovo nome\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Esegui con argomenti\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Esegui\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Scrivi qui sotto gli argomenti da passare all'eseguibile.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"es. -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Impostazioni Sandbox\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Condividi Rete\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Condividi Audio\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Aggiornamento Richiesto\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continua\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Avvia aggiornamento\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nuovo sistema di controllo delle versioni\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Il nuovo sistema di controllo delle versioni è arrivato.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles ha un nuovo sistema di controllo delle versioni che non è \"\n\"compatibile con l'implementazione precedente.\\n\"\n\"\\n\"\n\"Per continuare ad usare il controllo delle versioni dobbiamo reinizializzare \"\n\"il repository della bottiglia. Questo non cancellerà nessun dato dalla tua \"\n\"bottiglia ma eliminerà tutte le istantanee esistenti creandone una nuova.\\n\"\n\"\\n\"\n\"Se devi tornare indietro ad una istantanea precedente, prima di continuare, \"\n\"chiudi questa finestra e ripristinala; poi riavvia la bottiglia per \"\n\"visualizzare di nuovo questa finestra.\\n\"\n\"\\n\"\n\"Il vecchio sistema verrà deprecato in una delle prossime versioni.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Reinizializzazione repository…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Fatto! Per favore riavvia Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Impostazioni degli effetti di post-elaborazione\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Predefinito\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Impostazioni predefinite\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Gli effetti vengono applicati in base all'ordine della lista.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Effetti\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Nitidezza adattiva al contrasto\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Nitidezza\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Mostra Informazioni\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Rimuovere effetto Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Eliminazione del rumore\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Anti-aliasing veloce e approssimativo\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Qualità subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Soglia qualità bordo\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Soglia minima qualità del bordo\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Anti-aliasing morfologico subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Rilevamento dei bordi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Colore\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Soglia\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Passaggi di ricerca massimi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Numero massimo di passaggi di ricerca diagonale\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Arrotondamento massimo degli angoli\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"La nitidezza CAS aumenta la nitidezza di un fotogramma. Valori più alti \"\n\"rendono il fotogramma più nitido, mentre valori inferiori a 0 rendono il \"\n\"fotogramma più morbido rispetto a quello nativo.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"La nitidezza DLS aumenta la nitidezza di un fotogramma. Valori più elevati \"\n\"rendono il fotogramma più nitido.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Il denoise DLS diminuisce il rumore di un frame. Valori più alti rendono il \"\n\"frame più morbido.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"La qualità dei subpixel FXAA diminuisce l'aliasing a livello dei subpixel. \"\n\"Valori più alti rendono il frame più morbido.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"La soglia del bordo FXAA è la quantità minima di contrasto richiesta per \"\n\"applicare l'algoritmo FXAA. Valori più alti fanno sì che il frame abbia più \"\n\"contrasto.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"La soglia minima del bordo qualità FXAA è il valore minimo dei pixel scuri \"\n\"che vengono ignorati dall'algoritmo FXAA. Valori più alti fanno sì che FXAA \"\n\"ignori i pixel al di sotto del valore specificato e possono portare ad un \"\n\"aumento delle prestazioni.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma rileva i contorni da una prospettiva monocromatica, mentre Colore \"\n\"rileva i bordi in base ai colori. Luma è più performante del Colore.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"La soglia SMAA specifica la sensibilità del rilevamento dei bordi. Valori \"\n\"più bassi rilevano più bordi a scapito delle prestazioni.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"I passaggi di ricerca massimi SMAA specificano quanti passaggi di ricerca \"\n\"orizzontali e verticali vengono eseguiti durante la ricerca dei bordi.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"I passaggi di ricerca diagonale massimi SMAA specificano quanti passaggi di \"\n\"ricerca diagonale vengono eseguiti durante la ricerca dei bordi.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"L'arrotondamento degli angoli SMAA specifica la forza dell'arrotondamento \"\n\"degli angoli dei bordi.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Integrato (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativo (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Integrato poi nativo\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativo poi integrato\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Disabilitato\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Rimuovi\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/indicare/il/percorso\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valore\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Sfoglia file\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Percorso di Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gestore\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Questo wineprefix è già stato importato in Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importa un backup della bottiglia\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Cerca nuovamente prefissi\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nessun percorso trovato\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Non è stato trovato alcun percorso esterno. Bottles ha accesso ad essi?\\n\"\n\"Utilizza l'icona in alto per importare una bottiglia da un backup.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Archivio completo\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Mostra manifesto…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Leggi rapporto…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nome dell'installatore\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Descrizione dell'installatore\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Sconosciuto\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Installa questo programma\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menù del programma\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Nessuna Icona\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Avvia\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Avvia con Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nome dell'elemento\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Rimuovi dalla libreria\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Ferma\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Libreria\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Aggiungi elementi qui dalla lista dei programmi della bottiglia\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Il controllo delle versioni è attivo in questa bottiglia.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Questa bottiglia sembra danneggiata.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Esegui in questa bottiglia\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Esegui qui\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Questa bottiglia sembra danneggiata, manca il file di configurazione. Posso \"\n\"provare a risolvere creando una nuova configurazione.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Cerca bottiglie…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Crea nuova bottiglia…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nessuno risultato\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Provare con una ricerca diversa.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Avvio…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Questa risorsa è mancante.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Sfoglia\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_rea\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Nome della bottiglia\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Applicazione\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Giochi\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"P_ersonalizzato\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalizzato\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Condividi la directory utente\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Ciò rende la directory dell'utente rilevabile nella bottiglia, con il \"\n\"rischio di condividere informazioni personali con il software Windows. \"\n\"Questa opzione non può essere modificata dopo la creazione della bottiglia.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architettura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\"La versione a 32-bit dovrebbe essere utilizzata solo se strettamente \"\n\"necessaria.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importa una configurazione personalizzata.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Directory della bottiglia\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Directory che conterrà i dati di questa bottiglia.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Chiudi\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Questo nome non è disponibile, provane un altro.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Precedente\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Benvenuto in Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Esegui il software Windows su Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows in bottiglie\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles usa avviatori capaci di fornire ambienti di lavoro isolati, \"\n\"equivalenti a Windows, in cui vengono eseguiti i programmi.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Quasi fatto\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Serve ancora qualche minuto per preparare tutto…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Tutto pronto!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Per favore completa prima la configurazione\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Inizia a usare Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Avanti\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferenze\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Generale\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Aspetto\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tema scuro\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Imposta Bottles per l'uso dei colori scuri.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Mostra data di modifica\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Mostra la data dell'ultima modifica nella lista delle bottiglie.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notifiche\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Mostra le notifiche per download ed installazioni.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"File temporanei\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Eliminare i file temporanei all'avvio di Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Chiudi Bottles dopo l'avvio di un programma\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Chiudi Bottles dopo aver avviato un programma dal gestore di file.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrazioni\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefissi Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Elenca e gestisci i prefissi di Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Elenca le app di Steam nell'elenco dei programmi\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Richiede Steam per Windows installato nella bottiglia.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Elenca Epic Games nell'elenco dei programmi\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Richiede l'installazione di Epic Games Store nella bottiglia.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Elenca Ubisoft Games nell'elenco dei programmi\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Richiede l'installazione di Ubisoft Connect nella bottiglia.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avanzate\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Directory di Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Directory che contiene i dati delle tue bottiglie.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Avviatori\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Bottles è in modalità offline, quindi gli avviatori non sono disponibili.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pre-release\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Mostra versioni instabili degli avviatori.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Componenti DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"Bottles è in esecuzione in modalità offline, quindi le DLL non sono \"\n\"disponibili.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Core\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Runtime\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Sperimentali\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Queste funzionalità sono in fase di intenso sviluppo e potrebbero essere \"\n\"instabili, prevedere bug e rotture.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox per bottiglia\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"In fase di sviluppo iniziale.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Avvia con il terminale\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Sfoglia il percorso\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Modifica opzioni di avvio…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Aggiungi alla mia libreria\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Aggiungi icona sulla scrivania\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Aggiungi a Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Rinomina…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Nascondi programma\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Mostra programma\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Rimuovi dalla lista\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nome del programma\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Id stato\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Commento sullo stato\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Ripristina questo snapshot\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Cancellare il messaggio\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menu principale\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Non sembra esserci connessione ad internet. Senza, non è possibile reperire \"\n\"i componenti essenziali. Clicca questa icona quando sarai nuovamente \"\n\"connesso.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importa…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Aiuto\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Informazioni su Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Il file \\\"{0}\\\" non è un file .exe o .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Aggiornato: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" aggiunto\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Seleziona eseguibile\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Aggiungi\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Escludi i programmi nascosti\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Avvio di \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Fai attenzione alla sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles è in esecuzione in una sandbox, un ambiente con permessi limitati \"\n\"necessario per mantenerti al sicuro. Se il programma non viene eseguito, \"\n\"valuta la possibilità di spostarsi all'interno della bottiglia \"\n\"(icona a 3 punti in alto), quindi avviarlo da lì.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Abbandona\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Seleziona la posizione in cui salvare la configurazione di backup\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Esporta\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Seleziona la posizione dove salvare l'archivio di backup\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Backup creato per \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Impossibile creare il backup per \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Sei sicuro di voler eliminare definitivamente \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Ciò eliminerà definitivamente tutti i programmi e le impostazioni ad esso \"\n\"associati.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Elimina\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Avviatore mancante\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Manca l'avviatore richiesto da questa bottiglia. Installalo tramite le \"\n\"preferenze in Bottles o scegline uno nuovo per eseguire le applicazioni.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Sei sicuro di voler forzare l'arresto di tutti i processi?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Ciò può causare perdita di dati, danneggiamento e malfunzionamento dei \"\n\"programmi.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Forza_Arresto\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Questa funzione non è disponibile sul tuo sistema.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Per aggiungere questa funzionalità, esegui flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Questo nome di bottiglia è già in uso.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Seleziona Directory di lavoro\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Directory che contiene i dati di \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Vuoi eliminare tutti gli snapshot?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Ciò eliminerà tutte le istantanee ma manterrà i tuoi file.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Migra al nuovo sistema di controllo delle versioni per creare nuovi stati.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installatori\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operazioni in corso, attendere.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Ritorna alle tue bottiglie.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Il backup è stato importato con successo\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importazione fallita\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importazione del backup…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Seleziona un archivio di backup\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importa\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Seleziona un file di configurazione\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Esegui l'eseguibile in \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Avvio \\\"{0}\\\" in \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Le tue bottiglie\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Download di ~{0} pacchetti in corso…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Recuperati {0} di {1} pacchetti\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Seleziona directory bottiglia\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Creazione della bottiglia…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Impossibile creare una bottiglia\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Creazione della bottiglia non riuscita con uno o più errori.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bottiglia creata\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" creato con successo.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam non è stato trovato o Bottles non ha autorizzazioni sufficienti.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Seleziona percorso bottiglie\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Riavviare Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles deve essere riavviato per essere usato in questa directory.\\n\"\n\"\\n\"\n\"Assicurati di aver chiuso ogni programma aperto in Bottles prima di \"\n\"riavviare, non farlo potrebbe causare perdita o corruzione di dati e \"\n\"malfunzionamento dei programmi.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Rilancia\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Basato su Wine di Valve, include patch staging e di Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Basato su Wine upstream, include patch staging e di Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Basato su Wine upstream, include patch staging.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Basato su Wine di Valve, include staging, Proton e patch specifiche di \"\n\"Steam. Richiede Steam Runtime attivato.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Altro\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Aggiorna\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Installazione…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifesto per {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" disinstallato\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" installato\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" installazione fallita\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" importato\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Questa applicazione potrebbe funzionare male. L'installatore è stato \"\n\"configurato per fornire la migliore esperienza possibile, ma sono possibili \"\n\"malfunzionamenti, instabilità e mancanza di funzionalità.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Questo programma presenta alcuni difetti evidenti che, tuttavia, non ne \"\n\"compromettono la funzionalità.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Questo programma funziona con piccoli problemi.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Questo programma funziona perfettamente.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Rapporto di {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Interrompo \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Eseguo \\\"{0}\\\" con Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" nascosto\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" mostrato\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" rimosso\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\"rinominato in \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Voce desktop creata per \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\"aggiunto alla tua libreria\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" aggiunto alla tua libreria Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Mostra segnalazione\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Questo problema è stato segnalato 5 volte e non può essere \"\n\"inviato di nuovo.\\n\"\n\"            Segnala il tuo feedback in uno dei rapporti esistenti qui sotto.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Aggiornamento delle impostazioni di visualizzazione, attendere…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Impostazioni di visualizzazione aggiornate\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nessuna sostituzione trovata.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Seleziona percorso del drive\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nessuna variabile d'ambiente definita.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nessun modello di esclusione definito.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Si è verificato un errore.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copia negli appunti\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Seleziona file risorse\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Installazione delle dipendenze di Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configurazione della bottiglia…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Elaborazione dei passaggi dell'installatore…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Installazione di {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Esecuzione dei controlli finali…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Installazione {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} è ora disponibile nella vista programmi.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\"L’installatore non è riuscito a completare l’operazione a causa di un errore \"\n\"sconosciuto\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} è già disabilitato per questa bottiglia.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Questa impostazione è diversa da quella predefinita della bottiglia.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Seleziona script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Percorso bottiglie personalizzate non trovato\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Ripristina il percorso predefinito. Non verrà elencata nessuna bottiglia dal \"\n\"percorso fornito.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Esegui software per Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migrazione a Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Mostra il dialogo di migrazione a Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Sfondo scuro\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Forza l'uso dello sfondo scuro.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Data di aggiornamento nella lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Mostra/nascondi la data di aggiornamento nella lista delle bottiglie.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Lista applicazioni Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Attiva/disattiva l'elenco delle app di Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Elenco Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Attiva/disattiva l'elenco di Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Elenco Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Attiva/disattiva l'elenco di ubisoft connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Larghezza finestra\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Modifica la larghezza della finestra.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Altezza della finestra\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Modifica l'altezza della finestra.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Mostra notifiche.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Pulizia file temporanei\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Elimina i file temporanei all'avvio.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Release Candidate (RC)\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Attiva/disattiva le RC (release candidate) per gli avviatori.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Schermata di avvio\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Determina in quale modalità avviare l'applicazione.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Attiva/disattiva funzioni sperimentali come il controllo delle versioni, gli \"\n\"installatori e gli avviatori in RC (release candidate).\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Supporto Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Attiva/disattiva il supporto per i prefissi di Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Sperimentali:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Attiva/disattiva Sandbox sperimentale per bottiglia.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Chiudi automaticamente Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Chiudi Bottles dopo aver avviato l'eseguibile dal gestore di file.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Mostra avviso sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Attiva/disattiva l'avviso sandbox.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Esegui programmi per Windows su Linux con Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Goditi programmi imbottigliati in tutta tranquillità!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Il nostro sistema integrato di installazione delle dipendenze garantisce, in \"\n\"automatico, la compatibilità software. Utilizza il download manager per \"\n\"ottenere i componenti ufficiali: gli avviatori (Wine, Proton), DXVK le \"\n\"dipendenze, ecc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Il controllo delle versioni delle bottiglie ti consente di mantenere il tuo \"\n\"lavoro al sicuro ora e ripristinarlo in seguito!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funzionalità:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Crea le tue bottiglie utilizzando ambienti preconfigurati o creane uno tuo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Esegui file eseguibili (.exe / .msi) nelle tue bottiglie direttamente dal \"\n\"menu contestuale del gestore di file\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\"Rilevamento automatico delle applicazioni installate nelle tue bottiglie\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Aggiungi variabili d'ambiente facilmente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Sostituisci le DLL direttamente dalle preferenze della bottiglia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Cambia avviatore in tempo reale per qualsiasi bottiglia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Varie ottimizzazioni delle prestazioni dei giochi \"\n\"(esync, fsync, DXVK, cache, shader compiler, offload … e molto altro.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Gestione e installazione automatica degli avviatori Wine e Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Ripara automaticamente le bottiglie in caso di errori\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Sistema di installazione dipendenze integrato, basato su una repository \"\n\"gestita dalla community\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Gestione dei processi Wine integrata\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Accesso a ProtonDB e WineHQ per il supporto\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\"Sistema di aggiornamento dei file di configurazione a nuove versioni di \"\n\"Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Esporta ed importa le bottiglie\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importa configurazioni di Wine da altri gestori\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Controllo delle versioni di Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... e molto altro che puoi trovare installando Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Aggiorna le informazioni sui metadati\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Aggiunte ulteriori informazioni sull'aggiornamento e corretto la versione \"\n\"delle note di rilascio\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Risolto il problema con il pulsante \\\"Aggiungi a Steam\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Risolto il problema con BottleConfig che non era serializzabile\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Risolto il problema con la doppia estrazione di Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Versione corretta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Risolto il crash durante la creazione di una bottiglia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\"Cambiamento importante: riprogettazione dell'interfaccia della nuova \"\n\"bottiglia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Miglioramenti della qualità di vita:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\"Sostituisci l'icona emote-love con la libreria nella pagina della libreria\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Aggiungi toast per \\\"Esegui eseguibile\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Correzioni di bug:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"L'aggiunta del collegamento a Steam ha generato un errore\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"L'importazione dei backup ha prodotto un errore\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Steam Runtime abilitato automaticamente quando si utilizza wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Varie correzioni relative alla libreria, come copertine vuote e arresti \"\n\"anomali correlati a voci mancanti\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Risolto vari problemi relativi alla codifica del testo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Corretto l'errore durante il download se Bottles non viene eseguito dal \"\n\"terminale\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Data della versione corretta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"Nascondi gli errori critici correlati a NVIDIA sui sistemi non NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Miglioramenti e correzioni di Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"L'installazione delle dipendenze è più veloce e più stabile\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Il controllo dello stato contiene più informazioni per un debug più rapido\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI ha molte correzioni ed è più stabile, ora dovrebbe funzionare \"\n\"correttamente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Risolto il crash durante il download di un componente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Miglioramento del codice backend evitando lo spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Ulteriori variabili per lo script dell'installatore\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Corretto la finestra di dialogo di bordo che mostrava \\\"Tutto pronto\\\" \"\n\"quando in realtà non era pronto\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Miglioramento del sistema di costruzione\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\"Abilita VKD3D per impostazione predefinita durante la creazione di bottiglie \"\n\"per i giochi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Risolti i crash durante la lettura di file Steam con codifiche errate\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Corretti i componenti non aggiornati correttamente nell'interfaccia utente a \"\n\"seguito di installazione/disinstallazione\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Ulteriori correzioni FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Risolto il problema quando un programma si chiude dopo essere stato avviato \"\n\"da \\\"Avvia eseguibile\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"e tanti, tanti, tanti altri ancora!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Calcolo…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Esegui .exe/.msi in questa bottiglia\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"Clicca \\\"Crea una nuova Bottiglia\\\" per create una nuova bottiglia.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Crea una nuova bottiglia…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nuova bottiglia\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informazioni della bottiglia\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Un ambiente ottimizzato per giochi Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Un ambiente ottimizzato per applicazioni Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Un ambiente chiaro per i tuoi esperimenti.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Scollega cartella home\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Non collegare la cartella utente alla cartella home\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Formula personalizzata\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Scegli una formula personalizzata per l'ambiente, se ne hai una.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Percorso personalizzato\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Salva la bottiglia in una posizione diversa.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Sei offline, impossibile scaricare.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Scegliere il percorso dell'eseguibile\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Scegli un file eseguibile Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Scegliere la cartella di lavoro per gli eseguibili\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Scegliere il file di una formula\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Scegliere dove conservare la bottiglia\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Scegliere il nuovo percorso delle bottiglie\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Scegli lo script\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Scegli la cartella di lavoro\"\n\n#, fuzzy\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Risolto un bug nel rilevamento delle bottiglie rotte\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Supporto per vkd3d\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Impossibile installare i componenti, 3 tentativi effettuati.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Traduzioni in arabo grazie a @luxmaroc\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Traduzioni in arabo grazie a @luxmaroc\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Traduzioni in ungherese grazie a @ovari\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Traduzioni in croato grazie a @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Traduzioni in ungherese grazie a @ovari\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Traduzioni in slovacco grazie a @MartinIIOT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Traduzioni portoghesi grazie a @laralem, @SantosSI, Pão com omlet, \"\n#~ \"@hugok79\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Traduzioni in ungherese grazie a @ovari\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Traduzioni in croato grazie a @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Traduzioni in polacco grazie a Krzysztof Marcinek\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Strati\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Qualità ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Qualità\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Bilanciata\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Stratificato\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Un ambiente stratificato, dove ogni applicazione è uno strato.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Scegliere il percorso\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Scegli un file.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"File non trovato\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Il file specificato non esiste. Scegli un file appropriato.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Spazi nel nome del file\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Il percorso della tabella di ricerca colore non deve contenere spazi. \"\n#~ \"Rinomina il file per rimuovere tutti gli spazi.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Dimensione immagine non valida\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Altezza e larghezza dell'immagine devono essere uguali.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Configura Wine con facilità\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Esegui con argomenti…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Sfoglia i file interni con l'Esplora file di Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Gestisci i processi con la Gestione attività di Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Eseguire il debug dei processi wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Configurazione di Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Modifica le impostazioni interne.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Disinstalla programmi con il disinstallatore di Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Accedi al Pannello di controllo di Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Usa la sezione Installatori o il pulsante \\\"Avvia eseguibile\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Le dipendenze sono librerie, software e codec che migliorano la \"\n#~ \"compatibilità dei programmi per Windows. È possibile installarli qui per \"\n#~ \"soddisfare le dipendenze dei programmi installati.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Leggi documentazione.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Installa selezionati\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"È fortemente sconsigliato installare più dipendenze contemporaneamente.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Seleziona le dipendenze\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Usa questa sezione per installare programmi curati dalla nostra comunità, \"\n#~ \"senza dover procedere manualmente.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Leggi documentazione\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafica\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Migliora le prestazioni dei giochi DirectX 11 e delle applicazioni 3D.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Migliora le prestazioni dei giochi DirectX 12 e delle applicazioni 3D.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Fornisce il supporto al DLSS se disponibile e ad Nvidia NVAPI.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR utilizza tecnologie di upscaling all'avanguardia per aumentare i \"\n#~ \"fotogrammi.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"GPU dedicata\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt è un livello di post processing di Vulkan che migliora le \"\n#~ \"grafiche dei giochi.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Gestisci le impostazioni di vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Usa lo schermo virtuale di Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Cattura del mouse a schermo intero\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Lascia che il programma acquisisca l'input del mouse quando a schermo \"\n#~ \"intero.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Finestra attiva\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"Attivatelo se il programma non torna attivo una volta cambiata finestra.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Gesitione mouse\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Cambiatelo se si riscontrano problemi di lag o desincronizzazione del \"\n#~ \"mouse.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Ridimensionamento dello schermo\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Imposta DPI personalizzati.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderer\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Seleziona il backend da usare per wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (predefinito)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Gestisci versione dei componenti\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versione DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versione VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Versione DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Versione LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"falso\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Lo stesso di Bottles ma fornito da Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Ottimizza le prestazioni di gioco su richiesta.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Usa il microcompositore Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"La cartella predefinita è quella della bottiglia.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Ripristina predefinito\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Scegli una cartella\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Riduci latenza\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Imposta la latenza di PulseAudio a 60 ms per aumentare la qualità del \"\n#~ \"suono.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versionamento\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Usa compressione per gli stati\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Ridurrà lo spazio utilizzato dagli stati ma rallenterà la loro creazione.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Le bottiglie creeranno uno stato prima di eseguire qualsiasi dipendenza o \"\n#~ \"installatore.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Usa modelli personalizzati per escludere alcuni percorsi dal \"\n#~ \"versionamento.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Sviluppo e debug\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Un overlay Vulkan e OpenGL per monitorare FPS, temperature, utilizzo di \"\n#~ \"CPU/GPU e altro.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Mostra i log per le funzioni non implementate in Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Nessun programma trovato\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Installa programmi dalla sezione Installatori o avviando il programma di \"\n#~ \"installazione. È anche possibile aggiungere eseguibili manualmente con il \"\n#~ \"pulsante \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Mostra/nascondi nascosti\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Prenditi una pausa, potrebbe volerci qualche minuto.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configura come Gamescope deve gestire la finestra dei giochi eseguiti.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Larghezza (es. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Altezza (es. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Risoluzione di Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Cambia livello di log.\\n\"\n#~ \"                                        \"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Impostazioni di vkBasalt\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Inizia creando una bottiglia.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Usa programmi per Windows su Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Percorso bottiglie personalizzato (Riavvio richiesto)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Scegli dove conservare le nuove bottiglie (questo non sposterà quelle \"\n#~ \"esistenti).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"In fase di sviluppo iniziale (riavvio richiesto).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importa/esporta…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Supporto\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forums\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Apri menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Nuova bottiglia\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Conferma\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Siete sicuri di voler terminare tutti i processi?\\n\"\n#~ \"Questo può causare la perdita di dati.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Percorso predefinito della bottiglia.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Dettagli e utilità\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"\"\n#~ \"Questi sono i programmi che si trovano nel menu Start della vostra \"\n#~ \"bottiglia.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Una bottiglia chiamata \\\"{0}\\\" è stata creata con successo\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' installato.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Novità\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Nuovo sistema di versionamento che permette di versionare l'intera \"\n#~ \"bottiglia (ed anche la sua configurazione)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"\"\n#~ \"Il controllo automatico delle versioni ora può essere attivato e \"\n#~ \"disattivato\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Creazione dello stato di versione 0…\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Migliora le Opzioni di Avvio salvandole senza aggiornare la UI più volte\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Migliorata la performance di YAML utilizzando libyaml (il pacchetto \"\n#~ \"python-yaml deve provvedere al supporto)\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nuova bottiglia\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"Abilita il supporto in modalità Libreria (grazie a SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"Rimossa l'opzione per l'HUD di DXVK, usa invece la sezione le Variabili \"\n#~ \"D'Ambiente\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"L'opzione della shell bottles-cli ora fornisce l'output dei comandi\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Traduzioni in svedese grazie a @bittin\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Traduzioni in croato grazie a @liimee\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Traduzioni in spagnolo grazie a @fitojb, @kenpb, @oscfdezdz\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Traduzioni in francese grazie a @julroy67\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Traduzioni in tedesco grazie a @bloomvdomino, @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Configura Wine con facilità\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Sperimentali:libreria\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Abilita la funzionalità sperimentale della Libreria.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Caricamento…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Il percorso personalizzato delle bottiglie non è stato trovato. \"\n#~ \"Controllare il percorso nelle Preferenze.\\n\"\n#~ \"È stato reimpostato il percorso predefinito, le bottiglie del percorso \"\n#~ \"personalizzato non saranno elencate!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Controllo della salute\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Generazione dell'indice dei file di stato…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Creazione del punto di ripristino…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Impossibile creare la cartella dello stato.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Aggiornamento dell'indice…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Impossibile aggiornare il file degli stati.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Impossibile aggiornare il file di indice.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argomenti trovati per l'eseguibile: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Passo {self.__step} di {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' avviato.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' avviato con Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indice per lo stato {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Leggi la documentazione sulle dipendenze.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"HUD DXVK\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Abilita l'overlay DXVK che mostra FPS e altri dettagli nelle applicazioni \"\n#~ \"D3D.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Leggi la documentazione sui programmi\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Altre impostazioni\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Risorse locali\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Cerca prefissi\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Abilita il versionamento per salvare e ripristinare lo stato della \"\n#~ \"bottiglia.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"La tua libreria\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Controllo della salute\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Caricamento...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Gestione processi\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Scegli dove conservare le nuove bottiglie (quelle esistenti non verranno \"\n#~ \"spostate)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Installazione...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Impossibile creare l'icona sulla scrivania a causa di privilegi \"\n#~ \"insufficienti.\\n\"\n#~ \"Guardare <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">il \"\n#~ \"nostro video</a> su come risolvere questo problema in Flatpak.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Scrivi un breve commento:\"\n\n#~ msgid \"Caffe\"\n#~ msgstr \"Caffe\"\n\n#~ msgid \"GE Wine\"\n#~ msgstr \"GE Wine\"\n\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Versionamento bottiglie (sperimentale)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Traduci</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Supporta</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Segnala bug</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Segnala Bug\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Apri con explorer\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Spostati all'interno della sandbox\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Spostando nella sandbox…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilità\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Riga di comando\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Editor del registro\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Winecfg\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Pannello di controllo\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Modalità test abilitata: vengono mostrate solo le dipendenze dal \"\n#~ \"repository di test.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Mentre i file su questa pagina sono stati verificati possono essere sotto \"\n#~ \"licenza proprietaria.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Mentre i file su questa pagina sono stati verificati possono essere sotto \"\n#~ \"licenza proprietaria.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Leggi documentazione\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Dettagli Bottiglia\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"La mia bellissima bottiglia\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Rinomina la bottiglia\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Usa DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Usa VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Abilita FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Abilita LatencyFleX\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Usa un Desktop virtuale\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Cattura con il mouse schermo intero\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versione DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Gestisci le versioni VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Riavvierà il server di wine.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Sostituzioni DLL\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Leggi documentazione\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"es. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Sostituzioni DLL\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"es: -esempio1 -esempio2 -esempio3=ciao\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"es: MiaBottigliaDuplicata\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nuova variabile\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"es. MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Qui puoi cambiare le variabili d'ambiente per i comandi che vengono \"\n#~ \"eseguiti.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"es: VAR1=valore VAR2=valore ..\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"es: VAR1=valore VAR2=valore ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"es. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"es. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Stai utilizzando Bottles Flatpak, ricordati di concedergli le \"\n#~ \"autorizzazioni tramite <a href=\\\"https://docs.usebottles.com/flatpak/\"\n#~ \"expose-directories\\\">Flatseal</a> se il percorso dello script è al di \"\n#~ \"fuori della sandbox.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Inserisci il nuovo nome:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Scrivi qui..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Il messaggio va qui.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utilità & Preferenze\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Scegli un nome per la tua bottiglia\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Usa la formula personalizzata\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Benvenuto\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Bottles facilita l'esecuzione di software Windows su Linux.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Cosa sono i runners?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Ci siamo quasi\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Abbiamo bisogno di scaricare e installare un runner per permetterti di \"\n#~ \"creare le tue bottiglie.\\n\"\n#~ \"La dimensione del download è <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Leggi \"\n#~ \"di più su ciò che stiamo per scaricare</a>\\n\"\n#~ \"\\n\"\n#~ \"Non possiamo offrire questi file con Bottles perché questi hanno cicli di \"\n#~ \"rilascio diversi.\\n\"\n#~ \"\\n\"\n#~ \"Quando sei pronto premi il pulsante <b>Install</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Siediti e rilassati, potrebbe volerci qualche minuto.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Scarica\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Tutto pronto!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Tutto pronto, puoi creare la tua prima bottiglia.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Finito\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Attenzione: assicurati di dare il permesso al Flatpak per accedere al \"\n#~ \"nuovo percorso.\\n\"\n#~ \"Questo romperà la sandbox!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Se l'elenco precedente deve visualizzare versioni instabili.\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"La tua libreria\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Indietro\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Impossibile trovare l'eseguibile per [{0}].\"\n\n#, fuzzy\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"(!) Formula non trovata o non valida…\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Installazione non riuscita, controlla i log.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Procedendo con l'ambiente predefinito…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Conferma eliminazione\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Fatto\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe runners\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton runners\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Altri runners\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles Forums\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Scrivi un nome per la tua bottiglia\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Verranno automaticamente trovati nuovi programmi.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplica una bottiglia\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Cambia variabili d'ambiente\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Questo campo non può contenere caratteri speciali!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Questi sono livelli di compatibilità che permettono al software Windows \"\n#~ \"di essere installato ed eseguito su sistemi Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b>Le bottiglie</b> sono ambienti dove il corridore configura il sistema \"\n#~ \"e dove il software Windows viene eseguito e installato.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Leggi di più \"\n#~ \"sui runner</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importa ed esporta\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Aiuto di Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Non posso vedere le mie vecchie bottiglie dopo l'aggiornamento.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Non vedo alcune cartelle.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Non posso vedere i file della mia home.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Eseguibile si blocca silenziosamente o schermo nero\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Distruggi questa bottiglia\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Crea un backup di questa bottiglia.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tema scuro\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Applica tema scuro.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Esperimenti:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Abilita la funzionalità sperimentale winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Abilita compilatore di shader ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Migliora le performance nei giochi e nelle applicazioni 3D.\\n\"\n#~ \"Disabilita se riscontri glitch grafici.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Modalità notte\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Usa WineBridge per la gestione dei processi e dei programmi.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problemi Bottles\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles Avviato!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Questa è una caratteristica sperimentale in fase iniziale di sviluppo, \"\n#~ \"fate attenzione e <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/\"\n#~ \"new/choose\\\">segnalate i bug</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Sviluppatori di Bottles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Ottimizza le prestazioni di gioco on demand\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versione NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Punta al percorso della bottiglia\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"La Gamemode non è disponibile sul tuo sistema o non è in esecuzione.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Esperimenti:installatori\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Programmi\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Un ambiente migliorato per il software Windows.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Usa un tema scuro per l'applicazione.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Esperimenti:versionamento\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Importa ed esporta\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Creazione delle cartelle nella sandbox …\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Questi sono i processi wine / wineserver in esecuzione sul tuo PC.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Controlla i processi in esecuzione.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Fai un backup della bottiglia\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Riavvia Windows\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Bottiglia\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Nessun runner trovato, per favore installane uno.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Nessun DXVK trovato, installo l'ultima versione …\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Nessun VKD3D trovato, installo l'ultima versione …\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Nessun NVAPI trovato, installo l'ultima versione …\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"La tua nuova bottiglia {0} è pronta.\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Gestore scaricamenti\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"Aggiornato GNOME Runtime 41.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"\"\n#~ \"L'installazione DXVK e VKD3D viene ora eseguita in modalità asincrona\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"Miglioramenti dell'interfaccia utente per elementary OS\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Corretto un bug nell'installazione dei componenti che assegnava il nome \"\n#~ \"sbagliato dopo il download.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Corretto il testo sbagliato per l'etichetta cwd.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Corretto un bug che fa crashare Bottles quando fallisce la risoluzione \"\n#~ \"del nome durante un download\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Traduzioni in giapponese grazie a @jatin-cbs\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Traduzioni in portoghese (Brasile) grazie a @farribeiro, @swyknox\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Scegli un ambiente\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Scaricare e installare questo corridore\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"Utilizza %command% nelle opzioni di lancio per impostare prefissi e \"\n#~ \"suffissi\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Crea una bottiglia dove avviare l'eseguibile selezionato dal gestore file\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"\"\n#~ \"Riscritto il manager per essere meno ricorsivo e più user-friendly agli \"\n#~ \"sviluppatori\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"\"\n#~ \"Dipendenze/Componenti/Installer hanno ora i loro manager, indipendenti da \"\n#~ \"quello principale\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"\"\n#~ \"Il gestore dipendenze può ora estrarre singoli file dai Windows Cabinet\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"\"\n#~ \"Ora l'utente deve accettare l'avviso nel crash report, prima di inviarne \"\n#~ \"uno nuovo\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"La homedir dell'utente viene ora rimossa dai report\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"Il runner lutris-lol è ora nascosto da Flatpak poichè rotto\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"\"\n#~ \"L'estrrazione di Windows Cabinet è ora in modalità quiet e mostra solo i \"\n#~ \"log rilevanti\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"L'icona di stato dei download nella finestra delle preferenze è ora alla \"\n#~ \"destra della precentuale, così non verrà più mossa all'avanzamento\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"\"\n#~ \"Corretto un bug nella risoluzione del nomi che causava il crash di \"\n#~ \"Bottles quando non raggiungeva una risorsa\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"Gli nomi Environment sono nuovamente tradotti\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"Aggiunte traduzioni mancanti alla creazione della bottiglia\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"\"\n#~ \"Risolto un problema nel supporto a Wayland che impostava il DISPLAY al \"\n#~ \"parametro errato\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"Il percorso dei programmi personalizzati era sbagliata\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Traduzioni cinesi (semplificate) grazie a @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"Hai problemi a raggiungere una directory a Bottles?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Preferenze di download\"\n\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"\"\n#~ \"Attiva/disattiva l'ultima data di aggiornamento nell'elenco delle \"\n#~ \"bottiglie\"\n\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"\"\n#~ \"Fallback della directory di lavoro al percorso dell'eseguibile se non \"\n#~ \"riesce ad essere eseguito\"\n\n#~ msgid \"\"\n#~ \"Now a visual feedback is provided when a download fail the checksum \"\n#~ \"validation\"\n#~ msgstr \"\"\n#~ \"Ora viene fornito un feedback visivo quando un download fallisce la \"\n#~ \"validazione del checksum\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Supporto Wine a Wayland attraverso XWayland\"\n\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Supporto per bottiglie a 32 bit con ambiente personalizzato\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"\"\n#~ \"Rimossi i colori dagli ambienti nella creazione della bottiglia in quanto \"\n#~ \"questi possono essere interpretati come azioni suggerite\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"\"\n#~ \"Ora l'utente può installare solo una dipendenza per volta per evitare \"\n#~ \"conflitti\"\n\n#~ msgid \"\"\n#~ \"Now the Crash Report dialog display similar reports before send a new one\"\n#~ msgstr \"\"\n#~ \"Ora la finestra di dialogo Crash Report mostra rapporti simili prima di \"\n#~ \"inviarne uno nuovo\"\n\n#~ msgid \"\"\n#~ \"Now it is possible to clone a bottle with a new name, this can also be \"\n#~ \"used for bottles templating\"\n#~ msgstr \"\"\n#~ \"Ora è possibile clonare una bottiglia con un nuovo nome, questo può anche \"\n#~ \"essere usato per il template delle bottiglie\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"Ridotti i permessi di Flatpak\"\n\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"\"\n#~ \"È ora possibile scegliere una directory di lavoro personalizzata per ogni \"\n#~ \"bottiglia\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"Puoi vedere un nuovo pulsante nei dettagli della bottiglia con l'icona di \"\n#~ \"una cartella, questo ti aiuta a esporre nuove directory a Bottles\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Corretto un bug che causava un errore File Not Found con download \"\n#~ \"interrotti\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Corretto un bug che fa crashare Bottles quando l'utente va offline \"\n#~ \"durante un download\"\n\n#~ msgid \"\"\n#~ \"Same as the above but this handle downloads with wrong sizes than the \"\n#~ \"source\"\n#~ msgstr \"\"\n#~ \"Come sopra, ma questa gestione scarica con dimensioni sbagliate rispetto \"\n#~ \"alla fonte\"\n\n#~ msgid \"Fixed the File Manager integration in Flatpak\"\n#~ msgstr \"Corretta l'integrazione di File Manager in Flatpak\"\n\n#~ msgid \"Fixed a bug in temp directory clean up\"\n#~ msgstr \"Risolto un bug nella pulizia delle directory temporanee\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Corretto un bug che fa crashare le bottiglie quando la data di \"\n#~ \"aggiornamento non è impostata nella bottiglia\"\n\n#~ msgid \"Fixed a bug in bottle configuration upgrade that was causing a loop\"\n#~ msgstr \"\"\n#~ \"Risolto un bug nell'aggiornamento della configurazione della bottiglia \"\n#~ \"che causava un loop\"\n\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"Traduzioni Frech grazie a J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Traduzioni in italiano grazie a @blackcat-917\"\n\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Traduzioni in norvegese Bokmål grazie a @comradekingu\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Esegui .exe/.msi in questa ttiglia.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Le dipendenze possono sovrascrivere e spostare dll\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Le dipendenze possono sovrascrivere e spostare dll\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"\"\n#~ \"Le dipendenze possono ora installare i font senza l'intervento dell'utente\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Eseguire il debug dei processi wine.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Corretto un bug che causava la rottura di ogni bottiglia anche se solo \"\n#~ \"una era rotta\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Abilita la funzione di versionamento sperimentale\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Esperimenti:installatori\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Sfoglia C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Aggiorna il runner all'ultimo installato localmente\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Distruggi la bottiglia\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Questo cambierà il runner da {0} a {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Esegui .exe in questa bottiglia\"\n\n#~ msgid \"\"\n#~ \"Dependency/installer manifests, support environment variables and \"\n#~ \"arguments\"\n#~ msgstr \"\"\n#~ \"Manifesti di dipendenza/installazione, variabili d'ambiente di supporto e \"\n#~ \"argomenti\"\n\n#~ msgid \"\"\n#~ \"If versioning is active for the bottle, a new state is created before \"\n#~ \"installing a dependency\"\n#~ msgstr \"\"\n#~ \"Se il versioning è attivo per la bottiglia, viene creato un nuovo stato \"\n#~ \"prima di installare una dipendenza\"\n\n#~ msgid \"\"\n#~ \"Dependencies and installers now call their uninstaller, if this is \"\n#~ \"declared in the manifest\"\n#~ msgstr \"\"\n#~ \"Le dipendenze e gli installatori ora chiamano il loro disinstallatore, se \"\n#~ \"questo è dichiarato nel manifesto\"\n\n#~ msgid \"Now you can search for dependencies using the search field\"\n#~ msgstr \"\"\n#~ \"Ora è possibile cercare le dipendenze utilizzando il campo di ricerca\"\n\n#~ msgid \"Dependencies and installers show the source license\"\n#~ msgstr \"Le dipendenze e gli installatori mostrano la licenza di origine\"\n\n#~ msgid \"\"\n#~ \"When a crash report appears, reporting it the issue is automatically and \"\n#~ \"correctly filled\"\n#~ msgstr \"\"\n#~ \"Quando appare un rapporto di crash, segnalando il problema viene \"\n#~ \"compilato automaticamente e correttamente\"\n\n#~ msgid \"\"\n#~ \"While creating a new state, information about the entire process is shown \"\n#~ \"on the screen\"\n#~ msgstr \"\"\n#~ \"Durante la creazione di un nuovo stato, le informazioni sull'intero \"\n#~ \"processo sono mostrate sullo schermo\"\n\n#~ msgid \"The search for installed programs has been extended to user AppData\"\n#~ msgstr \"\"\n#~ \"La ricerca dei programmi installati è stata estesa all'utente AppData\"\n\n#~ msgid \"Fixed some problems related to the dxvk implementation\"\n#~ msgstr \"Corretti alcuni problemi relativi all'implementazione di dxvk\"\n\n#~ msgid \"\"\n#~ \"Now dxvk and vkd3d are installed only after the user presses Install on \"\n#~ \"first start\"\n#~ msgstr \"\"\n#~ \"Ora dxvk e vkd3d sono installati solo dopo che l'utente preme Install al \"\n#~ \"primo avvio\"\n\n#~ msgid \"Reduced the amount of logs\"\n#~ msgstr \"Riduzione della quantità di tronchi\"\n\n#~ msgid \"Flatpak now uses the app directories\"\n#~ msgstr \"Flatpak ora usa le directory delle app\"\n\n#~ msgid \"\"\n#~ \"If there are bottles in the old dir and the app dir is empty then a \"\n#~ \"migration dialog is shown\"\n#~ msgstr \"\"\n#~ \"Se ci sono bottiglie nella vecchia cartella e la cartella delle \"\n#~ \"applicazioni è vuota, viene mostrata una finestra di dialogo di migrazione\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the management of the download manager that resulted in a \"\n#~ \"crash\"\n#~ msgstr \"\"\n#~ \"Risolto un bug nella gestione del download manager che causavano un \"\n#~ \"arresto anomalo\"\n\n#~ msgid \"Install dxvk and vkd3d on bottle creation if missing\"\n#~ msgstr \"Installare dxvk e vkd3d alla creazione della bottiglia se mancano\"\n\n#~ msgid \"The preferences are organized into sections\"\n#~ msgstr \"Le preferenze sono organizzate in sezioni\"\n\n#~ msgid \"The program list is hidden if empty\"\n#~ msgstr \"L'elenco dei programmi è nascosto se vuoto\"\n\n#~ msgid \"The bottle details page now uses a sidebar\"\n#~ msgstr \"La pagina dei dettagli della bottiglia ora usa una barra laterale\"\n\n#~ msgid \"Added references to documentation for some features\"\n#~ msgstr \"Aggiunti riferimenti alla documentazione per alcune caratteristiche\"\n\n#~ msgid \"\"\n#~ \"Makes the UI more consistent with rounded edges and status pages from \"\n#~ \"libhandy\"\n#~ msgstr \"\"\n#~ \"Rende l'UI più coerente con i bordi arrotondati e le pagine di stato di \"\n#~ \"libhandy\"\n\n#~ msgid \"Replacing the name wine with runner, where possible\"\n#~ msgstr \"Sostituendo il nome vino con corridore, dove possibile\"\n\n#~ msgid \"Added more information for initial download to the Onboard\"\n#~ msgstr \"Aggiunte più informazioni per il download iniziale all'Onboard\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Traduzioni ceche grazie a @pervoj e Vojtěch Perník\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Traduzioni in esperanto grazie a @phlostically\"\n\n#~ msgid \"New logo thanks to @jannuary @alvarlagerlof @ZekeSmith\"\n#~ msgstr \"Nuovo logo grazie a @jannuary @alvarlagerlof @ZekeSmith\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"Visualizzare un rapporto di crash al riavvio se qualcosa va storto\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"\"\n#~ \"Utilizzo del nuovo formato yaml per la configurazione della bottiglia\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"\"\n#~ \"Utilizzo dei nuovi repository yaml per componenti/dipendenze/programmi\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"\"\n#~ \"Aggiornamento automatico della vecchia configurazione del flacone al \"\n#~ \"nuovo modello\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Configurazione e archiviazione della bottiglia di backup\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Importazione di archivi di backup\"\n\n#~ msgid \"Show onboard if system wine is the only installed runner\"\n#~ msgstr \"Mostra a bordo se il vino di sistema è l'unico corridore installato\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Nuovo versioning basato sul modello CalVer\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"\"\n#~ \"Creare bottiglie utilizzando il corridore di vino fornito dalla \"\n#~ \"distribuzione\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"Abilita la gamemode per le tue bottiglie se installate nel sistema\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Eseguire .exe/.msi/.bat file con argomenti personalizzati\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Corretto l'errore \\\"bad interpreter\\\" sul pacchetto debian\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Chiudere facoltativamente Bottles dopo aver avviato un eseguibile dal \"\n#~ \"file manager\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"Aggiunti tooltip per capire cosa fanno alcuni elementi dell'UI\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"Usare il portale per la selezione dei file\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"Filechooser non filtra più in base alle estensioni\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Traduzioni ucraine grazie a @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Questo è il manifesto per {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Questo è l'indice per {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Il file scaricato {0} sembra corrotto. Riprova.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Installando il runner {0} …\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Componentge {0} installato con successo!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} completato per {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} importato con successo!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Il tuo backup per {0} è pronto!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Il tuo backup {0} è stato importato correttamente.!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Importazione del backup {0} non riuscita!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Che cos'è Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine è il livello di compatibilità che consente al software Windows di \"\n#~ \"funzionare su Linux.\\n\"\n#~ \"In Bottles si chiama <b> runner </b>.\\n\"\n#~ \"\\n\"\n#~ \"I Wineprefix sono ambienti in cui Wine funziona. In Bottles li chiamiamo \"\n#~ \"<b> bottiglie </b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Pagina 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versioni DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Impossibile cancellare il percorso temporaneo!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Il percorso dei Runners non esiste, la creo adesso.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Il percorso di Bottles non esiste, lo creo adesso.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Il percorso per DXVK non esiste, lo creo adesso.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Il percorso Temp non esiste, lo creo adesso.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Estrazione fallita! L'archivio termina prima del previsto.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Il file [{0}] esiste già nella temp, lo salto.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Rinomino [{0}] in [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Il file scaricato [{0}] sembra corrotto.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"La checksum della sorgente: [{0}], la checksum scaricata: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Installando componente: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Installazione della dipendenza: [{0}] nella bottiglia: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Rimozione di [{0}] da system32 nella bottiglia: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] non trovato nella bottiglia: [{1}], rimozione non riuscita da \"\n#~ \"system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"\"\n#~ \"Rimozione della dipendenza: [{0}] dalla bottiglia: configurazione [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Runners trovati: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"DXVK trovati: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Nessun DXVK trovato.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"\"\n#~ \"Chiave: [{0}] non in bottiglia: [{1}] configurazione, aggiornamento.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Chiave: [{0}] non in bottiglia: [{1}] parametri di configurazione, \"\n#~ \"aggiornamento.\"\n\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Bottiglie trovate: %s\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Chiave di impostazione: da [{0}] a [{1}] per la bottiglia: [{2}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Applicazione dell'ambiente: [{0}]…\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Bottiglia: [{0}] creata con successo!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Bottiglia eliminata correttamente nel percorso: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Percorso vuoto trovato, non riuscendo a evitare disastri.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Tentativo di riparare la bottiglia: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Aggiunta chiave: [{0}] con valore: [{1}] e dati: [{2}] nella bottiglia di \"\n#~ \"registro: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"\"\n#~ \"Rimozione del valore: [{0}] per la chiave: [{1}] nella bottiglia del \"\n#~ \"registro: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Installazione di dxvk per la bottiglia: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Rimozione di dxvk per la bottiglia: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Esecuzione di un eseguibile su wineprefix …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Esecuzione di wineboot su wineprefix …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Esecuzione di winecfg su wineprefix …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Esecuzione di winetricks su wineprefix …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Esecuzione di una console di debug su wineprefix …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Esecuzione di un CMD sul wineprefix …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Esecuzione di un Task Manager su wineprefix …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Esecuzione di un pannello di controllo su wineprefix …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Esecuzione di un programma di disinstallazione su wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Esecuzione di un Regedit sul wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Invio stato: [{0}] al wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Apertura del file manager nel percorso …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Importazione wineprefix [{0}] in una nuova bottiglia …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Errore durante la creazione del percorso della bottiglia per wineprefix \"\n#~ \"[{0}]. Interruzione.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix: [{0}] importato con successo!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] file da sostituire.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] file da aggiungere.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Configurazione di backup: [{0}] in [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Bottiglia di backup: [{0}] in [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Impossibile salvare il backup nel percorso: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Importazione del backup non riuscita: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Stato della connessione: online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Sistemata la selezione degli ambienti col tema Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Non distruggere page_details con l'eliminazione della bottiglia\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Aggiunta dipendenza freetype\"\n\n#~ msgid \"Vertical layout for downloads\"\n#~ msgstr \"Layout verticale per i download\"\n\n#, fuzzy\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Esegui .exe in questa bottiglia\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"Il runner può essere cambiato dalla scheda Preferenze.\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Crea backup di questa bottiglia\"\n\n#, fuzzy\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"\"\n#~ \"Sistema di aggiornamento delle configurazioni tra le versioni Bottles\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Attiva/disattiva le Release Candidate per i Runners\"\n\n#, fuzzy\n#~ msgid \"New dependencies icon in details page\"\n#~ msgstr \"Nessuna dipendenza trovata!\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Descrizione ambiente\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"I percorsi personalizzati non sono disponibili in questa versione\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/LaMiaNuovaBottiglia\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"Il versionamento è una funzionalità sperimentale di Bottles, ne \"\n#~ \"sconsigliamo l'uso in produzione. Procedi con cautela!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"Il runner può essere cambiato dalla scheda Preferenze.\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Apri winecfg in questa Bottiglia per configurazioni avanzate.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Avvia una console di debug in questa bottiglia. Leggi nella nostra \"\n#~ \"documentazione come utilizzare il debug. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Usa questo per disinstallare programmi dalla Bottiglia.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Apri un CMD in questa Bottiglia.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Usa regedit per aggiungere, modificare ed eliminare chiavi dal registro \"\n#~ \"di Wine.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Sfoglia il percorso C:\\\\ di questa Bottiglia.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Uccidi tutti i processi in esecuzione in questa bottiglia.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Simula un riavvio del sistema (questo non termina i processi).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Simula un arresto del sistema (questo non termina i processi).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Spazio rimanente sul disco:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X di Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Dashboard\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (sincronizzazione futex)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Abilita la sincronizzazione basata su eventfd per aumentare le \"\n#~ \"prestazioni con multi-core.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (sincronizzazione eventfd)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"Abilita ACO per incrementare le performance in gioco quando si utilizza i \"\n#~ \"driver Mesa.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"Nei laptop con due GPU (Intel + NVIDIA o AMD + Nvidia o Intel + AMD), \"\n#~ \"selezionarequesto per utilizzare la scheda discreta.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Virtualizzazione del desktop\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"\"\n#~ \"Virtualizza un desktop in cui generare tutte le applicazioni Windows.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Sintassi: dll1,dll2=valore;dll3=valore\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"Salva sostituzioni DLL.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Aggiungi nuove sostituzioni DLL\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Personalizza preferenze per questa Bottiglia.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"I seguenti pacchetti vengono scaricati da fonti esterne (principalmente \"\n#~ \"da Microsoft).\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Segnala un problema\"\n\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Installa le dipendenze (come corefonts, vcrun6, ..) per una miglior \"\n#~ \"compatibilità software.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"L'installatore di programmi è una funzionalità sperimentale e potrebbe \"\n#~ \"non funzionare.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Cerca nuovi installatori\"\n\n#~ msgid \"Here you can see, create, revert and delete bottle states.\"\n#~ msgstr \"\"\n#~ \"Qui puoi vedere, creare, ripristinare ed eliminare gli stati della \"\n#~ \"bottiglia.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Runner x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"Annulla download\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"Preferenze di download\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Aiutaci a tradurre\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Dettagli nuova Bottiglia\"\n\n#~ msgid \"Proceed with the installation of the latest version?\"\n#~ msgstr \"Procedo con l'installazione dell'ultima versione?\"\n\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"Non sembri essere connesso ad internet. Senza non sarai in grado di \"\n#~ \"scaricare i componenti essenziali. Clicca questa icona quando sarai \"\n#~ \"nuovamente connesso.\"\n\n#~ msgid \"OK status received\"\n#~ msgstr \"Stato OK ricevuto\"\n\n#~ msgid \"Cancel status received\"\n#~ msgstr \"Stato Cancella ricevuto\"\n\n#~ msgid \"\"\n#~ \"The gaming environment has everything needed to run modern Windows games \"\n#~ \"on Linux\"\n#~ msgstr \"\"\n#~ \"L'ambiente di gioco ha tutto il necessario per eseguire giochi moderni \"\n#~ \"per Windows su Linux\"\n\n#~ msgid \"\"\n#~ \"The software environment includes dependencies commonly used by modern \"\n#~ \"software.\"\n#~ msgstr \"\"\n#~ \"L'ambiente software include le dipendenze normalmente usate dal software \"\n#~ \"moderno.\"\n\n#~ msgid \"Selected env is: [{0}]\"\n#~ msgstr \"L'ambiente selezionato è: [{0}]\"\n\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"I programmi installati nella bottiglia verranno elencati qui.\"\n\n#~ msgid \"\"\n#~ \"There are no dependencies installed and we can't fetch from repository.\"\n#~ msgstr \"\"\n#~ \"Non ci sono dipendenze installate e non possiamo recuperarle dal \"\n#~ \"repository.\"\n\n#~ msgid \"We can't fetch the installers from the repository right now.\"\n#~ msgstr \"\"\n#~ \"Al momento non possiamo recuperare i programmi di installazione dal \"\n#~ \"repository.\"\n\n#~ msgid \"Use the '+' button to create one.\"\n#~ msgstr \"Usa il pulsante '+' per crearne una.\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"\"\n#~ \"In Bottles v2, Winetricks è sostituito dal nostro strumento Dipendenze.\"\n\n#~ msgid \"\"\n#~ \"This is a development release. Please report bugs in the GitHub \"\n#~ \"repository.\"\n#~ msgstr \"\"\n#~ \"Questa è una versione in fase di sviluppo. Segnala eventuali bug nella \"\n#~ \"repository GitHub.\"\n\n#~ msgid \"Easily manage your Wine bottles\"\n#~ msgstr \"Gestisci con facilità le bottiglie Wine\"\n\n#~ msgid \"Easily manage your Wine bottles (wineprefix)\"\n#~ msgstr \"Gestisci con facilità le bottiglie Wine (prefissi wine)\"\n\n#~ msgid \"Found executable `%s` provided as argument.\"\n#~ msgstr \"Trovato l'eseguibile `%s` fornito come argomento.\"\n\n#~ msgid \"Backups are not yet available.\"\n#~ msgstr \"I backup non sono ancora disponibili.\"\n\n#~ msgid \"\"\n#~ \"Winetricks has been removed in Bottles in favor of an integrated system \"\n#~ \"for installing libraries and dependencies. Use the `Dependencies` tab \"\n#~ \"instead.\\n\"\n#~ \"\\n\"\n#~ \"This choice is intended to use as few external tools as possible and to \"\n#~ \"provide a complete user experience in Bottles.\"\n#~ msgstr \"\"\n#~ \"Winetricks verrà rimosso da Bottles a favore di un sistema integrato \"\n#~ \"perinstallazione di librerie e dipendenze. Usa invece la \"\n#~ \"scheda'Dipendenze'. \\n\"\n#~ \"\\n\"\n#~ \"Questa scelta con lo scopo di utilizzare il minor numero possibile di \"\n#~ \"strumenti esterni e di fornire un'esperienza utente completa in Bottles.\"\n\n#~ msgid \"Backups are not supported in this version\"\n#~ msgstr \"I backup non sono supportati in questa versione\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"\"\n#~ \"Le dipendenze possono ora installare i font senza l'intervento dell'utente\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Nome della bottiglia\"\n\n#~ msgid \"Winetricks\"\n#~ msgstr \"Winetricks\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Cambia runner\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Spegnimento di Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Uccidi tutti i processi del vino\"\n\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"L'ultimo aggiornamento per questa bottiglia.\"\n\n#~ msgid \"Special characters are not allowed!\"\n#~ msgstr \"I caratteri speciali non sono ammessi!\"\n"
  },
  {
    "path": "po/ja.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-03-06 09:09+0000\\n\"\n\"Last-Translator: camegone <kuroneko0308kw@gmail.com>\\n\"\n\"Language-Team: Japanese <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"ja/>\\n\"\n\"Language: ja\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.17-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"パスが設定されていません\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"バックアップ {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"バックアップをインポートしています: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"3回再試行しましたが、コンポーネントをインストールできませんでした。\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"不足している重要なコンポーネントをインストールしています…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"ボトルのディレクトリを作成できませんでした。\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"プレースホルダーとなるディレクトリまたはファイルを作成できませんでした。\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"ボトルの設定を生成しています…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"見つかったテンプレートを適用しています…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"WINE 設定を更新しています…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"WINE 設定を更新しました!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Flatpak として実行中、ユーザーディレクトリをサンドボックス化しています…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"ユーザーディレクトリをサンドボックス化しています…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows のバージョンを設定しています…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD のデフォルト設定を適用しています…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"環境を最適化しています…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"環境を適用しています: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) 独自の環境レシピを使用しています…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) レシピが見つからないか有効ではありません…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK をインストールしています…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D をインストールしています…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI をインストールしています…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"依存関係をインストールしています: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"バージョン管理の初期状態を作成しています…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"最終処理をしています…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"テンプレートをキャッシュしています…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"状態をコミットしています…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"コミットする項目なし\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"新しい状態 [{0}] を正常に作成しました!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"状態一覧を正常に取得しました!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"状態 {0} を正常に復元しました!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"状態 {} に復元しています…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"状態が見つかりません\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"状態 {} はすでにアクティブです\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"バージョンを表示\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"実行可能ファイルのパス\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk パス\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"ボトル名\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"引数を指定\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"無効な URI です (構文: bottles:run/<ボトル名>/<プログラム名>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[終了] リクエストを受信しました。\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[ヘルプ] リクエストを受信しました。\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[更新] リクエストを受信しました。\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"寄付\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"サードパーティーのライブラリと Special Thanks\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"スポンサーと資金提供\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Bottles Developers\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles Developers\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Ryo Nakano\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"コンポーネントのバージョン\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"アンインストール\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"ファイルを表示\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"インストールに失敗しました。これは、リポジトリエラー、不完全なダウンロード、\"\n\"またはチェックサムの不一致が原因の可能性があります。押して再試行してください\"\n\"。\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"ダウンロードしてインストール\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"マニフェストを表示\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"ライセンス\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"再インストール\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"不具合報告…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"依存関係の名前\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"依存関係の説明\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"カテゴリー\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"この依存関係をダウンロードしてインストールします\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"インストールエラーが発生しました。Bottles を再起動してクラッシュレポートを読\"\n\"み取るか、ターミナルから実行して出力を読み取ります。\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"依存関係メニュー\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"トラブルシューティング\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"ファイルを表示…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"ボトルを複製…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"これはボトルの完全なアーカイブです。個人ファイルも含まれます。\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"フルバックアップ…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"これは単なるボトル設定なので、個人ファイルなしで新しいボトルを作成したい場合\"\n\"に最適です。\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"設定をエクスポート…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"非表示のプログラムを表示\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"新しいプログラムを検索\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"ボトルを削除…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"セカンダリーメニュー\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"すべてのプロセスを強制終了\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Windows システムのシャットダウンを擬似的に行います。\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"シャットダウン\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Windows システムの再起動を擬似的に行います。\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"再起動\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"起動オプション\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"ターミナルで起動\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"ファイルをドロップして実行します\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"新しいボトル\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"環境\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"ランナー\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"このボトルのバージョン管理は有効です\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"このボトルのバージョン管理は有効です。\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"実行可能ファイルを実行…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"プログラム\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"実行可能ファイルを実行するには\\\"実行可能ファイルを実行…\\\"を、プログラム一覧に\"\n\"実行可能ファイルを追加するには\\\"ショートカットを追加…\\\"を、コミュニティーがキ\"\n\"ュレーションしたプログラムをインストールするには\\\"プログラムをインストール…\\\"\"\n\"をクリックします。\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"ショートカットを追加…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"プログラムをインストール…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"オプション\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"設定\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"ボトルを設定します。\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"依存関係\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"プログラムの依存関係をインストールします。\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"スナップショット\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"ボトルの状態を作成し管理します。\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"タスクマネージャー\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"実行中のプログラムを管理します。\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"ツール\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"コマンドライン\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"ボトル内でコマンドを実行します。\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"レジストリエディタ\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"内部レジストリを編集します。\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"レガシー Wine ツール\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"エクスプローラー\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"デバッガ\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"設定\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"アンインストーラー\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"コントロールパネル\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"依存関係を検索…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"オフラインです :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles はオフラインモードで実行中です。依存関係は利用できません。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"依存関係とは、Windows ソフトウェアの互換性を向上させる資源のことです。\\n\"\n\"\\n\"\n\"このページ内のファイルは、サードパーティーがプロプライエタリライセンスの元で\"\n\"配布しているものになります。インストールすると、該当するライセンス条項に合意\"\n\"したものとみなされます。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"不具合や不足している依存関係を報告します。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"不足している依存関係を報告\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"ドキュメンテーションを読みます。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"ドキュメンテーション\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"検索\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"プログラムを検索…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"コミュニティーによってキュレーションされたプログラムをインストールします。\\n\"\n\"\\n\"\n\"このページ内のファイルは、サードパーティーがプロプライエタリライセンスの元で\"\n\"配布しているものになります。インストールすると、該当するライセンス条項に合意\"\n\"したものとみなされます。\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"インストーラーが見つかりませんでした\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"リポジトリに到達できないか、このボトルと互換性のあるインストーラーがありませ\"\n\"ん。\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"ドキュメンテーションを読む\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"名前\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"コンポーネント\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine 互換性レイヤーのバージョン。\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"ランナーとコンポーネントを更新しています。お待ちください…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Direct3D 8/9/10/11 を Vulkan に変換することで、互換性を向上します。\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVK を更新しています。お待ちください…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Direct3D 12 を Vulkan に変換することで、互換性を向上します。\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3D を更新しています。お待ちください…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK-NVAPI を更新しています。お待ちください…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"反応速度を上げます。アンチチートソフトウェアに検出される可能性があります。\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleX を更新しています。お待ちください…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"ディスプレイ\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"DXVK-NVAPI を使用し、画質を犠牲にしてパフォーマンスを向上させます。新しい \"\n\"NVIDIA の GPU でしか動作しません。\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"電力使用量の増加を犠牲にしてパフォーマンスを向上させます。Vulkan でしか動きま\"\n\"せん。\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"FidelityFX Super Resolution の設定を変更\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"ディスクリート GPU\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"ディスクリート (独立した) グラフィックカードを使用して、省電力性を犠牲にして\"\n\"パフォーマンスを上げます。\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"ポストプロセス効果\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"vkBasalt を使用して、様々な後付の効果を追加します。Vulkan でしか動きません。\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"ポストプロセスのレイヤー設定を変更\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Gamescope を使用しているときに、ゲームがどのようにスクリーンに表示されるかを\"\n\"設定します。\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gamescope 設定を管理\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"高度なディスプレイ設定\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"パフォーマンス\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"同期を有効にして、マルチコアプロセッサのパフォーマンスを向上させます。\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"同期\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"システム\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"パフォーマンスを監視\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"MangoHud を使い、フレームレート、温度、CPU/GPU 負荷などのモニタリング情報を \"\n\"OpenGL と Vulkan 上に表示します。\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral ゲームモード\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"お使いのデバイスにいくつかの最適化を施します。ゲームのパフォーマンスを向上さ\"\n\"せることがあります。\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"ゲームファイルをプリロード\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"ゲームを複数回起動した場合の読み込み時間を改善します。初回起動時間は長くなり\"\n\"ます。\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"vmtouch 設定を管理\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS ゲームキャプチャ\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Vulkan と OpenGL を使う全プログラムに対し、OBS ゲームキャプチャの使用有無を設\"\n\"定します。\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"互換性\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows のバージョン\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Windows のバージョンを更新しています。お待ちください…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"言語\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"このプログラムで使用する言語を選択してください。\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"専用のサンドボックス\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"このボトルで、制限、管理された環境を使用します。\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"サンドボックスのパーミッションを管理\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles ランタイム\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"互換性の向上のために、追加のライブラリ郡を提供します。不具合が発生する場合は\"\n\"無効にしてください。\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam ランタイム\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"Steam ゲームの互換性の向上のために、追加のライブラリ郡を提供します。不具合が\"\n\"発生する場合は無効にしてください。\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"カレントディレクトリ\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"デフォルトにリセット\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(デフォルト)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL のオーバーライド\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"環境変数\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"ドライブを管理\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"自動スナップショット\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"ソフトウェアインストール前や設定変更前に、自動的にスナップショットを作成しま\"\n\"す。\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"圧縮\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"スナップショットを圧縮して、領域を削減します。スナップショットの作成が遅くな\"\n\"ります。\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"除外パターンを使う\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"スナップショットから除外するパス。\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"パターンを管理\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"更新\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"プロセスを停止\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"スナップショットが見つかりません\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"最初のスナップショットを作成して、設定状態の保存を開始しましょう。\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"簡潔なコメント\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"ボトルの状態を保存します。\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"新しいスナップショットを作成\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"詳細\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"戻る\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"操作\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"ボトルを選択\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"キャンセル\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"選択\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"新しいボトルを作成\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles クラッシュレポート\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"キャンセル(_C)\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"不具合を報告\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"前回、Bottles はクラッシュしました。開発者がこの不具合を修正できるよう、以下\"\n\"のスタックトレースと一緒に報告してください。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"類似する (または同一の) 不具合報告が、一つまたは複数あることを確認しました。\"\n\"新しく不具合を報告する前に、すでに報告されているものでないかよく確認してくだ\"\n\"さい。開発者はすべての不具合報告に対応しなくてはいけません。開発者の負担を減\"\n\"らすためにも、重複して報告しないよう確認をお願いします。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"上記の内容を読んだ上で、報告します。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"高度なオプション\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"不完全なパッケージ\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"このバージョンの Bottles には必須の依存関係が不足しているようです。パッケージ\"\n\"の管理者に不具合を報告するか、公式のバージョンを使用してください。\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"終了\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"ダイナミックリンクライブラリは、組み込み (Wine が提供) またはネイティブ (プロ\"\n\"グラムが提供) から指定できます。\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"新しいオーバーライド\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"オーバーライド\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"ドライブ\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"これらはお使いのホストシステム上にあるパスで、ランナーによってデバイスとして\"\n\"関連付けされ、認識されます (例: C: D:…)。\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"ドライブレター\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"既存のドライブ\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"ボトルを複製\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"複製\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"新たに複製するボトルの名前を入力してください。\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"複製しています…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"これには時間がかかることがあります。\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"ボトルを複製しました\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"環境変数は動的に与えられる値で、ボトル上の実行中のプロセスの挙動に影響し得ま\"\n\"す。\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"変数名\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"既存の変数\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"除外パターン\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"ディレクトリをバージョン管理の対象外にするパターンを定義します。\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"パターン\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"既存のパターン\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope の設定\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"保存\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"ゲームの表示方法を管理します。\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"ゲームの解像度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"幅\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"高さ\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Windows の解像度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"その他\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"フレームレート制限\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"非フォーカス時のフレームレート制限\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"整数スケーリング\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"ウィンドウの種類\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"枠なし\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"全画面\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"インストールを続行してもよろしいですか?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"インストールを開始\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"このインストーラーは、その他の手段が用意されていないため、いくつかの\"\n\"ローカルリソースを要求しています。\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"続行\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"完了しました!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"プログラムを表示\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"インストールに失敗しました!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"問題が発生しました。\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"すべてのメッセージ\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"致命的\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"エラー\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"警告\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"情報\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"ジャーナルを表示\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"ジャーナルブラウザー\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"ログレベルを変更します。\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"すべて\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"これらの引数は起動時に渡されます。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"独自の引数\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"コマンド引数\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"例: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"起動後スクリプト\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"起動後に実行するスクリプトを選択してください。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"スクリプトを選択\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"プログラムの開始位置を選択します。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"ディレクトリを選択\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"これらの設定は、この実行可能ファイルのデフォルト設定を上書きします。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"設定のオーバーライド\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"ボトルのデフォルトにリセット\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"仮想デスクトップ\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton についての注意\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Proton を使う\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"注意、Proton ベースのランナーを Steam 以外のボトルで使用することは不具合の原\"\n\"因になったり正常動作を妨げたりすることがあります。\\n\"\n\"\\n\"\n\"代わりに、Wine-GE を使用することを推奨します。これは Steam 以外の環境で動かす\"\n\"ことを意図した Proton のバージョンです。\\n\"\n\"\\n\"\n\"続行すると自動的に Steam のランタイムが自動的に有効になります。 (システムで\"\n\"インストール済みでボトルに検出されている場合)これは必要なライブラリへの\"\n\"アクセスを可能にし、互換性の問題を少なくするために行われます。ランナーの提供\"\n\"者、GloriousEggroll はこの問題に関する責任を持っていないことに注意し、彼らへ\"\n\"の不具合報告は行わないようにしてください。\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"了解しました。\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"名前を変更\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"選択したプログラムの新しい名前を選択してください。\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"新しい名前\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"引数を指定して実行\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"実行\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"実行可能ファイルに渡す引数を以下に記述してください。\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"例: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"サンドボックスの設定\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"ネットワークを共有\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"サウンドを共有\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"アップグレードが必要\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"続行\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"アップグレードを起動\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"新しいバージョン管理\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"新しいボトル用バージョン管理システムが利用可能になりました。\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"リポジトリを再初期化…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"完了しました!　Bottles を再起動してください。\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"ポストプロセス効果の設定\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"デフォルト\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"デフォルトの設定\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"効果はリストの順番に応じて適用されます。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"効果\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"シャープネス\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"情報を表示\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"デノイズ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"最高品質\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"閾値\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"最大の検索ステップ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"組み込み (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"ネイティブ (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"組み込みが利用できなければネイティブを使う\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"ネイティブが利用できなければ組み込みを使う\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"無効\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"削除\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"パスを指定\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"値\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"ファイルを表示\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine 環境の名前\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"マネージャー\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"この Wine 環境は Bottles にインポート済みです。\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Bottles のバックアップをインポート\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"環境を対象に再検索\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"環境が見つかりません\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"外部の環境が見つかりません。Bottles にアクセス権限はありますか?\\n\"\n\"バックアップからボトルをインポートするには、上部のアイコンを使用してください\"\n\"。\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"完全なアーカイブ\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"マニフェストを表示…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"レビューを読む…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"インストーラーの名前\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"インストーラーの説明\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"不明\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"このプログラムをインストール\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"プログラムメニュー\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"サムネイルなし\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"起動\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Steam を使って起動\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"項目名\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"ライブラリから削除\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"停止\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"ライブラリ\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"ボトルのプログラム一覧から、ここに項目を追加してください\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"このボトルのバージョン管理は有効です。\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"このボトルは破損しているようです。\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"このボトルで実行\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"ここで実行\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"このボトルはしているようです。設定ファイルがありません。新しい設定を作成する\"\n\"ことで、解決を試みることができます。\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"ボトルを検索…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"ボトル\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"新しいボトルを作成…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"検索結果なし\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"別の単語をお試しください。\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"起動しています…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"このリソースは不足しています。\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"表示\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"作成(_R)\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"ボトル名\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"アプリケーション(_A)\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"ゲーミング(_G)\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"カスタム(_U)\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"カスタム\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"ユーザーディレクトリを共有\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"これを有効にするとユーザーディレクトリがボトル内で使用可能になり、Windows ソ\"\n\"フトウェアと個人的なデータを共有するリスクがあります。この設定はボトルを作成\"\n\"後には変更できません。\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"アーキテクチャ\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"特に理由がなければ 32bit をお使いください。\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"カスタム設定をインポートします。\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"ボトルのディレクトリ\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"このボトルのデータを保存するディレクトリ。\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"閉じる(_C)\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"この名前は利用できません、ほかの名前をお試しください。\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"戻る\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Bottles へようこそ\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Linux 上で Windows ソフトウェアを実行します。\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"ボトルの中で Windows を実行します\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"Bottles は、互換ランナーを使用することで、分離・コンテナ化された Windows 風の\"\n\"プログラム動作環境を提供します。\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"もう少しです\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"セットアップはあと数分で完了します…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"完了しました!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"最初にセットアップを完了させてください\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Bottles の使用を開始\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"次へ\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"設定\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"一般\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"外観\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"ダークモード\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Bottles がダークテーマを使用するかどうか。\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"更新日を表示\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"ボトル一覧に更新日を表示するかどうか。\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"通知\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"ダウンロードとインストールに関する通知を表示します。\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"一時ファイル\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Bottles の起動時、一時ファイルをクリーンアップするかどうか\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"プログラム起動後に Bottles を閉じる\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"ファイルマネージャーからプログラムを起動した後、Bottles を終了します。\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"統合\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton 環境\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Steam Proton 環境を一覧表示し管理します。\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"プログラム一覧に Steam アプリを表示\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"ボトルに Windows 用 Steam のインストールが必要です。\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"プログラム一覧に Epic Games を表示\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"ボトルに Epic Games Store のインストールが必要です。\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"プログラム一覧に Ubisoft ゲームを表示\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"ボトルに Ubisoft Connect のインストールが必要です。\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"高度な設定\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"ボトルのディレクトリ\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"ボトルのデータを含むディレクトリ。\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"ランナー\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles はオフラインモードで実行中です。ランナーは利用できません。\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"プレリリース\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"不安定版のランナーを表示します。\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL コンポーネント\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles はオフラインモードで実行中です。DLL は利用できません。\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"コア\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"ランタイム\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"実験的な機能\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"これらの機能は目下開発中で不安定なことがあります。バグや破壊の可能性を理解の\"\n\"うえ使用してください。\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"ボトル単位のサンドボックス\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"開発初期段階の機能です。\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"ターミナルを使って起動\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"パスを表示\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"プログラム起動オプションを変更…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"ライブラリに追加\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"デスクトップエントリを追加\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Steam に追加\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"名前を変更…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"プログラムを非表示\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"プログラムを表示\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"一覧から削除\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"プログラム名\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"状態 ID\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"状態コメント\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"このスナップショットを復元\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"メッセージを削除\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"メインメニュー\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"インターネットに接続されていないようです。重要なコンポーネントをダウンロード\"\n\"するにはインターネット接続が必要です。接続が再確立されたら、このアイコンをク\"\n\"リックしてください。\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"インポート…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"ヘルプ\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Bottles について\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"ファイル \\\"{0}\\\" は .exe ファイルや .msi ファイルではありません\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"更新済み: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" を追加しました\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"実行可能ファイルを選択\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"追加\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"非表示のプログラムを表示しない\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" を起動しています…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"サンドボックスについての注意\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles はサンドボックス内 (ユーザーを安全にするために権限が制限された環境) \"\n\"で実行しています。プログラムを実行できない場合、プログラムをボトル内に移動し\"\n\"て (上部の3点アイコン)、そこから起動してみてください。\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"閉じる(_D)\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"バックアップ設定の保存先を選択してください\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"エクスポート\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"バックアップアーカイブの保存先を選択してください\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"バックアップ\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\" のバックアップを作成しました\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\" のバックアップに失敗しました\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\\\"{}\\\" を完全に削除してもよろしいですか?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"これはすべてのプログラムと関連する設定を完全に削除します。\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"削除(_D)\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"不足しているランナー\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"すべてのプロセスを強制終了してもよろしいですか?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"データの消滅、破壊、プログラムの異常動作の原因となる可能性があります。\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"強制終了(_S)\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"この機能はお使いのシステムでは利用できません。\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} この機能を追加するには、以下を実行してください。flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"このボトル名はすでに使用中です。\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"カレントディレクトリを選択\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\\\"{}\\\" のデータを含むディレクトリ。\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"すべてのスナップショットを削除してもよろしいですか？\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"すべてのスナップショットを削除しますが、ファイルは保持します。\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"新しい状態を作成するには、新しいバージョン管理システムに移行してください。\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"インストーラー\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"処理中です、お待ちください。\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"ボトルに戻ってください。\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"バックアップを正常にインポートしました\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"インポートに失敗しました\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"バックアップをインポートしています…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"バックアップアーカイブを選択\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"インポート\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"設定ファイルを選択\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"なし\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\\\"{self.config.Name}\\\" で実行可能ファイルを実行\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\\\"{1}\\\" で \\\"{0}\\\" を起動しています…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"自分のボトル\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"ボトルのディレクトリを選択\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"ボトルを作成しています…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"ボトルを作成できませんでした\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"1つかそれ以上のエラーにより、ボトルの作成に失敗しました。\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"ボトルを作成しました\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" を正常に作成しました。\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam が見つからないか、Bottle に権限がありません。\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"ボトルのパスを選択\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Bottles を再起動しますか？\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"このディレクトリを使用するには、ボトルを再起動する必要があります。\\n\"\n\"\\n\"\n\"ボトルを再起動する前に、ボトルを使用して起動した全てのプログラムを終了してい\"\n\"ることを確認してください。そうしないと、データの消失や破損、プログラムの誤作\"\n\"動を引き起こすことがあります。\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"再起動(_R)\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"そのほか\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"アップグレード\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"インストールしています…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"{0} のマニフェスト\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" をアンインストールしました\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" をインストールしました\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" のインストールに失敗しました\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" をインポートしました\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"このプログラムの動作に不具合が発生します。しかし、これらの不具合はプログラム\"\n\"の機能性には問題ありません。\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"このプログラムの動作に軽微な不具合が発生します。\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"このプログラムは完璧に動作します。\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"{0} のレビュー\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" を停止しています…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Steam を使って \\\"{0}\\\" を起動しています…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" を非表示にしました\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" を表示しました\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" を削除しました\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" を \\\"{1}\\\" に名前変更しました\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\" のデスクトップエントリを作成しました\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" をライブラリに追加しました\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" を Steam ライブラリに追加しました\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"レポートを表示\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            この不具合は5度も報告されているため、再度送信できません。\\n\"\n\"            以下の既存の報告の中から選んでフィードバックを報告してください。\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"ディスプレイ設定を更新しています。お待ちください…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"ディスプレイ設定を更新しました\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"オーバーライドが見つかりませんでした。\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"ドライブのパスを選択\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"環境変数が未定義です。\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"除外パターンが未定義です。\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"エラーが発生しました。\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"クリップボードにコピー\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"リソースファイルを選択\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Windows 依存関係をインストールしています…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"ボトルを設定しています…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"インストーラーを実行しています…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"{} をインストールしています…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"最終確認を行っています…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0} をインストールしています…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} がプログラム画面から利用可能になりました。\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"インストーラーが不明なエラーで終了しました\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"このボトルではすでに{0}は無効です。\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"この設定は、ボトルのデフォルトとは異なります。\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"スクリプトを選択\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"カスタムボトルパスが見つかりません\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"デフォルトのパスを代わりに使います。指定パスにあるボトルは表示されません。\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Windows ソフトウェアを実行します\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak 版への移行\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Flatpak 版への移行ダイアログを表示／非表示にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"ダークテーマ\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"ダームテーマを強制的に使用します。\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"リスト内の更新日を表示／非表示にします\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"ボトルリストの更新日を表示／非表示にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam アプリの表示\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Steam アプリを表示／非表示にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games の表示\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Epic Games を表示／非表示にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect の表示\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Ubisoft Connect を表示／非表示にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"ウィンドウ幅\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"ウィンドウ幅を変更します。\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"ウィンドウの高さ\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"ウィンドウの高さを変更します。\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"通知を表示にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"一時ファイルをクリーンアップする\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"システム起動時にファイルパスをクリーンアップします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"リリース候補版\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"ランナーのリリース候補を切り替えます。\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"スタートアップビュー\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"アプリケーション起動時に表示する画面を選択します。\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"バージョン管理やインストーラーなどの実験的な機能を有効／無効にします。ランナ\"\n\"ーのリリース候補です。\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton への対応\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Steam Proton 環境への対応機能を有効／無効にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"実験的な機能: サンドボックス\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"実験的なサンドボックスをボトル単位で有効／無効にします。\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Bottles を自動的に閉じる\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"ファイルマネージャから実行可能ファイルを起動した後、Bottles を閉じます。\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"サンドボックス警告を表示\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"サンドボックス警告を表示／非表示にします。\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Bottles を使用して Linux で Windows ソフトウェアを実行しましょう！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"ソフトウェアを瓶詰めしてゆっくりお楽しみください！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"組み込みの依存関係インストールシステムにより、ソフトウェアの互換性への自動ア\"\n\"クセスが許可されます。ランナー (Wine、Proton)、DXVK、依存関係など各種公式コン\"\n\"ポーネントのダウンロードには、ダウンロードマネージャーを使用します。\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"ボトルをバージョン管理すると、作業が安全に保たれ、後で復元できるようになりま\"\n\"す！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"特徴:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"事前設定された環境を使用してボトルを作成するか、自分の環境を作成します\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"ボトル内の実行可能ファイル (.exe / .msi) をファイルマネージャーのコンテキスト\"\n\"メニューから直接実行します\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"ボトルにインストールされているアプリケーションを自動的に検出します\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"環境変数をすばやく追加できます\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"ボトルごとの設定から直接DLLをオーバーライドできます\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"一時的なボトルのランナー変更も可能です\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"各種ゲームパフォーマンスの最適化 (esync、fsync、DXVK、キャッシュ、シェーダー\"\n\"コンパイラ、オフロードなど。)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"WineランナーとProtonランナーの自動インストールと管理\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"破損時の自動ボトル修復\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"コミュニティ主導のリポジトリに基づく依存関係インストーラーを搭載\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Wineプロセス用のタスクマネージャーを搭載\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"サポートのためのProtonDBとWineHQへのアクセス\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Bottlesの新バージョンに設定を引き継ぎ可能なシステム\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"ボトルのバックアップとインポート\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"ほかのマネージャーからWine環境をインポート可能\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"ボトルのバージョン管理\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"便利な機能はまだまだあります。ぜひBottlesをインストールして確認してみてくださ\"\n\"い！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\n#, fuzzy\nmsgid \"Update metadata information\"\nmsgstr \"ボトルの情報\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\n#, fuzzy\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Steamに追加\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"バージョンを修正\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"ボトル作成時にクラッシュする不具合を修正\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"カスタム実行可能パスを追加します\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"バグの修正:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"バックアップをインポートしています: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"作成日\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"計算しています…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"このボトルで.exe / .msiを実行します\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"新しいボトルを作成するには \\\"新しいボトルを作成…\\\" をクリックしてくださ\"\n#~ \"い。\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"新しいボトルを作成…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"新しいボトル\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"ボトルの情報\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Windowsゲームに最適化された環境です。\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Windowsアプリケーション用に最適化された環境です。\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"実験目的での使用に適した、まっさらな環境です。\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"ホームディレクトリを独立させる\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"ユーザーディレクトリとホームディレクトリを別々にします\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"独自のレシピ\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"\"\n#~ \"この環境で使用する独自のレシピを用意してある場合は、ここで選択できます。\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"独自のパス\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"このボトルを別の場所に保存します。\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"オフラインなので、ダウンロードできません。\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"実行可能パスを選択します\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Windows実行可能ファイルを選択してください\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"実行可能ファイルの作業ディレクトリを選択\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"レシピファイルを選択\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"ボトルの保存先を入力してください\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"新しいボトルのパスを選択\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"スクリプトを選択\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"カレントディレクトリを選択\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \".lnkファイルのサポート\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"3回再試行しましたが、コンポーネントをインストールできませんでした。\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"@julroy67 のおかげでフランス語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"@julroy67 のおかげでフランス語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"@tacitcoast のおかげでロシア語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"@thericosantoのおかげでドイツ語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"@ovari のおかげでハンガリー語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"@MartinIIOTのおかげでスロバキア語の翻訳\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"@SantosSiのおかげでポルトガル語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"@ovari のおかげでハンガリー語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"@thericosantoのおかげでドイツ語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Krzysztof Marcinek のおかげでポーランド語の翻訳\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"レイヤー\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"最高品質\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"品質優先\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"バランス\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"レイヤー\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"レイヤー化された環境では、各アプリがレイヤーとなります。\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"パスを選択\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"ファイルを選択してください。\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"ファイルが見つかりません\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"\"\n#~ \"指定されたファイルは存在しません。適切なファイルを選択してください。\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"ファイル名にスペースを含まないでください\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"画像解像度が不適切です\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"画像の高さと幅を一致させる必要があります。\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"環境を使用してwineprefixを簡単に管理\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"引数を指定して実行…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Wineエクスプローラーを用いて、内部ファイルを参照します。\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Wineタスクマネージャーでプロセスを管理します。\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Wineプロセスをデバッグします。\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine設定\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"内部設定を調整します。\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"\"\n#~ \"Wineアンインストーラーを使用して、プログラムをアンインストールします。\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"内部のWineコントロール パネルにアクセスします。\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"\\\"インストーラー\\\"セクションか、\\\"実行可能ファイルを実行\\\" ボタンを使用し\"\n#~ \"てください。\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Windowsソフトウェアの互換性を向上させるソフトウェア、ライブラリ、コーデッ\"\n#~ \"クです。お使いのプログラムの要求に合わせるためにこちらでインストールしてく\"\n#~ \"ださい。\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"ドキュメンテーションを読みます。\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"選択項目をインストール\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"複数の依存関係を同時にインストールすることを強く推奨します。\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"依存関係を選択\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"このセクションを使うと、手動でインストールすることなく、コミュニティーが厳\"\n#~ \"選したプログラムをインストールできます。\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"ドキュメンテーションを読む\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"グラフィックス\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"DirectX 11を使用するゲームや、3Dアプリケーションのパフォーマンスを向上させ\"\n#~ \"ます。\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"DirectX 12を使用するゲームや、3Dアプリケーションのパフォーマンスを向上させ\"\n#~ \"ます。\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"DLSSサポート (利用できる場合のみ) とNvidiaのNVAPIを提供します。\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSRは最先端のアップスケーリング技術を使用することで、高フレームレートを目\"\n#~ \"指します。\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"vkBasaltはVulkanの後処理レイヤーで、ゲームの画質を向上させます。\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"vkBasalt 設定を管理\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Wine仮想デスクトップを使用します。\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"全画面表示でマウスを捕捉\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"全画面で表示中のプログラムにマウス操作が反映されます。\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"フォーカスを取得\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"プログラムを切り替えてもフォーカスが移行しない場合は有効にしてください。\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"マウスの遅延や同期ズレが発生している場合は、この設定を変更してください。\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"画面のスケーリング\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"カスタムDPIを設定します。\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"レンダラー\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"wined3d において使用するバックエンドを選択してください。\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (デフォルト)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"コンポーネントのバージョンを管理\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVKバージョン\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3Dバージョン\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPIバージョン\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleXバージョン\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"\"\n#~ \"Bottlesのランタイムと同一ですが、Steamが提供しているという点が異なります。\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"必要に応じてゲームパフォーマンスを最適化します。\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Gamescopeマイクロコンポジターを使用します。\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"デフォルトで使用されるボトルのパスです。\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"デフォルトにリセット\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"ディレクトリを選択\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"オーディオ\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"レイテンシーを減らす\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"PulseAudioのレイテンシーを60ミリ秒に設定して、音質を向上させます\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"バージョン管理\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"開発者向け設定とデバッグ\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"FPS、温度、CPU／GPUのロード時間などを監視できる、Vulkan／OpenGL 用オーバー\"\n#~ \"レイです。\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Wineに未実装のコードパスをログ出力します。\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"プログラムが見つかりません\"\n\n#, fuzzy\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"検索を切り替え\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"しばらくお待ちください。これには少し時間がかかることがあります。\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"ユーザーが実行するゲームに対するGamescopeのウィンドウ管理方法を設定しま\"\n#~ \"す。\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"幅 (例: 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"高さ (例: 720)\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescopeの解像度\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"ログレベルを変更します。\\n\"\n#~ \"                                        \"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"ディスプレイの設定\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"ボトルを作成することから始めましょう。\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Linux 上で Windows 向けソフトウェアを動かします。\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"ボトルパスのカスタマイズ (再起動が必要)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"新しいボトルの保存先を選択します (既存のボトルは移動しません)。\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"開発初期段階の機能です (再起動が必要)。\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"インポートとエクスポート…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"寄付\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"フォーラム\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"メニューを開く\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"新しいボトル\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"確認\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"すべてのプロセスを終了してもよろしいですか？\\n\"\n#~ \"これはデータの損失につながる可能性があります。\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"デフォルトで使用されるボトルのパスです。\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"詳細とユーティリティ\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"ボトルのスタートメニューにあるプログラムです。\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"ボトル“{0}”を正常に作成しました\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}'をインストールしました。\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"ニュース\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"バージョン管理の初期状態を作成しています…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"新しいボトル\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"@julroy67 のおかげでフランス語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"@thericosantoのおかげでドイツ語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"@jatin-cbs のおかげで日本語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"@julroy67 のおかげでフランス語の翻訳\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"@thericosantoのおかげでドイツ語の翻訳\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Wine環境を簡単に管理できます\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"実験的な機能: ライブラリ\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"実験的なライブラリモードを有効／無効にします。\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"読み込んでいます…\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"ヘルスチェック\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"ステータスファイルのインデックスを作成しています…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"復元ポイントを作成しています…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"状態フォルダを作成できませんでした。\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"インデックスを更新しています…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"状態ファイルを更新できませんでした。\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"インデックスファイルを更新できませんでした。\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"実行可能ファイル: [{executable}]の引数が見つかりました。\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"ステップ {self.__step} / {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}'を起動しました。\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' がSteamを使って起動しました。\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"状態{0}のインデックス\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"依存関係についてのドキュメンテーションを読みます。\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"D3DアプリケーションでFPSなどの詳細を表示するDXVKオーバーレイを表示／非表示\"\n#~ \"にします。\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"プログラムに関するドキュメンテーションを読む\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"拡張設定\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"環境を検索\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"バージョン管理を使うことで、ボトルの状態の保存と復元が可能です。\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"ライブラリ\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"ヘルスチェック\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"読み込んでいます…\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"タスクマネージャー\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"新しいボトルの保存先を選択します (既存のボトルは移動しません)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"インストールしています…\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"簡潔なコメントを入力:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"一時ファイル\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"ファイルマネージャからプログラムを起動した後、Bottlesを終了します\"\n\n#, fuzzy\n#~ msgid \"Custom bottles path (requires restart)\"\n#~ msgstr \"ボトルパスのカスタマイズ (再起動が必要)\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"プレリリース\"\n\n#~ msgid \"In early development (requires restart)\"\n#~ msgstr \"開発初期段階の機能 (再起動が必要)\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutrisランナー\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"ボトルのバージョン管理 (実験的)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">翻訳</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">資金を提供</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">バグ報告</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">ブログ</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"バグ報告\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"エクスプローラーで開く\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"サンドボックス内に移動\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"サンドボックス内に移動しています…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"ユーティリティ\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"コマンドライン\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"レジストリ エディター\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine 設定\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"コントロール パネル\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"テストモードが有効: テストリポジトリからの依存関係のみが表示されます。\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"例: Microsoft .NET Framework 4\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"このページのファイルは検証済みですが、プロプライエタリライセンスの下にある\"\n#~ \"可能性があります。\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"このページのファイルは検証済みですが、プロプライエタリライセンスの下にある\"\n#~ \"可能性があります。\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"ドキュメンテーションを読む\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"ボトルの詳細\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"新しいボトル\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"ボトル名を変更\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"DXVKを使う\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3Dを使う\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSRを有効にする\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"LatencyFleXを有効化\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"全画面表示時マウスを捕捉\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVKバージョン\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"VKD3Dバージョンを管理\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"wineserverが再起動します。\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLLのオーバーライド\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"PulseAudioのレイテンシーを60ミリ秒に設定して、音質を向上させます\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"ドキュメンテーションを読む\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"例: ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"既存のオーバーライド\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"例: -example1 -example2 -example3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"例: ボトルのコピー\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"新しい変数\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"例: MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"ここで、実行されるコマンドの環境変数を変更できます。\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"例: VAR1=value VAR2=value\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"例: VAR1=value VAR2=value ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"例: 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"例: 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Flatpak版のBottlesを使用しています。スクリプトのパスがサンドボックス外にあ\"\n#~ \"る場合は、<a href=\\\"https://docs.usebottles.com/flatpak/expose-\"\n#~ \"directories\\\">Flatseal</a>を使用してパーミッションを付与するようにしてくだ\"\n#~ \"さい。\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"新しい名前を入力してください:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"ここに入力してください…\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"メッセージはこちらです。\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"ユーティリティと設定\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"ボトルの名前を入力してください\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"独自のレシピを使う\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"ようこそ\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Bottlesを使用すると、Linux上でより簡単にWindowsソフトウェアを実行できるよ\"\n#~ \"うになります。\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"ランナーとは\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"最後に\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"独自のボトルを作成するには、ランナーのダウンロードとインストールが必要で\"\n#~ \"す。\\n\"\n#~ \"ダウンロードサイズは<b>70MB以下</b>です。\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">ダウン\"\n#~ \"ロードの内容についてもっと読む</a>\\n\"\n#~ \"\\n\"\n#~ \"これらのファイルを最初からBottlesに同梱していないのは、リリースサイクルが\"\n#~ \"異なるためです。\\n\"\n#~ \"\\n\"\n#~ \"準備ができたら、<b>インストール</b>ボタンを押してください。\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"しばらくお待ちください。これには数分かかる場合があります。\"\n\n#~ msgid \"Download\"\n#~ msgstr \"ダウンロード\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"準備がすべて整いました！\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"これで、最初のボトルを作成する準備が整いました。\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"終了\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"警告: Flatpakが新しいパスにアクセスできるようにパーミッションを付与するよ\"\n#~ \"うにしてください。\\n\"\n#~ \"この操作によってサンボドックスが破損します！\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"上記のリストに不安定版を表示するかどうか設定します。\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"起動オプションを変更\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"ライブラリ\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"戻る\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"[{0}]の実行可能ファイルが見つかりません。\"\n\n#, fuzzy\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"(!) レシピが見つからないか有効ではありません…\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"インストールできませんでした。ログを確認してください。\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) デフォルトの環境で続行します…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"削除の確認\"\n\n#~ msgid \"Done\"\n#~ msgstr \"完了\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffeランナー\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Protonランナー\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"そのほかのランナー\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottlesフォーラム\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"ボトルの名前を入力してください\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"新しいプログラムは自動的に検出されます。\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"ボトルを複製\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"環境変数を変更\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"このフィールドに特殊文字を含めることはできません！\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"ランナーとは互換レイヤーのことで、これがあることでWindowsソフトウェアを\"\n#~ \"Linuxシステムにインストールして実行できるようになります。\\n\"\n#~ \"\\n\"\n#~ \"<b>ボトル</b>は、ランナーがシステムを構成したり、Windowsソフトウェアが実\"\n#~ \"行・インストールされる環境です。\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">ランナーについ\"\n#~ \"てもっと読む</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"インポートとエクスポート\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"カスタムDPIを設定します\"\n\n#~ msgid \"Select what backend to use for wined3d\"\n#~ msgstr \"wined3dで使用するバックエンドを選択します\"\n\n#~ msgid \"Gamescope settings\"\n#~ msgstr \"Gamescopeの設定\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"ランナーとは\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"独自のボトルを作成するには、ランナーのダウンロードとインストールが必要で\"\n#~ \"す。\\n\"\n#~ \"ダウンロードサイズは<b>70MB以下</b>です。\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">ダウン\"\n#~ \"ロードの内容についてもっと読む</a>\\n\"\n#~ \"\\n\"\n#~ \"これらのファイルを最初からBottlesに同梱していないのは、リリースサイクルが\"\n#~ \"異なるためです。\\n\"\n#~ \"\\n\"\n#~ \"準備ができたら、<b>インストール</b>ボタンを押してください。\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"更新日を表示\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"ライブラリモード\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak版に関するヘルプ\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Flatpak版への移行前にはあったボトルが見当たりません。\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"表示されないディレクトリがあります。\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"ホームディレクトリ内のファイルが表示されません。\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"\"\n#~ \"実行可能ファイルが急にクラッシュしたり、黒い画面が表示されたりします\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"このボトルを破壊する\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64ビット\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"このボトルのバックアップを作成します。\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"ダークモード\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"ダークモードを使用します。\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"実験的な機能: winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"実験的なwinebridge機能を有効／無効にします。\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"ACOシェーダーコンパイラを有効にする\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"ゲームや3Dアプリケーションのパフォーマンスを向上させます。\\n\"\n#~ \"視覚上の不具合が発生する場合は無効にしてください。\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"ダークモード\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"プロセスとプログラムの管理にWineBridgeを使用します。\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"ボトルの不具合\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottlesが起動しました！\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"これは開発初期段階の実験的な機能です。ご注意ください。<a href=\\\"https://\"\n#~ \"github.com/bottlesdevs/Bottles/issues/new/choose\\\">バグ報告</a>もお願いし\"\n#~ \"ます。\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottlesの開発者\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"必要に応じてゲームパフォーマンスを最適化します\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPIバージョン\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"ボトルのパスを指定\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"ゲームモードは、システムで使用できないか、実行されていません。\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"実験的な機能: インストーラー\"\n\n#~ msgid \"Software\"\n#~ msgstr \"ソフトウェア\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Windowsソフトウェア用に最適化された環境。\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"ダークテーマを適用します。\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"実験：バージョン管理\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"インポートとエクスポート\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"ボトルを作成しています…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"これらは、PCで実行されているWine/ Wineサーバーのプロセスです。\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"実行中のプロセスを確認します。\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"ボトルをバックアップする\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"ボトル\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"ランナーが見つかりません。インストールしてください。\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"dxvkが見つかりません、最新バージョンをインストールしています…\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"vkd3dが見つかりません、最新バージョンをインストールしています…\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"dxvkが見つかりません、最新バージョンをインストールしています…\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"新しいボトル：{0}の準備ができました！\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"ダウンロードマネージャーを改善\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"GNOMEランタイム41にアップデートします。\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"\"\n#~ \"DXVK とVKD3Dのインストールが非同期モードで実行されるようになりました\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"ElementaryOSのためにUIの改善\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"コンポーネントのダウンロードが失敗したときにBottlesがクラッシュするバグを\"\n#~ \"修正しました\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"@jatin-cbs のおかげで日本語の翻訳\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"@vitor180396のおかげでポルトガル語（ブラジル）の翻訳\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"環境を選択する\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"このランナーをダウンロード＆インストールする\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"起動オプションで％command％を使用して、プレフィックスとサフィックスを設定\"\n#~ \"します\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"ファイルマネージャから選択した実行可能ファイルを起動するボトルを作成します\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"依存関係は、Windowsキャビネットから抽出してインストールできます\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"@Yuzaihhhh と @sr093906 のおかげでドイツ中国語（簡体字）の翻訳\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"ダウンロードリスト\"\n\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"ボトルリストの最後の更新日を切り替えます\"\n\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"\"\n#~ \"実行に失敗した場合は、作業ディレクトリを実行可能パスにフォールバックします\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"\"\n#~ \"ボトルルートは、実行されたすべてのコマンドの作業ディレクトリとして設定され\"\n#~ \"ます\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"コンポーネントのダウンロードが失敗したときにBottlesがクラッシュするバグを\"\n#~ \"修正しました\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"コンポーネントのダウンロードが失敗したときにBottlesがクラッシュするバグを\"\n#~ \"修正しました\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"コンポーネントのダウンロードが失敗したときにBottlesがクラッシュするバグを\"\n#~ \"修正しました\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"@blackcat-917 のおかげでイタリア語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"@ovari のおかげでハンガリー語の翻訳\"\n\n#~ msgid \"This is an off-calendar release.\"\n#~ msgstr \"これは予定外のリリースです。\"\n\n#~ msgid \"Fix listing when one or more bottles are broken.\"\n#~ msgstr \"1つ以上ボトルが壊れたときのリストを修正しました。\"\n\n#~ msgid \"Run any .exe/.msi/.lnk using the flags -e/-l in command line\"\n#~ msgstr \"\"\n#~ \"コマンドラインでフラグ-e / -lを使用して、任意の.exe / .msi /.lnkを実行しま\"\n#~ \"す\"\n\n#~ msgid \"Specify the target bottle using the -b flag in command line\"\n#~ msgstr \"コマンドラインで-bフラグを使用してターゲットボトルを指定します\"\n\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Bottlesウィンドウを表示せずに実行可能ファイルを実行します\"\n\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"依存関係はレジスタキーを設定できるようになりました\"\n\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"依存関係はアーカイブを抽出できるようになりました\"\n\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"依存関係は他の依存関係をアンインストールできるようになりました\"\n\n#~ msgid \"\"\n#~ \"Dependencies can now register fonts in the Bottle Register to make them \"\n#~ \"discoverable by the runner\"\n#~ msgstr \"\"\n#~ \"依存関係は、フォントをボトルレジスタに登録して、ランナーがフォントを見つけ\"\n#~ \"られるようにすることができます\"\n\n#~ msgid \"Cab extraction now support wildcards\"\n#~ msgstr \"キャブ抽出はワイルドカードをサポートするようになりました\"\n\n#~ msgid \"Cab extraction now support lowercase extensions\"\n#~ msgstr \"キャブ抽出は小文字の拡張子をサポートするようになりました\"\n\n#~ msgid \"\"\n#~ \"When installing a new runner, winemenubuilder is blocked to prevent the \"\n#~ \"creation of broken desktop entries\"\n#~ msgstr \"\"\n#~ \"新しいランナーをインストールすると、壊れたデスクトップエントリが作成されな\"\n#~ \"いように、winemenubuilder がブロックされます\"\n\n#~ msgid \"\"\n#~ \"The bottle root is now set as the working directory for all executed \"\n#~ \"commands\"\n#~ msgstr \"\"\n#~ \"ボトルルートは、実行されたすべてのコマンドの作業ディレクトリとして設定され\"\n#~ \"ます\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the dependency manager showing them installed even though \"\n#~ \"the process was still running\"\n#~ msgstr \"\"\n#~ \"プロセスがまだ実行されているにもかかわらず、それらがインストールされている\"\n#~ \"ことを示す依存関係マネージャーのバグを修正しました\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that prevented states from being sent to the bottle (kill, \"\n#~ \"shutdown, reboot, ..)\"\n#~ msgstr \"\"\n#~ \"状態がボトルに送信されなかったバグを修正しました（キル、シャットダウン、リ\"\n#~ \"ブート、..）\"\n\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"プロセスリストのバグを修正しました\"\n\n#~ msgid \"Fix crash log path on Flatpak\"\n#~ msgstr \"Flatpakのクラッシュログパスを修正しました\"\n\n#~ msgid \"\"\n#~ \"Fixed an issue causing Bottles to detect downloaded dxvk even when it \"\n#~ \"fails\"\n#~ msgstr \"ダウンロードしたdxvkが失敗してもBottlesが検出する問題を修正しました\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"一部のプログラムが[プログラム]セクションに配置されないバグを修正しました\"\n\n#~ msgid \"Fixed a bug in adding registry keys with spaces in name\"\n#~ msgstr \"\"\n#~ \"名前にスペースが含まれるレジストリキーを追加するときのバグを修正しました\"\n\n#~ msgid \"Uninstallers are now no longer displayed in the Programs list\"\n#~ msgstr \"アンインストーラーがプログラムリストに表示されなくなりました\"\n\n#~ msgid \"Disable uninstaller button for dependencies installed from cab files\"\n#~ msgstr \"\"\n#~ \"cabファイルからインストールされた依存関係のアンインストーラーボタンを無効\"\n#~ \"にする\"\n\n#~ msgid \"Access Bottles preferences from the bottle creation view\"\n#~ msgstr \"ボトル作成ビューからBottles設定にアクセスする\"\n\n#~ msgid \"\"\n#~ \"A spinner is now displayed when installing dependencies, programs and \"\n#~ \"components\"\n#~ msgstr \"\"\n#~ \"依存関係、プログラム、コンポーネントをインストールするときにスピナーが表示\"\n#~ \"されるようになりました\"\n\n#~ msgid \"Warning for missing cabextract tool\"\n#~ msgstr \"cabextractツールがない場合の警告\"\n\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"実験的機能に関する警告\"\n\n#~ msgid \"Warning for enables testing repository\"\n#~ msgstr \"テストリポジトリを有効にするための警告\"\n\n#~ msgid \"Several improvements in runner management\"\n#~ msgstr \"ランナー管理の色々な改善\"\n\n#~ msgid \"Added icons to the sidebar\"\n#~ msgstr \"サイドバーにアイコンを追加\"\n\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Bottlesインストーラーの実験的サポート\"\n\n#~ msgid \"Better support for Breeze theme\"\n#~ msgstr \"Breezeテーマのサポートの向上\"\n\n#~ msgid \"Browse programs path\"\n#~ msgstr \"プログラムパスを参照\"\n\n#~ msgid \"\"\n#~ \"Generate Bottles compatible desktop entries for programs installed \"\n#~ \"trought Bottles installers\"\n#~ msgstr \"\"\n#~ \"ボトルインストーラーを介してインストールされたプログラムのBottles互換デス\"\n#~ \"クトップエントリを生成します\"\n\n#~ msgid \"Visual feedback during a state restoring\"\n#~ msgstr \"状態復元中の視覚的フィードバック\"\n\n#~ msgid \"Toggle update date on bottles list\"\n#~ msgstr \"ボトルリストの更新日を切り替えます\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"\"\n#~ \"ランナーをローカルにインストールされた最新のランナーにアップグレードする\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"ボトルを破壊する\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"これにより、ランナーが{0}から{1}に変更されます。\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"このボトルで実行\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"@thericosantoのおかげでドイツ語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"@thericosantoのおかげでドイツ語の翻訳\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"ボトル構成ファイルの生成…\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"バックアップアーカイブを選択してください\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"CalVerモデルに基づいた新しいバージョニング\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"@thericosantoのおかげでドイツ語の翻訳\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"これは{0}のマニフェストです。\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"これは{0}のインデックスです。\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"ダウンロードしたファイル{0}が破損しているようです。再試行。\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"{0}ランナーをインストール…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"コンポーネント{0}が正常にインストールされました！\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{1}の{0}が完了しました。\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0}が正常にインポートされました！\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"{0}のバックアップの準備ができました！\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"バックアップ{0}が正常にインポートされました。！\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"バックアップ{0}のインポートに失敗しました！\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Wineは何ですか？\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wineは、WindowsソフトウェアをLinux上で実行できるようにする互換性レイヤーで\"\n#~ \"す。\\n\"\n#~ \"Bottlesでは、<b>ランナー</b>と呼ばれます。\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixは、Wineが機能する環境です。Bottlesでは、これらを<b>ボトル</b>と\"\n#~ \"呼びます。\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"ページ1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVKバージョン\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"一時ファイルパスのクリーンアップに失敗しました!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"ランナーパスは存在せず、現在作成中です。\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"ボトルパスは存在せず、現在作成中です。\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"DXVKパスは存在せず、現在作成中です。\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"一時ファイルパスは存在せず、現在作成中です。\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"抽出に失敗しました！アーカイブは予想より早く終了しました。\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"ファイル[{0}]はすでに一時ファイルに存在し、スキップします。\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"名前[{0}]は[{1}]に変更します。\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"ダウンロードしたファイル[{0}]が破損しているようです。\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"ソースチェックサム: [{0}] ダウンロードしました:[{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"コンポーネントをインストール：[{0}]。\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"依存関係{0}はボトル{1}にインストール。\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"ボトル：[{1}]内のsystem32から[{0}]を削除しています\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}]はボトル：[{1}]に見つかりません、system32からの削除に失敗しました。\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"依存関係の削除：[{0}]ボトル[{1}]から：構成。\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"見つかったランナー：[{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvkが見つかりました：[{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"dxvkが見つかりません。\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"キー：[{0}]はボトル：[{1}] にありません：構成、更新中。\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"キー：[{0}]はボトル：[{1}] 構成パラメーターにありません、更新中。\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"ボトル：[{2}]の設定キー：[{0}]から[{1}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"環境を適用しています：[{0}]…\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"ボトル：[{0}]が正常に作成されました！\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"パス：[{0}] 内のボトルが正常に削除されました\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"空のパスが見つかりました、災害を回避できませんでした。\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"ボトル：[{0}]を修理しようとしています…\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"キー：[{0}]の追加値：[{1}]およびデータ：[{2}]レジスターボトル：{3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"レジスタボトル：{2}内のキー：[{1}]の値：[{0}]を削除しています\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"ボトル：[{0}]用のdxvkのインストール。\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"ボトル：[{0}]のdxvkを削除しています。\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"wineprefixで実行可能ファイルを実行しています…\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"wineprefixでwineブートを実行しています…\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"wineprefixでwinecfgを実行しています…\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"wineprefixでwinetricksを実行しています…\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"wineprefixでデバッグコンソールを実行しています…\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"wineprefixでCMDを実行しています…\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"wineprefixでタスクマネージャーを実行しています…\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"wineprefixでコントロールパネルを実行しています…\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"wineprefixでアンインストーラーを実行しています…\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"wineprefixでRegeditを実行しています…\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"送信ステータス：[{0}]をwineprefixに…\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"パスでファイルマネージャを開く…\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"新しいボトルにwineprefix [{0}]をインポートしています…\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"wineprefix [{0}]のボトルパスの作成中にエラーが発生しました。中止。\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix：[{0}]が正常にインポートされました！\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}]置き換えるファイル。\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}]追加するファイル。\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"構成のバックアップ：[{1}]の[{0}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"バックアップボトル：[{1}]の[{0}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"パスにバックアップを保存できませんでした：{0}。\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"バックアップのインポートに失敗しました：[{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"接続ステータス：オンライン…\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Yaruテーマで環境選択スタイルを修正\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"ボトルの削除時にpage_detailsを破壊しないでください\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"依存関係としてfreetypeを追加します\"\n\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"\"\n#~ \"依存関係により、1つのステップでより多くのdllをインストールできるようになり\"\n#~ \"ました\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental versioning feature.\"\n#~ msgstr \"実験的なバージョン管理機能を切り替えます\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Windowsを再起動します\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Windowsをシャットダウンします\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"すべてのワインプロセスを殺す\"\n"
  },
  {
    "path": "po/ka.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-09-27 10:57+0530\\n\"\n\"PO-Revision-Date: 2026-02-22 07:09+0000\\n\"\n\"Last-Translator: Temuri Doghonadze <temuri.doghonadze@gmail.com>\\n\"\n\"Language-Team: Georgian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"ka/>\\n\"\n\"Language: ka\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.16.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"ბილიკი მითითებული არაა\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:103\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1076\n#: bottles/backend/managers/manager.py:1396\n#: bottles/backend/managers/manager.py:1397\n#, python-format\nmsgid \"Failed to install dependency: %s\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1115\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1126\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1203\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1215\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1220\nmsgid \"Generating bottle configuration…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1243\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1255\nmsgid \"The Wine config is being updated…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1257\nmsgid \"Wine config updated!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1265\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1267\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1308\nmsgid \"Setting Windows version…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1318\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Optimizing environment…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1337\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1347\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1350\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1367\nmsgid \"Installing DXVK…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1375\nmsgid \"Installing VKD3D…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1384\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1393\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1407\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1415\nmsgid \"Finalizing…\"\nmsgstr \"დასრულება…\"\n\n#: bottles/backend/managers/manager.py:1426\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:111\nmsgid \"Show version\"\nmsgstr \"ვერსიის ჩვენება\"\n\n#: bottles/frontend/main.py:119\nmsgid \"Executable path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:127\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:135 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:143\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:202\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:242\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:252\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:260\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:293\nmsgid \"Donate\"\nmsgstr \"შემოწირულობა\"\n\n#: bottles/frontend/main.py:298\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:324\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"მთარგმნელის_შესახებ\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"წაშლა\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse Files\"\nmsgstr \"ფაილის არჩევა\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"ლიცენზია\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"თავიდან დაყენება\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"შეცდომის პატაკი…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"კატეგორია\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"პრობლემების გადაჭრა\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"ფაილის არჩევა…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:347\nmsgid \"Show Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"მეორადი მენიუ\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"გამორთვა\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"გადატვირთვა\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"ტერმინალში გაშვება\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"გარემო\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"გამშვები\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"პროგრამები\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"მორგება\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"მორგება\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"დამოკიდებულებები\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:376\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"სწრაფი ასლები\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"ამოცანების მმართველი\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"ხელსაწყოები\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"ბრძანების სტრიქონი\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"რეესტრის რედაქტორი\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"გამცილებელი\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"გამმართველი\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"მორგება\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"მართვის პანელი\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:199\n#: bottles/frontend/ui/preferences.blp:247\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"დოკუმენტაცია\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"ძებნა\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:82\nmsgid \"Read Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52 bottles/frontend/ui/new.blp:53\nmsgid \"Name\"\nmsgstr \"სახელი\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"კომპონენტები\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:278\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:286\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"ჩვენება\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"წარმადობა\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"სინქრონიზაცია\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"სისტემა\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:201\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:205\nmsgid \"Manage MangoHud settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:210\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:220\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:225\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:240\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:250\nmsgid \"Compatibility\"\nmsgstr \"თავსებადობა\"\n\n#: bottles/frontend/ui/details-preferences.blp:253\nmsgid \"Windows Version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:256\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:265\nmsgid \"Language\"\nmsgstr \"ენა\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:274\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:278\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:294\nmsgid \"Bottles Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:305\nmsgid \"Steam Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:314\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"სამუშაო საქაღალდე\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:317\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:157\nmsgid \"Reset to Default\"\nmsgstr \"ნაგულისხმევ მნიშვნელობაზე ჩამოყრა\"\n\n#: bottles/frontend/ui/details-preferences.blp:338\n#: bottles/frontend/ui/preferences.blp:178 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:221\nmsgid \"(Default)\"\nmsgstr \"(ნაგულისხმევი)\"\n\n#: bottles/frontend/ui/details-preferences.blp:346\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:356\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"გარემოს ცვლადები\"\n\n#: bottles/frontend/ui/details-preferences.blp:366\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:380\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:390\nmsgid \"Compression\"\nmsgstr \"შეკუმშვა\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:400\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:404\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"განახლება\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"დეტალები\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"უკან დაბრუნება\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"ოპერაციები\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"გაუქმება\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"არჩევა\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:507\n#: bottles/frontend/views/bottle_details.py:603\n#: bottles/frontend/views/bottle_preferences.py:746\n#: bottles/frontend/views/preferences.py:212\nmsgid \"_Cancel\"\nmsgstr \"გაუ_ქმება\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"დამატებითი პარამეტრები\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"გასვლა\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"გადაფარავს\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"დისკები\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"წერილი\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"დუბლირება\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"საკმაო დრო დასჭირდება.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"ცვლადის სახელი\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"ამოღების ნიმუშები\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"შაბლონი\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"შენახვა\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"სიგანე\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"სიმაღლე\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"სხვადასხვა\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"ფანჯრის ტიპი\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"საზღვრების გარეშე\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"სრულ ეკრანზე\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"გაგრძელება\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"დასრულდა!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"რაღაც მოხდა.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"ყველა შეტყობინება\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"კრიტიკული\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"შედომები\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"გაფრთხილება\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"ინფორმაცია\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"ყველა\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"ბრძანების არგუმენტები\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:53\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"ვირტუალური სამუშაო მაგიდა\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:42\nmsgid \"Display On Game Start\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:43\nmsgid \"Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"სახელის გადარქმევა\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"ახალი სახელი\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:404\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"გაშვება\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"ქსელის გაზიარება\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"გაგრძელება\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"ნაგულისხმევი\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"ნაგულისხმევი პარამეტრები\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"ეფექტები\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"სიმკვეთრე\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"ინფორმაციის ჩვენება\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"ხმაურის მოცილება\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"წიბოს დადგენა\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"განათებულობა\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"ფერი\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"ზღვარი\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"გამორთულია\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"წაშლა\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"მნიშვნელობა\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"მმართველი\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"დამყენებლის სახელი\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"უცნობი\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:33\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"გაშვება\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"ჩანაწერის სახელი\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"გაჩერება\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"ბიბლიოთეკა\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"შედეგების გარეშე\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"სცადეთ სხვა ძებნა.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"გაშვება…\"\n\n#: bottles/frontend/ui/loading.blp:22\nmsgid \"Continue Offline\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"პოვნა\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_შექმნა\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"ხელით\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"არქიტექტურა\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"და_ხურვა\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"წინა\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"შემდეგი\"\n\n#: bottles/frontend/ui/preferences.blp:5 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"მორგება\"\n\n#: bottles/frontend/ui/preferences.blp:12\n#: bottles/frontend/ui/preferences.blp:40\nmsgid \"General\"\nmsgstr \"ზოგადი\"\n\n#: bottles/frontend/ui/preferences.blp:15\nmsgid \"Appearance\"\nmsgstr \"გარეგნობა\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Dark Mode\"\nmsgstr \"მუქი რეჟიმი\"\n\n#: bottles/frontend/ui/preferences.blp:19\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:30\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Notifications\"\nmsgstr \"გაფრთხილებები\"\n\n#: bottles/frontend/ui/preferences.blp:44\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:54\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:64\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:74\nmsgid \"Integrations\"\nmsgstr \"ინტეგრაციები\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:78\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:99\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:109\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:119\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:129\nmsgid \"Advanced\"\nmsgstr \"დამატებით\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:133\nmsgid \"Display unstable versions of runners and components.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:142\nmsgid \"Force Offline Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:143\nmsgid \"\"\n\"Force disable any network activity even with available network connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:152\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:153\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:188\nmsgid \"Runners\"\nmsgstr \"გამშვებები\"\n\n#: bottles/frontend/ui/preferences.blp:202\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:236\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:250\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:282\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:295\nmsgid \"Core\"\nmsgstr \"ბირთვი\"\n\n#: bottles/frontend/ui/preferences.blp:299\nmsgid \"Runtime\"\nmsgstr \"გაშვების დრო\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:309\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Experiments\"\nmsgstr \"ექსპერიმენტები\"\n\n#: bottles/frontend/ui/preferences.blp:312\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:315\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:316\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"სახელის გადარქმევა…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"შეტყობინების წაშლა\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"მთავარი მენიუ\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"შემოტანა…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"დახმარება\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:193\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:209\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"განახლებულია: %s\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:273\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:276\nmsgid \"Add\"\nmsgstr \"დამატება\"\n\n#: bottles/frontend/views/bottle_details.py:349\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:386\n#: bottles/frontend/widgets/library.py:163\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:417\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:419\n#: bottles/frontend/views/bottle_details.py:528\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_მოცილება\"\n\n#: bottles/frontend/views/bottle_details.py:432\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:434\nmsgid \"Export\"\nmsgstr \"გატანა\"\n\n#: bottles/frontend/views/bottle_details.py:436\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:438\nmsgid \"Backup\"\nmsgstr \"მარქაფი\"\n\n#: bottles/frontend/views/bottle_details.py:443\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:445\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:504\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:508\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"_Delete\"\nmsgstr \"_წაშლა\"\n\n#: bottles/frontend/views/bottle_details.py:524\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:525\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:600\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:604\nmsgid \"Force _Stop\"\nmsgstr \"ძალით _გაჩერება\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:240\nmsgid \"Select Working Directory\"\nmsgstr \"აირჩიეთ სამუშაო საქაღალდე\"\n\n#: bottles/frontend/views/bottle_preferences.py:422\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:743\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:744\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"შემოტანა ჩავარდა\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:145\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:117\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:120\n#: bottles/frontend/views/importer.py:157\nmsgid \"Import\"\nmsgstr \"შემოტანა\"\n\n#: bottles/frontend/views/importer.py:154 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"ა/მ\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:46\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:47\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:134\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:187\nmsgid \"Select Bottles Path\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:209\nmsgid \"Relaunch Bottles?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:210\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:213\nmsgid \"_Relaunch\"\nmsgstr \"_თავიდან გაშვება\"\n\n#: bottles/frontend/views/preferences.py:306\nmsgid \"Based on Valve's Wine, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:307\nmsgid \"Based on Wine upstream, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:308\nmsgid \"\"\n\"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n\"includes Staging and custom patches. This is meant to be used with non-steam \"\n\"games outside of Steam.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:311\nmsgid \"\"\n\"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally \"\n\"available.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:313\nmsgid \"Based on Wine upstream, includes Staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:314\nmsgid \"\"\n\"Based on most recent bleeding-edge Valve's Proton Experimental, includes \"\n\"Staging and custom patches. Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:317\nmsgid \"Other Wine runners\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:318\nmsgid \"Other Proton runners\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:76\nmsgid \"Upgrade\"\nmsgstr \"განახლება\"\n\n#: bottles/frontend/widgets/component.py:142\nmsgid \"Installing…\"\nmsgstr \"დაყენება…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:176\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/envvars.py:135\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:105\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"აღმოჩენილია შეცდომა.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"ბუფერში კოპირება\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:55\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:214\nmsgid \"Select Script\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"ბნელი თემა\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Force Offline\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"\"\n\"\\\"Force disable any network activity even with available network connection.\"\n\"\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window width\"\nmsgstr \"ფანჯრის სიგანე\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Window height\"\nmsgstr \"ფანჯრის სიმაღლე\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Show notifications.\"\nmsgstr \"გაფრთხილებების ჩვენება.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Release Candidate\"\nmsgstr \"რელიზის კანდიდატი\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:91\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:92\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"\"\n\"Bottles lets you run Windows software on Linux, such as applications and \"\n\"games. It introduces a workflow that helps you organize by categorizing each \"\n\"software to your liking. Bottles provides several tools and integrations to \"\n\"help you manage and optimize your applications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Features:\"\nmsgstr \"თვისებები:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:14\nmsgid \"Use pre-configured environments as a base\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:15\nmsgid \"Change runners for any bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"Various optimizations and options for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Repair in case software or bottle is broken\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:18\nmsgid \"Install various known dependencies\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Integrated task manager to manage and monitor processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"Backup and restore\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:69\nmsgid \"Fix runners and components from not showing when prereleases are off\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:70\nmsgid \"Fix Steam runtime compatibility with Wine runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:75\nmsgid \"A few bug fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:80\nmsgid \"Support for the double-DLL VKD3D\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:81\nmsgid \"Updated Flatpak runtime\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:82\nmsgid \"Minor improvement and fixes to the library\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:83\nmsgid \"Fix the Steam link not being correct\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Download stable component by default\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:85\nmsgid \"Make window remember dimensions\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:90\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:100\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:102\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:107\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:118\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Replace emote-love icon with a library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:125\nmsgid \"Adding a shortcut to Steam resulted in an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:126\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:127\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:128\nmsgid \"\"\n\"Various library-related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:129\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:136\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:143\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:144\nmsgid \"Hide NVIDIA-related critical errors on non-NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:160\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:161\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:162\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:163\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:164\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:165\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/kab.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-09-27 10:57+0530\\n\"\n\"PO-Revision-Date: 2026-02-18 12:09+0000\\n\"\n\"Last-Translator: Amadɣas <massiin@proton.me>\\n\"\n\"Language-Team: Kabyle <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"kab/>\\n\"\n\"Language: kab\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.16.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Ulac abrid yettwafernen\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Aḥraz {0}\"\n\n#: bottles/backend/managers/backup.py:103\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Aktar n weḥraz: {0}\"\n\n#: bottles/backend/managers/manager.py:1076\n#: bottles/backend/managers/manager.py:1396\n#: bottles/backend/managers/manager.py:1397\n#, python-format\nmsgid \"Failed to install dependency: %s\"\nmsgstr \"Ur izmir ara ad isebded aḍaraɛ: %s\"\n\n#: bottles/backend/managers/manager.py:1115\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"ur yeddi ara usebded n yisegran, yeɛreḍ 3 n tikkal.\"\n\n#: bottles/backend/managers/manager.py:1126\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Xuṣṣen isegran ilaqen. Asbeddi…\"\n\n#: bottles/backend/managers/manager.py:1203\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Ulamek asnulfu n ukaram n tqerɛet.\"\n\n#: bottles/backend/managers/manager.py:1215\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Ulamek asnulfu n ukaram/afaylu n usemselsi.\"\n\n#: bottles/backend/managers/manager.py:1220\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Asirew n twila n tqerɛet…\"\n\n#: bottles/backend/managers/manager.py:1243\nmsgid \"Template found, applying…\"\nmsgstr \"Taneɣruft tettwaf, snes…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1255\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Tawila n Wine tettwaleqqem…\"\n\n#: bottles/backend/managers/manager.py:1257\nmsgid \"Wine config updated!\"\nmsgstr \"Tawila n Wine yettwaleqqem!\"\n\n#: bottles/backend/managers/manager.py:1265\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Aselkem am Flatpak, aɛzel n ukaram n useqdac deg tnaka n ijdi…\"\n\n#: bottles/backend/managers/manager.py:1267\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Aɛzel n ukaram n useqdac deg tnaka n ijdi…\"\n\n#: bottles/backend/managers/manager.py:1308\nmsgid \"Setting Windows version…\"\nmsgstr \"Asbadu n lqem n Windows…\"\n\n#: bottles/backend/managers/manager.py:1318\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Snes iɣewwaṛen imezwar CMD…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Optimizing environment…\"\nmsgstr \"Asefrer n twennaḍt…\"\n\n#: bottles/backend/managers/manager.py:1337\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Asnas n twennaḍt: {0}…\"\n\n#: bottles/backend/managers/manager.py:1347\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Aseqdec n tismelt tudmawant n twennaḍt…\"\n\n#: bottles/backend/managers/manager.py:1350\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Ulac tismelt neɣ mačči d tameɣtut…\"\n\n#: bottles/backend/managers/manager.py:1367\nmsgid \"Installing DXVK…\"\nmsgstr \"Asbeddi n DXVK…\"\n\n#: bottles/backend/managers/manager.py:1375\nmsgid \"Installing VKD3D…\"\nmsgstr \"Asbeddi n VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1384\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Asbeddi n DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1393\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Asebded n uḍaraɛ: %s…\"\n\n#: bottles/backend/managers/manager.py:1407\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Asnulfu n waddad n lqem 0…\"\n\n#: bottles/backend/managers/manager.py:1415\nmsgid \"Finalizing…\"\nmsgstr \"Kfu…\"\n\n#: bottles/backend/managers/manager.py:1426\nmsgid \"Caching template…\"\nmsgstr \"Taneɣruft ɣer tuffirt…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Addad n wayen yettwagen…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Ulac d acu ara yettwagen\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Addad amaynut [{0}] yenulfa-d akken iwata!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Tabdart n waddaden ddan-d akken iwata!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Addad {0} yettwarra-d akken iwata!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Tiririt n waddad {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Addad ur yettwaf ara\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Addad n {} d addad urmid yakan\"\n\n#: bottles/frontend/main.py:111\nmsgid \"Show version\"\nmsgstr \"Sken lqem\"\n\n#: bottles/frontend/main.py:119\nmsgid \"Executable path\"\nmsgstr \"Abrid n umselkam\"\n\n#: bottles/frontend/main.py:127\nmsgid \"lnk path\"\nmsgstr \"abrid n lnk\"\n\n#: bottles/frontend/main.py:135 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Isem n tqerɛet\"\n\n#: bottles/frontend/main.py:143\nmsgid \"Pass arguments\"\nmsgstr \"Ifukal n uɛeddi\"\n\n#: bottles/frontend/main.py:202\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI arameɣtu (taseddast: tiqreɛtin:selkem/<Taqerɛet>/<ahil>)\"\n\n#: bottles/frontend/main.py:242\nmsgid \"[Quit] request received.\"\nmsgstr \"[ffeɣ] asuter yettwarmes.\"\n\n#: bottles/frontend/main.py:252\nmsgid \"[Help] request received.\"\nmsgstr \"[Tallelt} asuter yettwarmes.\"\n\n#: bottles/frontend/main.py:260\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Sismeḍ] asuter yettwarmes.\"\n\n#: bottles/frontend/main.py:293\nmsgid \"Donate\"\nmsgstr \"Mudd tawsa\"\n\n#: bottles/frontend/main.py:298\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Timkarḍiyin n wis kraḍ akked tanemmirt tuzzigt\"\n\n#: bottles/frontend/main.py:324\nmsgid \"Sponsored and Funded by\"\nmsgstr \"S lmendad akke tedrimt sɣur\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Izerfan © 2017 Ineflayen n Tiqreɛtin\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Ineflayen n Tiqreɛtin\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Athmane MOKRAOUI\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Lqem n yisegran\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Kkes asbeddi\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse Files\"\nmsgstr \"Snirem ifuyla\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Sider & Sebded\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Turagt\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Ales asbeddi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Mmel abug…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Isem uḍaraɛ\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Aglam uḍaraɛ\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Taggayt\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Sider sakin sbedd aḍaraɛ-agi\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Teḍra-d tuccḍa n usebded. Ales asekker n Tiqreɛtin akken ad teɣreḍ aneqqis n \"\n\"uɣelluy neɣ selkem-it s tdiwent akken ad teɣreḍ tuffɣa-nni.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Umuɣ uḍaraɛ\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Asellek\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Snirem ifuyla…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Wagi d aɣbaṛ ummid n tqerɛet-ik·im, gar-asen ifuyla udmawanen.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Aḥraz ummid…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"D ta kan i d tawila n tqerɛet, d aneblal ma tebɣiḍ ad d-tesnulfuḍ yiwet maca \"\n\"war ifuyla udmawanen.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Sifeḍ tawila…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:347\nmsgid \"Show Hidden Programs\"\nmsgstr \"Sken ahilen yeffren\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Nadi ɣef wahilen imaynuten\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"kkes Taqerɛet…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Umuɣ wis sin\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Ḥettem aseḥbes n yakk Ikalan\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Serwes asexsi n unagraw Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Sexsi\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Serwes ales n usenker n unagraw Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Ales asenker\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Iɣewwaṛen n usekker\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"Azar uselkem n Uskript\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Selkem deg tdiwent\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Sers ifuyla akken ad ten-tselkmeḍ\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Taqerɛet-iw\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Tawennaḍt\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Amsedday\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Lqem yermed i tqerɛet-a\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Lqem d urmid i tqerɛet-a.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Selkem Amselkam…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Ahilen\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Sit ɣef \\\"Selkem Amselkam...\\\" akken ad tselkemeḍ amselkam, \\\"Rnu \"\n\"inegzumen...\\\" akken ad ternuḍ amselkam ɣer tebdart n wahilen, neɣ \\\"Sbedd \"\n\"ahilen...\\\" usebded n wahilen i d-yusan sɣur umɣiwan.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Rnu inegzumen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Sbedd ahilen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Tixtiṛiyin\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Iɣewwaṛen\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Swel iɣewwaṛen n tqerɛet.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Iḍaraɛen\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Sbedd iḍaraɛen i wahilen.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:376\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Tuṭṭfiwin\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Snulfu-d u sefrek addaden n tqerɛet.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Amsefrak n Tiwuriwin\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Sefrek ahilen itteddun.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Ifecka\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Izirig n tladna\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Selkem tiludna sdaxel n Tqerɛet.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Ifecka iqbuṛen Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Anaram\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Amseɣti\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Tawila\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Anekkas\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Agalis n usenqed\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Nadi iḍaraɛen…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:199\n#: bottles/frontend/ui/preferences.blp:247\nmsgid \"You're offline :(\"\nmsgstr \"Aql-ik·im deg uskar aruqqin :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Tiqerɛtin la tetteddu deg uskar war tuqqna, ihi iḍaraɛen ur wjiden ara.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Iḍaraɛen d tiɣbula i yettnernin amṣada n yiseɣẓanen n Windows.\\n\"\n\"\\n\"\n\"Ifuyla n usebter-agi ttunefken-ten-id tama tis kraḍ deg turagt n umli. Ma \"\n\"tesbeddeḍ-ten, ad tqebleḍ tiwtilin-nsen n turagt.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Azen-d aneqqis n wugur neɣ aḍaraɛ ixuṣṣen.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Azen-d aneqqis n uḍaraɛ ixuṣṣen\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Ɣeṛ tasemlit.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Tasemlit\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Nadi\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Nadi ɣef Wahilen…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Ulac imsebdeden yettwafen\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"Asarsay ur yettwawaḍ ara neɣ ulac amsebded yemṣadan akked tqerɛet-a.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:82\nmsgid \"Read Documentation\"\nmsgstr \"Ɣeṛ tasemlit\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52 bottles/frontend/ui/new.blp:53\nmsgid \"Name\"\nmsgstr \"Isem\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"isegran\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"lqem n umṣada n tissi Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Aleqqem umsedday akked isegran, ttxil-k·m arǧu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Asnerni n umṣada n Direct3D 8/9/10/11 s usuqel-is ɣer Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Aleqqem n DXVK, ttxil-k·m arǧu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:278\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Asnerni n umṣada n Direct3D 12 s usuqel-is ɣer Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Aleqqem n VKD3D, ttxil-k·m arǧu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Aleqqem n DXVK-NVAPI, ttxil-k·m arǧu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:286\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Aleqqem n LatencyFleX, ttxil-k·m arǧu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Beqqeḍ\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"Tabadut tafellayt FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"sefrek iɣewwaṛen n tbadut tafellayt FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Takarḍa tudlift\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Isemda n uglezsefser\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Rnu agut isemda n uglezsefser s useqdec vkBasalt. Iteddu kan ɣef Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Sefrek iɣewwaṛen n tissi uglezsefser\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Sefrek amek ara ttwabeqqeḍen wuraren deg ugdil s useqdec n Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"sefrek iɣewwaṛen Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Iɣewwaṛen inaẓiyen n ubeqqeḍ\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Timellit\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Amtawi\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Anagraw\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:201\nmsgid \"Monitor Performance\"\nmsgstr \"Amsefrak n tmellit\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:205\nmsgid \"Manage MangoHud settings\"\nmsgstr \"Sefrek iɣewwaṛen n MangoHud\"\n\n#: bottles/frontend/ui/details-preferences.blp:210\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Snes asbadu n isekkayen i yibenk-ik·im. Yezmer ad yesnerni timellit n wurar.\"\n\n#: bottles/frontend/ui/details-preferences.blp:220\nmsgid \"Preload Game Files\"\nmsgstr \"Sali-d ifuyla n wurar\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Snerni akud n usali mi ara yekker wurar s wagut n tikkal. Urar-nni ad yeṭṭef \"\n\"aṭas n wakud i usenker tikkelt tamezwarut.\"\n\n#: bottles/frontend/ui/details-preferences.blp:225\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Sefrek iɣewwaṛen vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:240\nmsgid \"OBS Game Capture\"\nmsgstr \"Tuṭṭfa n wurar OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Qluqel Tuṭṭfa n wurar OBS i akk n wahilen Vulkan akked OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:250\nmsgid \"Compatibility\"\nmsgstr \"Amṣada\"\n\n#: bottles/frontend/ui/details-preferences.blp:253\nmsgid \"Windows Version\"\nmsgstr \"Lqem n Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:256\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Aleqqem n lqem n Windows, ma ulac aɣilif arǧu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:265\nmsgid \"Language\"\nmsgstr \"Tutlayt\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Fren tutlayt ara tesqedceḍ s wahilen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:274\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Tanaka n ijdi yettwaṭṭfen\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:278\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Sefrek tisirag n tnaka n ijdi\"\n\n#: bottles/frontend/ui/details-preferences.blp:294\nmsgid \"Bottles Runtime\"\nmsgstr \"Aselkam n Teqreɛtin\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:305\nmsgid \"Steam Runtime\"\nmsgstr \"Aselkam Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:314\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Akaram n umahil\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"Azar uselkem n Ifukal Uskript\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"Aglez uselkem n Ifukal Uskript\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:317\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:157\nmsgid \"Reset to Default\"\nmsgstr \"Ales awennez ɣer Umezwer\"\n\n#: bottles/frontend/ui/details-preferences.blp:338\n#: bottles/frontend/ui/preferences.blp:178 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:221\nmsgid \"(Default)\"\nmsgstr \"(Amezwer)\"\n\n#: bottles/frontend/ui/details-preferences.blp:346\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Asemseli DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:356\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"imuttiyen n twennaḍt\"\n\n#: bottles/frontend/ui/details-preferences.blp:366\nmsgid \"Manage Drives\"\nmsgstr \"Sefrek imeɣriyen\"\n\n#: bottles/frontend/ui/details-preferences.blp:380\nmsgid \"Automatic Snapshots\"\nmsgstr \"Tuṭṭfiwin s wudem awurman\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Asnulfu awurman n tuṭṭfiwin send asbeddi n useɣẓan neɣ asnifel n yiɣewwaṛen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:390\nmsgid \"Compression\"\nmsgstr \"Asekkussem\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Sekussem tuṭṭfiwin i usenɣes n tallunt yettwasqedcen. Aya ad yessenqes \"\n\"tamhelt n usnulfu n tuṭṭfiwin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:400\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Stixer iberdan deg tuṭṭfiwin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:404\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Sismeḍ\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Ḥbes akala\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Ulac tuṭṭfiwin yettwafen\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Snulfu-d tuṭṭfa-inek·m tamezwarut i wakken ad tebduḍ asekles n waddad n \"\n\"ismenyifen-ik·im.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Awennit awezlan\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Sekles addad n tqerɛet.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Snulfu-d Tuṭṭfa tamaynut\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Ifatusen\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Uɣal ɣer deffir\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Timhalin\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Fren Taqerɛet\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Sefsex\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Fren\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Snulfu-d Taqerɛet tamaynut\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Aneqis n uɣelluy n teqreɛtin\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:507\n#: bottles/frontend/views/bottle_details.py:603\n#: bottles/frontend/views/bottle_preferences.py:746\n#: bottles/frontend/views/preferences.py:212\nmsgid \"_Cancel\"\nmsgstr \"_Sefsex\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Azen aneqqis\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Mazal-iyi bɣiɣ ad fkeɣ aneqqis.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Tinefrunin tinaẓiyin\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Akemmus ur yemmid ara\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Ffeɣ\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Timkarḍiyin useɣwen asmussan zemrent ad ttwasmersent akken ad ilint d \"\n\"tusliɣt (sɣur Wine) neɣ aneṣli (yettunefken-d sɣur ahil).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Asekkil\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Sisleg\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Iɣewwaṛen n Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Sekles\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Sefrek amek ara ttwabeqqeḍen wuraren.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Tabadut n wurar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Seqdec tabadut n wurar n tvidyut am temselɣut deg ipiksilen.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Tehri\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Teɣzi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Tabadut n usfaylu\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Asnerni n tbadut ticki tseqdaceḍ tabadut yugaren tabadut n wurar deg \"\n\"ipiksilen.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Ayen-nniḍen\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Talast n usnagar n tugniwin\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Talast n usnagar n tugniwin ticki warasaḍes\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Anaw n usfaylu\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"War iran\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Agdil aččuran\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Tebɣiḍ ad tkemmleḍ asebded?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Senker asebded\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Asbedday-agi yesra kra n teɣbula tidiganin ur nezmir ara ad d-ttunefkent \"\n\"akken nniḍen.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Kemmel\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Yemmed!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Sken ahilen\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Asebded ur yeddi ara!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Yella wacu ur neddi ara akken ilaq.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Akk iznan\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Uzɣin\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Tuccḍiwin\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Ɣur-k·m\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Talɣut\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Iminig n uɣmis\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Snifel aswir n uɣmis.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Akk\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Ifukal-a ad ttusɛeddan deg tnekra.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Ifukal yugnen\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Ifukal n tiludna\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"Deg umedya: VAR=azal %command% -eamedya1 -amedya2 -amedya3=azul\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Askript n uglez-selkem\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:53\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Fren askript ara yettwaselkem seld asenker.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Fren askript\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose from where start the program.\"\nmsgstr \"Fren seg wanda ara tebduḍ ahil.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Fren Akaram\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Iɣewwaṛen-agi ad semselsin iɣewwaṛen imezwar i umselkam-agi.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Semselsi ismenyifen\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Ales awennez ɣer Tqerɛet Tamezwert\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Tanarit tuhlist\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:42\nmsgid \"Display On Game Start\"\nmsgstr \"Beqqeḍ deg usenker n wurar\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:43\nmsgid \"Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).\"\nmsgstr \"\"\n\"Beqqeḍ HUD am akken kan ara yebdu wurar. Yezmer ad yettwaqluqel deg wurar \"\n\"(tasarut tamezwert: [⇧ Shift ayfus] + [F12]).\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Alɣu ɣef Pruṭun\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Seqdec Pruṭun\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Wwiɣ-t-id.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Snifel isem\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Fren isem amaynut i wahil yettwafernen.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Isem amaynut\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Selkem S Ifukal\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:404\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Selkem\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Aru ddaw ifukal iwakken ad d-ttwakecmen ɣer umselkam.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Iɣewwaṛen n tnaka n ijdi\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Bḍu aẓeṭṭa\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Bḍu imesli\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Aleqqem yettwasra\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Ddu\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Sekker asali n uswir\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Anagraw usefrek amaynut n lqem\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Yewweḍ-d unagraw amaynut n usefrek n yileqman n teqreɛtin.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Tulsa n uwennez n ukufi…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Yettwaxdem! Ttxil-k·m, ales asenker n Teqreɛtin.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Iɣewwaṛen n usesfer n isemda n tsuffeɣt\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Amezwer\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Iɣewwaṛen imezwar\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Isemda ttwasnesen ɣef leḥsab n umizzwer n tebdart.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Isemda\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Sken talɣut\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Taɣara n upiksil anaddaw\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Amnaṛ n yiri n tɣara\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Amnaṛ adday n yiri n tɣara\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Tifin n yiri\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Ini\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Amnaṛ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Isurifen ufellay n unadi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Yesleɣ (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Aneṣli (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Yesleɣ, syin Aneṣli\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Aneṣli, syin Asleɣ\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Ittwasens\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Kkes\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/taneqqiḍt/ɣer/abrid\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Azal\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Amsefrak\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Kter aḥraz n Tqerɛet\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Aɣbaṛ ummid\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Ɣeṛ acegger…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Isem n umsebded\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Aglam n umsebded\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Arussin\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Sbedd ahil-agi\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Umuɣ n wahil\"\n\n#: bottles/frontend/ui/library-entry.blp:33\nmsgid \"No Thumbnail\"\nmsgstr \"Ulac Tanfult\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Senker\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Senker s Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Isem n uferdis\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Kkes seg temkarḍit\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Rken\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Tamkarḍit\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Rnu iferdisen dagi seg tebdart n wahil-ik·im n tqerɛet\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Amsefrak n lqem yermed deg tqerɛet-a.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Taqerɛet-a tettban-d tettwaɣ.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Selkem deg Tqerɛet-a\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Selkem dagi\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Taqerɛet-a tettban-d tettwaɣ, afaylu n twila ulac-it. Zemreɣ ad ɛerḍeɣ ad \"\n\"fruɣ s tmerna n twila tamaynut.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Nadi tiqreɛtin-ik·im…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam n Pruṭun\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Tiqreɛtin\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Snulfu-d taqerɛet tamaynut…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Ulac igmaḍ yettwafen\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Ɛreḍ anadi nniḍen.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Asenker…\"\n\n#: bottles/frontend/ui/loading.blp:22\nmsgid \"Continue Offline\"\nmsgstr \"Kemmel war tuqqna\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Txuṣ teɣbalut-agi.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Snirem\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"S_nulfu-d\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Asnas\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"Urar (_G)\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Sa_gen\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Sagen\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Bḍu akaram n useqdac\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Ayagi yettarra akaram n useqdac ad yettwaf deg tqerɛet, anct-agi yezmer ad \"\n\"yebḍu talɣut tudmawant akked useɣẓan Windows. Aɣewwaṛ-a ur yezmir ara ad \"\n\"ibeddel ticki tennulfa-d tqerɛet.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Tasegda\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32 n yibiten ilaq kan ad yettwaseqdec ma ilaq-as kan.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Kter tawila yugnen.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Akaram n Tqerɛet\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Akaram igebren isefka n taqerɛet-agi.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Mdel\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Isem-agi ulac-it, ma ulac aɣilif ɛreḍ wayeḍ.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Uzwir\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Ansuf ɣer Teqreɛtin\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Selkem aseɣẓan n Windows deg Linux.\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows deg Teqreɛtin\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Tiqreɛtin sseqdacent imselkamen n umṣada akken ad d-muddent amgabar n \"\n\"tewwanaḍt icuban Windows anida ttwaselkamen wahilen.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Qrib ad ifak\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Neḥwaǧ kra n tisdatin nniḍen akken ad nsbadu kullec…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Kullec ihegga!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Ma ulac aɣilif, fak yakan asbadu\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Bdu s useqdec n Teqreɛtin\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Uḍfir\"\n\n#: bottles/frontend/ui/preferences.blp:5 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Ismenyafen\"\n\n#: bottles/frontend/ui/preferences.blp:12\n#: bottles/frontend/ui/preferences.blp:40\nmsgid \"General\"\nmsgstr \"Amatu\"\n\n#: bottles/frontend/ui/preferences.blp:15\nmsgid \"Appearance\"\nmsgstr \"Timeẓriwt\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Dark Mode\"\nmsgstr \"Askar Aɣmayan\"\n\n#: bottles/frontend/ui/preferences.blp:19\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Ma yella Tiqreɛtin ad sqedcent azenziɣ n yini aberkan.\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Show Update Date\"\nmsgstr \"Sken azemz n uleqqem\"\n\n#: bottles/frontend/ui/preferences.blp:30\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Ma tebɣiḍ ad d-tessekneḍ azemz n uleqqem deg wumuɣ n tqerɛet.\"\n\n#: bottles/frontend/ui/preferences.blp:43\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Notifications\"\nmsgstr \"Ilɣa\"\n\n#: bottles/frontend/ui/preferences.blp:44\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Sken tilɣa i usider d usebded.\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Temp Files\"\nmsgstr \"Ifuyla iskudanen\"\n\n#: bottles/frontend/ui/preferences.blp:54\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Sfeḍ ifuyla iskudanen mi ara tt-tsekkerent Teqerɛtin?\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Mdel Tiqreɛtin Send Asenker n Wahil\"\n\n#: bottles/frontend/ui/preferences.blp:64\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Mdel Tiqreɛtin send asenker n wahil seg umsefrak n yifuyla.\"\n\n#: bottles/frontend/ui/preferences.blp:74\nmsgid \"Integrations\"\nmsgstr \"Aseddu\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Adaten Steam Pruṭun\"\n\n#: bottles/frontend/ui/preferences.blp:78\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Bder arnu sefrek adaten Steam Puṭun.\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Bder isnasen Steam n tebdart n isnasen\"\n\n#: bottles/frontend/ui/preferences.blp:99\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Yesra asbeddi n Steam i Windows deg tqerɛet.\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Bder Epic Games deg tebdart n wahilen\"\n\n#: bottles/frontend/ui/preferences.blp:109\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Yesra asbeddi n Games Store deg tqerɛet.\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Bder Uraren Ubisoft deg tebdart n wahilen\"\n\n#: bottles/frontend/ui/preferences.blp:119\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Yesra asbeddi n Ubisoft Connect deg tqerɛet.\"\n\n#: bottles/frontend/ui/preferences.blp:129\nmsgid \"Advanced\"\nmsgstr \"Talqayt\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Pre-Release\"\nmsgstr \"Azar Userreḥ Lqem\"\n\n#: bottles/frontend/ui/preferences.blp:133\nmsgid \"Display unstable versions of runners and components.\"\nmsgstr \"Beqqeḍ ileqman n imseddayen akked isegran ur nerkid ara.\"\n\n#: bottles/frontend/ui/preferences.blp:142\nmsgid \"Force Offline Mode\"\nmsgstr \"Ḥettem askar war tuqqna\"\n\n#: bottles/frontend/ui/preferences.blp:143\nmsgid \"\"\n\"Force disable any network activity even with available network connection.\"\nmsgstr \"Ḥettem asexsi n yal armud n uẓeṭṭa ɣas akken tuqqna n uẓeṭṭa tella.\"\n\n#: bottles/frontend/ui/preferences.blp:152\nmsgid \"Bottles Directory\"\nmsgstr \"Akaram n Teqreɛtin\"\n\n#: bottles/frontend/ui/preferences.blp:153\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Akaram yegber isefka n Teqreɛtin-ik·im.\"\n\n#: bottles/frontend/ui/preferences.blp:188\nmsgid \"Runners\"\nmsgstr \"Imseddayen\"\n\n#: bottles/frontend/ui/preferences.blp:202\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Tiqreɛtin tteddunt s uskar aruqqin, ihi imseddayen ur wjiden ara.\"\n\n#: bottles/frontend/ui/preferences.blp:236\nmsgid \"DLL Components\"\nmsgstr \"Isegran DLL\"\n\n#: bottles/frontend/ui/preferences.blp:250\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Tiqreɛtin tteddunt s uskar aruqqin, ihi DLLs ur wjiden ara.\"\n\n#: bottles/frontend/ui/preferences.blp:282\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:295\nmsgid \"Core\"\nmsgstr \"agejdan\"\n\n#: bottles/frontend/ui/preferences.blp:299\nmsgid \"Runtime\"\nmsgstr \"Aselkam\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"WineBridge\"\nmsgstr \"Tiqenṭert n Wine\"\n\n#: bottles/frontend/ui/preferences.blp:309\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Experiments\"\nmsgstr \"Tirmitin\"\n\n#: bottles/frontend/ui/preferences.blp:312\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Timahilin-agi atan llant ddaw n tneflit u zemrent ad ilint ur rkident ara. \"\n\"rrǧu ibuguten d uɣelluy.\"\n\n#: bottles/frontend/ui/preferences.blp:315\nmsgid \"Sandbox per bottle\"\nmsgstr \"Tanaka n ijdi i yal taqerɛet\"\n\n#: bottles/frontend/ui/preferences.blp:316\nmsgid \"In early development.\"\nmsgstr \"Atan deg tneflit.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Sker s yixef\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Snirem abrid\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Snifel tixtiṛiyin n usekker…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Rnu ɣer temkarḍit\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Rnu anekcum n tnarit\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Rnu Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Snifel isem…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Ffer Ahil\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Sken Ahil\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"kkes seg tebdart\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Isem n wahil\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Asulay n waddad\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Awennit n waddad\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Err-d Tuṭṭfa-agi\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Kkes izen\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Umuɣ agejdan\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Ur tettbaneḍ ara teqqneḍ ɣer internet. Ma ulac-it, ur tettizmireḍ ara ad d-\"\n\"tessidreḍ isegran igejdanen. Tekki ɣef tignit-a mi ara talseḍ asebded n \"\n\"tuqqna.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Kter…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Tallelt\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Ɣef Teqreɛtin\"\n\n#: bottles/frontend/views/bottle_details.py:193\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Afaylu \\\"{0}\\\" mačči d afaylu .exe neɣ .msi\"\n\n#: bottles/frontend/views/bottle_details.py:209\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Yettwaleqqem: %s\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" yettwarna\"\n\n#: bottles/frontend/views/bottle_details.py:273\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Fren Amselkam\"\n\n#: bottles/frontend/views/bottle_details.py:276\nmsgid \"Add\"\nmsgstr \"Rnu\"\n\n#: bottles/frontend/views/bottle_details.py:349\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Ffer ahilen uffiren\"\n\n#: bottles/frontend/views/bottle_details.py:386\n#: bottles/frontend/widgets/library.py:163\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Asenker n \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:416\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Ili-k·m d win yessnen i Tnaka n ijdi\"\n\n#: bottles/frontend/views/bottle_details.py:417\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Tiqreɛtin tteddunt deg tnaka n yijdi, d tawennaḍt n tsirag tilas tettwasra \"\n\"akken ad teḍmen taɣellist-ik·im. Ma yella ahil ur itteddu ara, ɛreḍ ad \"\n\"tkecmeḍ ɣer daxel n tqerɛet (Tignit s kraḍ n wagazen sufella), syin sekker-d \"\n\"syin.\"\n\n#: bottles/frontend/views/bottle_details.py:419\n#: bottles/frontend/views/bottle_details.py:528\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Agi\"\n\n#: bottles/frontend/views/bottle_details.py:432\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Fren ideg anida ara teskelseḍ tawila n weḥraz\"\n\n#: bottles/frontend/views/bottle_details.py:434\nmsgid \"Export\"\nmsgstr \"Sifeḍ\"\n\n#: bottles/frontend/views/bottle_details.py:436\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Fren ideg anida ara teskelseḍ aɣbar n weḥraz\"\n\n#: bottles/frontend/views/bottle_details.py:438\nmsgid \"Backup\"\nmsgstr \"Aḥraz\"\n\n#: bottles/frontend/views/bottle_details.py:443\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Aḥraz yettwarna i \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:445\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Aḥraz ur yeddi ara i \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:504\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Tebɣiḍ ad tekkseḍ s wudem imezgi \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:505\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Ayagi ad yekkes s wudem imezgi ahilen akked iɣewwaṛen icudden ɣur-s.\"\n\n#: bottles/frontend/views/bottle_details.py:508\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"_Delete\"\nmsgstr \"_Kkes\"\n\n#: bottles/frontend/views/bottle_details.py:524\nmsgid \"Missing Runner\"\nmsgstr \"Ixuṣṣ umsedday\"\n\n#: bottles/frontend/views/bottle_details.py:525\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Amsedday yettwasutren sɣur tiqreɛtin-a ulac-it. Sebded-it deg ismenyifen n \"\n\"Teqreɛtin neɣ fren yiwen d amaynut i uselkem n yisnasen.\"\n\n#: bottles/frontend/views/bottle_details.py:600\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"D tidet tebɣiḍ ad tḥettmeḍ aḥbas n yakk ikalayen?\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Ayagi yezmer ad d-yeglu s lexṣara n yisefka, asgufsu akked wahilen ur teddun \"\n\"ara akken iwata.\"\n\n#: bottles/frontend/views/bottle_details.py:604\nmsgid \"Force _Stop\"\nmsgstr \"Ḥettem a_seḥbes\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Tamahilt-a ur tewjid ara deg unagraw-ik·im.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Iwakken ad ternuḍ tamahilt-agi, ttxil-k·m selkem asbeddi flatpak\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Isem-agi n tqerɛet yettwaseqdec yakan.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:240\nmsgid \"Select Working Directory\"\nmsgstr \"Fren Akaram n umahil\"\n\n#: bottles/frontend/views/bottle_preferences.py:422\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Akaram igebren isefka n \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:743\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"D tidet tebɣiḍ ad tekkseḍ akk tuṭṭfiwin?\"\n\n#: bottles/frontend/views/bottle_preferences.py:744\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Ayagi ad yekkes akk tuṭṭfiwin maca ad yeḥrez ifuyla-inek·m.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Ttxil-k·m seddu ɣer unagraw amaynut n lqem iwakken ad d-tesnulfuḍ addaden \"\n\"imaynuten.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Isebdaden\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Timhalin tteddunt ɣer zdat, ma ulac aɣilif arǧu.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Uɣal ɣer Teqreɛtin-ik·im.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Aḥraz yettwakter akken iwata\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Akter ur yeddi ara\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:145\nmsgid \"Importing backup…\"\nmsgstr \"Akter n uḥraz…\"\n\n#: bottles/frontend/views/importer.py:117\nmsgid \"Select a Backup Archive\"\nmsgstr \"Fren aɣbar n uḥraz\"\n\n#: bottles/frontend/views/importer.py:120\n#: bottles/frontend/views/importer.py:157\nmsgid \"Import\"\nmsgstr \"Kter\"\n\n#: bottles/frontend/views/importer.py:154 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Fren afaylu n twila\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Ulac\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Selkem amselkam deg \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Asenker n \\\"{0}\\\" deg \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Tiqreɛtin-ik·im\"\n\n#: bottles/frontend/views/loading.py:46\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Asider n ~{0} n yikemmusen…\"\n\n#: bottles/frontend/views/loading.py:47\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Yewwi-d {0} n {1} n yikemmusen\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Fren Akaram n Tqerɛet\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Asnulfu n Taqerɛet…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Ur izmir ara ad d-yesnulfu Taqerɛet\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Ulamek asnulfu n Tqerɛet ɣef sebba n yiwet neɣ ugar n tuccḍiwin.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Taqerɛet Tettwarna\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"timerna n \\\"{0}\\\" yedda akken iwata.\"\n\n#: bottles/frontend/views/preferences.py:134\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam ur yettwaf ara neɣ Tiqreɛtin ur sɛint ara aṭas n tsirag.\"\n\n#: bottles/frontend/views/preferences.py:187\nmsgid \"Select Bottles Path\"\nmsgstr \"Fren Abrid n Teqreɛtin\"\n\n#: bottles/frontend/views/preferences.py:209\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Ales asenker n Tiqreɛtin?\"\n\n#: bottles/frontend/views/preferences.py:210\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:213\nmsgid \"_Relaunch\"\nmsgstr \"Ales Asenke_r\"\n\n#: bottles/frontend/views/preferences.py:306\nmsgid \"Based on Valve's Wine, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:307\nmsgid \"Based on Wine upstream, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:308\nmsgid \"\"\n\"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n\"includes Staging and custom patches. This is meant to be used with non-steam \"\n\"games outside of Steam.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:311\nmsgid \"\"\n\"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally \"\n\"available.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:313\nmsgid \"Based on Wine upstream, includes Staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:314\nmsgid \"\"\n\"Based on most recent bleeding-edge Valve's Proton Experimental, includes \"\n\"Staging and custom patches. Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:317\nmsgid \"Other Wine runners\"\nmsgstr \"Imseddayen nniḍen n Wine\"\n\n#: bottles/frontend/views/preferences.py:318\nmsgid \"Other Proton runners\"\nmsgstr \"Imseddayen nniḍen n Pruṭun\"\n\n#: bottles/frontend/widgets/component.py:76\nmsgid \"Upgrade\"\nmsgstr \"Sali aswir\"\n\n#: bottles/frontend/widgets/component.py:142\nmsgid \"Installing…\"\nmsgstr \"Asbeddi…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" yettwakkes usbeddi-s\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" yettusbedd\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Ur yeddi ara usebded n \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"Yettwakter \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Asnas-a yezmer ur teddu ara ikken iwata. Amsebded yettuswel i wakken ad d-\"\n\"yefk tarmit ifazen, maca ttraju ad illin wuguren, war arkad, akked lexṣaṣ n \"\n\"tmahilin.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Ahil-a iteddu s kran wuguren itiknikanen imecṭaḥ.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Ahil-agi iteddu akken iwata.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Acegger i {0}\"\n\n#: bottles/frontend/widgets/library.py:176\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Aḥebbas n \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Asekker n \\\"{0}\\\" s Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"Yettwaffer \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"Yettwaskan \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"Yettwakkes \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" yettusenfel yisem ɣer \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Anekcum n tnarit yettwarna i \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" yettwarna ɣer temkarḍit-ik·im\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" tettwarna ɣer temkarḍit-ik·im n Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Sken aneqqis\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Ugur-agi yettwammel 5 n tikkal arnu ur yezmir ara ad yettwazen \"\n\"tikelt nniḍen.\\n\"\n\"            Azen tikti-inek ɣef yiwet seg ineqqisen yellan ddaw-a.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Aleqqem n yiɣewwaṛen n ubeqqeḍ, ttxil-k·m arǧu…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Iɣewwaṛen n ubeqqeḍ ttwaleqqemen\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Ulac asemselsi yettwafen.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Fren abrid n yimeɣri\"\n\n#: bottles/frontend/windows/envvars.py:135\nmsgid \"No environment variables defined.\"\nmsgstr \"Ulac imuttiyen n twennaḍt i yettusbadun.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:105\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Ulac tamudemt n umsufeɣ yettusbadun.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Teḍra-d tuccḍa.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Nɣel ɣer tecfawit\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Fren afaylu n uɣbalu\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Asbeddi n iḍaraɛen n Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Aswel n tqerɛet-nni…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Asesfer n yisurifen n umsebded…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Asbeddi n {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Aselkem n yisenqaden ineggura…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Asbeddi n {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} yella tura deg teskant n wahilen.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Amsebded ur yeddi ara s tuccḍa tarussint\"\n\n#: bottles/frontend/windows/launchoptions.py:55\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} yensa yakan i tqerɛet-a.\"\n\n#: bottles/frontend/windows/launchoptions.py:56\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Aɣewwaṛ-a yemgarad ɣef tqerɛet tamezwert.\"\n\n#: bottles/frontend/windows/launchoptions.py:214\nmsgid \"Select Script\"\nmsgstr \"Fren Askript\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Abrid yugnen n teqreɛtin ur yettwaf ara\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Tuɣalin ɣer ubrid amezwer. Ulac tiqreɛtin seg ubrid-agi ara d-yettwabdaren.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@ISEM_N_USNAS@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Selkem aseɣẓan n Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Inig Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Qluqel tankult n udiwenni n yinig Flatpack.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Asentel ubrik\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Ḥettem aseqdec n usentel ubrik.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Force Offline\"\nmsgstr \"Ḥettem war tuqqna\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"\"\n\"\\\"Force disable any network activity even with available network connection.\"\n\"\\\"\"\nmsgstr \"\\\"Ḥettem asensi n uẓeṭṭa xas akken tuqqna n uẓeṭṭa tella tewjed.\\\"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Toggle update date in list\"\nmsgstr \"Qluqel azemz n uleqqem deg tebdart\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Qluqel azemz n uleqqem deg tebdart n teqreɛtin.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Steam apps listing\"\nmsgstr \"Tabdart n yisnasen Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Qluqel tabdart n yisnasen Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Epic Games listing\"\nmsgstr \"Tabdart n Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Qluqel tabdart n Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Tabdart n Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Qluqel tabdart n Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window width\"\nmsgstr \"Tehri n usfaylu\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window width.\"\nmsgstr \"Snifel tehri n usfaylu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Window height\"\nmsgstr \"Teɣzi n usfaylu\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Change the window height.\"\nmsgstr \"Snifel teɣzi n usfaylu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Show notifications.\"\nmsgstr \"Sken tilɣa.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Temp cleaning\"\nmsgstr \"Asfeḍ n uskudan\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Sfeḍ abrid askudan deg tnekra n unagraw.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Startup view\"\nmsgstr \"Taskant n usekker\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Fren anta taskant i deg ilaq ad tebduḍ asnas deg-s.\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Steam Proton Support\"\nmsgstr \"Asefrek n Steam Pruṭun\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Experiments:sandbox\"\nmsgstr \"Tirmatin: tanaka n ijdi\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Qluqel Tanaka n ijdi tarmitant i tqerɛet.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Automatically close Bottles\"\nmsgstr \"Mdel s wudem awurman Tiqreɛtin\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Mdel Tiqreɛtin seld asenker n umselkam seg umsefrak n yifuyla.\"\n\n#: data/com.usebottles.bottles.gschema.xml:91\nmsgid \"Show sandbox warning\"\nmsgstr \"Sken alɣu n tnaka n ijdi\"\n\n#: data/com.usebottles.bottles.gschema.xml:92\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Qluqel alɣu n tnaka n ijdi.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"\"\n\"Bottles lets you run Windows software on Linux, such as applications and \"\n\"games. It introduces a workflow that helps you organize by categorizing each \"\n\"software to your liking. Bottles provides several tools and integrations to \"\n\"help you manage and optimize your applications.\"\nmsgstr \"\"\n\"Tiqreɛtin ad k·em-yeǧǧen ad tsekkreḍ iseɣẓanen n Windows ɣef Linux, am \"\n\"yisnasen akked wuraren. Yessekcem-d amahil usuddem ara k-id-imudd tallelt s \"\n\"usuddes n yal aseɣẓan s wayen tḥemmleḍ. Tiqreɛtin ttmuddunt aṭas n ifecka \"\n\"iwakken ad k-nɛiwen yerna ad tesferkeḍ u ad sekkeḍ n isnasen-ik·im.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Features:\"\nmsgstr \"Timahilin:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:14\nmsgid \"Use pre-configured environments as a base\"\nmsgstr \"Seqdec tawennaḍt n uzar yettusewlen am uzadur\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:15\nmsgid \"Change runners for any bottle\"\nmsgstr \"Snifel imseddayen i yal taqerɛet\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"Various optimizations and options for gaming\"\nmsgstr \"Tuget n isekkayen akked iɣewwaṛen i wuraren\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Repair in case software or bottle is broken\"\nmsgstr \"Seggem ticki yella useɣẓan neɣ tqerɛet rreẓen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:18\nmsgid \"Install various known dependencies\"\nmsgstr \"Sbedd tuget n iḍaraɛen yettwasnen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Integrated task manager to manage and monitor processes\"\nmsgstr \"Amsefrak n Tiwuriwin yettwaselɣen i usefrak akked uskazal n ikalan\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"Backup and restore\"\nmsgstr \"Aḥraz akked tririt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:69\nmsgid \"Fix runners and components from not showing when prereleases are off\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:70\nmsgid \"Fix Steam runtime compatibility with Wine runners\"\nmsgstr \"Seɣti amṣada n uselkam Steam akked imseddayen Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:75\nmsgid \"A few bug fixes\"\nmsgstr \"Kra n iseɣtiyen n ibugen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:80\nmsgid \"Support for the double-DLL VKD3D\"\nmsgstr \"Asefrek i VKD3D DLL-usleg\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:81\nmsgid \"Updated Flatpak runtime\"\nmsgstr \"Yettwaleqqem uselkam Flatpak\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:82\nmsgid \"Minor improvement and fixes to the library\"\nmsgstr \"Anerni amecṭuḥ akked uṣeggem n temkarḍit\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:83\nmsgid \"Fix the Steam link not being correct\"\nmsgstr \"Seɣti aseɣwen n Steam ur nelli ara d ameɣtu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Download stable component by default\"\nmsgstr \"Sider isger urkid s wudem amezwer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:85\nmsgid \"Make window remember dimensions\"\nmsgstr \"Err asfaylu ad yecfu ɣef tisekta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:90\nmsgid \"Update metadata information\"\nmsgstr \"Leqqem talɣut n yiɣefisefka\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"Rnu ugar n telɣut n lqem arnu seɣti tazmilt userreḥ n lqem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:100\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Seɣti taqeffalt \\\"Rnu ɣer Steam\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Yettwaseɣti ugur n BottleConfig ur llin ara yettusmizrer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:102\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Yettwaseɣti n tuccḍa n tussfa tusligt n Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:107\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Seɣti aɣelluy deg usnulfu n tqerɛet\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:118\nmsgid \"Quality of life improvements:\"\nmsgstr \"Asnerni n tɣara n tudert:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Replace emote-love icon with a library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Bug fixes:\"\nmsgstr \"iseɣtiyen n ibugen:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:125\nmsgid \"Adding a shortcut to Steam resulted in an error\"\nmsgstr \"Timerna n unegzum ɣer Steam yegla-d s tuccḍa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:126\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Akter n yiḥrazen yegla-d s tuccḍa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:127\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Aselkam Steam yetturmed s wudem awurman ticki tesqedceḍ wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:128\nmsgid \"\"\n\"Various library-related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:129\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Seɣti tuget n wuguren isɛan assaɣ d usettengel n uḍris\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:136\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Seɣti tuccḍa mi ara d-tsidreḍ ma llant Tiqreɛtin ur ttwaselkment ara seg \"\n\"tdiwent\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:143\nmsgid \"Correct version date\"\nmsgstr \"Seɣti azemz n lqem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:144\nmsgid \"Hide NVIDIA-related critical errors on non-NVIDIA systems\"\nmsgstr \"Ffer tuccḍiwin tiqesḥanin icudden ɣer NVIDIA deg igrawen war NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Iseɣtiyen akked tisnerniyin n Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Asbeddi n uḍaraɛ d arurad yerna yerked ugar\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Asenqed n tdawsa yesɛa ugar n telɣut i useɣti arurad\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI yesɛa ugar n iseɣtiyen yerna d urkid ugar, ilaq tura ad yeddu akken \"\n\"iwata\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Seɣti aɣelluy mi ara d-sidreḍ isger\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More variables for installer scripting\"\nmsgstr \"Ugar n imuttiyen i umsebded n uskript\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"Improvement to build system\"\nmsgstr \"Asnerni i unagraw n lebni\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:160\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Armad VKD3D s wudem amezwer mi ara d-tesnulfuḍ tiqreɛtin i turarin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:161\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Seɣti iɣelluyen mi ara teɣreḍ ifuyla s yar asettengel\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:162\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Seɣti isegran ur ttwaleqqemen ara akken iwata deg ugrudem n useqdac seld \"\n\"asebded/tukksa n usebded\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:163\nmsgid \"More FSR fixes\"\nmsgstr \"Ugar n iseɣtiyen FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:164\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Seɣti ugur mi ara yemdel wahil deffir ma yettusenkred seg \\\"Selkem amselkam\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:165\nmsgid \"and many, many, many more!\"\nmsgstr \"akked aṭas, aṭas, aṭas ugar!\"\n"
  },
  {
    "path": "po/ko.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-03-14 12:09+0000\\n\"\n\"Last-Translator: 윤태웅 <wgisu123@gmail.com>\\n\"\n\"Language-Team: Korean <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"ko/>\\n\"\n\"Language: ko\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.17-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"경로 선택 안 됨\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"백업 {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"백업 불러오는 중: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"구성 요소를 설치하지 못했습니다, 3번 시도했습니다.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"필수 구성 요소가 없습니다. 설치 중…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Bottle 경로 생성에 실패했습니다.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"임시 디렉터리/파일 생성에 실패했습니다.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Bottle 구성 생성중…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"템플릿 발견, 적용중…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine 설정 업데이트 중…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine 설정 업데이트 완료!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Flatpak로 실행, 사용자 디렉터리 샌드박싱 중…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"사용자 디렉터리 샌드박싱 중…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows 버전 설정 중…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD 기본 설정 적용 중…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"환경 최적화 중…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"환경 {0} 적용 중…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) 커스텀 환경 프리셋을 사용중입니다…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) 프리셋을 찾을 수 없거나 사용할 수 없습니다…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK 설치 중…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D 설치 중…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI 설치 중…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"의존성 %s 다운로드 중…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"버전 관리의 초기 상태를 만드는 중…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"완료 중…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"템플릿 캐싱 중…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"상태 기록중…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"기록할 내용이 없습니다\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"새로운 상태 [{0}] 가 성공적으로 생성되었습니다!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"상태 목록이 성공적으로 검색되었습니다!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"상태 {0} 이 성공적으로 복구되었습니다!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"상태 {} 복구 중…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"상태를 찾을 수 없음\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"상태 {}는 이미 활성화되었습니다\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"버전 표시\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"실행 파일 경로\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"링크 경로\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"병 이름\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"통과 인자들\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"잘못된 URI (구문: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit] 요청이 수락되었습니다.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] 요청이 수락되었습니다.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh] 요청이 수락되었습니다.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"기부\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"서드파티 라이브러리와 특별히 감사한 분들\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"후원 및 자금 지원\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Bottles 개발자\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles 개발자\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"번역에 도움을 주신 분들\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"컴포넌트 버전\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"제거\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"파일 탐색\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"설치에 실패했습니다. 저장소 오류, 부분 다운로드 또는 체크섬 불일치 때문일 수 \"\n\"있습니다. 버튼을 눌러 다시 시도하십시오.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"다운로드 및 설치\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Manifest 표시\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"라이선스\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"재설치\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"버그 제보…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"의존성 이름\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"의존성 설명\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"카테고리\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"의존성 다운로드 및 설치\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"설치 오류가 발생하였습니다. Bottles를 재시작해 충돌 보고서를 읽거나 터미널로 \"\n\"실행해 출력을 확인하세요.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"의존성 메뉴\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"문제 해결\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"파일 탐색…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"병 복제…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"이것은 개인 파일을 포함한 당신의 병의 전체 아카이브입니다.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"전체 백업…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"이것은 병의 설정 일 뿐이며, 개인 파일없이 새 병을 만들고 싶을 때 적합합니다.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"설정 내보내기…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"숨겨진 프로그램 표시\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"새로운 프로그램 검색\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"병 삭제하기…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"보조 메뉴\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"모든 프로세스 강제 종료\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Windows 시스템 종료를 시뮬레이션합니다.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"종료\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Windows 시스템 재부팅을 시뮬레이션합니다.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"재시작\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"실행 옵션\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"터미널에서 실행\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"파일을 끌어놓아 실행\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"내 병\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"환경\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"실행기\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"이 병에 대한 버전 관리 켜짐\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"이 병에서 버전 관리가 켜져 있습니다.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"실행파일 실행…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"프로그램\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"실행파일을 실행하기 위해서는 \\\"실행파일 실행…\\\"을, 프로그램 리스트에 실행파일\"\n\"을 추가하기 위해서는 \\\"단축키 추가…\\\"을, 커뮤니티에서 제안된 프로그램을 설치\"\n\"하기 위해서는 \\\"프로그램 설치…\\\"를 클릭하세요.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"단축키 추가…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"프로그램 설치…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"옵션\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"설정\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"병 설정 구성.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"의존성\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"프로그램의 의존성 설치.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"스냅샷\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"bottle 상태 추가 및 관리.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"작업 관리자\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"실행중인 프로그램 관리.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"도구\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"명령줄\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Bottle에서 명령을 실행합니다.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"레지스트리 편집기\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"내부 레지스트리를 편집합니다.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Wine 툴 레거시\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"탐색기\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"디버거\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"설정\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"제거 프로그램\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"제어판\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"의존성 검색…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"당신은 오프라인 상태입니다 :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"병이 오프라인 모드에서 실행중이므로, 의존성은 사용할 수 없습니다.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Dependencies는 Windows 소프트웨어의 호환성을 향상시키는 리소스입니다.\\n\"\n\"\\n\"\n\"이 페이지의 파일은 타사에서 독점 라이선스로 제공합니다. 파일을 설치하면 해당 \"\n\"라이선스 조건에 동의하게 됩니다.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"문제 또는 누락된 의존성을 보고합니다.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"누락된 의존성 보고\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"문서 읽기.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"문서\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"검색\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"프로그램 검색…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"커뮤니티에서 제안된 프로그램을 설치합니다.\\n\"\n\"\\n\"\n\"이 페이지의 파일은 타사에서 독점 라이센스로 제공합니다. 파일을 설치하면 해당 \"\n\"라이센스 조건에 동의하게 됩니다.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"설치 프로그램 없음\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"저장소에 접근할 수 없거나 이 병과 호환되는 설치 프로그램이 없습니다.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"문서 읽기\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"이름\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"구성 요소\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine 호환성 계층의 버전.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"실행기 및 구성 요소를 업데이트하는 중입니다. 잠시만 기다려 주십시오…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Vulkan으로 번역하여 Direct3D 8/9/10/11 호환성을 개선합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVK를 업데이트하는 중입니다. 잠시만 기다려 주십시오…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Vulkan으로 번역하여 Direct3D 12 호환성을 개선합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3D를 업데이트하는 중입니다. 잠시만 기다려 주십시오…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK-NVAPI를 업데이트하는 중입니다. 잠시만 기다려 주십시오…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX(LFX)\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"응답성을 향상시킵니다. 몇몇 안티 치트 소프트웨어에서 감지될 수 있습니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleX를 업데이트하는 중입니다. 잠시만 기다려 주십시오…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"디스플레이\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"심층 학습 수퍼샘플링\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"DXVK-NVAPI를 이용해 화질은 비교적 떨어지지만 성능을 높입니다. 신형 엔비디아 G\"\n\"PU에서만 작동합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX 슈퍼 해상도\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"화질이 비교적 떨어지나 성능이 향상됩니다. Vulkan에서만 사용 가능합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"FidelityFX 슈퍼 해상도 설정 관리\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"단독 GPU\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"단독 그래픽 카드를 이용해 전력 사용량은 높아지나 성능을 향상시킵니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"후처리 효과\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"vkBasalt를 활용해 다양한 후처리 효과를 추가합니다. Vulkan에서만 사용 가능합니\"\n\"다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"후처리 레이어 설정 관리\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Gamescope을 사용하여 게임을 화면에 표시하는 방법 관리.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gamescope 설정 관리\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"고급 디스플레이 설정\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"성능\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"동기화를 활성화하여 멀티 코어 프로세서의 성능을 향상시킵니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"동기화\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"시스템\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"성능 출력\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"MangoHud를 이용해 프레임레이트, 온도, CPU/GPU 부하와 기타 OpenGL과 Vulkan 정\"\n\"보를 표시합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"야생 게임 모드\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"장치에 최적화 세트를 적용합니다. 게임 성능을 향상시킬 수 있습니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"게임 파일 미리 불러오기\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"게임을 여러 번 시작할수록 로딩 시간이 향상됩니다. 게임을 처음 시작하는 데 시\"\n\"간이 더 오래 걸립니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"vmtouch 설정 관리\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS 게임 캡쳐\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"모든 Vulkan 및 OpenGL 프로그램을 위해 OBS 게임 캡쳐를 켜거나 끄세요.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"호환성\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows 버전\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Windows 버전을 업데이트하는 중, 잠시만 기다려주십시오…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"언어\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"프로그램에 사용할 언어를 선택하세요.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"전용 샌드박스\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"이 병에는 제한된/관리된 환경을 사용합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"샌드박스 권한 관리\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"보틀 런타임\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"더 많은 호환성을 위해 추가 라이브러리 번들을 제공합니다. 문제가 발생하면 비활\"\n\"성화하십시오.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"스팀 런타임\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"Steam 게임과 호환성을 높이기 위해 추가 라이브러리 번들을 제공합니다. 문제가 \"\n\"발생하면 비활성화하십시오.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"작업 디렉터리\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"기본값으로 재설정\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(기본값)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL 재정의\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"환경 변수\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"드라이브 관리\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"자동 스냅샷\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"프로그램 설치 혹은 설정 변경 이전에 자동으로 스냅샷을 생성합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"압축\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"스냅샷을 압축하여 용량을 줄입니다. 스냅샷 생성이 느려집니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"제외 패턴 사용\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"스냅샷에서 특정 경로를 제외합니다.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"패턴 관리\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"새로 고침\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"프로세스 정지\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"스냅샷 없음\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"설정의 상태를 저장하기 위해 첫번째 스냅샷을 생성합니다.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"짧은 설명\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"bottle 상태 저장.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"새로운 스냅샷 만들기\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"자세한 정보\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"뒤로 가기\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"운영\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"병 선택\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"취소\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"선택\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"새로운 병 생성\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"병 충돌보고서\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_취소\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"버그 신고\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"이전에 병에 충돌이 발생했습니다. 저희가 동일한 충돌이 일어나지 않게 하기 위해\"\n\" 아래의 역추적을 첨부한 보고서를 작성해 주시기 바랍니다.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"하나 이상의 유사한(또는 동일한) 보고서를 발견했습니다. 새로운 보고서를 제출하\"\n\"기 전에 이미 보고되지 않았는지 잘 확인하시기 바랍니다. 각 보고서는 개발자가 \"\n\"진단하기 위해 노력해야 하며, 그들의 작업을 존중해주시고 중복해서 게시하지 않\"\n\"도록 하십시오.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"추가 보고.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"고급 옵션\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"완전하지 않은 패키지\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"이 버전의 Bottles는 필요한 핵심 Dependencies를 모두 제공하지 않는 것 같습니다\"\n\". 패키지 유지 관리자에게 문의하거나 공식 버전을 사용하십시오.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"종료\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"Dynamic Link Libraries는 내장(Wine으로 제공) 또는 네이티브(프로그램으로 제공)\"\n\"로 지정할 수 있습니다.\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"새 재정의\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"재정의\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"드라이브\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"실행기에 장치로써 인식되는(예: C:, D: 등) 호스트 시스템의 경로입니다.\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"편지\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"존재하는 드라이브\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"병 복제\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"복제\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"복제되는 병의 이름을 입력하세요.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"복제중…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"이 작업은 시간이 걸릴 수 있습니다.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"병이 복제되었습니다\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"환경 변수는 실행 프로세스가 병에서 작동하는 방식에 영향을 미칠 수 있는 동적 \"\n\"이름 값입니다.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"변수 이름\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"존재하는 변수\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"제외 패턴\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"일부 디렉토리가 버전화되지 않도록 하는 데 사용할 패턴을 정의합니다.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"패턴\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"존재하는 패턴\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope 설정\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"저장\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"게임 표시 방법 관리.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"게임 해상도\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"비디오 게임의 해상도는 픽셀 단위의 기준으로 사용합니다.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"넓이\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"높이\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"창 해상도\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"픽셀 단위의 게임 해상도보다 높은 해상도를 사용할 때 해상도를 업스케일링합니다\"\n\".\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"기타\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"프레임 속도 제한\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"초점이 맞지 않을 때의 프레임 속도 제한\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"숫자로 조정\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"창 타입\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"전체 창 모드\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"전체 화면\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"설치를 진행하시겠습니까?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"설치 시작\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"이 설치 프로그램은 제공이 불가한 일부 로컬 리소스가 필요합니다.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"진행\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"완료되었습니다!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"프로그램 보이기\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"설치를 실패했습니다!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"오류가 발생했습니다.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"모든 메세지\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"치명적인\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"에러\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"경고\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"정보\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"로그 브라우저\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"로그 기록 레벨 변경.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"전체\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"그 인자들은 시작될때 통과될 것입니다.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"커스텀 인자\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"명령 인자\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"예시 : VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"실행 후 스크립트\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"실행 후에 실행될 스크립트를 선택하세요.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"스크립트 선택\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"프로그램이 시작될 위치를 선택하세요.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"디렉터리 선택\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"이 설정은 이 실행 파일의 기본 설정을 재정의합니다.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"기본 설정 재정의\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"기본값으로 재설정\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"가상 데스크톱\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton 무시\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Proton 사용\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Steam이 아닌 병에 Proton 기반 실행기를 사용하면 문제가 발생하고 올바르게 작동\"\n\"하지 않을 수 있습니다.\\n\"\n\"\\n\"\n\"Steam 외부에서 실행하기 위한 Proton 버전인 Wine-GE를 사용하는 것이 좋습니다.\"\n\"\\n\"\n\"\\n\"\n\"진행은 필요한 라이브러리에 액세스하고 호환성 문제를 제한하기 위해 자동으로 \"\n\"Steam 런타임을 활성화합니다. 실행기의 제공자인 GloriosEggroll은 문제에 대해 \"\n\"책임을 지지 않으며 이에 대해 보고하지 않기를 요청합니다.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"확인했습니다.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"이름 변경\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"선택된 프로그램의 새 이름을 선택하세요.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"새 이름\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"인자를 사용하여 실행\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"실행\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"실행파일에 전달할 인자를 아래에 작성하세요.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"예시 : -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"샌드박스 설정\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"네트워크 공유\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"사운드 공유\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"업그레이드가 필요합니다\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"계속\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"업그레이드 실행\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"새 버전 관리 시스템\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"새 병 버전 관리 시스템이 도입되었습니다.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles에는 이전 버전과 호환되지 않는 새로운 버전 관리 시스템이 도입되었습니\"\n\"다.\\n\"\n\"\\n\"\n\"버전 관리를 계속 사용하려면 병 저장소를 다시 초기화해야 합니다. 이는 병의 데\"\n\"이터를 삭제하지 않지만 기존의 모든 스냅샷을 삭제하고 새 스냅샷을 생성합니다.\"\n\"\\n\"\n\"\\n\"\n\"계속하기 전에 이전 스냅샷으로 돌아가야 하는 경우, 이 창을 닫고 스냅샷을 복원\"\n\"한 다음 병을 다시 열어 이 창을 다시 표시하십시오.\\n\"\n\"\\n\"\n\"이전 시스템은 다음 릴리스 중 하나에서 중단될 예정입니다.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"저장소 재초기화 중…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"완료되었습니다! 병을 다시 시작해주세요.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"사후 처리 효과 설정\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"기본값\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"기본값 설정\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"리스트 순서에 따라 효과가 적용됩니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"효과\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"대비 적응형 샤프닝(CAS)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"선명도\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"정보 보기\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"노이즈 제거 LUMA 샤프닝(DLS)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"노이즈 제거\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"고속 근사 안티 앨리어싱(FXAA)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"서브 픽셀 품질\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"품질 경계 임계값\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"품질 경계 임계값 최소값\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"서브픽셀 형태 기반 안티 앨리어싱(SMAA)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"경계 감지\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"LUMA\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"임계값\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"최대 탐색 단계\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"대각선 최대 탐색 단계\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"최대 모서리 반경\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS 선명도는 프레임의 선명도를 증가시킵니다. 값이 높을수록 프레임이 더 선명해\"\n\"지며, 0보다 낮은 값은 기본 상태보다 프레임을 더 부드럽게 만듭니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"DLS 선명도는 프레임의 선명도를 증가시킵니다. 값이 높을수록 프레임이 더 선명해\"\n\"집니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"DLS denoise는 프레임의 노이즈를 줄입니다. 값이 높을수록 프레임이 더 부드러워\"\n\"집니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"FXAA 서브픽셀 품질은 서브픽셀 수준에서 앨리어싱을 감소시킵니다. 값이 높을수록\"\n\" 프레임이 더 부드러워집니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA 경계 임계값은 FXAA 알고리즘을 적용하기 위해 필요한 최소 대비 수준입니다.\"\n\" 값이 높을수록 프레임의 대비가 더 높아집니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA 품질 경계 임계값 최소값은 FXAA 알고리즘이 무시하는 어두운 픽셀의 최소값\"\n\"입니다. 값이 높을수록 FXAA는 지정된 값 이하의 픽셀을 무시하게 되며, 이는 성능\"\n\" 향상을 가져올 수 있습니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"LUMA는 단색 관점에서 경계를 감지하는 반면, Color는 색상을 기반으로 경계를 감\"\n\"지합니다. LUMA는 Color보다 성능이 더 뛰어납니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"SMAA 임계값은 경계 감지의 민감도를 지정합니다. 값이 낮을수록 더 많은 경계를 \"\n\"감지하지만 성능이 저하될 수 있습니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"SMAA 최대 탐색 단계는 경계를 탐색할 때 수행되는 수평 및 수직 탐색 단계의 수를\"\n\" 지정합니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"SMAA 최대 대각선 탐색 단계는 경계를 탐색할 때 수행되는 대각선 탐색 단계의 수\"\n\"를 지정합니다.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA 모서리 반경은 경계 모서리를 둥글게 만드는 강도를 지정합니다.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"내장 (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"네이티브 (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"내장부터 사용\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"네이티브부터 사용\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"비활성화\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"제거\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/point/to/path\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"값\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"파일 찾아보기\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine 프리픽스 이름\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"관리자\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"이 Wine 프리픽스는 이미 병에 불러와져 있습니다.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"병 백업 불러오기\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"프리픽스 재탐색\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"프리픽스를 찾을 수 없습니다\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"외부 프리픽스를 찾을 수 없습니다. Bottles가 이에 접근할 수 있습니까?\\n\"\n\"상단의 아이콘을 사용하여 백업에서 병을 가져오세요.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"전체 아카이브\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Manifest 표시…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"리뷰 읽기…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"설치 프로그램 이름\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"설치 프로그램 설명\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"알 수 없는\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"이 프로그램 설치\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"프로그램 메뉴\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"썸네일 없음\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"실행\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Steam으로 실행\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"항목 이름\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"라이브러리에서 제거\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"정지\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"라이브러리\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"병의 프로그램 목록에서 항목을 여기에 추가하세요\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"이 병에서 버전 관리가 활성화되어 있습니다.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"병이 손상된 것 같습니다.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"이 병에서 실행\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"여기서 실행\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"구성 파일이 누락되어 병이 손상된 것 같습니다. 새 구성을 생성하여 문제를 해결\"\n\"할 수 있습니다.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"병 검색…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"새 병 생성…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"검색 결과 없음\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"다른 검색을 시도해 보세요.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"시작하는 중…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"이 리소스가 누락되었습니다.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"탐색\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"생성\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Bottle 이름\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_어플리케이션\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_게이밍\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"커스텀\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"커스텀\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"사용자 디렉터리 공유\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"이 옵션을 활성화하면 병 안에서 사용자 디렉토리를 발견할 수 있게 됩니다. 이로 \"\n\"인해 Windows 소프트웨어에 개인 정보가 공유될 위험이 있습니다. 이 옵션은 병을 \"\n\"생성한 후에는 변경할 수 없습니다.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"아키텍처\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32비트는 꼭 필요한 경우에만 사용해야 합니다.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"커스텀 설정 내보내기.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"병 디렉터리\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"이 병의 데이터가 포함될 디렉터리입니다.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_닫기\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"사용할 수 없는 이름입니다. 다른 이름을 입력하세요.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"이전\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Bottles에 오신 것을 환영합니다\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Linux에서 Windows 소프트웨어를 실행하세요.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Bottles 안의 Windows\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"Bottles는 호환성 실행기를 사용하여 프로그램이 실행되는 격리되고 컨테이너화된 \"\n\"Windows와 유사한 환경을 제공합니다.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"거의 다 되었습니다\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"모든 것을 설정하기 위해 몇 분이 더 필요합니다…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"모두 준비되었습니다!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"먼저 설정을 완료해주세요\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Bottles 시작하기\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"다음\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"설정\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"일반\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"모양\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"다크 모드\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Bottles가 다크 컬러를 사용할지에 대한 여부입니다.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"업데이트 날짜 표시\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"병 목록에 업데이트 날짜를 표시할지 여부입니다.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"알림\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"다운로드 및 설치에 대한 알림을 표시합니다.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"임시 파일\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Bottles를 시작할 때 임시 파일을 정리하시겠습니까?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"프로그램 실행 이후 Bottles 닫기\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"파일 관리자에서 프로그램 실행한 후 Bottles를 종료합니다.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"통합\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton 프리픽스\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Steam Proton 프리픽스를 나열하고 관리합니다.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"프로그램 목록에 Steam 앱 나열\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"병에 Windows용 Steam이 설치되어 있어야 합니다.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"프로그램 목록에 Epic Games 나열\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"병에 Epic Games Store가 설치되어 있어야 합니다.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"프로그램 목록에 Ubisoft Games 나열\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"병에 Ubisoft Connect가 설치되어 있어야 합니다.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"고급\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles 디렉터리\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Bottles의 데이터가 포함된 디렉터리입니다.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"실행기\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles가 오프라인 모드로 실행 중이므로 실행기를 사용할 수 없습니다.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"사전 출시\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL 구성 요소\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles가 오프라인 모드로 실행 중이므로 DLL들을 사용할 수 없습니다.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"코어\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"런타임\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"실험\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"이 기능들은 활발히 개발 중이므로 불안정할 수 있으며 버그와 파손이 발생할 수 \"\n\"있습니다.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"각 병의 샌드박스\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"초기 개발 중입니다.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"터미널로 실행\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"경로 열기\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"실행 옵션 변경…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"라이브러리에 추가\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"데스크탑 항목 추가\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Steam에 추가\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"이름 바꾸기…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"프로그램 숨기기\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"프로그램 보기\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"목록에서 제거\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"프로그램 이름\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"상태 id\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"상태 설명\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"이 스냅샷 복구\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"메세지 삭제\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"메인 메뉴\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"인터넷에 연결되어 있지 않은 것 같습니다. 인터넷 연결 없이 필수 구성 요소를 다\"\n\"운로드할 수 없습니다. 연결을 복구한 후 이 아이콘을 클릭하세요.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"불러오기…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"도움말\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Bottles에 대하여\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"파일 \\\"{0}\\\"는 .exe 또는 .msi 파일형식이 아닙니다\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"업데이트됨: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" 추가됨\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"실행 파일 선택\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"추가\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"숨겨진 프로그램 숨기기\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" 실행중…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"샌드박스에 유의하세요\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles는 당신을 안전하게 보호하기 위해 제한된 권한 환경인 샌드박스에서 실행\"\n\"되고 있습니다. 프로그램이 실행되지 않는다면, 병 내부로 이동한 후(상단의 3점 \"\n\"아이콘), 거기서 실행해 보세요.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_무시\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"백업 구성 파일을 저장할 위치를 선택하세요\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"내보내기\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"백업 데이터를 저장할 위치 선택하세요\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"백업\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\"에 대한 백업이 생성되었습니다\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\"에 대한 백업을 실패했습니다\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"정말로 \\\"{}\\\"를 영구적으로 삭제하시겠습니까?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"이 작업은 이와 관련된 모든 프로그램과 설정을 영구적으로 삭제합니다.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_삭제\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"실행기가 누락됨\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"이 병에서 요청한 실행기가 없습니다. Bottles 기본 설정을 통해 설치하거나 다른 \"\n\"실행기를 선택하여 실행하세요.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"정말로 모든 프로세스를 강제로 종료하시겠습니까?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"이로 인해 데이터 손실 및 프로그램 오작동이 발생할 수 있습니다.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"강제 종료\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"이 기능은 현재 시스템에서 사용할 수 없습니다.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} 이 기능을 추가하려면 flatpak install을 실행하세요\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"이 병 이름은 이미 사용 중입니다.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"작업 디렉터리 선택\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\\\"{}\\\"의 데이터를 포함하는 디렉터리.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"정말로 모든 스냅샷을 삭제하시겠습니까?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"모든 스냅샷이 삭제되지만 파일은 유지됩니다.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"새로운 상태를 생성하기위해 새로운 버전 관리 시스템으로 이전하세요.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"설치 프로그램\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"작업이 진행 중입니다. 잠시만 기다려 주세요.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"병으로 돌아가세요.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"백업이 성공적으로 불러와졌습니다\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"불러오기에 실패했습니다\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"백업을 불러오는 중…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"백업 파일 선택\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"불러오기\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"구성 파일 선택\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\\\"{self.config.Name}\\\"에서 실행파일 실행\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\\\"{1}\\\"에서 \\\"{0}\\\" 실행중…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"당신의 병\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"~{0}개의 패키지 다운로드 중…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"패키지 {1}개 중 {0}개를 가져왔습니다\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"병 디렉터리 선택\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"병 생성중…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"병을 생성할 수 없습니다\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"하나 이상의 오류로 인해 병을 생성하지 못했습니다.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"병 생성됨\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" 병이 성공적으로 생성되었습니다.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam을 찾을 수 없거나 Bottles에 충분한 권한이 없습니다.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Bottles 경로 선택\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Bottles를 다시 시작하시겠습니까?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles를 이 디렉토리에서 사용하려면 다시 시작해야 합니다.\\n\"\n\"\\n\"\n\"Bottles를 다시 시작하기 전에 Bottles에서 실행된 모든 프로그램을 반드시 닫아야\"\n\" 합니다. 그렇지 않으면 데이터 손실, 손상 및 프로그램 오작동이 발생할 수 있습\"\n\"니다.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_다시 시작\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"기타\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"업그레이드\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"설치 중…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"{0} 에 대한 Manifest\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\"이 제거되었습니다\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\"이 설치되었습니다\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" 설치에 실패했습니다\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\"이 불러와졌습니다\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"이 애플리케이션은 제대로 작동하지 않을 수 있습니다. 설치 프로그램은 최상의 경\"\n\"험을 제공하도록 구성되었지만, 결함, 불안정성 및 작동하지 않는 기능이 있을 수 \"\n\"있습니다.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"이 프로그램은 눈에 띄는 결함이 있지만, 이러한 결함이 애플리케이션의 기능에 영\"\n\"향을 미치지 않습니다.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"이 프로그램은 작은 결함이 있는 상태로 작동합니다.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"이 프로그램은 완벽히 작동합니다.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"{0}에 대한 리뷰\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" 중지 중…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Steam으로 \\\"{0}\\\" 실행 중…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\"이 숨겨졌습니다\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\"이 보여집니다\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\"이 제거되었습니다\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\"이 \\\"{1}\\\"으로 이름이 변경되었습니다\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\"에 대한 데스크탑 항목이 생성되었습니다\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\"이 라이브러리에 추가되었습니다\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\"이 Steam 라이브러리에 추가되었습니다\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"보고 보기\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            이 문제는 5회 보고되었으며, 다시 보낼 수 없습니다.\\n\"\n\"            아래 기존 보고서 중 하나에 피드백을 남겨주세요.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"디스플레이 설정을 업데이트하는 중입니다. 잠시만 기다려주세요…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"디스플레이 설정 업데이트됨\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"재정의를 찾을 수 없습니다.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"드라이브 경로 선택\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"정의된 환경 변수가 없습니다.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"정의된 제외 패턴이 없습니다.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"오류가 발생했습니다.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"클립보드에 복사\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"리소스 파일 선택\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Windows 의존성 설치…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"병 구성 중…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"설치 프로그램 과정 처리 중…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"{} 설치 중…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"최종 확인 중…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0} 설치 중…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0}이 프로그램 보기에서 이제 이용 가능합니다.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"알 수 없는 오류로 인해 설치에 실패했습니다\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"이 병에 대해 {0}가 이미 비활성화되어 있습니다.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"이 설정은 병의 기본 설정과 다릅니다.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"스크립트 선택\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"커스텀 병 경로를 찾을 수 없습니다\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"기본 경로로 되돌아갑니다. 지정된 경로에서 병이 나열되지 않습니다.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Windows 소프트웨어 실행\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak 이전\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Flatpak 이전 대화창을 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"다크 테마\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"강제로 다크 테마를 사용합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"목록에서 업데이트 날짜 토글\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"병 목록에서 업데이트 날짜를 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam 앱 목록\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Steam 앱 목록을 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games 목록\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Epic Games 목록을 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect 목록\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Ubisoft Connect 목록을 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"창 너비\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"창 너비를 변경합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"창 높이\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"창 높이를 변경합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"알림을 표시합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"임시 디렉터리 청소\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"시스템을 부팅할때 임시 디렉터리 경로를 청소합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"릴리스 후보\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"실행기의 릴리스 후보를 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"시작 화면\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"애플리케이션을 시작할 때 표시할 화면을 선택합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"버전 관리 및 설치 프로그램, 실행기의 릴리스 후보 같은 실험 기능을 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton 지원\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Steam Proton 프리픽스 지원을 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"실험:샌드박스\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"각 병의 실험적인 샌드박스 기능을 전환합니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"자동으로 Bottles 종료\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"파일 관리자에서 실행 파일을 시작한 후 Bottles를 닫습니다.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"샌드박스 경고 보기\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"샌드박스 경고를 전환합니다.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Bottles를 사용하여 Linux에서 Windows 소프트웨어를 실행하세요!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"소프트웨어를 \\\"병\\\" 에 담고 여가 시간에 즐기세요!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"내장된 종속성 설치 시스템을 통해 소프트웨어 호환성을 자동으로 처리할 수 있습\"\n\"니다. 다운로드 관리자를 사용하여 실행기(Wine, Proton), DXVK, 종속성 등의 공식\"\n\" 구성 요소를 다운로드하십시오.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"Bottle 버전 관리를 통해 작업을 안전하게 유지하고 나중에 복원 할 수 있습니다!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"기능:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"미리 구성된 환경을 사용하여 \\\"병\\\"을 만들거나 직접 만들 수 있습니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\\\"병\\\"안의 실행 파일(.exe/.msi)을 파일 관리자의 상황에 맞는 메뉴에서 직접 실\"\n\"행 합니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\\\"병\\\"에 설치된 애플리케이션 자동 감지\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"환경 변수를 빠르게 추가\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"각 \\\"병\\\"의 기본 설정에서 직접 DLL 덮어쓰기\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"모든 \\\"병\\\"에 대한 즉석 실행기 변경\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"다양한 게임 성능 최적화 (esync, fsync, DXVK, 캐시, 셰이더 컴파일러, 오프로드 \"\n\"... 그리고 훨씬 더 많이.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Wine 및 Proton 실행기의 자동 설치 및 관리\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"깨진 경우 자동 \\\"병\\\" 수리\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"커뮤니티 기반 리포지토리를 바탕으로 한 통합 종속성 설치 프로그램\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Wine 프로세스를 위한 내부 작업 관리자\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"지원을 위해 ProtonDB 및 WineHQ에 (쉬운) 접근\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"새로운 버전의 Bottles에 설정을 가져오기 위한 시스템\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\\\"병\\\" 백업 및 가져오기\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"다른 관리자에서 Wine prefix 가져오기\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"버전 관리 사용\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"...그리고 Bottles를 설치하여 알 수 있는 더 많은 것들!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"메타데이터 정보 업데이트\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"더 많은 업데이트 정보를 추가하고 릴리스 노트 버전을 수정하세요\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\\\"Steam에 추가\\\" 버튼 수정 완료\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"BottleConfig가 직렬화되지 않는 문제 수정 완료\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Patool의 이중 추출 실패 문제 수정 완료\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"정확한 버전\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"병 생성 시 발생하는 크래시 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"주요 변경 사항: 새로운 병 인터페이스 재설계\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"편의성 개선 사항:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\\\"실행 파일 실행\\\" 토스트(잠시 나타났다 사라지는 알림 메세지) 추가\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"버그 수정:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"백업을 불러오는 도중에 오류가 발생했습니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"wine-ge-custom을 사용할 때 Steam Runtime이 자동으로 활성화됩니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"텍스트 인코딩과 관련된 다양한 문제 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"터미널에서 Bottles를 실행하지 않았을 때 발생하는 다운로드 오류 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"버전 날짜를 올바르게 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope 개선 사항과 수정 수항\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"의존성 설치가 이제 더 빨라지고 안정적입니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"시스템 점검 과정에 제공되는 정보가 늘어나 디버깅 속도가 향상되었습니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"NVAPI가 더 많은 버그 수정을 거쳐 안정성이 향상되었으며, 이제는 정상 작동할 것\"\n\"입니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"구성 요소 다운로드 시 발생하는 충돌 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"스핀 락을 피함으로써 백엔드 코드 개선\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"설치 프로그램 스크립트에서 사용할 수 있는 변수가 더 많아졌습니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"빌드 시스템 개선\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"게이밍을 위한 병 생성 시 VKD3D가 자동으로 활성화됩니다\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"잘못된 인코딩의 Steam 파일을 읽을 때 발생하는 충돌 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"설치/제거 후 UI에서 구성 요소가 올바르게 업데이트되지 않는 문제 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"추가 FSR 수정 사항\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\\\"실행 파일 실행\\\"에서 실행한 후 프로그램이 종료되는 문제 수정\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"그리고 더, 더, 더 많이!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"계산중…\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"새로운 병 만들기\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"새 병\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"병 정보\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"GameMode 사용하기\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"새로운 병 만들기\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"구성 요소를 설치하지 못했습니다, 3번 시도했습니다.\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"레이어\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"초고품질\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"고품질\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"균형\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility. Disable if \"\n#~ \"you run into issues.\"\n#~ msgstr \"\"\n#~ \"더 많은 호환성을 위해 추가 라이브러리 번들을 제공합니다,\\n\"\n#~ \"문제가 발생하면 비활성화하십시오.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility with Steam \"\n#~ \"games. Disable if you run into issues.\"\n#~ msgstr \"\"\n#~ \"더 많은 호환성을 위해 추가 라이브러리 번들을 제공합니다,\\n\"\n#~ \"문제가 발생하면 비활성화하십시오.\"\n\n#, fuzzy\n#~ msgid \"Choose new Bottles path\"\n#~ msgstr \"새로운 병 만들기\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"백업 아카이브 선택\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"제거 프로그램\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"환경들을 이용해 손쉽게 wineprefix 관리하기\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"인수와 함께 실행\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"내부 파일을 찾아봅니다.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Wine 작업 관리자로 프로세스를 관리합니다.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"와인 프로세스를 디버그합니다.\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"내부 설정을 조정합니다.\"\n\n#, fuzzy\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Wine 제거 프로그램을 사용하여 프로그램을 제거합니다.\"\n\n#, fuzzy\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"내부 Wine 제어판에 액세스합니다.\"\n\n#, fuzzy\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"설치 프로그램 섹션 또는 위의 \\\"실행파일 실행\\\" 버튼을 사용하십시오.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"종속성은 Windows 소프트웨어의 호환성을 향상시키는 소프트웨어, 라이브러리 \"\n#~ \"및 코덱입니다. 프로그램 요구 사항을 충족하려면 여기에서 설치하십시오.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"문서 읽기\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"한 번에 여러 종속성을 설치하지 않는 것이 좋습니다.\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"종속성 선택\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"수동으로 진행할 필요 없이 커뮤니티에서 선별한 프로그램을 설치하려면 이 섹\"\n#~ \"션을 사용하세요 . 선택 시 <a href=\\\"https://docs.usebottles.com/bottles/\"\n#~ \"installers#compatibility-grades\\\">호환 등급</a>을 고려하십시오.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"문서 읽기\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"그래픽\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"DirectX 11 게임과 3D 애플리케이션의 성능을 향상시킵니다.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"DirectX 12 게임과 3D 애플리케이션의 성능을 향상시킵니다.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI) 활성화\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"DLSS 지원을 제공하고 가능하면 NVIDIA의 NVAPI도 지원합니다.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"FSR은 최첨단 업스케일링 기술을 사용하여 프레임 속도를 높입니다.\"\n\n#, fuzzy\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt 사용\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt는 게임의 시각적 그래픽을 향상시키는 Vulkan 포스트 프로세싱 레이어\"\n#~ \"입니다.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"실행기 관리\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Wine 가상 데스크톱을 사용합니다.\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"전체 화면일 때 프로그램이 마우스 입력을 캡처하도록 합니다.\"\n\n#, fuzzy\n#~ msgid \"Take Focus\"\n#~ msgstr \"포커스 얻기\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"프로그램이 전환 시 포커스를 얻지 않으면 활성화하십시오.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"화면 크기 조정\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"사용자 지정 DPI를 설정합니다.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"렌더러\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"wined3d에 사용할 백엔드를 선택합니다.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (기본값)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"구성 요소 버전\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK 버전\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D 버전\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX 버전\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Bottles 런타임과 동일하지만 Steam에서 제공합니다.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"필요시 게임 성능을 최적화합니다.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#, fuzzy\n#~ msgid \"Reset to default\"\n#~ msgstr \"기본값으로 재설정\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"버전 관리\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"망고허드\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"프로그램\"\n\n#, fuzzy\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"검색 토글\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"앉아서 휴식을 취하세요. 이 작업은 몇 분 정도 걸릴 수 있습니다.\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope 사용\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"디스플레이 설정\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"버전 관리의 초기 상태를 만드는 중…\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"wineprefix를 쉽게 관리합니다\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"실험:라이브러리\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"실험용 라이브러리 모드를 전환합니다.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"다운로드 중…\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"터미널로 실행\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"종속성에 대한 문서 읽기\\t\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"문서 읽기\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"버전 관리를 활성화하여 병의 상태를 저장하고 복원합니다.\"\n\n#, fuzzy\n#~ msgid \"Window type\"\n#~ msgstr \"창 너비\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"작업 관리자\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris 실행기\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"병 버전 관리 (실험적)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">번역하기</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">기부하기</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">버그 신고</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">블로그</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"버그 신고\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"탐색기로 열기\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"샌드박스 안으로 이동\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"샌드박스 안으로 이동 중…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"유틸리티\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"테스트 모드 활성화: 테스트 저장소에 있는 의존성만 표시합니다.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"이 페이지에 확인된 파일들이 독점 라이선스 아래에 있을 수 있습니다.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"이 페이지의 파일은 확인되었지만 독점 라이선스가 적용될 수 있습니다.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"설치 프로그램에 대한 문서 읽기\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"병 세부 사항\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"내 아름다운 병\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"병 이름 바꾸기\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"DXVK 사용하기\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3D 사용하기\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSR 활성화\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"LatencyFleX 활성화\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"전체화면에서 마우스 캡쳐\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"VKD3D 버전 관리\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"wineserver를 다시 시작합니다.\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"버전 관리에 대한 문서 읽기\\t\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"환영합니다\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Bottles를 사용하면 Linux에서 Windows 소프트웨어를 더 쉽게 실행할 수 있습니\"\n#~ \"다.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Bottles가 뭔가요?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"병은 Windows 소프트웨어를 실행하도록 구성된 Windows와 유사한 환경이며, 각 \"\n#~ \"병에 여러 앱을 가질 수 있습니다.\\n\"\n#~ \"\\n\"\n#~ \"그것들은 격리되어 있고 내부에서 실행되는 소프트웨어는 사용자가 허용하지 않\"\n#~ \"는 한 개인 파일에 액세스할 수 없습니다.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">자세히 알아보기</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"거의 다 왔습니다\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"일부 <a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">구\"\n#~ \"성 요소(~75MB)</a>를 다운로드하여 설치해야 합니다.\\n\"\n#~ \"\\n\"\n#~ \"이 파일들은 릴리스 주기가 다르기 때문에 Bottles와 함께 제공할 수 없습니\"\n#~ \"다.\\n\"\n#~ \"\\n\"\n#~ \"준비가 되면 <b>설치</b> 버튼을 누르십시오.\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"모든 준비가 되었습니다!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"이제 첫 번째 병을 만들 준비가 되었습니다.\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe 실행기\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton 실행기\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"다른 실행기\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"어두운 테마\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"어두운 테마 사용하기\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"실험:설치 프로그램\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"이 기능은 일찍이 개발되고 있는 실험 기능입니다, 사용에 주의하시고 <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">버그가 \"\n#~ \"발견되면 신고해주세요</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles Developers\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"필요시 게임 성능을 최적화합니다.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"실험:설치 프로그램\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"병의 이름을 입력하세요\"\n"
  },
  {
    "path": "po/kw.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-09-27 10:57+0530\\n\"\n\"PO-Revision-Date: 2026-02-14 20:09+0000\\n\"\n\"Last-Translator: Flynn <cirilla@tuta.io>\\n\"\n\"Language-Team: Cornish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"kw/>\\n\"\n\"Language: kw\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : (((n % 100 \"\n\"== 2 || n % 100 == 22 || n % 100 == 42 || n % 100 == 62 || n % 100 == 82) || \"\n\"n % 1000 == 0 && (n % 100000 >= 1000 && n % 100000 <= 20000 || n % 100000 == \"\n\"40000 || n % 100000 == 60000 || n % 100000 == 80000) || n != 0 && n % \"\n\"1000000 == 100000) ? 2 : ((n % 100 == 3 || n % 100 == 23 || n % 100 == 43 || \"\n\"n % 100 == 63 || n % 100 == 83) ? 3 : ((n != 1 && (n % 100 == 1 || n % 100 \"\n\"== 21 || n % 100 == 41 || n % 100 == 61 || n % 100 == 81)) ? 4 : 5))));\\n\"\n\"X-Generator: Weblate 5.16-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Tyller ragnotys vyth\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Kovskrif {0}\"\n\n#: bottles/backend/managers/backup.py:103\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Owth ynworra kovskrif: {0}\"\n\n#: bottles/backend/managers/manager.py:1076\n#: bottles/backend/managers/manager.py:1396\n#: bottles/backend/managers/manager.py:1397\n#, python-format\nmsgid \"Failed to install dependency: %s\"\nmsgstr \"Fyllis dhe lea medhelweyth serghek: %s\"\n\n#: bottles/backend/managers/manager.py:1115\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Fyllis dhe lea medhelweyth, assays 3 termynyow.\"\n\n#: bottles/backend/managers/manager.py:1126\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"An-lemmyn medhelweyth a res. Ow lea…\"\n\n#: bottles/backend/managers/manager.py:1203\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Fyllis dhe gul restrenva Botel.\"\n\n#: bottles/backend/managers/manager.py:1215\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Y fyllis gul restren/restrenva ensampel.\"\n\n#: bottles/backend/managers/manager.py:1220\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Ow dinythi selyans botel…\"\n\n#: bottles/backend/managers/manager.py:1243\nmsgid \"Template found, applying…\"\nmsgstr \"Ensampel kava, ow gweytha…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1255\nmsgid \"The Wine config is being updated…\"\nmsgstr \"An selyans Gwin yw ow nowedhi…\"\n\n#: bottles/backend/managers/manager.py:1257\nmsgid \"Wine config updated!\"\nmsgstr \"Selyans Gwin nowedhys!\"\n\n#: bottles/backend/managers/manager.py:1265\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Owth eksekutya avel Flatpak, ow synsi usyer restrenva…\"\n\n#: bottles/backend/managers/manager.py:1267\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Ow synsi usyer restrenva…\"\n\n#: bottles/backend/managers/manager.py:1308\nmsgid \"Setting Windows version…\"\nmsgstr \"Ow gorra versyon Windows…\"\n\n#: bottles/backend/managers/manager.py:1318\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Gweytha settyansow defowt CMD…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Optimizing environment…\"\nmsgstr \"Ow gwellhe kerghynnedh…\"\n\n#: bottles/backend/managers/manager.py:1337\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Ow gweytha kerghynnedh: {0}…\"\n\n#: bottles/backend/managers/manager.py:1347\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Ow devnydhya recayt kerghynnedh…\"\n\n#: bottles/backend/managers/manager.py:1350\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Recayt ankavas po anewn…\"\n\n#: bottles/backend/managers/manager.py:1367\nmsgid \"Installing DXVK…\"\nmsgstr \"Ow lea DXVK…\"\n\n#: bottles/backend/managers/manager.py:1375\nmsgid \"Installing VKD3D…\"\nmsgstr \"Ow lea VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1384\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Ow lea DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1393\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Ow lea medhelweyth serghek: %s …\"\n\n#: bottles/backend/managers/manager.py:1407\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Ow gul studh versyans 0…\"\n\n#: bottles/backend/managers/manager.py:1415\nmsgid \"Finalizing…\"\nmsgstr \"Ow finsya…\"\n\n#: bottles/backend/managers/manager.py:1426\nmsgid \"Caching template…\"\nmsgstr \"Ow gwitha ensampel…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Owth omri studh …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Tra vyth rag omri\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Studh nowydh [{0}] gwrys yn sewen!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Rol studhyow kerghys yn sewen!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Studh {0} daswrys yn sewen!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Ow daskor studh {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Studh na kavas\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Studh {} yw an studh byw seulabrys\"\n\n#: bottles/frontend/main.py:111\nmsgid \"Show version\"\nmsgstr \"Diskwedhes versyon\"\n\n#: bottles/frontend/main.py:119\nmsgid \"Executable path\"\nmsgstr \"Tyller eksekutadow\"\n\n#: bottles/frontend/main.py:127\nmsgid \"lnk path\"\nmsgstr \"tyller lnk\"\n\n#: bottles/frontend/main.py:135 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Hanow botel\"\n\n#: bottles/frontend/main.py:143\nmsgid \"Pass arguments\"\nmsgstr \"Passya oberadowyow\"\n\n#: bottles/frontend/main.py:202\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI anewn (syntaks: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:242\nmsgid \"[Quit] request received.\"\nmsgstr \"Govyn [Kwytya] degemerys.\"\n\n#: bottles/frontend/main.py:252\nmsgid \"[Help] request received.\"\nmsgstr \"Govyn [Gweres] degemerys.\"\n\n#: bottles/frontend/main.py:260\nmsgid \"[Refresh] request received.\"\nmsgstr \"Govyn [Disegha] degemerys.\"\n\n#: bottles/frontend/main.py:293\nmsgid \"Donate\"\nmsgstr \"Argevri\"\n\n#: bottles/frontend/main.py:298\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Medhelweyth Parti-Tressa ha Gras Arbennik\"\n\n#: bottles/frontend/main.py:324\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Arghasa gans\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Gwirbryntyans © Awtours Botellow\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Awtours Botellow\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Flynn\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versyon darn\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Dilea\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse Files\"\nmsgstr \"Peuri Restrennow\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"An leyans fyllis. Hemma yw martesen drefen unn error repositori, iskarg \"\n\"andhien po checksomm na owth omdhesedha. Tava rag assaya arta.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Iskarga & Lea\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Diskwedhes Rol\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Kummyas\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Daslea\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Derivas unn Kudyn…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Hanow medhelweyth serghek\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Deskrifans medhelweyth serghek\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Klass\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Iskarga & Lea an Medhelweyth Serghek ma\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Yma error leyans error. Dastalleth Botellow rag redya an Derivas Droglam po \"\n\"eksekutya yth dre termynal rag redya an eskorrans.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Rol Medhelweyth Serghek\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Prevessans\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Peuri Restrennow…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Dasskrifa Botel…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Hemma yw an kovskrif dien a dha botel, ow komprehendya restrennow personel.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Backup Leun…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Hemma yw an selyans botel hepken, yth yw perfydh mar ty mynnes gul unn \"\n\"selyans nowydh mes neb restrennow personel.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Esperthi Selyans…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:347\nmsgid \"Show Hidden Programs\"\nmsgstr \"Diskwedhes Towlennow Kudh\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Hwilas rag towlennow nowydh\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Dilea Botel…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Rol Nessa\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Ynia Astel oll Argerdh\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Gwruthyl Hevelebyans a marowheans system Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Marowhe\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Gwruthyl Hevelebyans a dastalleth system Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Dastalleth\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Dewisyow Lonch\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"Skrif Rageksekutya\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Eksekutya yn Termynal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Droppya retsrennow rag eksekutya y's\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Ow botel\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Kerghynnedh\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Eksekutyer\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versyans byw rag an botel ma\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Verysans yw byw rag an botel ma.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Eksekutya Eksekutadow…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Towelennow\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Klyckya \\\"Eksekutya Eksekutadow…\\\" rag eksekutya unn eksekutya, \\\"Addya \"\n\"Berrhensyow…\\\" rag addya unn eksekutadow dhe'n rol Towlennow, po \\\"Lea \"\n\"Towlennow…\\\" rag lea towlennow dyghtya gans an kemeneth.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Addya Berrhensyow…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Lea Towlennow…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Dewisyow\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Settyansow\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Selya settyansow botel.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Medhelweyth Serghek\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Lea medhelweyth serghek rag towlennow.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:376\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Gwelyow\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Gul ha dyghtya studhyow botel.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Dyghtyer Oberennow\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Dyghtya towlennow owth eksekutya.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Toulys\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Arghadow-Linen\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Eksekutya arghadowyow y'n Botel.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Chanjyell Kovskrifla\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Golsegi an kovskrifla pervedhek.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Toulys Gwin Koth\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Furyer\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Prevesser\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Selyans\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Disler\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panel Kontrol\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Hwilas medhelweyth serghek…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:199\n#: bottles/frontend/ui/preferences.blp:247\nmsgid \"You're offline :(\"\nmsgstr \"Os ta dhywarlinen :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Botellow yw owth eksekutya yn fordh dhywarlinen, ytho medhelweyth serghek yw \"\n\"ankavadow.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Medhelweyth serghek yw asnodhow rag gwellhe kesplegadewder a medhelweyth \"\n\"Windows.\\n\"\n\"\\n\"\n\"Restrennow war'n folen ma yw provys gans partiow tressa y'n leshyans \"\n\"perghenogel. Gans ow lea y's, ty assentya gans aga termys leshyans i.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Derivas unn kudyn po medhelweyth fyllel.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Derivas Medhelweyth Fyllel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Redya Kowethlyvrow.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Kowethlyrow\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Hwilas\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Hwilas Towlennow…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Lea towlennow dyghtys gans agan kemeneth.\\n\"\n\"\\n\"\n\"Restrennow war'n folen ma yw provys gans partiow tressa y'n leshyans \"\n\"perghenogel. Gans ow lea y's, ty assentya gans aga termys leshyans i.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Leyoryon Kavas Vyth\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"An repositori yw anhedhadow po leyer vyth yw kesplegadow gans an botel ma.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:82\nmsgid \"Read Documentation\"\nmsgstr \"Redya Kowethlyvrow\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52 bottles/frontend/ui/new.blp:53\nmsgid \"Name\"\nmsgstr \"Hanow\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Darnow\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"An versyon a'n gwiskas kesplegadewder Gwin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Ow nowedhi Eksekutyer ha darnow, gortos mar pleg…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Gwellhe kesplegadewder Direct3D 8/9/10/11 gans ow treylya yth dhe Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Ow nowedhi DXVK, gortos mar pleg…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:278\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Gwellhe kesplegadewder Direct3D 12 gans ow treylya yth dhe Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Ow nowedhi VKD3D, gortos mar pleg…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Ow nowedhi DXVK-NVAPI, gortos mar pleg…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:286\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Kressya gorthebedewder. A yll bos helerghys gans nebes medhelweyth \"\n\"gorthhygans.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Ow nowedhi LatencyFleX, gortos mar pleg…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Displetyans\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Kressya gwrythyans orth kost gwel ow devnydhya DXVK-NVAPI. Oberi war GPUs \"\n\"NVIDIA nowedha hepken.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Ughbraster\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Kressya gwrythyans orth kost gwel. Oberi war Vulkan hepken.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Dyghtya settyansow FidelityFX Ughbraster\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Grafek Synsys\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Devnydhya an karten grafek synsys rag kressya gwrythyans orth kost \"\n\"konsumyans batri.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Effeythyow Wosa-Dyghtya\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Addya effeythyow wosa-dyghtya divers ow devnydhya vkBasalt. Oberi war Vulkan \"\n\"hepken.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Dyghtya settyansow Gwiskas Wosa-Dyghtya\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Dyghtya fatel gwariow kodh bos diskwedhys war'n skrin ow devnydhya Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Dyghtya settyansow Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Settyansow Displetyans Avonsys\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Gwreythyans\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Gallosegi kettermynyegans rag kressya gwreythyans a argerdhoryon \"\n\"lieskolonnen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Kettermynyegans\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"System\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:201\nmsgid \"Monitor Performance\"\nmsgstr \"Helerghi Gwreythyans\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Diskwedhes kedhlow helerghyans kepar ha fram-kevradh, tempredhow, karg CPU/\"\n\"GPU ha moy war OpenGL ha Vulkan ow devnydhya MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:205\nmsgid \"Manage MangoHud settings\"\nmsgstr \"Dyghtya settyansow MangoHud\"\n\n#: bottles/frontend/ui/details-preferences.blp:210\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Gweytha unn sett a gwellheans dhe dha devis. A yll gwellhe gwreythyans gwari.\"\n\n#: bottles/frontend/ui/details-preferences.blp:220\nmsgid \"Preload Game Files\"\nmsgstr \"Ragkarga Restrennow Gwari\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Gwellhe termyn ow karga pan ow lonchya an gwari termyn liesplek. An gwari a \"\n\"wra kemeres termyn moy rag dalleth rag an termyn kynsa.\"\n\n#: bottles/frontend/ui/details-preferences.blp:225\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Dyghtya settyansow vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:240\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS Game Capture\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Dewis OBS Game Capture rag oll towlennow Vulkan hag OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:250\nmsgid \"Compatibility\"\nmsgstr \"Kesplegadewder\"\n\n#: bottles/frontend/ui/details-preferences.blp:253\nmsgid \"Windows Version\"\nmsgstr \"Versyon Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:256\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Ow nowedhi versyon Windows, gortos mar pleg…\"\n\n#: bottles/frontend/ui/details-preferences.blp:265\nmsgid \"Language\"\nmsgstr \"Yeth\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Dewis an yeth rag devnydh gans towlennow.\"\n\n#: bottles/frontend/ui/details-preferences.blp:274\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Kowel Difresek Synsys\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:278\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Dyghtya an Grontys Kowel Difresek\"\n\n#: bottles/frontend/ui/details-preferences.blp:294\nmsgid \"Bottles Runtime\"\nmsgstr \"Kerghynnedh Botellow\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Provia unn fardel a medhelweyth moy rag moy kesplegadewder. Ungallosegi yth \"\n\"mar ty dos erbynn kudynnow.\"\n\n#: bottles/frontend/ui/details-preferences.blp:305\nmsgid \"Steam Runtime\"\nmsgstr \"Kerghynnedh Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Provia unn fardel a medhelweyth moy rag moy kesplegadewder gans gwariow \"\n\"Steam. Ungallosegi yth mar ty dos erbynn kudynnow.\"\n\n#: bottles/frontend/ui/details-preferences.blp:314\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Restrenva Ober\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"Oberadowyow Skrif Rageksekutya\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"r.e.: ludusavi restore --force \\\"Hanow Gwari\\\"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"Oberadow Skrif Eksekutya Wosa\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"r.e.: ludusavi backup --force \\\"Hanow Gwari\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:317\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:157\nmsgid \"Reset to Default\"\nmsgstr \"Dasgorra dhe Defowt\"\n\n#: bottles/frontend/ui/details-preferences.blp:338\n#: bottles/frontend/ui/preferences.blp:178 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:221\nmsgid \"(Default)\"\nmsgstr \"(Defowt)\"\n\n#: bottles/frontend/ui/details-preferences.blp:346\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Asleansow DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:356\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Nowejynnow Kerghynnedh\"\n\n#: bottles/frontend/ui/details-preferences.blp:366\nmsgid \"Manage Drives\"\nmsgstr \"Dyghtya Gwithvaow\"\n\n#: bottles/frontend/ui/details-preferences.blp:380\nmsgid \"Automatic Snapshots\"\nmsgstr \"Gwelyow Awtomatek\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Gul gwelyow yn awtomatek dherag ow lea medhelweyth po ow chanjya settyansow.\"\n\n#: bottles/frontend/ui/details-preferences.blp:390\nmsgid \"Compression\"\nmsgstr \"Gwaskans\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"Gwaska gwelyow rag lehe spas. Hemma yw lenthe an gwrians a gwelyow.\"\n\n#: bottles/frontend/ui/details-preferences.blp:400\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Devnydhya Skantlyns Ekskludyans\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Ekskludya tylleryow yn gwelyow.\"\n\n#: bottles/frontend/ui/details-preferences.blp:404\nmsgid \"Manage Patterns\"\nmsgstr \"Dyghtya Skantlyns\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Disegha\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Astel argerdh\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Gwelyow Kavas Vyth\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Gul dha gwel kynsa rag dalleth ow sawya studhyow a dha dewisyow.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Kampol berr\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Sawya an studh botel.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Gul Gwel Nowydh\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Manylyon\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Dehweles\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Oberyansow\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Dewis Botel\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Hedhi\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Dewis\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Gul Botel Nowydh\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Derivas Droglam Botellow\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:507\n#: bottles/frontend/views/bottle_details.py:603\n#: bottles/frontend/views/bottle_preferences.py:746\n#: bottles/frontend/views/preferences.py:212\nmsgid \"_Cancel\"\nmsgstr \"_Hedhi\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Danvon Derivas\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Botellow kesvonkys y'n termyn kyns. Mar pleg, lenwel derivas ow staga an \"\n\"tresen a sew rag gweres kavos an kudyn ha lettya yth yn termyn a dheu.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Ni kavas unn po moy derivas haval (po kethsam). Mar pleg, surhe checkya gans \"\n\"rach yth na derivys seulabrys dherag ow danvon unn derivas nowydh. Pub \"\n\"derivas rekwirya strivyans war'n rann a'n awtours rag diagnosa, mar pleg, \"\n\"gul revrons dhe aga ober i ha surhe ty na postya dobylys.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"My a vynn derivas hwath.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Dewisyow avonsys\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Fardel andhien\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"An versyon a Botellow na heveli dhe provia oll an medhelweyth kolonnen res, \"\n\"mar pleg kestava an mentenour fardel po devnydhya unn versyon sodhogel.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Kwytya\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:53\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:42\nmsgid \"Display On Game Start\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:43\nmsgid \"Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:404\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:33\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Botellow\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:22\nmsgid \"Continue Offline\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Eksekutya Medhelweyth Windows war Linux.\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:5 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:12\n#: bottles/frontend/ui/preferences.blp:40\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:15\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:19\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:30\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Notifications\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:44\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:54\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:64\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:74\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:78\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:99\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:109\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:119\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:129\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:133\nmsgid \"Display unstable versions of runners and components.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:142\nmsgid \"Force Offline Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:143\nmsgid \"\"\n\"Force disable any network activity even with available network connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:152\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:153\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:188\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:202\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:236\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:250\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:282\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:295\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:299\nmsgid \"Runtime\"\nmsgstr \"Kerghynnedh\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:309\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:312\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:315\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:316\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:193\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:209\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:273\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:276\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:349\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:386\n#: bottles/frontend/widgets/library.py:163\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:417\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:419\n#: bottles/frontend/views/bottle_details.py:528\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:432\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:434\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:436\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:438\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:443\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:445\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:504\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:508\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:524\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:525\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:600\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:604\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:240\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:422\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:743\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:744\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:145\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:117\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:120\n#: bottles/frontend/views/importer.py:157\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:154 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:46\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:47\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:134\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:187\nmsgid \"Select Bottles Path\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:209\nmsgid \"Relaunch Bottles?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:210\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:213\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:306\nmsgid \"Based on Valve's Wine, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:307\nmsgid \"Based on Wine upstream, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:308\nmsgid \"\"\n\"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n\"includes Staging and custom patches. This is meant to be used with non-steam \"\n\"games outside of Steam.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:311\nmsgid \"\"\n\"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally \"\n\"available.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:313\nmsgid \"Based on Wine upstream, includes Staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:314\nmsgid \"\"\n\"Based on most recent bleeding-edge Valve's Proton Experimental, includes \"\n\"Staging and custom patches. Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:317\nmsgid \"Other Wine runners\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:318\nmsgid \"Other Proton runners\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:76\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:142\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:176\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/envvars.py:135\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:105\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:55\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:214\nmsgid \"Select Script\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Eksekutya Medhelweyth Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Force Offline\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"\"\n\"\\\"Force disable any network activity even with available network connection.\"\n\"\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:91\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:92\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"\"\n\"Bottles lets you run Windows software on Linux, such as applications and \"\n\"games. It introduces a workflow that helps you organize by categorizing each \"\n\"software to your liking. Bottles provides several tools and integrations to \"\n\"help you manage and optimize your applications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Features:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:14\nmsgid \"Use pre-configured environments as a base\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:15\nmsgid \"Change runners for any bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"Various optimizations and options for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Repair in case software or bottle is broken\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:18\nmsgid \"Install various known dependencies\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Integrated task manager to manage and monitor processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"Backup and restore\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:69\nmsgid \"Fix runners and components from not showing when prereleases are off\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:70\nmsgid \"Fix Steam runtime compatibility with Wine runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:75\nmsgid \"A few bug fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:80\nmsgid \"Support for the double-DLL VKD3D\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:81\nmsgid \"Updated Flatpak runtime\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:82\nmsgid \"Minor improvement and fixes to the library\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:83\nmsgid \"Fix the Steam link not being correct\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Download stable component by default\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:85\nmsgid \"Make window remember dimensions\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:90\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:100\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:102\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:107\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:118\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Replace emote-love icon with a library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:125\nmsgid \"Adding a shortcut to Steam resulted in an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:126\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:127\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:128\nmsgid \"\"\n\"Various library-related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:129\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:136\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:143\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:144\nmsgid \"Hide NVIDIA-related critical errors on non-NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:160\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:161\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:162\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:163\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:164\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:165\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/lt.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-12-24 17:00+0000\\n\"\n\"Last-Translator: Tillo <tl082i3l9o@gmail.com>\\n\"\n\"Language-Team: Lithuanian <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/lt/>\\n\"\n\"Language: lt\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && \"\n\"(n%100<10 || n%100>=20) ? 1 : 2);\\n\"\n\"X-Generator: Weblate 5.15.1\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nenurodytas kelias\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Atsarginė kopija {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importuojama atsarginė kopija: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Nepavyko įdiegti komponentų, bandyta 3 kartus.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Trūksta reikalingų komponentų. Diegiama…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Nepavyko sukurti „bottle“ katalogo.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Nepavyko sukurti laikinojo katalogo/failo.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generuojama „bottle“ konfigūracija…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Rastas šablonas, pritaikoma…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine konfiguracija atnaujinama…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine konfigūracija atnaujinta!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Vykdoma per Flatpak, izoliuojamas naudotojo katalogas…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Izoliuojamas naudotojo katalogas…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Nustatoma Windows versija…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Pritaikomi numatytieji CMD nustatymai…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Vykdoma aplinkos optimizacija…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Pritaikoma aplinka: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Naudojamas pritaikytos aplinkos receptas…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Receptas nerastas arba klaidingas…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Diegiama DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Diegiama VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Diegiama DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Diegiama priklausomybė: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Kuriama versijavimo būsena 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Užbaigiama…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Išsaugomas šablonas…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Įrašoma būsena…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Įrašyti nėra ką\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nauja būsena [{0}] sėkmingai sukurta!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Sėkmingai gautas būsenų sąrašas!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Būsena {0} sėkmingai atkurta!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Atkuriama būsena {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Būsena nerasta\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Būsena {} yra jau aktyvi būsena\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Rodyti versiją\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Vykdomojo failo kelias\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk path\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"„Bottle“ pavadinimas\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Siųsti argumentus\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Klaidingas URI (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit] Prašymas gautas.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] Prašymas gautas.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Aukoti\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Trečiųjų šalių bibliotekos bei ypatingas Ačiū\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Remia ir finansuoja\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Saugomos autorinės teisės © 2017 Bottles kūrėjai\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"„Bottles“ kūrėjai\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Komponento versija\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Išinstaliuoti\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Naršyti failus\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Atsiųsti ir instaliuoti\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licenzija\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Įdiegti iš naujo\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Pranešti apie klaidą…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategorija\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Iškilo diegimo klaida. Perkraukite „Bottles“ jei norite skaityti klaidos \"\n\"ataskaitą, arba paleiskite per terminalą norint matyti išvestį.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Trikdžių šalinimas\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Naršyti failus…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Eksportuoti konfigūraciją…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Rodyti paslėptas programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Ieškoti naujų programų\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Ištrinti Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Priverstinai sustabdyti visus procesus\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Windows sistemos išjungimo simuliacija.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Išjungti\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Windows sistemos perkrovimo simuliacija.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Perkrauti\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Paleidimo nustatymai\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Paleisti terminale\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Nutempkite failus, kad juos paleistumėte\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Mano bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Aplinka\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Įjungta versijos kontrolė šiam bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Šio bottle versijos kontrolė yra aktyvi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Paleisti vykdomąjį failą…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programos\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instaliuoti programas…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Parinktys\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Nustatymai\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Įrankiai\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfigūracija\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Skaityti dokumentaciją.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentacija\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Ieškoti\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Ieškoti programų…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Skaityti dokumentaciją\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Pavadinimas\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponentai\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Atnaujinamas DXVK, prašome palaukti…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Atnaujinamas VKD3D, prašome palaukti…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Atnaujinamas DXVK-NVAPI, prašome palaukti…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Atnaujinamas LatencyFleX, prašome palaukti…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Pasirinkti Bottle\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Paleisti Windows programas.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Pranešimai\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Eksperimentai\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Pasirinkti Executable\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Pasirinkti „Bottle“ katalogą\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Perkrauti Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Pasirinkite išteklių failą\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Įvyko diegimo klaida dėl nežinomos priežasties\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Pasirinkite Script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Paleisti Windows programas\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tamsus rėžimas\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Priverstinai naudoti tamsųjį rėžimą.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Rodyti pranešimus.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Paleisti kandidatą\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Paleidimo vaizdas\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Pasirinkti kurį vaizdą matysite pradėjus aplikaciją.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Automatiškai išjungti Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Klaidų taisymai:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Teisinga versijos data\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope patobulinimai ir taisymai\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"ir daug, daug, daug daugiau!\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n"
  },
  {
    "path": "po/meson.build",
    "content": "i18n = import('i18n')\nfs = import('fs')\n\n# Add legacy language code alias\n# Fix missing locale for Chinese\n# See also: https://docs.weblate.org/en/latest/faq.html#why-does-weblate-use-language-codes-such-sr-latn-or-zh-hant\n# And: https://github.com/bottlesdevs/Bottles/issues/1692\nlanguage_list = fs.read('LINGUAS').strip().split('\\n')\nlanguage_list += ['zh_CN', 'zh_HK', 'zh_SG', 'zh_TW']\n\ni18n.gettext(\n\t'bottles',\n\tinstall_dir: localedir,\n\tpreset: 'glib',\n\targs: '--from-code=UTF-8',\n\tlanguages: language_list\n)\n"
  },
  {
    "path": "po/ms.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:02+0000\\n\"\n\"Last-Translator: StoneMoe <lakechan96@gmail.com>\\n\"\n\"Language-Team: Malay <https://hosted.weblate.org/projects/bottles/bottles/ms/\"\n\">\\n\"\n\"Language: ms\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Tiada laluan ditetapkan\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sandaran {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Mengimport sandaran: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Gagal untuk memasang komponen, sebanyak 3 kali dicuba.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Komponen penting hilang. Memasang…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Gagal mencipta direktori botol.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Gagal mencipta tempat menampung direktori/fail.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Menjana tatarajah botol…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Jumpa templat, memasang…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Tatarajah WINE sedang dikemas kini…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Tatarajah WINE dikemas kini!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Dijalankan sebagai Flatpak, mengotak pasirkan direktori pengguna…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Mengotak pasirkan direktori pengguna…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Penetapan versi Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Mengunakan tetapan lalai CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Mengoptimumkan persekitaran…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Mengunakan persekitaran: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Memasang DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Memasang VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Memasang DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Memasang pengantung: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Menciptakan state versi 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Memuktamadkan…\"\n\n#: bottles/backend/managers/manager.py:1364\n#, fuzzy\nmsgid \"Caching template…\"\nmsgstr \"Mencipta botol…\"\n\n#: bottles/backend/managers/versioning.py:83\n#, fuzzy\nmsgid \"Committing state …\"\nmsgstr \"Mengemas kini keadaan…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Keadaan baharu [{0}] berjaya dicipta!\"\n\n#: bottles/backend/managers/versioning.py:123\n#, fuzzy\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Keadaan baharu [{0}] berjaya dicipta!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, fuzzy, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Keadaan baharu [{0}] berjaya dicipta!\"\n\n#: bottles/backend/managers/versioning.py:155\n#, fuzzy\nmsgid \"Restoring state {} …\"\nmsgstr \"Mengemas kini keadaan…\"\n\n#: bottles/backend/managers/versioning.py:162\n#, fuzzy\nmsgid \"State not found\"\nmsgstr \"Tiada states dijumpai\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Tunjuk versi\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Laluan perisian\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Laluan lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nama Botol\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Beri argument\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URL tidak sah (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Permintaan [Keluar] diterima.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Permintaan [Bantuan] diterima.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Permintaan [Segarkan] diterima.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\n#, fuzzy\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2022 - Pemaju Botol\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"© 2017-2022 - Pemaju Botol\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versi komponen\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Nyahpasang\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"Semak imbas files\"\n\n#: bottles/frontend/ui/component-entry.blp:34\n#, fuzzy\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Pemasangan tidak berjaya. Ini berkemungkinan kerana kesalahan repositori, \"\n\"download separa atau checksum berlainan.\\n\"\n\"\\n\"\n\"\\n\"\n\"Tekan untuk mencuba sekali lagi.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Download & Pasang\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest\"\nmsgstr \"Papar manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Lesen\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Pemasangan balik\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\n#, fuzzy\nmsgid \"Dependency name\"\nmsgstr \"Pengantung\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\n#, fuzzy\nmsgid \"Dependency description\"\nmsgstr \"Pengantung\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\n#, fuzzy\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Muat turun & pasang pengantungan ini\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Kesalahan pemasangan telah berlaku. Mula semula Botol untuk membaca report \"\n\"kesalahan atau menjalankannya didalam terminal untuk membaca output.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\n#, fuzzy\nmsgid \"Dependency Menu\"\nmsgstr \"Pengantung\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Penyelesaian masalah\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\n#, fuzzy\nmsgid \"Browse Files…\"\nmsgstr \"Semak imbas files\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Ini adalah arkib lengkap botol anda, termasuklah file peribadi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\n#, fuzzy\nmsgid \"Full Backup…\"\nmsgstr \"Arkib penuh\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Ini hanyalah konfigurasi botol, ianya sempurna jika anda mahu mencipta yang \"\n\"baharu tetapi tanpa file peribadi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\n#, fuzzy\nmsgid \"Export Configuration…\"\nmsgstr \"Konfigurasi\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"Tunjuk/Sembunyikan program yang telah di nyahpasang\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"Cari untuk program yang telah dipasang\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\n#, fuzzy\nmsgid \"Force Stop all Processes\"\nmsgstr \"Matikan kesemua proses WINE\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Mensimulasikan sistem menutup Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Menutup\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Mensimulasikan sistem but semula Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"But semula\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\n#, fuzzy\nmsgid \"Launch Options\"\nmsgstr \"Tukar pilihan penlancaran\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\n#, fuzzy\nmsgid \"Run in Terminal\"\nmsgstr \"Lancarkan didalam terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\n#, fuzzy\nmsgid \"My bottle\"\nmsgstr \"Botol baharu\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Persekitaran\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Pelari\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Pemversian didayakan untuk botol ini\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\n#, fuzzy\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Pemversian adalah aktif didalam botol ini.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\n#, fuzzy\nmsgid \"Run Executable…\"\nmsgstr \"Jalankan aplikasi\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"Memasang DXVK…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\n#, fuzzy\nmsgid \"Options\"\nmsgstr \"Operasi\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\n#, fuzzy\nmsgid \"Settings\"\nmsgstr \"Tetapan paparan\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\n#, fuzzy\nmsgid \"Configure bottle settings.\"\nmsgstr \"Mencipta botol…\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Pengantung\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\n#, fuzzy\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Memasang pengantung: {0}…\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\n#, fuzzy\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Simpan state botol.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\n#, fuzzy\nmsgid \"Task Manager\"\nmsgstr \"Pengurus Tugas\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\n#, fuzzy\nmsgid \"Command Line\"\nmsgstr \"Baris Arahan\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Jalankan arahan didalam Botol.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\n#, fuzzy\nmsgid \"Registry Editor\"\nmsgstr \"Editor Pendaftaran\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edit pendaftaran dalaman.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\n#, fuzzy\nmsgid \"Debugger\"\nmsgstr \"Nyahpepijat\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfigurasi\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Penyahpasang\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\n#, fuzzy\nmsgid \"Control Panel\"\nmsgstr \"Panel kawalan\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\n#, fuzzy\nmsgid \"Search for dependencies…\"\nmsgstr \"Pilih pengantung\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Laporkan masalah atau kehilangan pengantungan.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\n#, fuzzy\nmsgid \"Report Missing Dependency\"\nmsgstr \"Laporkan masalah atau kehilangan pengantungan.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"Baca dokumentasi\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentasi\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\n#, fuzzy\nmsgid \"Search for Programs…\"\nmsgstr \"Cari untuk program yang telah dipasang\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"Tiada states dijumpai\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"Baca dokumentasi\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nama\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"Versi komponen\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Menaik tarafkan pelari dan komponen, sila tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Menaik tarafkan DXVK, sila tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Menaik tarafkan VKD3D, sila tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"Versi DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Menaik tarafkan DXVK-NVAPI, sila tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\n#, fuzzy\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Sesebuah alternatif kepada NVIDIA Reflex. Boleh dikesan oleh beberapa \"\n\"Anticheat.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\n#, fuzzy\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Menaik tarafkan DXVK, sila tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\n#, fuzzy\nmsgid \"Display\"\nmsgstr \"Tetapan paparan\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\n#, fuzzy\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Menambahbaikan prestasi pada kos pengunaan elektrik yang meningkat.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"GPU Diskret\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\n#, fuzzy\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Urus peraturan Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Urus peraturan Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\n#, fuzzy\nmsgid \"Advanced Display Settings\"\nmsgstr \"Tetapan paparan\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Prestasi\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Membolehkan penyegeraan untuk meningkatkan prestasi pemproses berbilang \"\n\"teras.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Penyegeraan\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistem\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"Prestasi\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Guna GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\n#, fuzzy\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Urus peraturan Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\n#, fuzzy\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Cari untuk program yang telah dipasang\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"Versi Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Menaik tarafkan versi WIndows, sila tunggu…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Urus versi DXVK\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"Guna masa-jalan Botol\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Menyediakan seberkas library ekstra untuk keserasian yang banyak,\\n\"\n\"lumpuhkan jika anda lari kepada isu-isu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"Guna pelari Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\n#, fuzzy\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Menyediakan seberkas library ekstra untuk keserasian yang banyak,\\n\"\n\"lumpuhkan jika anda lari kepada isu-isu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\n#, fuzzy\nmsgid \"Working Directory\"\nmsgstr \"Directori perkerjaan\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Set semula default\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\n#, fuzzy\nmsgid \"(Default)\"\nmsgstr \"gl (lalai)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"DLL mengatasi\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"Adakan pembolehubah persekitaran dengan cepat\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"Urus drives\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Versi\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"Versi komponen\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"Urus pelari\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Segarkan semula\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Hentikan proses\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"Tiada states dijumpai\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\n#, fuzzy\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Cipta state pertama untuk mula mengunakan versi.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\n#, fuzzy\nmsgid \"A short comment\"\nmsgstr \"Komen yang sangat pendek\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Simpan state botol.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"Cipta state baharu\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Perincian Botol\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\n#, fuzzy\nmsgid \"Go Back\"\nmsgstr \"Kembali\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operasi\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Batal\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Pilih\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"Cipta botol baharu\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"Botol dicipta\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\n#, fuzzy\nmsgid \"_Cancel\"\nmsgstr \"Batal\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"Hantar report\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Botol crashed kali terakhir. Tolong isikan report dengan melampirkan \"\n\"traceback untuk membantu kami mengetahui masalah yang mencegahnya daripada \"\n\"berlaku sekali lagi.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Kami jumpa satu atau banyak lagi report yang hampir sama (atau sama). Tolong \"\n\"pastikan untuk semak balik betul-betul iya belum sudah direport sebelum \"\n\"menyerahkan yang baharu. Setiap report mengunakan usaha daripada pemaju \"\n\"untuk mendiagnosis, tolong hormati kerja mereka dan pastikan anda tidak \"\n\"menyerahkan yang sama.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Saya masih lagi mahu untuk mereport.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Pilihan lanjutan\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Keluar\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\n#, fuzzy\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynamic Link Libraries boleh ditentukan untuk dibina dalam \"\n\"(disediakan oleh Wine) atau asli (disediakan oleh program itu)\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"Atasan baharu\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"DLL mengatasi\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\n#, fuzzy\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Ini adalah laluan daripada sistem host anda yang telah di mapped kan dan \"\n\"dikenali sebagai peranti oleh pelari (e.g. C: D:..).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Huruf\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"Drives yang sedia ada\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Penduakan\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Taipkan nama untuk botol baharu\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Menduakan…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Botol diduakan\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"Pemboleh ubah yang sedia ada\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\n#, fuzzy\nmsgid \"Pattern\"\nmsgstr \"Huruf\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"Drives yang sedia ada\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\n#, fuzzy\nmsgid \"Gamescope Settings\"\nmsgstr \"Tetapan Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Simpan\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\n#, fuzzy\nmsgid \"Game Resolution\"\nmsgstr \"Resolusi Game\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Panjang\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Tinggi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"Versi Windows\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\n#, fuzzy\nmsgid \"Frame Rate Limit\"\nmsgstr \"Had frame rate\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\n#, fuzzy\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Had frame rate (apabila tidak fokus)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"Guna penskalaan integer\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Jenis tingkap\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Tiada sempadan\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Skrin penuh\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\n#, fuzzy\nmsgid \"Start Installation\"\nmsgstr \"Operasi\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"Versi komponen\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\n#, fuzzy\nmsgid \"Installation Failed!\"\nmsgstr \"Pemasangan pengantung gagal.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\n#, fuzzy\nmsgid \"All messages\"\nmsgstr \"Padamkan mesej\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\n#, fuzzy\nmsgid \"Warnings\"\nmsgstr \"Amaran\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Pelayar jurnal\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\n#, fuzzy\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Kesemua argument akan diberikan kepada program semasa pelancaran:\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"Jalankan dengan arguments\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"Beri argument\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\n#, fuzzy\nmsgid \"Post-run Script\"\nmsgstr \"Skrip selepas larian\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Pilih skrip dimana yang perlu dijalankan selepas larian.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"Pilih skrip\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"Tutup Botol selepas menjalankan program\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\n#, fuzzy\nmsgid \"Choose a Directory\"\nmsgstr \"Pilih directori\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"Keutamaan\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Set semula default\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"Guna desktop virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Tukar nama\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"Nama\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\n#, fuzzy\nmsgid \"Run With Arguments\"\nmsgstr \"Jalankan dengan arguments\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Lari\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Tulis dibawah argument yang mahu diberikan kepada program.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\n#, fuzzy\nmsgid \"Sandbox Settings\"\nmsgstr \"Tetapan Gamescope\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"Tiada states dijumpai\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\n#, fuzzy\nmsgid \"Upgrade Needed\"\nmsgstr \"Naik taraf\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\n#, fuzzy\nmsgid \"New Versioning System\"\nmsgstr \"Versi\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\n#, fuzzy\nmsgid \"Default\"\nmsgstr \"gl (lalai)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\n#, fuzzy\nmsgid \"Default Settings\"\nmsgstr \"Tetapan paparan\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Maklumat botol\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"Kualiti Ultra\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Dibina dalam (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Asli (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\n#, fuzzy\nmsgid \"Builtin, then Native\"\nmsgstr \"Dibina dalam selepas itu asli\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\n#, fuzzy\nmsgid \"Native, then Builtin\"\nmsgstr \"Asli selepas itu dibina dalam\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/tunjuk/kepada/laluan\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Semak imbas files\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\n#, fuzzy\nmsgid \"Wine prefix name\"\nmsgstr \"Membolehkan log wine fixme\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Pengurus Tugas\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\n#, fuzzy\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"wineprefix ini telah sudah diimport kedalam botol.\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"Import sandaran botol\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"Tiada program dijumpai\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\n#, fuzzy\nmsgid \"Full Archive\"\nmsgstr \"Arkib penuh\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"Papar manifest\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\n#, fuzzy\nmsgid \"Read Review…\"\nmsgstr \"Baca review\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"Pemasang\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"Pemasang\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"Tukar pilihan penlancaran\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\n#, fuzzy\nmsgid \"Launch with Steam\"\nmsgstr \"Lancarkan didalam terminal\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"Nama Botol\"\n\n#: bottles/frontend/ui/library-entry.blp:132\n#, fuzzy\nmsgid \"Remove from Library\"\nmsgstr \"Padamkan daripada Programs\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Pemversian adalah aktif didalam botol ini.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Botol ini kelihatan rosak.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"Jalankan didalam botol ini\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Lari disini\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Botol ini kelihatan rosak, fail konfigurasi telah hilang. Saya boleh cuba \"\n\"untuk selesaikannya dengan menciptakan konfigurasi yang baharu.\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"Cari botol anda ..\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Botol\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"Cipta botol baharu\"\n\n#: bottles/frontend/ui/list.blp:63\n#, fuzzy\nmsgid \"No Results Found\"\nmsgstr \"Tiada states dijumpai\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\n#, fuzzy\nmsgid \"Browse\"\nmsgstr \"Layari C:\"\n\n#: bottles/frontend/ui/new.blp:32\n#, fuzzy\nmsgid \"C_reate\"\nmsgstr \"Cipta\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Nama Botol\"\n\n#: bottles/frontend/ui/new.blp:75\n#, fuzzy\nmsgid \"_Application\"\nmsgstr \"Aplikasi\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"Guna Gamescope\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Pilih directori\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Binaan\"\n\n#: bottles/frontend/ui/new.blp:137\n#, fuzzy\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Kami mengesyorkan mengunakan 32bit sahaja jika memang diperlukan\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"Konfigurasi\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Pilih directori\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\n#, fuzzy\nmsgid \"_Close\"\nmsgstr \"Tutup\"\n\n#: bottles/frontend/ui/new.blp:281\n#, fuzzy\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Ciri ini tidak tersedia di sistem anda.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Selamat datang kepada Botol\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Jalankan perisian Windows pada Linux Dengan Botol!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Jenis tingkap\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\n#, fuzzy\nmsgid \"Start using Bottles\"\nmsgstr \"Mulakan dengan mencipta botol.\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Seterusnya\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Keutamaan\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Umum\"\n\n#: bottles/frontend/ui/preferences.blp:14\n#, fuzzy\nmsgid \"Appearance\"\nmsgstr \"Penampilan\"\n\n#: bottles/frontend/ui/preferences.blp:17\n#, fuzzy\nmsgid \"Dark Mode\"\nmsgstr \"Tema malam\"\n\n#: bottles/frontend/ui/preferences.blp:18\n#, fuzzy\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Sama ada botol perlu guna variant tema malam.\"\n\n#: bottles/frontend/ui/preferences.blp:28\n#, fuzzy\nmsgid \"Show Update Date\"\nmsgstr \"Tunjuk tarikh kemas kini\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Sama ada untuk tunjukkan tarikh kemas kini didalam senarai botol.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Pemberitahuan\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Tunjukkan notifikasi untuk muat turun dan pemasangan.\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"Fail sementara\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Bersihkan fail sementara apabila Botol dilancarkan?\"\n\n#: bottles/frontend/ui/preferences.blp:62\n#, fuzzy\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Tutup Botol selepas menjalankan program\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Tutup Botol selepas menjalankan program daripada fail manager\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"Operasi\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Togel pertolongan awalan Steam Proton pencubaan.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Pemversian adalah aktif didalam botol ini.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Pilih directori\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Pelari\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"Versi komponen\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Teras\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Pencubaan\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\n#, fuzzy\nmsgid \"In early development.\"\nmsgstr \"In early development (memerlukan but semula)\"\n\n#: bottles/frontend/ui/program-entry.blp:19\n#, fuzzy\nmsgid \"Launch with Terminal\"\nmsgstr \"Lancarkan didalam terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"Layari laluan\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"Tukar pilihan penlancaran\"\n\n#: bottles/frontend/ui/program-entry.blp:43\n#, fuzzy\nmsgid \"Add to Library\"\nmsgstr \"Padamkan daripada Programs\"\n\n#: bottles/frontend/ui/program-entry.blp:47\n#, fuzzy\nmsgid \"Add Desktop Entry\"\nmsgstr \"Tambah kemasukkan desktop\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\n#, fuzzy\nmsgid \"Rename…\"\nmsgstr \"Tukar nama\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/program-entry.blp:70\n#, fuzzy\nmsgid \"Remove from List\"\nmsgstr \"Padamkan daripada Programs\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"Program\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"Tiada states dijumpai\"\n\n#: bottles/frontend/ui/state-entry.blp:9\n#, fuzzy\nmsgid \"State comment\"\nmsgstr \"Komen yang sangat pendek\"\n\n#: bottles/frontend/ui/state-entry.blp:16\n#, fuzzy\nmsgid \"Restore this Snapshot\"\nmsgstr \"Kembalikan state ini\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Padamkan mesej\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Sepertinya anda tidak tersambung kepada internet. Tanpanya, anda tidak boleh \"\n\"memuat turun komponen yang penting. Tekan icon ini apabila anda telah \"\n\"bersambung kepada internet.\"\n\n#: bottles/frontend/ui/window.blp:79\n#, fuzzy\nmsgid \"Import…\"\nmsgstr \"Pengimport\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Tentang Botol\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Dikemas kini: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Tambah\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Tunjuk/Sembunyikan program yang telah di nyahpasang\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Lancarkan didalam terminal\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Pilih lokasi dimana untuk menyimpan konfig sandaran\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Pilih lokasi dimana untuk menyimpan arkib sandaran\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"Sandaran {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Sandaran {0}\"\n\n#: bottles/frontend/views/bottle_details.py:501\n#, fuzzy\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Adakah anda pasti anda mahu menghapuskan Botol ini dan semua failnya?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"Pelari\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\n#, fuzzy\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Adakah anda pasti anda mahu menghapuskan Botol ini dan semua failnya?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\n#, fuzzy\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Ciri ini tidak tersedia di sistem anda.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\n#, fuzzy\nmsgid \"Select Working Directory\"\nmsgstr \"Directori perkerjaan\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\n#, fuzzy\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Adakah anda pasti anda mahu menghapuskan Botol ini dan semua failnya?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Pemasang\"\n\n#: bottles/frontend/views/details.py:234\n#, fuzzy\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Menaik tarafkan versi WIndows, sila tunggu…\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"Cari botol anda ..\"\n\n#: bottles/frontend/views/importer.py:92\n#, fuzzy\nmsgid \"Backup imported successfully\"\nmsgstr \"Keadaan baharu [{0}] berjaya dicipta!\"\n\n#: bottles/frontend/views/importer.py:94\n#, fuzzy\nmsgid \"Import failed\"\nmsgstr \"Pengimport\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\n#, fuzzy\nmsgid \"Importing backup…\"\nmsgstr \"Mengimport sandaran: {0}\"\n\n#: bottles/frontend/views/importer.py:119\n#, fuzzy\nmsgid \"Select a Backup Archive\"\nmsgstr \"Pilih arkib sandaran\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\n#, fuzzy\nmsgid \"Import\"\nmsgstr \"Pengimport\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Pilih fail konfigurasi\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Lancarkan didalam terminal\"\n\n#: bottles/frontend/views/list.py:235\n#, fuzzy\nmsgid \"Your Bottles\"\nmsgstr \"Tentang Botol\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Pilih directori\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"Cipta botol baharu\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Cipta botol baharu\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Botol dicipta\"\n\n#: bottles/frontend/views/new.py:233\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"Keadaan baharu [{0}] berjaya dicipta!\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Lain-lain\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Naik taraf\"\n\n#: bottles/frontend/widgets/component.py:140\n#, fuzzy\nmsgid \"Installing…\"\nmsgstr \"Memasang DXVK…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Kenyataan untuk {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"Penyahpasang\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"Penyahpasang\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Penyahpasang\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Ulasan untuk {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, fuzzy, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Lancarkan didalam terminal\"\n\n#: bottles/frontend/widgets/program.py:190\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Lancarkan didalam terminal\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Tunjuk report\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            ............Isu ini telah direport 5 kali dan tidak boleh \"\n\"dihantar sekali lagi.\\n\"\n\"............Report anda punya maklum balas disalah satu report yang sedia \"\n\"ada dibawah.\"\n\n#: bottles/frontend/windows/display.py:102\n#, fuzzy\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Menaik tarafkan versi WIndows, sila tunggu…\"\n\n#: bottles/frontend/windows/display.py:114\n#, fuzzy\nmsgid \"Display settings updated\"\nmsgstr \"Tetapan paparan\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\n#, fuzzy\nmsgid \"No overrides found.\"\nmsgstr \"Tiada program dijumpai\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"Adakan pembolehubah persekitaran dengan cepat\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Adakan pembolehubah persekitaran dengan cepat\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Suatu kesalahan telah berlaku.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Salin kepada clipboard\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/windows/installer.py:109\n#, fuzzy\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Memasang pengantung: {0}…\"\n\n#: bottles/frontend/windows/installer.py:110\n#, fuzzy\nmsgid \"Configuring the bottle…\"\nmsgstr \"Mencipta botol…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\n#, fuzzy\nmsgid \"Installing the {}…\"\nmsgstr \"Memasang DXVK…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, fuzzy, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Memasang DXVK…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, fuzzy, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"Pemversian didayakan untuk botol ini\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Penduaan botol\"\n\n#: bottles/frontend/windows/main_window.py:220\n#, fuzzy\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Laluan botol adat (memerlukan but semula)\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"Menjalankan perisian Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Penghijrahan Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Togol dialog pemindahan Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tema malam\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Paksa untuk menggunakan tema gelap.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Togel tarikh kemas kini dalam senarai\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Togel tarikh kemas kini dalam senarai daripada botol.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\n#, fuzzy\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Togel tarikh kemas kini dalam senarai\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\n#, fuzzy\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games Store ...\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\n#, fuzzy\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Togel tarikh kemas kini dalam senarai\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Togel tarikh kemas kini dalam senarai\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Lebar tetingkap\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Ubah kelebaran tetingkap.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Ketinggian tetingkap\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Ubah ketinggian tetingkap.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Paparkan pemberitahuan.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Pembersihan sementara\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Bersihkan laluan sementara semasa sistem dimuatkan.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Calon lepasan\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Togol calon lepasan untuk pejalan.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Antara muka awal\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Pilih paparan dimana aplikasi akan dijalankan.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Togel kelebihan pencubaan seperti pembuatan versi dan pemasang. Calon \"\n\"lepasan untuk pelari.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Togel pertolongan awalan Steam Proton pencubaan.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"Uji Kaji:steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Togol mod Pustaka uji kaji.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Tutup Botol secara automatik\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Tutup Botol selepas menjalankan aplikasi daripada pengurus fail.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Togel tarikh kemas kini dalam senarai\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Jalankan perisian Windows pada Linux Dengan Botol!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Botolkan perisian dan rasai kenikmatannya!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Sistem pemasangan pengantungan terbina dalam kami memberi akses automatik \"\n\"keserasian perisian. Gunakan pengurus muat turun untuk memuat turun komponen \"\n\"rasmi: Pelari (Wine, Proton), DXVK, pengantungan, dan lain-lain.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Pembuatan versi Botol menyimpan kerja anda selamat sekarang dan membolehkan \"\n\"anda mengembalikannya di masa hadapan!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Kelebihan:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Cipta botol dengan mengunakan persekitaran yang telah dikonfigurasi atau \"\n\"ciptanya sendiri\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Jalankan perisian (.exe/.msi) di dalam botol anda, secara langsung daripada \"\n\"menu konteks file-manager anda\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Aplikasi dikesanan secara automatik di dalam botol anda\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Adakan pembolehubah persekitaran dengan cepat\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Atasi DLL secara langsung dari setiap pilihan botol\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Tukar pejalan secara layang untuk mana-mana Botol\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Pelbagai pengoptimuman peforma permainan \"\n\"(esync, fsync, DXKV, cache, shader compiler, offload ... dan banyak lagi.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Pemasangan automatik dan pengurusan untuk pejalan Wine dan Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Penyelenggaraan automatik botol jika rosak\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Pemasang pengantungan terbina dalam berasaskan repositori dorongan komuniti\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Pengurus tugas terbina dalam untuk proses-proses Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Akses kepada ProtonDB dan WIneHQ untuk pertolongan\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistem untuk membawa konfigurasi anda kepada versi terbaharu Botol\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Sandarkan atau import botol\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Import awalan Wine dari pengurus Wine yang lain\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\n#, fuzzy\nmsgid \"Bottles versioning\"\nmsgstr \"Guna versi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... dan banyak lagi yang anda boleh tahu daripada memasang Botol!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Versi komponen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\n#, fuzzy\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Ada kesalahan semasa sedang menciptakan botol.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Adakan laluan adat aplikasi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Mengimport sandaran: {0}\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"Tarikh tercipta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Calculating…\"\n#~ msgstr \"Mengira…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Larikan .exe/.msi didalam botol ini\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Cipta botol baharu\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"Botol baharu\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Maklumat botol\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Sebuah persekitaran bertambah baik untuk game Windows.\"\n\n#, fuzzy\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Sebuah persekitaran bertambah baik untuk aplikasi Windows.\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Sebuah persekitaran yang kosong untuk experiment anda.\"\n\n#, fuzzy\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Dinyahpautkan homedir\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Jangan pautkan userdir kepada homedir\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Guna Gamescope\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Anda offline, tidak mampu untuk memuat turun.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Pilih laluan program\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Pilih program windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Pilih directori perkerjaan untuk program\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Pilih fail konfigurasi\"\n\n#, fuzzy\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Pilih nama untuk botol anda\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Pilih laluan botol yang baharu\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Pilih skrip\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Directori perkerjaan\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Gagal untuk memasang komponen, sebanyak 3 kali dicuba.\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Lapisan\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Kualiti Ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kualiti\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Seimbang\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Berlapisan\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Sebuah persekitaran berlapisan, dimana setiap aplikasi ada lapisan.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Pilih laluan\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Pilih fail konfigurasi\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Tiada states dijumpai\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Urus wineprefix secara senang dengan mengunakan persekitaran\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Jalankan dengan arguments\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Layari file dalaman.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Urus proses-proses didalam pengurus tugas Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Nyahpepijat proses wine.\"\n\n#, fuzzy\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Konfigurasi\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Laraskan tetapan dalaman.\"\n\n#, fuzzy\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Nyahpasang program dengan menggunakan penyahpasang wine\"\n\n#, fuzzy\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Akses kepada panel kawalan wine dalaman.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Baca dokumentasi\"\n\n#, fuzzy\n#~ msgid \"Install Selected\"\n#~ msgstr \"Pasang dipilih\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Kami secara tegasnya menasihatkan daripada memasang beberapa pengantungan \"\n#~ \"dalam satu masa.\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Pilih pengantung\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Baca dokumentasi\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafik\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Menambahbaikan prestasi game-game DirectX 11 dan aplikasi 3D.\\n\"\n#~ \"Lumpuhkan jika anda mengalami gangguan graphical.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Menambahbaikan prestasi game-game Direct 12 dan aplikasi 3D.\\n\"\n#~ \"Lumpuhkan jika anda mengalami gangguan graphical.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"Membolehkan DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Menyediakan sokongan DLSS jika disediakan dan Nvidia's NVAPI.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR menggunakan teknologi upscaling yang paling canggih untuk menolong \"\n#~ \"galakan framerates anda.\\n\"\n#~ \"Tutup ini jika anda mengalami gangguan graphical.\"\n\n#, fuzzy\n#~ msgid \"vkBasalt\"\n#~ msgstr \"Guna vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt adalah lapisan pemprosesan pasca Vulkan untuk mempertingkatkan \"\n#~ \"grafik visual untuk games.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Urus peraturan Gamescope\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Guna desktop virtual Wine.\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Biarkan program tangkap input tetikus apabila skrin penuh.\"\n\n#, fuzzy\n#~ msgid \"Take Focus\"\n#~ msgstr \"Ambil fokus\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"Aktifkannya jika program tidak mengambil balik fokus apabila bertukar.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Penskalaan skrin\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Setkan DPI adat\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Penyembah\"\n\n#, fuzzy\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Pilih hujung belakang yang mana untuk diguna wined3d\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (lalai)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Versi komponen\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versi DXVK\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versi VKD3D\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Versi LatencyFleX\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Yang sama seperti Botol beri tetapi Steam provide.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Mengoptimumkan prestasi gaming dengan permintaan.\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"Guna Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Guna Gamescope compositor-mikro.\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Laluan lalai kepada botol.\"\n\n#, fuzzy\n#~ msgid \"Reset to default\"\n#~ msgstr \"Set semula default\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Pilih directori\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Rendahkan kependaman PulseAudio\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Set kependaman PulseAudio kepada 60 milliseconds untuk menaikkan kualiti \"\n#~ \"bunyi\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versi\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Pemaju & Nyahpepijat\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Laluan log code yang tidak terlaksana didalam Wine.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Tiada program dijumpai\"\n\n#, fuzzy\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Togol pencarian\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Rehatlah, ia mungkin memakan masa yang lama\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Mengkonfigurasikan bagaimana Gamescope perlu urus tingkap untuk game yang \"\n#~ \"anda akan jalankan.\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Resolusi Gamescope\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Tetapan paparan\"\n\n#, fuzzy\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Mulakan dengan mencipta botol.\"\n\n#, fuzzy\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Laluan botol adat (memerlukan but semula)\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Pilih dimana mahu menyimpan botol baharu (ini tidak akan memindahkan yang \"\n#~ \"sedia ada)\"\n\n#, fuzzy\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"In early development (memerlukan but semula)\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Buka menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Botol baharu\"\n\n#, fuzzy\n#~ msgid \"Confirm\"\n#~ msgstr \"Sahkan pemadaman\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Adakah anda pasti anda mahu menghapuskan Botol ini dan semua failnya?\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Laluan lalai kepada botol.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Keperincian & Utiliti\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Dijumpai didalam anda punya start menu Botol.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Sesebuah botol yang bernama “{0}” telah berjaya dicipta\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Menciptakan state versi 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Botol baharu\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Mengurus wineprefix dengan senang\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Uji Kaji:pustaka\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Togol mod Pustaka uji kaji.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"Sedang memuat turun…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Laluan tersuai botol tidak dijumpai. Sila periksa laluan di dalam \"\n#~ \"Pengaturan.\\n\"\n#~ \"Laluan dikembalikan kepada yang asal; botol dari laluan itu tidak akan \"\n#~ \"ditampilkan!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Periksa kesihatan\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Mencipta indeks fail keadaan …\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Mencipta titik pemulihan…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Tidak dapat untuk mencipta folder keadaan.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Mengemas kini indeks …\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Tidak dapat mengemas kini fail keadaan.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Tidak dapat mengemas kini fail indeks.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argument yang dijumpai untuk program: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Langkah {self.__step} atau {self.steps}\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"Lancarkan didalam terminal\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Index untuk state {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Baca dokumentasi\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Togel overlay DXVK menunjukkan FPS dan keperincian yang lain-lain didalam \"\n#~ \"aplikasi D3D.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Baca dokumentasi\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Tetapan lebih\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"Dayakan versi untuk simpan dan kembalikan botol kepada suatu state.\"\n\n#, fuzzy\n#~ msgid \"Health Check\"\n#~ msgstr \"Semak kesihatan\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Memuatkan...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Pengurus Tugas\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Pilih dimana mahu menyimpan botol baharu (ini tidak akan memindahkan yang \"\n#~ \"sedia ada)\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Pasang\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Taipkan komen yang sangat pendek:\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Pelari Lutris\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Pembuatan versi Botol (experimental)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Terjemahkan</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Pembiayaan</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Laporkan Bug</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Laporan pepijat\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Buka dengan explorer\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Pindahkan kedalam sandbox\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Sedang dipindahkan didalam sandbox…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utiliti\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Konfig Wine\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Mode pencubaan didayakan: hanya pengantungan daripada repositori \"\n#~ \"pencubaan yang akan ditampilkan.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Walau bagaimanapun fail-fail yang ada di lampiran ini telah disahkan ia \"\n#~ \"mungkin dibawah lesen proprietari.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Walau bagaimanapun fail-fail yang ada di lampiran ini telah disahkan ia \"\n#~ \"mungkin dibawah lesen proprietari.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Baca dokumentasi\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Perincian Botol\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Botol cantik saya\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Menamakan semula botol\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Guna DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Guna VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Membolehkan FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Dayakan LatencyFleX\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Tangkapan tetikus skrin penuh\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Urus versi VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Akan memulakan semula wineserver.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL mengatasi\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Baca dokumentasi\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Atasan yang sedia ada\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Pemboleh ubah baharu\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Anda sedang mengunakan Botol Flatpak, ingat untuk berikan kebenaran \"\n#~ \"mengunakan <a href=\\\"https://docs.usebottles.com/flatpak/expose-\"\n#~ \"directories\\\">Flatseal</a> jika laluan skrip diluar sandbox.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Taip nama baharu:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Taip disini..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Mesej pergi disini.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utiliti & Keutamaan\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Pilih nama untuk botol anda\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Selamat datang\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Botol membuatkan melarikan Software Windows dalam Linux sangat senang.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Apakah itu pelari?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Kita hampir dipenghabisan jalan\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Kita perlu memuat turun dan memasang pelari untuk membolehkan anda untuk \"\n#~ \"mencipta anda punya botol.\\n\"\n#~ \"Saiz muat turun adalah <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Baca \"\n#~ \"lagi tentang apa yang kita akan memuat turun</a>\\n\"\n#~ \"\\n\"\n#~ \"Kami tidak tawarkan fail-fail ini dengan Botol kerana ini semua ada \"\n#~ \"kitaran pengeluaran yang berlainan.\\n\"\n#~ \"\\n\"\n#~ \"Apabila anda bersedia tekan butang <b>Install</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Duduk dan rehat, ia mungking mengambil beberapa minit.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Muat turun\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Semua telah sedia!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Anda telah pun sedia untuk mencipta botol pertama anda.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Tamat\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Amaran: Pastikan untuk memberikan kebenaran kepada Flatpak untuk akses \"\n#~ \"laluan baharu.\\n\"\n#~ \"Ini akan merosakkan sandbox!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Sama ada senarai diatas perlu menunjukkan versi yang tidak stabil.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Kembali semula\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Jalankan aplikasi\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Pemasangan gagal, tolong semak log.\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Selesai\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Pelari Caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Pelari Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Pelari yang lain\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Masukkan nama untuk botol kamu\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Program baharu akan dijumpai secara automatik.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Penduakan botol\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Medan ini tidak boleh mengandungi karakter istimewa!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Ini adalah lapisan keserasian yang membenarkan software Windows diinstall \"\n#~ \"dan dilari didalam sistem Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b>Botol</b> adalah persekitaran dimana pelari mengkonfigurasikan sistem \"\n#~ \"dan dimana software Windows dilarikan dan dipasang.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Baca lagi \"\n#~ \"tentang pelari</a>\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Pertolongan Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Saya tidak boleh lihat botol lama selepas menaik taraf.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Saya tidak jumpa beberapa direktori.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Saya tidak menjumpai file didalam home saya.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Aplikasi gagal secara senyap atau paparan hitam\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Hancurkan botol ini\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Buat sandaran untuk botol ini.\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tema malam\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Guna tema malam.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Membolehkan ACO shader compiler\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Menambahbaikan prestast didalam game dan aplikasi 3D.\\n\"\n#~ \"Lumpuhkan jika anda mengalami gangguan graphical.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Mode malam\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Guna WineBridge untuk proses dan pengurusan program.\"\n"
  },
  {
    "path": "po/nb_NO.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 11:41+0000\\n\"\n\"Last-Translator: StoneMoe <lakechan96@gmail.com>\\n\"\n\"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/nb_NO/>\\n\"\n\"Language: nb_NO\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Ingen sti spesifisert\"\n\n#: bottles/backend/managers/backup.py:56\n#, fuzzy, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sikkerhetskopi {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importerer sikkerhetskopi: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Mislyktes i å installere komponenter, forsøkt 3 ganger.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Mangler viktige komponenter. Installerer…\"\n\n#: bottles/backend/managers/manager.py:1145\n#, fuzzy\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Jeg må velge en egedefinert sti\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Mislyktes i å opprette plassholder mappe/fil.\"\n\n#: bottles/backend/managers/manager.py:1162\n#, fuzzy\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Oppretter wineprefiks …\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Mal funnet, anvender…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\n#, fuzzy\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Oppsett\"\n\n#: bottles/backend/managers/manager.py:1199\n#, fuzzy\nmsgid \"Wine config updated!\"\nmsgstr \"Oppsett\"\n\n#: bottles/backend/managers/manager.py:1207\n#, fuzzy\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Kjører som Flatpak. Oppretter sandkasse-mapper…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Sandbokser brukermappe…\"\n\n#: bottles/backend/managers/manager.py:1250\n#, fuzzy\nmsgid \"Setting Windows version…\"\nmsgstr \"Versjonering\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Anvend CMD standardinnstillinger…\"\n\n#: bottles/backend/managers/manager.py:1268\n#, fuzzy\nmsgid \"Optimizing environment…\"\nmsgstr \"Tar i bruk miljø: {0}…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, fuzzy, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Tar i bruk miljø: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Bruker en egendefinert miljøoppskrift…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Oppskrift ikke funnet eller ugyldig…\"\n\n#: bottles/backend/managers/manager.py:1309\n#, fuzzy\nmsgid \"Installing DXVK…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\n#, fuzzy\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installerer VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\n#, fuzzy\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Installerer avhengighet: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\n#, fuzzy\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Oppretter versjoneringstilstand 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Fullfører …\"\n\n#: bottles/backend/managers/manager.py:1364\n#, fuzzy\nmsgid \"Caching template…\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/backend/managers/versioning.py:83\n#, fuzzy\nmsgid \"Committing state …\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, fuzzy, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"En flaske ved navn «{0}» ble opprettet\"\n\n#: bottles/backend/managers/versioning.py:123\n#, fuzzy\nmsgid \"States list retrieved successfully!\"\nmsgstr \"En flaske ved navn «{0}» ble opprettet\"\n\n#: bottles/backend/managers/versioning.py:153\n#, fuzzy, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"En flaske ved navn «{0}» ble opprettet\"\n\n#: bottles/backend/managers/versioning.py:155\n#, fuzzy\nmsgid \"Restoring state {} …\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/backend/managers/versioning.py:162\n#, fuzzy\nmsgid \"State not found\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\n#, fuzzy\nmsgid \"Show version\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/main.py:120\n#, fuzzy\nmsgid \"Executable path\"\nmsgstr \"Kjør .exe\"\n\n#: bottles/frontend/main.py:128\n#, fuzzy\nmsgid \"lnk path\"\nmsgstr \"Sti til .lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/main.py:144\n#, fuzzy\nmsgid \"Pass arguments\"\nmsgstr \"Kjør med argumenter\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Ugyldig URI (syntaks: bottles:run/<flaske></<program>)\"\n\n#: bottles/frontend/main.py:244\n#, fuzzy\nmsgid \"[Quit] request received.\"\nmsgstr \"`Avslutt`-forespørsel mottatt.\"\n\n#: bottles/frontend/main.py:253\n#, fuzzy\nmsgid \"[Help] request received.\"\nmsgstr \"`Hjelp`-forespørsel mottatt.\"\n\n#: bottles/frontend/main.py:261\n#, fuzzy\nmsgid \"[Refresh] request received.\"\nmsgstr \"`Gjenoppfrisk`-forespørsel mottatt.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\n#, fuzzy\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2021 - Flasker-utviklerne\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\n#, fuzzy\nmsgid \"Bottles Developers\"\nmsgstr \"© 2017-2021 - Flasker-utviklerne\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\n#, fuzzy\nmsgid \"Component version\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\n#, fuzzy\nmsgid \"Uninstall\"\nmsgstr \"Avinstaller\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#, fuzzy\nmsgid \"Browse Files\"\nmsgstr \"Utforsk C:\"\n\n#: bottles/frontend/ui/component-entry.blp:34\n#, fuzzy\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Installasjonen mislyktes. Dette kan være en pakkebrønnsfeil, delvis \"\n\"nedlastning, eller sjekksumsuoverensstemmelse.\\n\"\n\"\\n\"\n\"Trykk for å prøve igjen.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\n#, fuzzy\nmsgid \"Download & Install\"\nmsgstr \"Last ned og installer denne DXVK-en\"\n\n#: bottles/frontend/ui/component-entry.blp:58\n#, fuzzy\nmsgid \"0%\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest\"\nmsgstr \"Vis manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Lisens\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\n#, fuzzy\nmsgid \"Reinstall\"\nmsgstr \"Avinstaller\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\n#, fuzzy\nmsgid \"Dependency name\"\nmsgstr \"Avhengigheter\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\n#, fuzzy\nmsgid \"Dependency description\"\nmsgstr \"Miljøbeskrivelse\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\n#, fuzzy\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Last ned og installer denne avhengigheten\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\n#, fuzzy\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Kunne ikke utføre installasjonen. Start Bottles på ny for å lese \"\n\"krasjrapporten eller for å kjøre det via terminalen for å lese utdataen.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\n#, fuzzy\nmsgid \"Dependency Menu\"\nmsgstr \"Avhengigheter\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\n#, fuzzy\nmsgid \"Browse Files…\"\nmsgstr \"Utforsk C:\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\n#, fuzzy\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Dupliser flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Dette er flaskens komplette arkiv, inkludert personlige filer.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\n#, fuzzy\nmsgid \"Full Backup…\"\nmsgstr \"Fullstendig arkiv\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Dette er kun flaskeoppsettet, det er perfekt hvis du ønsker å opprette en \"\n\"ny, uten personlige filer.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\n#, fuzzy\nmsgid \"Export Configuration…\"\nmsgstr \"Oppsett\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\n#, fuzzy\nmsgid \"Show Hidden Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\n#, fuzzy\nmsgid \"Search for new programs\"\nmsgstr \"Se etter installerte programmer.\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\n#, fuzzy\nmsgid \"Delete Bottle…\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\n#, fuzzy\nmsgid \"Force Stop all Processes\"\nmsgstr \"Drep alle prosesser\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\n#, fuzzy\nmsgid \"Shutdown\"\nmsgstr \"Slå av\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\n#, fuzzy\nmsgid \"Reboot\"\nmsgstr \"Omstart\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\n#, fuzzy\nmsgid \"Launch Options\"\nmsgstr \"Endre oppstartsvalg\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\n#, fuzzy\nmsgid \"My bottle\"\nmsgstr \"Ny flaske\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Miljø\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Springer\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versjonering påskrudd for denne flasken\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\n#, fuzzy\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versjonering er påslått for denne flasken.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\n#, fuzzy\nmsgid \"Run Executable…\"\nmsgstr \"Start kjørbar fil\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\n#, fuzzy\nmsgid \"Install Programs…\"\nmsgstr \"Installerte programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\n#, fuzzy\nmsgid \"Options\"\nmsgstr \"Oppdaterte oversettelser\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\n#, fuzzy\nmsgid \"Settings\"\nmsgstr \"Juster interne innstillinger.\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\n#, fuzzy\nmsgid \"Configure bottle settings.\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Avhengigheter\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\n#, fuzzy\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Installerte programmer\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\n#, fuzzy\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Lagre flasketilstand.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\n#, fuzzy\nmsgid \"Task Manager\"\nmsgstr \"Oppgavebehandler\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Kommandolinje\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Kjør kommandoer i denne flasken\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Register-redigerer\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Rediger det interne registeret.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\n#, fuzzy\nmsgid \"Debugger\"\nmsgstr \"Avlusing\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Oppsett\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Avinstaller\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\n#, fuzzy\nmsgid \"Control Panel\"\nmsgstr \"Kontrollpanel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\n#, fuzzy\nmsgid \"Search for dependencies…\"\nmsgstr \"Avhengigheter\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\n#, fuzzy\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Funnet en knekt avhengighet?\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\n#, fuzzy\nmsgid \"Report Missing Dependency\"\nmsgstr \"Funnet en knekt avhengighet?\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\n#, fuzzy\nmsgid \"Read Documentation.\"\nmsgstr \"Dokumentasjon\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentasjon\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\n#, fuzzy\nmsgid \"Search for Programs…\"\nmsgstr \"Se etter installerte programmer.\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\n#, fuzzy\nmsgid \"No Installers Found\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\n#, fuzzy\nmsgid \"Read Documentation\"\nmsgstr \"Dokumentasjon\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Navn\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\n#, fuzzy\nmsgid \"Components\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\n#, fuzzy\nmsgid \"DXVK\"\nmsgstr \"Bruk DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\n#, fuzzy\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Skru på Direct3D 12-støtte og forbedre Direct3D 8/9/10/11-ytelse ved \"\n\"oversetting av forespørsler til Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\n#, fuzzy\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\n#, fuzzy\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\n#, fuzzy\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-versjon\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\n#, fuzzy\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\n#, fuzzy\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\n#, fuzzy\nmsgid \"Display\"\nmsgstr \"Juster interne innstillinger.\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\n#, fuzzy\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Fobredrer ytelsen på bekostning av strømforbruk.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\n#, fuzzy\nmsgid \"Discrete Graphics\"\nmsgstr \"Bruk eget grafikkort\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\n#, fuzzy\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Håndter undersystemsinnstillingene i Wine\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\n#, fuzzy\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Håndter undersystemsinnstillingene i Wine\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\n#, fuzzy\nmsgid \"Advanced Display Settings\"\nmsgstr \"Juster interne innstillinger.\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\n#, fuzzy\nmsgid \"Performance\"\nmsgstr \"Utseende\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\n#, fuzzy\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Skru på futex-basert synkronisering for å øke ytelsen med \"\n\"multikjerneprosessorer.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synkronisering\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\n#, fuzzy\nmsgid \"System\"\nmsgstr \"Systemkontroll\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\n#, fuzzy\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\n#, fuzzy\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\n#, fuzzy\nmsgid \"Monitor Performance\"\nmsgstr \"Utseende\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\n#, fuzzy\nmsgid \"Feral GameMode\"\nmsgstr \"Bruk spillmodus\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\n#, fuzzy\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Håndter undersystemsinnstillingene i Wine\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\n#, fuzzy\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Se etter installerte programmer.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\n#, fuzzy\nmsgid \"Compatibility\"\nmsgstr \"Kompatibilitetsgrad\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\n#, fuzzy\nmsgid \"Windows Version\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\n#, fuzzy\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\n#, fuzzy\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Velg en annen springer for denne flasken.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\n#, fuzzy\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Håndter DXVK-versjoner\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\n#, fuzzy\nmsgid \"Bottles Runtime\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\n#, fuzzy\nmsgid \"Steam Runtime\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\n#, fuzzy\nmsgid \"Working Directory\"\nmsgstr \"Arbeidsmappe\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\n#, fuzzy\nmsgid \"Reset to Default\"\nmsgstr \"Flaskedetaljer\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\n#, fuzzy\nmsgid \"DLL Overrides\"\nmsgstr \"DLL-overstyringer\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\n#, fuzzy\nmsgid \"Environment Variables\"\nmsgstr \"Miljøvariabler\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\n#, fuzzy\nmsgid \"Manage Drives\"\nmsgstr \"Håndter springere\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\n#, fuzzy\nmsgid \"Automatic Snapshots\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\n#, fuzzy\nmsgid \"Compression\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\n#, fuzzy\nmsgid \"Manage Patterns\"\nmsgstr \"Håndter springere\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Gjenoppfrisk\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\n#, fuzzy\nmsgid \"No Snapshots Found\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\n#, fuzzy\nmsgid \"A short comment\"\nmsgstr \"En veldig kort kommentar\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Lagre flasketilstand.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\n#, fuzzy\nmsgid \"Create new Snapshot\"\nmsgstr \"Opprett ny tilstand\"\n\n#: bottles/frontend/ui/details.blp:16\n#, fuzzy\nmsgid \"Details\"\nmsgstr \"Flaskedetaljer\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\n#, fuzzy\nmsgid \"Go Back\"\nmsgstr \"Tilbake\"\n\n#: bottles/frontend/ui/details.blp:75\n#, fuzzy\nmsgid \"Operations\"\nmsgstr \"Oppdaterte oversettelser\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Avbryt\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Velg\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\n#, fuzzy\nmsgid \"Create New Bottle\"\nmsgstr \"Opprett ny flaske\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\n#, fuzzy\nmsgid \"Bottles Crash Report\"\nmsgstr \"Flaskesikkerhetskopi og import\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\n#, fuzzy\nmsgid \"_Cancel\"\nmsgstr \"Avbryt\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\n#, fuzzy\nmsgid \"Send Report\"\nmsgstr \"Feilrapport\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\n#, fuzzy\nmsgid \"Advanced options\"\nmsgstr \"Avansert\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Avslutt\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\n#, fuzzy\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynamisk lenkede bibliotek kan angis for innebygging (tilbudt av Wine) eller \"\n\"systemspesifikt (tilbudt av programmet)\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\n#, fuzzy\nmsgid \"New Override\"\nmsgstr \"Ny overstyring\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\n#, fuzzy\nmsgid \"Overrides\"\nmsgstr \"DLL-overstyringer\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\n#, fuzzy\nmsgid \"Existing Drives\"\nmsgstr \"Eksisterende overstyringer\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\n#, fuzzy\nmsgid \"Duplicate Bottle\"\nmsgstr \"Dupliser flaske\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\n#, fuzzy\nmsgid \"Duplicate\"\nmsgstr \"Dupliser flaske\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\n#, fuzzy\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Skriv et navn på flasken din\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\n#, fuzzy\nmsgid \"Duplicating…\"\nmsgstr \"Laster ned …\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\n#, fuzzy\nmsgid \"Bottle Duplicated\"\nmsgstr \"Flasker startet.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\n#, fuzzy\nmsgid \"Existing Variables\"\nmsgstr \"Eksisterende overstyringer\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\n#, fuzzy\nmsgid \"Existing Patterns\"\nmsgstr \"Eksisterende overstyringer\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\n#, fuzzy\nmsgid \"Gamescope Settings\"\nmsgstr \"Håndter undersystemsinnstillingene i Wine\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Lagre\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\n#, fuzzy\nmsgid \"Game Resolution\"\nmsgstr \"Oppløsning for virtelt skrivebord\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Bredde\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Høyde\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\n#, fuzzy\nmsgid \"Window Resolution\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\n#, fuzzy\nmsgid \"Integer Scaling\"\nmsgstr \"Skru på versjonering\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\n#, fuzzy\nmsgid \"Window Type\"\nmsgstr \"Vindusbredde\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\n#, fuzzy\nmsgid \"Fullscreen\"\nmsgstr \"Fullskjermsvisning\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\n#, fuzzy\nmsgid \"Start Installation\"\nmsgstr \"Oversettelser\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\n#, fuzzy\nmsgid \"Completed!\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\n#, fuzzy\nmsgid \"Show Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\n#, fuzzy\nmsgid \"Installation Failed!\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\n#, fuzzy\nmsgid \"All messages\"\nmsgstr \"Slett tilstand\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\n#, fuzzy\nmsgid \"Warnings\"\nmsgstr \"Advarsel\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Journal-leser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\n#, fuzzy\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Disse argumentene sendes ved programstart:\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\n#, fuzzy\nmsgid \"Custom Arguments\"\nmsgstr \"Kjør med argumenter\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\n#, fuzzy\nmsgid \"Command Arguments\"\nmsgstr \"Kjør med argumenter\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, fuzzy, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"f.eks: -eksempel1 -eksempel2 -eksempel3=hallo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Velg skript som skal utføres etter kjøring.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\n#, fuzzy\nmsgid \"Choose a Script\"\nmsgstr \"Velg skriptet\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\n#, fuzzy\nmsgid \"Choose from where start the program.\"\nmsgstr \"Lukk Bottles etter start av et program\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\n#, fuzzy\nmsgid \"Choose a Directory\"\nmsgstr \"Velg en mappe\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\n#, fuzzy\nmsgid \"Preferences Overrides\"\nmsgstr \"Egenskaper\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\n#, fuzzy\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Flaskedetaljer\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\n#, fuzzy\nmsgid \"Virtual Desktop\"\nmsgstr \"Oppløsning for virtelt skrivebord\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\n#, fuzzy\nmsgid \"Use Proton\"\nmsgstr \"ProtonDB\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\n#, fuzzy\nmsgid \"Rename\"\nmsgstr \"Springer\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\n#, fuzzy\nmsgid \"New Name\"\nmsgstr \"Navn\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\n#, fuzzy\nmsgid \"Run With Arguments\"\nmsgstr \"Kjør med argumenter\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\n#, fuzzy\nmsgid \"Run\"\nmsgstr \"Springer\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\n#, fuzzy\nmsgid \"Sandbox Settings\"\nmsgstr \"Håndter undersystemsinnstillingene i Wine\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\n#, fuzzy\nmsgid \"Share Sound\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\n#, fuzzy\nmsgid \"Upgrade Needed\"\nmsgstr \"Oppgrader\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\n#, fuzzy\nmsgid \"Launch upgrade\"\nmsgstr \"Bekreft oppgradering\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\n#, fuzzy\nmsgid \"New Versioning System\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\n#, fuzzy\nmsgid \"Default Settings\"\nmsgstr \"Juster interne innstillinger.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\n#, fuzzy\nmsgid \"Show Information\"\nmsgstr \"Flasker startet.\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\n#, fuzzy\nmsgid \"Subpixel Quality\"\nmsgstr \"Ultrakvalitet\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\n#, fuzzy\nmsgid \"Builtin (Wine)\"\nmsgstr \"Innebygd (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\n#, fuzzy\nmsgid \"Native (Windows)\"\nmsgstr \"Systemspesifikk (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\n#, fuzzy\nmsgid \"Builtin, then Native\"\nmsgstr \"Innebygd og så systemspesifikk\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\n#, fuzzy\nmsgid \"Native, then Builtin\"\nmsgstr \"Systemspesifikk og så innebygd\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\n#, fuzzy\nmsgid \"Value\"\nmsgstr \"verdi\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\n#, fuzzy\nmsgid \"Browse files\"\nmsgstr \"Utforsk C:\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\n#, fuzzy\nmsgid \"Wine prefix name\"\nmsgstr \"Skru på fixme-loggføring fra Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Håndter flasker\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\n#, fuzzy\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Wineprefix allerede importert i Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\n#, fuzzy\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importer fra sikkerhetskopi\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\n#, fuzzy\nmsgid \"No Prefixes Found\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\n#, fuzzy\nmsgid \"Full Archive\"\nmsgstr \"Fullstendig arkiv\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\n#, fuzzy\nmsgid \"Show Manifest…\"\nmsgstr \"Vis manifest\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\n#, fuzzy\nmsgid \"Installer name\"\nmsgstr \"Installasjonskandidater\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\n#, fuzzy\nmsgid \"Installer description\"\nmsgstr \"Installasjonskandidater\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\n#, fuzzy\nmsgid \"Install this Program\"\nmsgstr \"Installerte programmer\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\n#, fuzzy\nmsgid \"Program Menu\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\n#, fuzzy\nmsgid \"Launch\"\nmsgstr \"Endre oppstartsvalg\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\n#, fuzzy\nmsgid \"Item name\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/library-entry.blp:132\n#, fuzzy\nmsgid \"Remove from Library\"\nmsgstr \"Fjern fra programmer\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\n#, fuzzy\nmsgid \"Library\"\nmsgstr \"Mørk drakt\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versjonering er påslått for denne flasken.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Denne flasken ser ut til å være skadet.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\n#, fuzzy\nmsgid \"Execute in this Bottle\"\nmsgstr \"Kjør i denne flasken\"\n\n#: bottles/frontend/ui/list-entry.blp:69\n#, fuzzy\nmsgid \"Run Here\"\nmsgstr \"Kjør her\"\n\n#: bottles/frontend/ui/list-entry.blp:75\n#, fuzzy\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Flasken ser ut til å være skadet. Oppsettsfilen mangler. Dette kan løses ved \"\n\"å opprette et nytt oppsett.\"\n\n#: bottles/frontend/ui/list.blp:12\n#, fuzzy\nmsgid \"Search your bottles…\"\nmsgstr \"Gi flasken et navn\"\n\n#: bottles/frontend/ui/list.blp:28\n#, fuzzy\nmsgid \"Steam Proton\"\nmsgstr \"ProtonDB\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Flasker\"\n\n#: bottles/frontend/ui/list.blp:49\n#, fuzzy\nmsgid \"Create New Bottle…\"\nmsgstr \"Opprett ny flaske\"\n\n#: bottles/frontend/ui/list.blp:63\n#, fuzzy\nmsgid \"No Results Found\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\n#, fuzzy\nmsgid \"Browse\"\nmsgstr \"Utforsk C:\"\n\n#: bottles/frontend/ui/new.blp:32\n#, fuzzy\nmsgid \"C_reate\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Flaskenavn\"\n\n#: bottles/frontend/ui/new.blp:75\n#, fuzzy\nmsgid \"_Application\"\nmsgstr \"Laster ned …\"\n\n#: bottles/frontend/ui/new.blp:88\n#, fuzzy\nmsgid \"_Gaming\"\nmsgstr \"Spill\"\n\n#: bottles/frontend/ui/new.blp:101\n#, fuzzy\nmsgid \"C_ustom\"\nmsgstr \"Egendefinert\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Egendefinert\"\n\n#: bottles/frontend/ui/new.blp:118\n#, fuzzy\nmsgid \"Share User Directory\"\nmsgstr \"Velg en mappe\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arkitektur\"\n\n#: bottles/frontend/ui/new.blp:137\n#, fuzzy\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32-bit anbefales kun når det er tvingende nødvendig\"\n\n#: bottles/frontend/ui/new.blp:146\n#, fuzzy\nmsgid \"Import a custom configuration.\"\nmsgstr \"Oppsett\"\n\n#: bottles/frontend/ui/new.blp:176\n#, fuzzy\nmsgid \"Bottle Directory\"\nmsgstr \"Velg en mappe\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\n#, fuzzy\nmsgid \"_Close\"\nmsgstr \"Lukk\"\n\n#: bottles/frontend/ui/new.blp:281\n#, fuzzy\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\"Spillmodus er enten ikke tilgjengelig på systemet ditt, eller kjører ikke.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Velkommen til Flasker\"\n\n#: bottles/frontend/ui/onboard.blp:60\n#, fuzzy\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Kjør Windows-programvare på Linux med Flasker!\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\n#, fuzzy\nmsgid \"Windows in Bottles\"\nmsgstr \"Vindusbredde\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\n#, fuzzy\nmsgid \"Start using Bottles\"\nmsgstr \"Opprett ny flaske\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Neste\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Egenskaper\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Generelt\"\n\n#: bottles/frontend/ui/preferences.blp:14\n#, fuzzy\nmsgid \"Appearance\"\nmsgstr \"Utseende\"\n\n#: bottles/frontend/ui/preferences.blp:17\n#, fuzzy\nmsgid \"Dark Mode\"\nmsgstr \"Mørk drakt\"\n\n#: bottles/frontend/ui/preferences.blp:18\n#, fuzzy\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Hvorvidt Bottles skal ikles mørk drakt.\"\n\n#: bottles/frontend/ui/preferences.blp:28\n#, fuzzy\nmsgid \"Show Update Date\"\nmsgstr \"Vis oppdateringsdato\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Hvorvidt oppdateringsdato skal vises i flaskelisten.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Merknader\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Vis merknader for nedlastinger og installasjoner.\"\n\n#: bottles/frontend/ui/preferences.blp:52\n#, fuzzy\nmsgid \"Temp Files\"\nmsgstr \"Rens av midlertidig sti\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Tøm midlertidige filer når Bottles startes?\"\n\n#: bottles/frontend/ui/preferences.blp:62\n#, fuzzy\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Lukk Bottles etter start av et program\"\n\n#: bottles/frontend/ui/preferences.blp:63\n#, fuzzy\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Lukk Bottles etter start av program fra filbehandleren\"\n\n#: bottles/frontend/ui/preferences.blp:73\n#, fuzzy\nmsgid \"Integrations\"\nmsgstr \"Oppdaterte oversettelser\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\n#, fuzzy\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Skru av/på versjonseringsfunksjon\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\n#, fuzzy\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"List opp, håndter og kjør programmer installert i denne flasken.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\n#, fuzzy\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"List opp, håndter og kjør programmer installert i denne flasken.\"\n\n#: bottles/frontend/ui/preferences.blp:128\n#, fuzzy\nmsgid \"Advanced\"\nmsgstr \"Avansert\"\n\n#: bottles/frontend/ui/preferences.blp:131\n#, fuzzy\nmsgid \"Bottles Directory\"\nmsgstr \"Velg en mappe\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Springere\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\n#, fuzzy\nmsgid \"Pre-Release\"\nmsgstr \"Forhåndsutgivelse\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\n#, fuzzy\nmsgid \"DLL Components\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Eksperiementer\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\n#, fuzzy\nmsgid \"Browse Path\"\nmsgstr \"Utforsk C:\"\n\n#: bottles/frontend/ui/program-entry.blp:39\n#, fuzzy\nmsgid \"Change Launch Options…\"\nmsgstr \"Endre oppstartsalternativer\"\n\n#: bottles/frontend/ui/program-entry.blp:43\n#, fuzzy\nmsgid \"Add to Library\"\nmsgstr \"Mørk drakt\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\n#, fuzzy\nmsgid \"Rename…\"\nmsgstr \"Springer\"\n\n#: bottles/frontend/ui/program-entry.blp:62\n#, fuzzy\nmsgid \"Hide Program\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/program-entry.blp:66\n#, fuzzy\nmsgid \"Show Program\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/ui/program-entry.blp:70\n#, fuzzy\nmsgid \"Remove from List\"\nmsgstr \"Fjern fra programmer\"\n\n#: bottles/frontend/ui/program-entry.blp:83\n#, fuzzy\nmsgid \"Program name\"\nmsgstr \"Programmer\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\n#, fuzzy\nmsgid \"State id\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/ui/state-entry.blp:9\n#, fuzzy\nmsgid \"State comment\"\nmsgstr \"En veldig kort kommentar\"\n\n#: bottles/frontend/ui/state-entry.blp:16\n#, fuzzy\nmsgid \"Restore this Snapshot\"\nmsgstr \"Kjør i denne flasken\"\n\n#: bottles/frontend/ui/task-entry.blp:19\n#, fuzzy\nmsgid \"Delete message\"\nmsgstr \"Slett tilstand\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\n#, fuzzy\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Du er ikke tilkoblet Internett. Du vil ikke kunne laste ned essensielle \"\n\"komponenter. Klikk på dette ikonet når du er tilkoblet.\"\n\n#: bottles/frontend/ui/window.blp:79\n#, fuzzy\nmsgid \"Import…\"\nmsgstr \"Importerer\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Om Flasker\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Oppdatert: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"'{0}' lagt til.\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Legg til\"\n\n#: bottles/frontend/views/bottle_details.py:346\n#, fuzzy\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Programmer\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\n#, fuzzy\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Velg sted å lagre sikkerhetskopi\"\n\n#: bottles/frontend/views/bottle_details.py:431\n#, fuzzy\nmsgid \"Export\"\nmsgstr \"Eksporter\"\n\n#: bottles/frontend/views/bottle_details.py:433\n#, fuzzy\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Velg sted å lagre sikkerhetskopiert arkiv\"\n\n#: bottles/frontend/views/bottle_details.py:435\n#, fuzzy\nmsgid \"Backup\"\nmsgstr \"Sikkerhetskopi {0}\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, fuzzy, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Backup opprettet for '{0}'.\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, fuzzy, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Backup feilet for '{0}'.\"\n\n#: bottles/frontend/views/bottle_details.py:501\n#, fuzzy\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Er du sikker på at du vil slette denne flasken og alle dens filer?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\n#, fuzzy\nmsgid \"Missing Runner\"\nmsgstr \"Håndter flasker\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\n#, fuzzy\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Er du sikker på at du vil slette denne flasken og alle dens filer?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\n#, fuzzy\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\"Spillmodus er enten ikke tilgjengelig på systemet ditt, eller kjører ikke.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\n#, fuzzy\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Spesialtegn tillates ikke.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\n#, fuzzy\nmsgid \"Select Working Directory\"\nmsgstr \"Arbeidsmappe\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\n#, fuzzy\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Er du sikker på at du vil slette denne flasken og alle dens filer?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installasjonskandidater\"\n\n#: bottles/frontend/views/details.py:234\n#, fuzzy\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/views/details.py:239\n#, fuzzy\nmsgid \"Return to your bottles.\"\nmsgstr \"Gi flasken et navn\"\n\n#: bottles/frontend/views/importer.py:92\n#, fuzzy\nmsgid \"Backup imported successfully\"\nmsgstr \"Backup importert vellykket.\"\n\n#: bottles/frontend/views/importer.py:94\n#, fuzzy\nmsgid \"Import failed\"\nmsgstr \"Importerer\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\n#, fuzzy\nmsgid \"Importing backup…\"\nmsgstr \"Importerer sikkerhetskopi: {0}\"\n\n#: bottles/frontend/views/importer.py:119\n#, fuzzy\nmsgid \"Select a Backup Archive\"\nmsgstr \"Velg en sikkerhetskopi\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\n#, fuzzy\nmsgid \"Import\"\nmsgstr \"Importerer\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\n#, fuzzy\nmsgid \"Select a Configuration File\"\nmsgstr \"Oppsett\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"I/t\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, fuzzy, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Dine flasker\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Velg en mappe\"\n\n#: bottles/frontend/views/new.py:176\n#, fuzzy\nmsgid \"Creating Bottle…\"\nmsgstr \"Opprett ny flaske\"\n\n#: bottles/frontend/views/new.py:221\n#, fuzzy\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Opprett ny flaske\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\n#, fuzzy\nmsgid \"Bottle Created\"\nmsgstr \"Flasker startet.\"\n\n#: bottles/frontend/views/new.py:233\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"En flaske ved navn «{0}» ble opprettet\"\n\n#: bottles/frontend/views/preferences.py:142\n#, fuzzy\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"Steam ble ikke funnet eller så har ikke Flasker nok tillatelser. Besøk \"\n\"https://docs.usebottles.com/flatpak/cant-enable-steam-proton-manager\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Andre\"\n\n#: bottles/frontend/widgets/component.py:74\n#, fuzzy\nmsgid \"Upgrade\"\nmsgstr \"Oppgrader\"\n\n#: bottles/frontend/widgets/component.py:140\n#, fuzzy\nmsgid \"Installing…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest for {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"Avinstaller\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"Avinstaller\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"'{0}' installert.\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"'{0}' importert.\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, fuzzy, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Manifest for {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, fuzzy, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"'{0}' gjemt.\"\n\n#: bottles/frontend/widgets/program.py:216\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"'{0}' vist.\"\n\n#: bottles/frontend/widgets/program.py:242\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"'{0}' fjernet.\"\n\n#: bottles/frontend/widgets/program.py:274\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"'{0}' endret navn til '{1}'.\"\n\n#: bottles/frontend/widgets/program.py:297\n#, fuzzy, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Skrivebords-oppføring opprettet for '{0}'\"\n\n#: bottles/frontend/widgets/program.py:313\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"'{0}' lagt til biblioteket ditt\"\n\n#: bottles/frontend/widgets/program.py:331\n#, fuzzy, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"'{0}' lagt til biblioteket ditt\"\n\n#: bottles/frontend/windows/crash.py:33\n#, fuzzy\nmsgid \"Show report\"\nmsgstr \"Feilrapport\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\n#, fuzzy\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Versjonering\"\n\n#: bottles/frontend/windows/display.py:114\n#, fuzzy\nmsgid \"Display settings updated\"\nmsgstr \"Juster interne innstillinger.\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\n#, fuzzy\nmsgid \"No overrides found.\"\nmsgstr \"Fant ingen springere\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"Miljøvariabler\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Miljøvariabler\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"En feil har inntruffet.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Kopier til utklippstavle\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Velg ressursfil\"\n\n#: bottles/frontend/windows/installer.py:109\n#, fuzzy\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Installerer avhengighet: {0} …\"\n\n#: bottles/frontend/windows/installer.py:110\n#, fuzzy\nmsgid \"Configuring the bottle…\"\nmsgstr \"Oppretter flaske …\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\n#, fuzzy\nmsgid \"Installing the {}…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, fuzzy, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Installerer DXVK…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Installasjonsprogram feilet med ukjent feilmelding\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, fuzzy, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"Versjonering påskrudd for denne flasken\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Denne innstillingene er annerledes fra flaskens standard.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Opprett flaske\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\n#, fuzzy\nmsgid \"Run Windows Software\"\nmsgstr \"Kjør Windows-programvare\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"WINE;Windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak-migrasjon\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\n#, fuzzy\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Skru av/på Flatpak-migrasjonsdialogen.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Mørk drakt\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Påtving bruken av mørkt tema.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Skru av/på oppdatering av dato i liste\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\n#, fuzzy\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Skru av/på oppdatering av dato i flaskeliste.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam programliste\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Skru av/på Steam programliste.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games-oppføring\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\n#, fuzzy\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Skru av/på oppdatering av dato i liste\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\n#, fuzzy\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Skru av/på Steam programliste.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Vindusbredde\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\n#, fuzzy\nmsgid \"Change the window width.\"\nmsgstr \"Endre vindushøyden\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Vindushøyde\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\n#, fuzzy\nmsgid \"Change the window height.\"\nmsgstr \"Endre vindushøyden\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\n#, fuzzy\nmsgid \"Show notifications.\"\nmsgstr \"Aktiver varsler.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Rens av midlertidig sti\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\n#, fuzzy\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Rens midlertidig sti ved oppstart.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Utgivelseskandidat\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\n#, fuzzy\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Veksle utgivelseskandidat for springere\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Oppstartsvisning\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\n#, fuzzy\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Velg hvilken visning som skal brukes ved programoppstart.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\n#, fuzzy\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Veksle eksperimentelle funksjoner som versjonering og \"\n\"installasjonskandidater. Utgivelseskandidat for springere.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\n#, fuzzy\nmsgid \"Steam Proton Support\"\nmsgstr \"ProtonDB\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\n#, fuzzy\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Skru av/på versjonseringsfunksjon\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\n#, fuzzy\nmsgid \"Experiments:sandbox\"\nmsgstr \"Eksperiementer\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\n#, fuzzy\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Skru av på funksjon for eksperimentelle installasjonskandidater\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Lukk Flasker automatisk\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\n#, fuzzy\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Lukk Flasker etter start av kjørbar fil fra filbehandler\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\n#, fuzzy\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Skru av/på Steam programliste.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Kjør Windows-programvare på Linux med Flasker!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Tapp programvare på flaske og nyt som det passer deg.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Vårt innebygde installasjonssystem tillater enkel tilgang vidtfavnende \"\n\"programvarekompabilitet. En nedlastingsbehandler er også inkludert, for \"\n\"nedlasting av de offisielle komponentene: springeren (Wine, Proton), DXVK, \"\n\"avhengigheter, osv.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Flaskeversjonering holder arbeidet ditt trygt nå og lar deg gjenopprette det \"\n\"senere!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funksjoner:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Opprett flasker ved bruk av forhåndsinnstilte miljøer, eller lag dine egne\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Kjør kjørbare filer (.exe/.msi) i flaskene dine, direkte fra kontekstmenyen \"\n\"til filbehandleren\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Automatisk oppdagelse av programmer installert i flaskene dine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\n#, fuzzy\nmsgid \"Add environment variables quickly\"\nmsgstr \"Legg til miljøvariabler kjapt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\n#, fuzzy\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Overskriv DLL-filer direkte fra flaskeinnstillinger\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Umiddelbare springer-endring for enhver flaske\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Ulike optimaliseringer av spillytelse \"\n\"(esync, fsync, DXVK, cache, shader kompilator, avlastning ... og mye mer.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Automatisk installasjon og håndtering av Wine og Proton-springere\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatisk flaskereparasjon i fall de knuses\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integrert avhengighetsinstallasjon basert på et fellesskapsdrevet \"\n\"repositorium\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\n#, fuzzy\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrert oppgavebehandler for Wine-prosesser\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\n#, fuzzy\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Enkel tilgang til ProtonDB og WineHQ for brukerstøtte\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"System for å bringe konfigurasjonen til nye versjoner av Flasker\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Sikkerhetkopier og importer flasker\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importer Wine-prefikser fra andre behandlere\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Flasker versjonering\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… og mye mer som du finner ved å installere Flasker!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\n#, fuzzy\nmsgid \"Correct version\"\nmsgstr \"Versjonering\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\n#, fuzzy\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Kunne ikke opprette flasken.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\n#, fuzzy\nmsgid \"Quality of life improvements:\"\nmsgstr \"Kodeforbedringer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\n#, fuzzy\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Legg til en egendefinert kjørbar sti\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\n#, fuzzy\nmsgid \"Bug fixes:\"\nmsgstr \"Feilfikser\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\n#, fuzzy\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importer fra sikkerhetskopi eller andre håndterere\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\n#, fuzzy\nmsgid \"Correct version date\"\nmsgstr \"Oppdaterte oversettelser\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\n#, fuzzy\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Kodeforbedringer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\n#, fuzzy\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Nedlastningsinnstillinger\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\n#, fuzzy\nmsgid \"Improvement to build system\"\nmsgstr \"Forbedringer:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"Calculating…\"\n#~ msgstr \"Beregner …\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Kjør .exe/.msi i denne flasken\"\n\n#, fuzzy\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"Du må minst ha én lokal springer for å lage en flaske\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Opprett ny flaske\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Ny flaske\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Flasker startet.\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Et forbedret miljø for Windows-spill.\"\n\n#, fuzzy\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Et forbedret miljø for Windows-spill.\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Et rent miljø, uten optimiseringer.\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64-biters\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32-biters\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Bruk spillmodus\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Velg en egendefinert oppskrift for miljøet hvis du har en.\"\n\n#, fuzzy\n#~ msgid \"Custom Path\"\n#~ msgstr \"Egendefinert\"\n\n#, fuzzy\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Lagre denne flasken et annet sted.\"\n\n#, fuzzy\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Du er frakoblet. Kunne ikke laste ned.\"\n\n#, fuzzy\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Velg en kjørbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Velg en kjørbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Velg en kjørbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Oppsett\"\n\n#, fuzzy\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Sikkerhetkopier denne flasken\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Velg en kjørbar Windows-fil\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Velg skriptet\"\n\n#, fuzzy\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Arbeidsmappe\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Støtte Fasker\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Mislyktes i å installere komponenter, forsøkt 3 ganger.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugisisk oversettelse ved Pão com omlet\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Tyrksisk oversettelse ved @gunduzhan\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Lag\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultrakvalitet\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kvalitet\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Balansert\"\n\n#, fuzzy\n#~ msgid \"Choose path\"\n#~ msgstr \"Utforsk C:\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Oppsett\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Fant ingen springere\"\n\n#, fuzzy\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Håndter wineprefiks enkelt\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Kjør med argumenter\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Utforsk interne filer.\"\n\n#, fuzzy\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Håndter prosessene som kjører i denne flasken.\"\n\n#, fuzzy\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Avlus Wine-prosesser.\"\n\n#, fuzzy\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Oppsett\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Juster interne innstillinger.\"\n\n#, fuzzy\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Avinstaller programvare med Wine-avinstallereren\"\n\n#, fuzzy\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Tilgang til Wine-kontrollpanelet.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Dokumentasjon\"\n\n#, fuzzy\n#~ msgid \"Install Selected\"\n#~ msgstr \"Installasjonskandidater\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Avhengigheter\"\n\n#, fuzzy\n#~ msgid \"Read documentation\"\n#~ msgstr \"Dokumentasjon\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafikk\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Forbedrer ytelse for DirectX 11-spill og 3D-programmer.\\n\"\n#~ \"Skru av hvis du opplever grafiske forstyrrelser.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Forbedrer ytelse for DirectX 12-spill og 3D-programmer.\\n\"\n#~ \"Skru av hvis du opplever grafiske forstyrrelser.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"Skru på DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"Egen GPU\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Håndter undersystemsinnstillingene i Wine\"\n\n#, fuzzy\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Bruk virtuelt Wine-skrivebord.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Skru på versjonering\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Bruk spillmodus\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Opptegner\"\n\n#, fuzzy\n#~ msgid \"gdi\"\n#~ msgstr \"Regedit\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Versjonering\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK-versjon\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D-versjon\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Håndter DXVK-versjoner\"\n\n#, fuzzy\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimaliser spillytelse ved behov\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"Bruk spillmodus\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Pek på flaskestien\"\n\n#, fuzzy\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Velg en mappe\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Lyd\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reduser PulseAudio-forsinkelse\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Sett PulseAudio-forsinkelse til 60 millisekunder for bedret lydkvalitet\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versjonering\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Utvikling og avlusing\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Loggfør kodestier som ikke er implementert i Wine.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Fant ingen springere\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Ta en pause. Dette kan ta sin tid.\"\n\n#, fuzzy\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"f.eks. 720\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Oppløsning for virtelt skrivebord\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Juster interne innstillinger.\"\n\n#, fuzzy\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Opprett ny flaske\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Velg hvor å oppbevare de nye flaskene (dette vil ikke flytte de \"\n#~ \"eksisterende flaskene).\"\n\n#, fuzzy\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importerer\"\n\n#, fuzzy\n#~ msgid \"Support\"\n#~ msgstr \"Eksporter\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forum\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Åpne meny\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Ny flaske\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Bekreft\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"Er du sikker på at du vil slette denne flasken og alle dens filer?\"\n\n#, fuzzy\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Pek på flaskestien\"\n\n#, fuzzy\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Verktøy\"\n\n#, fuzzy\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"\"\n#~ \"Dette er programmene som ble funnet installert i flasken (det kan være \"\n#~ \"flere).\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"En flaske ved navn «{0}» ble opprettet\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' installert.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Nyheter\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Oppretter versjoneringstilstand 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Ny flaske\"\n\n#, fuzzy\n#~ msgid \"Minor UI improvements\"\n#~ msgstr \"Generelle grenesnittsforbedringer\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Indonesisk oversettelse ved @rezaalmanda\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Portugisisk oversettelse ved @hugok79\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Tysk oversettelse ved @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Håndter wineprefiks enkelt\"\n\n#, fuzzy\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Eksperiementer\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Skru av på funksjon for eksperimentelle installasjonskandidater\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"Laster ned …\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Den egendefinerte flaske-stien ble ikke funnet. Vennligst sjekk stien i \"\n#~ \"Innstillinger.\\n\"\n#~ \"Faller tilbake til standardstien; ingen flasker fra den stien vil bli \"\n#~ \"oppført!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Helsesjekk\"\n\n#, fuzzy\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Oppretter wineprefiks …\"\n\n#, fuzzy\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Oppretter wineprefiks …\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Kunne ikke opprette tilstandsmappe.\"\n\n#, fuzzy\n#~ msgid \"Updating index …\"\n#~ msgstr \"Oppretter wineprefiks …\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Kunne ikke oppdatere tilstandsfil.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Kunne ikke oppdatere indeksfil.\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumenter funnet for kjørbar fil: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Steg {self.__step} av {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' kjørt.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' kjørt med Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indeks for tilstand {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Dokumentasjon\"\n\n#, fuzzy\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK-HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Skru på DXVX-overlegg som viser BPS og andre detaljer i D3D-programmer.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Dokumentasjon\"\n\n#, fuzzy\n#~ msgid \"Extra settings\"\n#~ msgstr \"Juster interne innstillinger.\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Skru på versjonering for å lagre og gjenopprette flasken til en tilstand.\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Oppgavebehandler\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Installasjonskandidater\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Skriv en veldig kort kommentar:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Winecfg\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Håndter flasker\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Flaskeversjonering (eksperimentelt)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Oversett</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Finansiering</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Feilrapport</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blogg</a>\"\n\n#, fuzzy\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Oversett</a>\"\n\n#, fuzzy\n#~ msgid \"Bug report\"\n#~ msgstr \"Feilrapport\"\n\n#, fuzzy\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#, fuzzy\n#~ msgid \"Utilities\"\n#~ msgstr \"Verktøy\"\n\n#, fuzzy\n#~ msgid \"Command line\"\n#~ msgstr \"Kommandolinje\"\n\n#, fuzzy\n#~ msgid \"Registry editor\"\n#~ msgstr \"Register-redigerer\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine-oppsett\"\n\n#, fuzzy\n#~ msgid \"Control panel\"\n#~ msgstr \"Kontrollpanel\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"Testmodus påslått: Kun avhengigheter fra testpakkebrønner vises.\"\n\n#, fuzzy\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET-rammeverk 4 …\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Selv om filene på denne siden har blitt bekreftet kan de være under ufri \"\n#~ \"lisens.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Selv om filene på denne siden har blitt bekreftet kan de være under ufri \"\n#~ \"lisens.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Dokumentasjon\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Flaskedetaljer\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Min vakre flaske\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Gi flasken nytt navn\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Bruk DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Bruk VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Skru på FSR\"\n\n#, fuzzy\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Virtuelt skrivebord\"\n\n#, fuzzy\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versjonering\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Håndter VKD3D-versjoner\"\n\n#, fuzzy\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL-overstyringer\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Dokumentasjon\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"f.eks. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Eksisterende overstyringer\"\n\n#, fuzzy\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"f.eks: -eksempel1 -eksempel2 -eksempel3=hallo\"\n\n#, fuzzy\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"Dupliser flaske\"\n\n#, fuzzy\n#~ msgid \"page_name\"\n#~ msgstr \"Springer\"\n\n#, fuzzy\n#~ msgid \"New variable\"\n#~ msgstr \"Ny overstyring\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"Her kan du legge til miljøvariabler for kommandoene som kjøres.\"\n\n#, fuzzy\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"f.eks: VAR1=verdi VAR2=verdi ..\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"f.eks: VAR1=verdi VAR2=verdi ..\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Skriv inn det nye navnet:\"\n\n#, fuzzy\n#~ msgid \"Type here..\"\n#~ msgstr \"Skriv her …\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Skriv meldingen her.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Verktøy og innstillinger\"\n\n#, fuzzy\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Sikkerhetkopier denne flasken\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Bruk spillmodus\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Velkommen\"\n\n#, fuzzy\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Flasker er et moderne verktøy som refinerer og forenkler kjøring av \"\n#~ \"Windows-programvare på Linux.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Hva er springere?\"\n\n#, fuzzy\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Vi er nesten der\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Du må laste ned og installere en springer for opprette dine egne \"\n#~ \"flasker.\\n\"\n#~ \"Nedlastingsstørrelsen er <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Les mer \"\n#~ \"om hva som lastes ned</a>\\n\"\n#~ \"\\n\"\n#~ \"Disse filene kan ikke tilbys med Flasker, siden utgivelsessyklusene er \"\n#~ \"forskjellige.\\n\"\n#~ \"\\n\"\n#~ \"Trykk <b>Installer</b> når du er klar.\"\n\n#, fuzzy\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Ta en pause og slapp av, det kan ta noen minutter.\"\n\n#, fuzzy\n#~ msgid \"Download\"\n#~ msgstr \"Nedlastninger\"\n\n#, fuzzy\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Alt er klart.\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Du er nå klart til å opprette dine første flasker.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Fullfør\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Hvorvidt listen ovenfor skal vise ustabile versjoner.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Tilbake\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Start kjørbar fil\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Bekreft sletting\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Ferdig\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Endre flaske\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Håndter springere\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Endre flaske\"\n\n#, fuzzy\n#~ msgid \"WineHQ\"\n#~ msgstr \"Winecfg\"\n\n#, fuzzy\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Flaskeproblemer\"\n\n#, fuzzy\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Sikkerhetkopier denne flasken\"\n\n#, fuzzy\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Dupliser flaske\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Endre miljøvariabler\"\n\n#, fuzzy\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Dette feltet kan ikke inneholde spesialtegn.\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Dette er kompabilitetslag som tillater Windows-programvare å installeres \"\n#~ \"og kjøres på Linux-systemer.\\n\"\n#~ \"\\n\"\n#~ \"<b>Flasker</b> er miljøer der springeren setter opp systemet og der \"\n#~ \"Windows-programvare kjøres og installeres.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Les mer om \"\n#~ \"springere</a>\"\n\n#, fuzzy\n#~ msgid \"Import & export\"\n#~ msgstr \"Importerer\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak-hjelp\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Jeg ser ikke mine gamle flasker etter oppgradering.\"\n\n#, fuzzy\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Noen mapper mangler.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Jeg ser ikke filene i hjemmemappen min.\"\n\n#, fuzzy\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Ødelegg flaske\"\n\n#, fuzzy\n#~ msgid \"64 Bit\"\n#~ msgstr \"64-biters\"\n\n#, fuzzy\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Sikkerhetkopier denne flasken\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-biters\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-biters\"\n\n#, fuzzy\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Aktiver det mørke temaet.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Eksperiementer\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Skru av på funksjon for eksperimentelle installasjonskandidater\"\n\n#, fuzzy\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"ACO-skyggeleggingskompilator\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Forbedrer ytelse i spill og 3D-programmer.\\n\"\n#~ \"Skru av hvis du opplever grafiske forstyrrelser.\"\n\n#, fuzzy\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D for Direct3D\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Flaskeproblemer\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Flasker startet.\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Dette er en eksperimentell funksjon i tidlig utvikling. Vær forsiktig og \"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">innrapporter feil</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Flasker-utviklerne\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimaliser spillytelse ved behov\"\n\n#, fuzzy\n#~ msgid \"NVAPI version\"\n#~ msgstr \"DXVK-versjon\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Pek på flaskestien\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Spillmodus er enten ikke tilgjengelig på systemet ditt, eller kjører ikke.\"\n\n#, fuzzy\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Eksperiementer\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Programvare\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Et miljø forbedret for Windows-programvare.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Ifør mørk programdrakt.\"\n\n#, fuzzy\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Eksperiementer\"\n\n#, fuzzy\n#~ msgid \"Import and export\"\n#~ msgstr \"Importerer\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Kjører som Flatpak. Oppretter sandkasse-mapper…\"\n\n#, fuzzy\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Dette er Wine/wineserver-prosessene som kjører på din PC.\"\n\n#, fuzzy\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Se etter installerte programmer.\"\n\n#, fuzzy\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Sikkerhetkopier denne flasken\"\n\n#, fuzzy\n#~ msgid \"Bottle\"\n#~ msgstr \"Flasker\"\n\n#, fuzzy\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Fant ingen springere, installer en først\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Fant ikke noen DXVK. Installerer siste versjon …\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Fant ikke noen VKD3D. Installerer siste versjon …\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Fant ikke noen DXVK. Installerer siste versjon …\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Den nye {0}-flasken er nå klar.\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Forbedret nedlastingsbehandler\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"Oppdatering til GNOME-kjøretidsrutine 41.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"DXVK og VKD3D-installasjon utføres nå i asynkront modus\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"UI-forbedringer for elementary OS\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Fikset feil i komponentinstallasjon som tildelte feil navn etter \"\n#~ \"nedlasting.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Fikset feil etikett for cwd-etikett.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Fikset feil som forårsaket at Bottles krasjet ved start av kjørbare filer \"\n#~ \"med argumenter.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Japansk oversettelse ved @jatin-cbs\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Brasiliansk portugisisk oversettelse ved Ricardo Porto, @swyknox, og \"\n#~ \"@davipatricio\"\n\n#, fuzzy\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Velg miljøet\"\n\n#, fuzzy\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Last ned og installer denne springeren\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Nedlastninger\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Velg en kjørbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Opprett en ny flaske med valgt miljø\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Velg en kjørbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Start en kjørbar fil i denne flasken.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Fant ingen springere\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Avlus Wine-prosesser.\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Eksperiementer\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Utforsk C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Oppgrader springer til sist lokalt installerte\"\n\n#, fuzzy\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Ødelegg flaske\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Dette vil endre springeren fra {0} til {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Kjør i denne flasken\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Tyrksisk oversettelse ved @gunduzhan\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Velg en sikkerhetskopi\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Spansk oversettelse ved @fitojb\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Dette er manifestet for {0}.\"\n\n#, fuzzy\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Dette er manifestet for {0}.\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Hva er Wine?\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Side 1\"\n\n#, fuzzy\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versjonering\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Fant disse springerne: [{0}]\"\n\n#, fuzzy\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Fant ingen springere\"\n\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Flaskefunn: %s\"\n\n#, fuzzy\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Indeks for tilstand {0}\"\n\n#, fuzzy\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Kjør en avlusingskonsoll i denne flasken.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) by Gabriel Mattoso, Fábio Rodrigues Ribeiro, Leandro \"\n#~ \"Stanger\"\n#~ msgstr \"\"\n#~ \"Brasiliansk-portugisisk oversettelse ved Gabriel Mattoso, Fábio Rodrigues \"\n#~ \"Ribeiro, og Leandro Stanger\"\n\n#~ msgid \"Norwegian Bokmål by Allan Nordhøy\"\n#~ msgstr \"Bokmålsoversettelse ved Allan Nordhøy\"\n\n#~ msgid \"Spanish by lvaskz\"\n#~ msgstr \"Spansk oversettelse ved Ivaskz\"\n\n#~ msgid \"Support for 32 bit applications in Flatpak\"\n#~ msgstr \"Støtte for 32-biters programmer i Flatpak\"\n\n#, fuzzy\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Kjør i denne flasken\"\n\n#~ msgid \"Bugfix:\"\n#~ msgstr \"Feilfiks:\"\n\n#~ msgid \"\"\n#~ \"Proposed a fix that should resolve the execution of executables on Flatpak\"\n#~ msgstr \"Forslag om fiks som bør fikse kjøring av kjørbare filer på Flatpak\"\n\n#~ msgid \"The window can now be resized\"\n#~ msgstr \"Vindusstørrelsen kan nå endres\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"New friendly pages are shown when there are no bottles, dependencies, \"\n#~ \"installers and programs\"\n#~ msgstr \"\"\n#~ \"Nye vennlige sider vises når det ikke finnes noen flasker, avhengigheter, \"\n#~ \"installasjonskandidater, eller programmer\"\n\n#~ msgid \"Now the list of bottles can be reached from the right\"\n#~ msgstr \"Nå kan listen over flasker nås fra høyre side\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"Springer kan endres fra innstillingsfanen\"\n\n#~ msgid \"Improved connection check method\"\n#~ msgstr \"Forbedre metode for tilkoblingssjekk\"\n\n#~ msgid \"Now the shortcut [F1] and the menu entry open the new documentation\"\n#~ msgstr \"\"\n#~ \"Nå vil snarveien [F1] og menyoppføringen åpne den nye dokumentasjonen\"\n\n#~ msgid \"Use the [Escape] shortcut to go back\"\n#~ msgstr \"Bruk [Esc]-snarveien for å gå tilbake\"\n\n#, fuzzy\n#~ msgid \"The wine debug console now runs in the system terminal\"\n#~ msgstr \"Wine-avlusingskonsollen kjører nå i systemterminalen\"\n\n#~ msgid \"Improved RunAsync method\"\n#~ msgstr \"Forbedret RunAsync-metode\"\n\n#~ msgid \"Use the [F1] shortcut to open documentation\"\n#~ msgstr \"Bruk [F1]-snarveien for å åpne dokumentasjonen\"\n\n#~ msgid \"Use the [Esc] shortcut to go back\"\n#~ msgstr \"Bruk[Esc]-snarvei for å gå tilbake\"\n\n#~ msgid \"The Wine debug console now runs in the system terminal\"\n#~ msgstr \"Wine-avlusingskonsollen kjører nå i systemterminalen\"\n\n#~ msgid \"New shocking icon powered by @jannuary\"\n#~ msgstr \"Nytt sjokkerende ikon av @jannuary\"\n\n#~ msgid \"No more crashes when creating the bottle if there is no temp path\"\n#~ msgstr \"\"\n#~ \"Ingen flere krasj ved opprettelse av flaske hvis det ikke er noen \"\n#~ \"midlertidig sti\"\n\n#~ msgid \"Happy 2021🎉!\"\n#~ msgstr \"Godt nytt 2021🎉.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"The new experimental bottle Versioning feature is here! Save the status \"\n#~ \"of a bottle and restore it later with a click.\"\n#~ msgstr \"\"\n#~ \"Den nye eksperimentelle flaskeversjoneringsfunksjonen er her. Lagre \"\n#~ \"flaskestatus og gjenopprett senere med et klikk.\"\n\n#, fuzzy\n#~ msgid \"All wine processes are now spawned asynchronously\"\n#~ msgstr \"Alle Wine-prosesser startes nå asynkront\"\n\n#~ msgid \"Compact logs, now showing only essential data\"\n#~ msgstr \"Kompakte logger, som nå kun viser vesentlig data\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fix wrong condition (in some cases it does not allow the use of the \"\n#~ \"application).\"\n#~ msgstr \"\"\n#~ \"Fiks av feiltilstand (i noen fall tillater det ikke bruk av programmet).\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Sikkerhetkopier denne flasken\"\n\n#, fuzzy\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"Flaskeoppsettsoppdatering for gjennom flere programvareversjoner\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Veksle utgivelseskandidat for springere\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Miljøbeskrivelse\"\n\n#~ msgid \"Minor bugfix\"\n#~ msgstr \"Mindre feilfiks\"\n\n#, fuzzy\n#~ msgid \"Display informations for Bottles v3\"\n#~ msgstr \"Vis info for Flasker v3\"\n\n#~ msgid \"v3 note\"\n#~ msgstr \"v3-merknad\"\n\n#~ msgid \"Toggle the v3 notice\"\n#~ msgstr \"Skru på/av v3-merknad\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"Egendefinert sti støttes ikke i denne versjonen\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/MinNyeFlaske\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"Versjonering er en eksperimentell funksjon i Flasker, som ikke anbefales \"\n#~ \"brukt i produksjon. Trø med varsomhet!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"Springer kan endres fra innstillingsfanen\"\n\n#, fuzzy\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Åpne winecfg i denne flasken for avansert oppsett.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Kjør avlusingskonsoll i denne flasken. Les dokumentasjonen om bruk av \"\n#~ \"avlusing. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Bruk dette for å avinstallere programmer fra flasken.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Åpne en ledetekst i denne flasken.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"Ledetekst\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Bruk regedit for å legge til, redigere og slette Wine-registernøkler.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Utforsk C:\\\\ tilhørende denne flasken.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Drep alle prosessene som kjører i denne flasken.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Simulerer en systemomstart (dette terminerer ikke prosesser).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Simulerer en systemavstenging (dette terminerer ikke prosesser).\"\n\n#, fuzzy\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Gjenstående lagringsplass:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X av Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Oversikt\"\n\n#, fuzzy\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsynk (futex-synkronisering)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Skru på eventfd-basert synkronisering for å øke ytelsen med \"\n#~ \"multikjerneprosessorer.\"\n\n#, fuzzy\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esynk (eventfd-synkronisering)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"Skru på ACO for å øke ytelse i spill ved bruk av Mesa-drivere.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"Bruk dette på bærbare med to GPU-er (Intel+NVIDIA, AMD+Nvidia eller \"\n#~ \"Intel+AMD) for å bruke det frittstående grafikkortet.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Skrivebordsvirtualisering\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"Virtualiser et skrivebord der alle Windows-programmer skal starte.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Syntaks: dll1,dll2=verdi;dll3=verdi\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"Lagre DLL-overstyringer.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Legg til nye DLL-overstyringer\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Tilpass egenskaper for denne flasken.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"Følgende pakker lastes ned fra eksterne kilder (hovedsaklig fra \"\n#~ \"Microsoft).\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Åpne en feilrapport\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Installer avhengigheter (som corefonts, vcrun6, …) for bedre \"\n#~ \"programvarekompabilitet.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"Installasjonskandidaten for programmet er en eksperimentell funksjon som \"\n#~ \"kanskje ikke virker.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Se etter nye installasjonskandidater\"\n\n#, fuzzy\n#~ msgid \"Here you can see, create, revert and delete bottle states.\"\n#~ msgstr \"\"\n#~ \"Her kan du sjekke, opprette, tilbakestille og slette flasketilstander.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Springer x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"Avbryt nedlasting\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"Nedlastningsinnstillinger\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Bistå oversettelsen\"\n\n#~ msgid \"More info\"\n#~ msgstr \"Mer info\"\n\n#~ msgid \"We are working on Bottles v3.\"\n#~ msgstr \"Det jobbes med Bottles v3.\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Detaljer om ny flaske\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"Du er ikke tilkoblet Internett, og vil ikke kunne laste ned en springer. \"\n#~ \"Koble til og bekreft denne meldingen for å starte nedlastingen.\"\n\n#, fuzzy\n#~ msgid \"OK status received\"\n#~ msgstr \"`OK`-status mottatt.\"\n\n#, fuzzy\n#~ msgid \"Cancel status received\"\n#~ msgstr \"`Avbryt`-status mottatt.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"The gaming environment has everything needed to run modern Windows games \"\n#~ \"on Linux\"\n#~ msgstr \"\"\n#~ \"Dette spillmiljøet har alt du trenger for å kjøre moderne Windows-spill \"\n#~ \"på Linux|GNU.\"\n\n#~ msgid \"\"\n#~ \"The software environment includes dependencies commonly used by modern \"\n#~ \"software.\"\n#~ msgstr \"\"\n#~ \"Dette programvaremiljøet inneholder avhengigheter som vanligvis brukes av \"\n#~ \"moderne programvare.\"\n\n#~ msgid \"Selected env is: [{0}]\"\n#~ msgstr \"Valgt miljø er: [{0}]\"\n\n#, fuzzy\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"\"\n#~ \"Dette er programmene som ble funnet installert i flasken (det kan være \"\n#~ \"flere).\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"There are no dependencies installed and we can't fetch from repository.\"\n#~ msgstr \"\"\n#~ \"Ingen avhengigheter installert, og henting fra pakkebrønnen kan ikke \"\n#~ \"gjøres.\"\n\n#, fuzzy\n#~ msgid \"We can't fetch the installers from the repository right now.\"\n#~ msgstr \"Kan ikke hente installasjonskandidater fra pakkebrønnen akkurat nå.\"\n\n#~ msgid \"Use the '+' button to create one.\"\n#~ msgstr \"Bruk «+»-knappen for å opprette en.\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"Avhengighetsverktøyet i Flasker v2 erstatter Winetricks.\"\n\n#~ msgid \"\"\n#~ \"This is a development release. Please report bugs in the GitHub \"\n#~ \"repository.\"\n#~ msgstr \"\"\n#~ \"Dette er en utviklingsversjon. Innrapporter feil til GitHub-kodelageret.\"\n\n#~ msgid \"Easily manage your Wine bottles\"\n#~ msgstr \"Håndter dine Wine-flasker enkelt\"\n\n#~ msgid \"Easily manage your Wine bottles (wineprefix)\"\n#~ msgstr \"Håndter dine Wine-flasker (wineprefiks) enkelt\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Fant ingen springere\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Gi flasken et navn\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Endre flaske\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#, fuzzy\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Omstart\"\n\n#, fuzzy\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Slå av\"\n\n#, fuzzy\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Drep alle prosesser\"\n\n#, fuzzy\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Sikkerhetkopier denne flasken\"\n"
  },
  {
    "path": "po/nl.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:13+0000\\n\"\n\"Last-Translator: Ewout van Mansom <ewout@vanmansom.name>\\n\"\n\"Language-Team: Dutch <https://hosted.weblate.org/projects/bottles/bottles/nl/\"\n\">\\n\"\n\"Language: nl\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Geen pad opgegeven\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Back-up {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Back-up importeren: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Onderdelen installeren mislukt, 3 keer geprobeerd.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Ontbrekende essentiële onderdelen. Installeren…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Kon bottle-map niet aanmaken.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Placeholder-map/-bestand aanmaken mislukt.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Bottle-configuratie aanmaken…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Sjabloon gevonden, toepassen…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine-configuratie wordt bijgewerkt…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine-configuratie bijgewerkt!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Als Flatpak uitvoeren, gebruikersmap in een zandbak verwerken…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Gebruikersmap in een zandbak verwerken…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows-versie instellen…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"standaardinstellingen van CMD toepassen…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Omgeving optimaliseren…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Omgeving toepassen: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Een aangepast omgevingsrecept gebruiken…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Recept niet gevonden of niet geldig…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK installeren…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D installeren…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI installeren…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Afhankelijkheid installeren: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Initiële staat aanmaken…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Afronden…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Sjabloon inladen…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Staat toepassen…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Niets om toe te passen\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nieuwe staat [{0}] succesvol aangemaakt!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Lijst met staten succesvol ontvangen!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Staat [{0}] succesvol hersteld!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Staat {} herstellen…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Staat niet gevonden\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Staat {} is al actief\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Toon versie\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Uitvoerbaar pad\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk-pad\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Bottle-naam\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Argumenten doorgeven\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Ongeldige URI (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Quit]-verzoek ontvangen.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help]-verzoek ontvangen.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh]-verzoek ontvangen.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Doneren\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Bibliotheken van derden en speciale dank\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Gesponsord en gefinancierd door\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017, Bottles-ontwikkelaars\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles-ontwikkelaars\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Philip Goto https://flipflop97.github.io/\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Onderdeelversie\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Verwijderen\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Door bestanden bladeren\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"De installatie is mislukt. Dit kan komen door een repository-fout, \"\n\"incomplete download of niet-overeenkomende controlesom. Druk om opnieuw te \"\n\"proberen.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Downloaden en installeren\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Manifest tonen\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licentie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Opnieuw installeren\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Een fout melden…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Naam van afhankelijkheid\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Beschrijving van afhankelijkheid\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categorie\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Deze afhankelijkheid downloaden en installeren\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Er is een installatiefout opgetreden. Start Bottles opnieuw op om het Crash \"\n\"Report te lezen of voer het via terminal uit om de uitvoer te lezen.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Afhankelijkheden-menu\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Probleemoplossing\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Door bestanden bladeren…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Kopie van Bottle maken…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Dit is het complete archief van je bottle, inclusief persoonlijke bestanden.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Volledige backup maken…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Dit is simpelweg de configuratie van de bottle, die is perfect wanneer je \"\n\"een nieuwe wilt creëren zonder persoonlijke bestanden.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Configuratie exporteren…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Verborgen programma's tonen\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Zoeken naar nieuwe programma's\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Bottle verwijderen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Secundaire menu\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Alle processen geforceerd stoppen\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simuleer het afsluiten van Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Afsluiten\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simuleer het opnieuw opstarten van Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Opnieuw opstarten\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Startopties\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"In terminal starten\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Sleep bestanden hierheen om ze uit te voeren\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Mijn bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Omgeving\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Runner\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versiebeheer is ingeschakeld voor deze bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versiebeheer is actief voor deze bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Programmabestand uitvoeren…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programma's\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Klik op ‘Uitvoerbaar bestand uitvoeren…’ om een uitvoerbaar bestand uit te \"\n\"voeren, ‘Snelkoppeling toeoegen…’ om een uitvoerbaar bestand toe te voegen \"\n\"aan de lijst met programma's, of ‘Programma's installeren…’ om door de \"\n\"gemeenschap samengestelde programma's te installeren.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Snelkoppelingen toevoegen…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Programma's installeren…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opties\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Instellingen\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Bottle-instellingen configureren.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Afhankelijkheden\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Installeer afhankelijkheden voor programma's.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Momentopnamen\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Maak bottle-staten aan en beheer deze.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Taakbeheer\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Beheer draaiende programma's.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Gereedschap\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Opdrachtregel\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Voer commando's uit in de Bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Registerbewerker\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Bewerk het interne register.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Verouderd Wine-gereedschap\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Verkenner\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Foutopsporing\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuratie\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Verwijderingsprogramma\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Configuratiescherm\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Zoeken naar afhankelijkheden…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"U bent offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles wordt uitgevoerd in offline-modus, afhankelijkheden zijn niet \"\n\"beschikbaar.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Afhankelijkheden zijn bronnen die compatibiliteit van Windows-software \"\n\"verbeteren.\\n\"\n\"\\n\"\n\"Bestanden op deze pagina worden geleverd door derden onder een \"\n\"eigendomslicentie. Door ze te installeren, gaat u akkoord met hun \"\n\"respectievelijke licentievoorwaarden.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Meld een probleem of een ontbrekende afhankelijkheid.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Ontbrekende afhankelijkheid melden\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Lees documentatie.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentatie\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Zoeken\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Zoeken naar programma's…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Installeer programma's die zijn samengesteld door onze gemeenschap.\\n\"\n\"\\n\"\n\"Bestanden op deze pagina worden geleverd door derden onder een \"\n\"eigendomslicentie. Door ze te installeren, gaat u akkoord met hun \"\n\"respectievelijke licentievoorwaarden.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Geen installers gevonden\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"De repository kan niet worden doorzocht, of er is geen installer compatibel \"\n\"met deze bottle.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Documentatie lezen\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Naam\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Componenten\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Versie van de Wine-compatibiliteitslaag\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Runner en componenten worden geüpdatet, even geduld a.u.b…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Verbeter compatibiliteit van Direct3D 8/9/10/11 door deze te vertalen naar \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVK bijwerken, even geduld a.u.b…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Verbeter compatibiliteit van Direct3D 12 door deze te vertalen naar Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3D bijwerken, even geduld a.u.b…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK-NVAPI bijwerken, even geduld a.u.b…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Verbetert responsiviteit. Kan worden gedetecteerd door sommige anti-cheat-\"\n\"software.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleX bijwerken, even geduld…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Scherm\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Verbetert prestaties ten koste van beeldkwaliteit. Maakt gebruik van DXVK-\"\n\"NVAPI en werkt alleen op nieuwere NVIDIA-GPU's.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Verbetert prestaties ten koste van beeldkwaliteit. Werkt alleen met Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Beheer instellingen voor FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Discrete grafische kaart\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Maakt gebruik van de discrete grafische kaart om de prestaties te verhogen \"\n\"ten koste van het stroomverbruik.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Nabewerkingseffecten\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Voegt verschillende nabewerkingseffecten toe met behulp van vkBasalt. Werkt \"\n\"alleen met Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Instellingen voor nabewerkingslaag beheren\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Beheer hoe games op het scherm moeten worden weergegeven met behulp van \"\n\"Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gamescope-instellingen beheren\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Geavanceerde scherminstellingen\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Hogere prestaties\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Schakel synchronisatie in om de prestaties van multi-core processoren te \"\n\"verhogen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synchronisatie\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Systeem\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Prestaties bijhouden\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Toont informatie zoals verversingssnelheid, temperaturen, CPU-/GPU-belasting \"\n\"en meer op OpenGL en Vulkan met behulp van MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral-gamemodus\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Past een reeks optimalisaties toe op uw apparaat. Kan game-prestaties \"\n\"verbeteren.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Spelbestanden vooraf inladen\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Verbetert laadtijd wanneer de game vaker wordt opgestart. De game zal er de \"\n\"eerste keer langer over doen om op te starten.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"vmtouch-instellingen beheren\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS-game-opname\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Schakel OBS-gameopname in voor alle Vulkan- en OpenGL-programma's.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibiliteit\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows-versie\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Windows-versie bijwerken, even geduld a.u.b…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Taal\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Kies de taal om voor programma's te gebruiken.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Toegewijde zandbak\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Gebruik een beperkte/beheerde omgeving voor deze bottle.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Zandbakrechten beheren\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles-runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Biedt een bundel extra bibliotheken aan voor meer compatibiliteit. Schakel \"\n\"uit als u tegen problemen aanloopt.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam-runtime\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Biedt een bundel extra bibliotheken aan voor meer compatibiliteit met Steam-\"\n\"games. Schakel uit als u tegen problemen aanloopt.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Werkmap\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Standaardwaarden herstellen\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(standaard)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL-overschrijvingen\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Omgevingsvariabelen\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Schijven beheren\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatische momentopnamen\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Maakt automatisch momentopnamen aan voordat u software installeert of \"\n\"instellingen wijzigt.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compressie\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Comprimeert momentopnamen om ruimtegebruik te verminderen. Dit zal de \"\n\"aanmaak van momentopnamen vertragen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Uitsluitingspatronen gebruiken\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Paden uitsluiten in momentopnamen.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Patronen beheren\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Vernieuwen\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Proces stoppen\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Geen momentopnamen gevonden\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Creëer uw eerste momentopname om staten van uw instellingen te bewaren.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Een korte opmerking\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Sla de bottle-status op.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Nieuwe momentopname aanmaken\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Details\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Terug\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Activiteiten\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Bottle selecteren\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Annuleren\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Selecteren\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Nieuwe bottle maken\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles-crashrapport\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Annuleren\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Rapport verzenden\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles is de laatste keer gecrasht. Gelieve een rapport in te vullen met de \"\n\"volgende traceback om ons te helpen het probleem te identificeren en te \"\n\"voorkomen dat het opnieuw gebeurt.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"We hebben een of meer soortgelijke (of identieke) meldingen gevonden. \"\n\"Gelieve zorgvuldig te controleren of het niet reeds gemeld is alvorens een \"\n\"nieuwe in te dienen. Elk rapport vereist inspanning van de kant van de \"\n\"ontwikkelaars om een diagnose te stellen, respecteer alstublieft hun werk en \"\n\"zorg ervoor dat u geen dubbele rapporten plaatst.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Ik wil nog steeds rapporteren.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Geavanceerde opties\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Onvolledig pakket\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Deze versie van Bottles lijkt niet over alle benodigde afhankelijkheden te \"\n\"beschikken, neem contact op met de pakketbeheerder of gebruik een officiële \"\n\"versie.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Verlaten\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynamic Link Libraries kunnen worden gespecificeerd als builtin \"\n\"(geleverd door Wine) of native (geleverd door het programma).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nieuwe overschrijving\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Overschrijvingen\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Stations\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Dit zijn paden van uw host-systeem die door de runner in kaart worden \"\n\"gebracht en worden herkend als apparaten (bijv. ‘C:’, ‘D:’, …).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Brief\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Bestaande schijven\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Bottle dupliceren\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Dupliceer\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Voer een naam in voor de kopie van de Bottle.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Dupliceren…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Dit kan even duren.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottle gedupliceerd\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Omgevingsvariabelen zijn dynamisch benoemde waarden die invloed kunnen \"\n\"hebben op de manier waarop processen zich zullen gedragen in uw bottle.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Naam van variabele\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Bestaande variabelen\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Uitsluitingspatronen\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"Stel patronen in welke mappen uitsluit van versiebeheer.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Patroon\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Bestaande patronen\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope Instellingen\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Opslaan\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Beheer hoe games moeten worden weergegeven.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Spelresolutie\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Gebruikt de resolutie van de game als referentie in pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Breedte\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Hoogte\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Vensterresolutie\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Schaalt de resolutie van het spel op wanneer deze kleiner is dan de \"\n\"resolutie van het scherm.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Diversen\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Verversingssnelheidlimiet\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Verversingssnelheidlimiet wanneer niet gefocust\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Schalen met geheel getal\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Venstertype\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Randloos\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Volledig scherm\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Wilt u doorgaan met de installatie?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Installatie starten\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Deze installer vereist enkele lokale bronnen welke niet op een andere manier \"\n\"verkregen kunnen worden.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Doorgaan\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Voltooid!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Programma's tonen\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Installatie mislukt!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Er is iets fout gegaan.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Alle berichten\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Krietiek\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Fouten\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Waarschuwingen\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Info\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Logboekbrowser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Logboekbrowser\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Verander logboekniveau.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Alles\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Deze argumenten worden doorgegeven bij het starten.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Aangepaste argumenten\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Commando-argumenten\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"bijv.: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script voor na het uitvoeren\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Kies een script dat na het uitvoeren moet worden uitgevoerd.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Script kiezen\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Kies vanaf waar het programma start.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Een map kiezen\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Deze instellingen zullen de standaardinstellingen voor dit programmabestand \"\n\"overschrijven.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Overschrijvingsvoorkeuren\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Standaardwaarden van Bottles herstellen\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtueel Bureaublad\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton-disclaimer\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Proton gebruiken\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Pas op, het gebruik van Proton-gebaseerde runners in niet-Steam-bottles kan \"\n\"problemen veroorzaken en verhinderen dat ze zich correct gedragen.\\n\"\n\"\\n\"\n\"Wij raden aan om eerder Wine-GE te gebruiken, een versie van Proton die \"\n\"bedoeld is om buiten Steam te draaien.\\n\"\n\"\\n\"\n\"Doorgaan zal automatisch de Steam-runtime inschakelen \"\n\"(indien aanwezig op het systeem en gedetecteerd door Bottles) om het toegang \"\n\"te geven tot de benodigde bibliotheken en compatibiliteitsproblemen te \"\n\"beperken. Wees ervan bewust dat GloriousEggroll, de provider van de runner, \"\n\"niet verantwoordelijk is voor eventuele problemen; we vragen u dan ook geen \"\n\"melding bij hen te doen.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Ik heb het begrepen.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Hernoemen\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Kies een nieuwe naam voor het geselecteerde programma.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nieuwe naam\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Uitvoeren met argumenten\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Uitvoeren\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\"Schrijf hieronder de argumenten die aan het programmabestand moeten worden \"\n\"doorgegeven.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"bijv.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Zandbakinstellingen\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Netwerk delen\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Gedeelde map gevonden\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Upgrade benodigd\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Doorgaan\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Upgrade starten\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nieuw versiebeheersysteem\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Het nieuwe bottle-versiebeheersysteem is er.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles heeft een geheel nieuw versiebeheersysteem dat niet compatibel is \"\n\"met vorige versies. \\n\"\n\"\\n\"\n\"Om versiebeheer te kunnen blijven gebruiken, moeten we de bottle-repository \"\n\"opnieuw initialiseren. Dit zal geen gegevens van uw bottles verwijderen, \"\n\"maar zal alle bestaande momentopnamen verwijderen en nieuwe aanmaken.\\n\"\n\"\\n\"\n\"Als u terug moet gaan naar een vorige momentopname voordat u verder gaat, \"\n\"sluit dan dit venster en herstel de momentopname, open daarna de bottle om \"\n\"dit venster weer te tonen.\\n\"\n\"\\n\"\n\"Het oude systeem zal in een van de volgende versies worden opgeheven.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Repository herinitialiseren…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Klaar! Start Bottles opnieuw op.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Instellingen voor nabewerkingseffecten\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Standaard\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Standaardinstellingen\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Effecten worden toegepast op basis van de lijstvolgorde.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Effecten\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Contrast-adaptieve-verscherping\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Scherpheid\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Informatie tonen\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Ontruisde-Luma-verscherping\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Ontruisen\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Snelle benaderende anti-aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Subpixel-kwaliteit\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Kwaliteitsranddrempel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Minimale kwaliteitsranddrempel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Subpixel-morfologische anti-aliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Randherkenning\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Kleur\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Drempel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maximaal aantal zoekstappen\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maximaal aantal zoekstappen (diagonaal)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maximale randronding\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS-verscherper verbetert de scherpte van frames. Hogere waarden maken \"\n\"frames scherper, terwijl waarden onder 0 ze zachter maken.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS-verscherper verbetert de scherpte van frames. Hogere waarden maken \"\n\"frames scherper.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS-ontruiser verlaagt de ruis in frames. Hogere waarden maken frames \"\n\"zachter.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA-subpixelkwaliteit vermindert hoekige randen op subpixelniveau. Hogere \"\n\"waarden maken het beeld zachter.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA-randdrempelwaarde is de minimaal vereiste contrastwaarde vereist om het \"\n\"FXAA-algoritme toe te passen. Hogere waarden zorgen voor beelden met meer \"\n\"contrast.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA-kwaliteitsdrempelwaardeminimum is de minimumwaarde van donkere pixels \"\n\"die door het FXAA-algoritme worden genegeerd. Hogere waarden zorgen ervoor \"\n\"dat FXAA pixels onder de opgegeven waarde negeert wat kan leiden tot betere \"\n\"prestaties.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma detecteert randen via grijstinten, en Kleur detecteert deze via \"\n\"kleuren. Luma is sneller dan Kleur.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA-drempel bepaalt de gevoeligheid van de randdetectie. Lagere waarden \"\n\"detecteren meer randen ten koste van de prestaties.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA-maximum-zoekstappen geeft aan hoeveel horizontale en verticale \"\n\"zoekstappen worden uitgevoerd bij het zoeken naar randen.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA-maximum-diagonale-zoekstappen geeft aan hoeveel diagonale zoekstappen \"\n\"worden uitgevoerd bij het zoeken naar randen.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"SMAA-hoekafronding specificeert de sterkte van de afronding van randhoeken.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Ingebouwd (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Lokaal (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Ingebouwd, daarna lokaal\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Lokaal, daarna ingebouwd\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Uitgeschakeld\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Verwijderen\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/wijs/naar/pad\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Waarde\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Blader door bestanden\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Naam van wine-prefix\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Beheerder\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Deze wine-prefix is al geïmporteerd in Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Bottle-back-up importeren\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Opnieuw zoeken naar prefixes\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Geen prefixes gevonden\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Er zijn geen externe prefixes gevonden. Heeft Bottles toegang tot deze?\\n\"\n\"Gebruik het pictogram bovenaan om een bottle uit een back-up te importeren.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Volledig archief\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Manifest tonen…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Recensie lezen…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Installer-naam\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Installer-beschrijving\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Onbekend\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Dit programma installeren\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Programmamenu\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Geen miniatuur\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Starten\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Starten met Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Item-naam\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Uit bibliotheek verwijderen\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Stoppen\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Bibliotheek\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Voeg items hier toe vanuit uw bottles-programmalijst\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versiebeheer is actief binnen deze bottle.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Deze bottle ziet er beschadigd uit.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"In deze bottle uitvoeren\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Hier uitvoeren\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Deze bottle ziet er beschadigd uit, het configuratiebestand ontbreekt. Ik \"\n\"kan het proberen op te lossen door een nieuwe configuratie aan te maken.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Uw bottles doorzoeken…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam-Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Nieuwe bottle aanmaken…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Geen resultaten gevonden\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Probeer een andere zoekterm.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Opstarten…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Deze bron ontbreekt.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Bladeren\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Aanmaken\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Bottle-naam\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Programma's\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Gaming\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_Aangepast\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Aangepast\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Gebruikersmap delen\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Dit maakt de gebruikersmap vindbaar in de bottle, met het risico dat \"\n\"persoonlijke informatie wordt gedeeld met Windows-software. Deze optie kan \"\n\"niet worden gewijzigd nadat de bottle is aangemaakt.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architectuur\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Gebruik 32-bits alleen als dit strikt noodzakelijk is.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importeert een aangepaste configuratie\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Bottle-map\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Map voor de gegevens van deze bottle.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Sluiten\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Deze naam is niet beschikbaar, probeer een andere.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Vorige\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Welkom bij Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Voer Windows-software uit op Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows in Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles gebruikt compatibiliteits-runners om programma's van geïsoleerde, \"\n\"gecontaineriseerde, Windows-achtige omgevingen te voorzien.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Bijna klaar\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"We hebben een paar extra minuten nodig om alles op te zetten…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Alles gereed!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Voltooi eerst de setup\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Begin met Bottles gebruiken\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Volgende\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Voorkeuren\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Algemeen\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Uiterlijk\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Donkere modus\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Of Bottles het donkere kleurenschema moet gebruiken.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Updatedatum weergeven\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Of de datum van de update in de bottleslijst moet worden getoond.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Meldingen\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Toon meldingen voor downloads en installaties.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Tijdelijke bestanden\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Tijdelijke bestanden opschonen als Bottles opstart?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Bottles sluiten na het starten van een programma\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\"Sluit Bottles na het starten van een programma vanuit de bestandsbeheerder.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integraties\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam-Proton-prefixes\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Bekijk en beheer Steam-Proton-prefixes.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Steam-apps in programmalijst weergeven\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Vereist dat Steam voor Windows in de bottle is geïnstalleerd.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Epic Games in programmalijst weergeven\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Vereist dat de Epic Games Store in de bottle is geïnstalleerd.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Ubisoft-games in programmalijst weergeven\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Vereist dat de Ubisoft Connect in de bottle is geïnstalleerd.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Geavanceerd\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles-map\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Map met de gegevens van uw bottles.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Runners\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Bottles wordt uitgevoerd in offline-modus, runners zijn niet beschikbaar.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pre-release\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Toon instabiele versies van runners.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL-componenten\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles wordt uitgevoerd in offline-modus, DLL's zijn niet beschikbaar.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Kern\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Runtime\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimenten\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Deze functies zijn onder ontwikkeling en kunnen instabiel zijn, houd \"\n\"rekening met problemen.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Zandbak per bottle\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"In vroege ontwikkeling.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Starten met terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Door pad bladeren\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Startopties wijzigen…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Toevoegen aan bibliotheek\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"App-icoon toevoegen\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Toevoegen aan Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Hernoemen…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Programma verbergen\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Programma tonen\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Verwijderen uit lijst\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Programmanaam\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Staat-id\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Staatopmerking\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Deze momentopname herstellen\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Bericht verwijderen\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Hoofdmenu\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"U lijkt niet verbonden te zijn met het internet. Zonder verbinding kunt u \"\n\"geen essentiële onderdelen downloaden. Klik op dit pictogram wanneer u weer \"\n\"verbinding heeft.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importeren…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Hulp\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Over Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Bestand ‘{0}’ is geen .exe of .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Bijgewerkt: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"‘{0}’ toegevoegd\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Programmabestand selecteren\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Toevoegen\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Verborgen programma's verbergen\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"‘{0}’ starten…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Houd rekening met de zandbak\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles draait in een zandbak, een omgeving met beperkte rechten die nodig \"\n\"is om uw apparaat veilig te houden. Als het programma niet wil starten, kunt \"\n\"u overwegen om de bottle in te gaan (3 puntjes bovenaan) en van daaruit te \"\n\"starten.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Wissen\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\"Selecteer de locatie waar de back-up-configuratie moet worden opgeslagen\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exporteren\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Selecteer de locatie waar het back-up-archief moet worden opgeslagen\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Back-up\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Back-up gemaakt voor ‘{0}’\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Back-up mislukt voor ‘{0}’\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Weet u zeker dat u ‘{}’ permanent wilt verwijderen?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Dit zal alle bijbehorende programma's en instellingen permanent verwijderen.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Verwijderen\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Ontbrekende runner\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"De runner die is aangevraagd door deze bottle ontbreekt. Installeer deze via \"\n\"de Bottles-voorkeuren of selecteer een andere om programma's mee uit te \"\n\"voeren.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Weet u zeker dat u alle processen geforceerd wilt stoppen?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Dit kan leiden tot gegevensverlies, corruptie en slecht functionerende \"\n\"programma's.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Geforceerd _stoppen\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Deze functie is niet beschikbaar op uw systeem.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Om deze functie toe te voegen voert u ‘flatpak install’ uit\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Deze bottle-naam is al in gebruik.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Werkmap selecteren\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Map met gegevens van ‘{}’.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Weet u zeker dat u alle momentopnamen wilt verwijderen?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Dit zal alle momentopnamen verwijderen maar uw bestanden behouden.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Schakel over naar het nieuwe versiebeheersysteem om nieuwe staten aan te \"\n\"maken.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installers\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Bezig met handelingen, even geduld.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Ga terug naar uw bottles.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Back-up succesvol geïmporteerd\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importeren mislukt\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Back-up importeren…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Back-up-archief selecteren\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importeren\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Configuratiebestand selecteren\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"n.v.t.\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Programmabestand uitvoeren in ‘{self.config.Name}’\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"‘{0}’ starten in ‘{1}’…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Uw bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"~{0} aan pakketten downloaden…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"{0} van {1} pakketten gedownload\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Bottle-map selecteren\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Bottle aanmaken…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Kon bottle niet aanmaken\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Bottle aanmaken mislukt met één of meerdere fouten.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bottle aangemaakt\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"‘{0}’ is succesvol aangemaakt.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam kon niet worden gevonden of Bottles heeft geen rechten hiervoor.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Bottles-pad selecteren\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Bottles herstarten?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles moet opnieuw gestart worden om deze map te gebruiken.\\n\"\n\"\\n\"\n\"Zorg ervoor dat u elk programma dat is gestart vanuit Bottles afsluit \"\n\"voordat u Bottles opnieuw start, als u dat niet doet kan dit leiden tot \"\n\"gegevensverlies, corruptie en het niet goed functioneren van programma's.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Herstarten\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Gebaseerd op Valve's Wine, inclusief staging- en Proton-patches.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Gebaseerd op upstream-Wine, inclusief staging- en Proton-patches.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Gebaseerd op upstream-Wine, inclusief staging-patches.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Gebaseerd op Valve's Wine, inclusief staging-, Proton- en Steam-specifieke \"\n\"patches. Vereist dat de Steam-runtime is ingeschakeld.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Overig\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Opwaarderen\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Installeren…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest voor {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"‘{0}’ gedeïnstalleerd\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"‘{0}’ geïnstalleerd\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Installeren van ‘{0}’ mislukt\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"‘{0}’ geïmporteerd\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Dit programma kan slecht werken. De installer is geconfigureerd om de best \"\n\"mogelijke ervaring te bieden, maar verwacht fouten, instabiliteit en gebrek \"\n\"aan werkende functies.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Dit programma werkt met merkbare fouten, maar deze fouten hebben geen \"\n\"invloed op de functionaliteit van het programma.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Dit programma werkt met kleine fouten.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Dit programma werkt perfect.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Review voor {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"‘{0}’ stoppen…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"‘{0}’ starten met Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"‘{0}’ verborgen\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"‘{0}’ getoond\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"‘{0}’ verwijderd\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"‘{0}’ hernoemd naar ‘{1}’\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"App-icoon aangemaakt voor ‘{0}’\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"‘{0}’ toegevoegd aan uw bibliotheek\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"‘{0}’ toegevoegd aan uw Steam-bibliotheek\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Rapport weergeven\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Dit probleem is al 5 keer gemeld en kan niet opnieuw worden \"\n\"verzonden.\\n\"\n\"            Meld uw feedback in een van de onderstaande bestaande rapporten.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Scherminstellingen bijwerken, even geduld…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Scherminstellingen bijgewerkt\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Geen overschrijvingen gevonden.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Schijfpad selecteren\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Geen omgevingsvariabelen gedefinieerd.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Geen uitsluitingspatronen gedefinieerd.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Er is een fout opgetreden.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Naar klembord kopiëren\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Bronbestand selecteren\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Windows-afhankelijkheden installeren…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Bottle configureren…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Installer-stappen verwerken…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"{} installeren…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Laatste controles uitvoeren…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0} installeren…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} is nu beschikbaar in de lijst met programma's.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Installer mislukt met onbekende fout\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} is al uitgeschakeld voor deze bottle.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Deze instelling is anders dan de standaard van de bottle.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Script selecteren\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Aangepast bottles-pad niet gevonden\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Standaardpad wordt gebruikt. Bottles van het gegeven pad worden niet \"\n\"weergegeven.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Voer Windows-software uit\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak-migratie\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Schakel het Flatpak-migratiedialoogvenster in.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Donker thema\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Forceer het gebruik van een donker thema.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Updatedatum in lijst omschakelen\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Schakel de updatedatum in de lijst met bottles om.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Lijst met Steam-apps\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Toon/verberg lijst met Steam-apps.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Lijst met Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Toon/verberg lijst met Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Toon/verberg lijst van Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Vensterbreedte\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Wijzig de vensterbreedte.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Vensterhoogte\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Wijzig de vensterhoogte.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Toon meldingen.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Tijdelijke bestanden opruimen\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Maak het temp-pad schoon bij het opstarten van het systeem.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Release Candidate\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Schakel release candidate voor runners om.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Opstartscherm\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Kies in welke weergave de applicatie moet worden gestart.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Schakel experimentele functies zoals versiebeheer en installers om. Release \"\n\"candidate voor runners.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Ondersteuning voor Steam-Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Schakel ondersteuning voor Steam-Proton-prefixes om.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimenten:zandbak\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Schakel de experimentele zandbak per bottle om.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Bottles automatisch sluiten\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Sluit Bottles na het starten van een programmabestand vanuit bestandsbeheer.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Zandbakwaarschuwing tonen\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Zandbakwaarschuwing omschakelen.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Voer Windows-software uit op Linux met Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Bottle software en geniet op uw gemak!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Ons ingebouwde systeem voor de installatie van afhankelijkheden zorgt voor \"\n\"automatische toegang tot softwarecompatibiliteit. Gebruik de downloadmanager \"\n\"om de officiële componenten te downloaden: de runner (Wine, Proton), DXVK, \"\n\"afhankelijkheden, enz.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Bottle-versiebeheer houdt uw werk nu veilig en laat u het op een later \"\n\"moment herstellen!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Kenmerken:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Maak bottles met behulp van vooraf geconfigureerde omgevingen of maak uw \"\n\"eigen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Uitvoerbare bestanden (.exe/.msi) in uw bottles uitvoeren, rechtstreeks \"\n\"vanuit het contextmenu van uw bestandsbeheerder\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Automatische detectie van programma's geïnstalleerd in uw bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Snel omgevingsvariabelen toevoegen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"DLL's direct overschrijven vanuit voorkeuren per bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Pas ter plekke een runner aan voor elke willekeurige bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Diverse optimalisaties voor gaming-performance \"\n\"(esync, fsync, DXVK, cache, shader compiler, offload ... en nog veel meer.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Automatische installatie en beheer van Wine- en Proton-runners\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatische reparatie van bottles wanneer ze kapot zijn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Geïntegreerde afhankelijkheids-installer op basis van een communitybestuurde \"\n\"repository\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Geïntegreerd taakbeheer voor Wine-processen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Toegang tot ProtonDB en WineHQ voor ondersteuning\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Systeem om uw instellingen naar nieuwe Bottle-versies te brengen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Back-up en importeer bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importeer Wine-prefixes van andere managers\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Bottles-versiebeheer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… en nog veel meer dat u kunt vinden door Bottles te installeren!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Metagegevens­informatie bijgewerkt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Meer update-informatie toegevoegd en uitgave-omschrijvingsversie gecorrigeerd\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Fout met knop ‘Toevoegen aan Steam’ opgelost\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Probleem waarbij BottleConfig niet serialiseerbaar was opgelost\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Probleem bij dubbele uitpakking met Patool opgelost\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Versie gecorrigeerd\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Crash opgelost bij aanmaken van een bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Grote wijziging: Interface voor nieuwe bottle herontworpen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Kwaliteitsverbeteringen:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Pictogram ‘emote-love’ op bibliotheekpagina vervangen door ‘library’\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Toast-melding voor ‘Programmabestand uitvoeren’ toegevoegd\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Foutoplossingen:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Snelkoppeling toevoegen aan Steam resulteerde in een fout\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importeren van back-ups leidde tot een fout\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Steam-runtime automatisch ingeschakeld bij gebruik van ‘wine-ge-custom’\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Verscheidene bibliotheek-gerelateerde probleemoplossingen, waaronder lege \"\n\"covers en crashes gerelateerd aan ontbrekende items\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Verscheidene problemen gerelateerd aan tekstcodering opgelost\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Fout bij downloaden als Bottles niet vanuit de terminal werd uitgevoerd \"\n\"opgelost\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Versiedatum gecorrigeerd\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"NVIDIA-gerelateerde kritieke fouten verborgen op niet-NVIDIA-systemen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope-verbeteringen en -foutoplossingen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Afhankelijkheidinstallatie is sneller en stabieler\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Gezondheidscontrole heeft meer informatie voor snellere foutopsporing\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI bevat veel foutoplossingen en is stabieler, deze zou nu correct moeten \"\n\"werken\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Crash bij downloaden van component opgelost\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Verbetering van backend-code door vermijden van spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Meer variabelen voor installatiescripts\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Foutoplossing voor onbload-dialoog welke ‘Alles gereed’ toonde terwijl dit \"\n\"niet het geval was\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Verbeteringen aan bouwsysteem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\"VKD3D wordt standaard ingeschakeld bij het aanmaken van bottles voor gaming\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"Foutoplossingen voor crashes bij het lezen van incorrect gecodeerde Steam-\"\n\"bestanden\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Foutoplossing voor interface-onderdelen welke niet correct werden bijgewerkt \"\n\"na (de)installatie\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Meer FSR-foutoplossingen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Foutoplossing voor het probleem waarbij een programma sluit nadat deze \"\n\"gestart is via ‘Programmabestand uitvoeren’\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"en nog veeeel meer!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Berekenen…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \".exe/.msi in deze bottle uitvoeren\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"Klik op ‘Nieuwe bottle aanmaken…’ om een nieuwe bottle aan te maken.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Nieuwe bottle aanmaken…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nieuwe bottle\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Bottle-informatie\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Een omgeving geoptimaliseerd voor Windows-games.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Een omgeving geoptimaliseerd voor Windows-programma's.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Een duidelijke omgeving voor uw experimenten.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Niet-gelinkte thuismap\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Koppel de gebruikersmap niet aan de thuismap\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64-bits\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32-bits\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Aangepast recept\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Kies een aangepast recept voor de omgeving als u er een hebt.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Aangepast pad\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Bewaar deze bottle op een andere plaats.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"U bent offline, niet in staat om te downloaden.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Kies een uitvoerbaar pad\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Kies een uitvoerbaar Windows-bestand\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Kies werkmap voor uitvoerbare bestanden\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Kies een receptbestand\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Kies waar u de bottle wilt bewaren\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Nieuw bottles-pad selecteren\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Script selecteren\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Werkmap selecteren\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"\"\n#~ \"De instelling PulseAudio-vertraging is nu verwijderd en standaard \"\n#~ \"ingeschakeld\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"\"\n#~ \"Bottle-details worden automatisch weergegeven na het aanmaken van een \"\n#~ \"bottle\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Bottles voldoet nu aan de richtlijnen van GNOME Circle\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Schakel pulseaudio_latency standard uit.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"Crash verholpen tijdens opstarten door uninstaller.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"Wachtrij geïmplementeerd voor het installeren van componenten.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Probleem bij verwijderen van bottles opgelost.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Ondersteuning voor nieuwste versie van DXVK - @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Probleemoplossing voor DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"Tooltips toegevoegd voor programmacijfers\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Probleemoplossing voor installer-voltooiing - @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Probleemoplossing voor Gamescope-argumenten - @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"\"\n#~ \"Sneltoets Ctrl+W toegevoegd voor het sluiten van vensters - @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"Probleemoplossing voor bottles die XDG_DATA_HOME vergeten\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Franse vertaling door @julroy en @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Turkse vertaling door @54linux-ea en @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Russische vertaling door @lenemter en @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Catalaanse vertaling door @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Arabische vertaling door @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Koreaanse vertaling door @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugese vertaling door @davipatricio, @SantosSi en @vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Galicische vertaling door @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Hebreeuwse vertaling door @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Poolse vertaling door @Mikutut\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Lagen\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Beste kwaliteit\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Hogere kwaliteit\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Gebalanceerd\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Gelaagd\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Een gelaagde omgeving, waarbij elk programma een laag is.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility. Disable if \"\n#~ \"you run into issues.\"\n#~ msgstr \"\"\n#~ \"Biedt een bundel extra bibliotheken voor meer compatibiliteit aan. \"\n#~ \"Schakel uit als u tegen problemen aanloopt.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility with Steam \"\n#~ \"games. Disable if you run into issues.\"\n#~ msgstr \"\"\n#~ \"Biedt een bundel extra bibliotheken aan voor meer compatibiliteit met \"\n#~ \"Steam-games. Schakel uit als u tegen problemen aanloopt.\"\n\n#~ msgid \"\"\n#~ \"Compress snapshots to reduce space. This will slow down creation of \"\n#~ \"snapshots.\"\n#~ msgstr \"\"\n#~ \"Comprimeert momentopnamen om ruimte te besparen. Dit zal het maken van \"\n#~ \"momentopnamen vertragen.\"\n\n#~ msgid \"Something goes wrong.\"\n#~ msgstr \"Er gaat iets fout.\"\n\n#~ msgid \"This feature is not available on your system.\"\n#~ msgstr \"Deze functie is niet beschikbaar op uw systeem.\"\n\n#~ msgid \"This will delete all snapshots, but keep your files.\"\n#~ msgstr \"Dit zal alle momentopnamen verwijderen, maar uw bestanden behouden.\"\n\n#~ msgid \"Name has special characters or already in use\"\n#~ msgstr \"Naam bevat speciale tekens of is al in gebruik\"\n\n#~ msgid \"Choose new Bottles path\"\n#~ msgstr \"Nieuw bottles-pad selecteren\"\n\n#~ msgid \"Added tooltips for program gades\"\n#~ msgstr \"Tooltips toegevoegd voor programma-‘gades’\"\n\n#~ msgid \"Arabic tran*slations thanks to @TheDarkEvil\"\n#~ msgstr \"Arabische vertaling door @TheDarkEvil\"\n\n#~ msgid \"\"\n#~ \"Protuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugese vertaling door @davipatricio, @SantosSi en @vitorhcl\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Pad kiezen\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Kies een bestand.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Bestand niet gevonden\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Het gegeven bestand bestaat niet. Kies een correct bestand.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Spaties in bestandsnaam\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Pad van kleurentabel mag geen spaties bevatten. Hernoem het bestand zodat \"\n#~ \"deze geen spaties bevat.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Ongeldige afbeeldingsresolutie\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Hoogte en breedte van de afbeelding moeten overeenkomen.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Beheer eenvoudig wineprefix met behulp van omgevingen\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Uitvoeren met argumenten…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Blader door interne bestanden met de Wine-verkenner.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Beheer processen met het Wine-taakbeheer.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Toon uitvoer van Wine-processen.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine-configuratie\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Pas interne instellingen aan.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Verwijder programma's met de Wine-uninstaller.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Open het interne Wine-configuratiescherm.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Gebruik het installers-gedeelte of de knop \\\"Programmabestand uitvoeren\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Afhankelijkheden zijn software, bibliotheken en codecs die de \"\n#~ \"compatibiliteit van Windows-software verbeteren. Installeer vanaf hier om \"\n#~ \"aan uw programmavereisten te voldoen.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Lees de documentatie.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Selectie installeren\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"We raden sterk af om meerdere afhankelijkheden tegelijk te installeren.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Afhankelijkheden selecteren\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Gebruik dit gedeelte om door onze community verzorgde programma's te \"\n#~ \"installeren, zonder handmatig te werk te moeten gaan.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Documentatie lezen\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafisch\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Verbetert de prestaties van DirectX 11-games en 3D-toepassingen.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Verbetert de prestaties van DirectX 12-games en 3D-toepassingen.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"\"\n#~ \"DLSS-ondersteuning en Nvidia's NVAPI inschakelen indien beschikbaar.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR maakt gebruik van geavanceerde opschalingstechnologieën om uw \"\n#~ \"framerate te verhogen.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"Discrete GPU\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt is een Vulkan-nabehandelingslaag welke de visuele graphics van \"\n#~ \"games verbetert.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"vkBasalt-instellingen beheren\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Gebruik het virtuele Wine-bureaublad.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Muisvergrendeling in volledig scherm\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Laat het programma muisinvoer vastleggen wanneer het volledig scherm is.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Focus nemen\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"Activeer dit als het programma niet opnieuw focust bij het overschakelen.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Muis-warp\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"Verander dit als u muis-lag of -desynchronisatie ondervindt.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Schermschaling\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Aangepaste DPI instellen.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderer\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Selecteer welke backend moet worden gebruikt voor wine3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (standaard)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"Vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Componentenversies beheren\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK-versie\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D-versie\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI-versie\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX-versie\"\n\n#~ msgid \"false\"\n#~ msgstr \"onwaar\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Hetzelfde als de Bottles-versie, maar geleverd door Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimaliseer gaming-prestaties op verzoek.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Gebruik de Gamescope micro-compositor.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Standaardwaarde is het bottles-pad.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Standaardwaarden herstellen\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Kies een map\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Audiovertraging verminderen\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Stel de vertraging van PulseAudio in op 60 ms om de geluidskwaliteit te \"\n#~ \"verbeteren.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versiebeheer\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Compressie gebruiken voor staten\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Dit zal de gebruikte opslagruimte van staten verminderen maar het \"\n#~ \"aanmaken vertragen.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bottles zal een staat aanmaken voordat afhankelijkheden of installers \"\n#~ \"worden uitgevoerd.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Gebruik aangepaste patronen om bepaalde paden van versiebeheer uit te \"\n#~ \"sluiten.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Ontwikkeling en foutopsporing\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Een Vulkan- en OpenGL-overlay voor het bijhouden van FPS, temperaturen, \"\n#~ \"CPU-/GPU-belasting en meer.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"'fixme'-logboeken van Wine\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Log codepaden die niet in Wine zijn geïmplementeerd.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Geen programma's gevonden\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Installeer programma's vanuit de installer-pagina of door de installer \"\n#~ \"uit te voeren, u kunt ook handmatig uitvoerbare bestanden toevoegen met \"\n#~ \"de knop \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Verbergen/tonen\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Neem een pauze, het kan een tijdje duren.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configureer hoe Gamescope het venster moet beheren voor de spellen die u \"\n#~ \"uitvoert.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Breedte (bijv. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Hoogte (bijv. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope-resolutie\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Loggingsniveau veranderen.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"vkBasalt-instellingen\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Kleurentabel\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT transformeert een kleurengamma in een ander kleurengamma met behulp \"\n#~ \"van een .CUBE-bestand, of een .png-bestand waarvan de hoogte gelijk is \"\n#~ \"aan de breedte.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Begin met het maken van een bottle.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Voer Windows-software uit op Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Aangepast bottles-pad (opnieuw opstarten vereist)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Kies waar u de nieuwe bottles wilt bewaren (hierdoor worden de bestaande \"\n#~ \"niet verplaatst).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"In vroege ontwikkeling (opnieuw opstarten vereist).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importeren/exporteren…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Ondersteuning\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forums\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Menu openen\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Nieuwe bottle\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"Ok\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Bevestigen\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Weet u zeker dat u alle processen wilt beëindigen?\\n\"\n#~ \"Dit kan gegevensverlies veroorzaken.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Standaardwaarde is het bottlespad.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Compressie omschakelen vereist opnieuw initialiseren\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Dit behoudt al uw bestanden maar verwijdert al uw staten. Wilt u doorgaan?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Details & Hulpprogramma's\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Gevonden in het beginmenu van je bottle.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Een bottle met de naam ‘{0}’ is succesvol aangemaakt\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"‘{0}’ geïnstalleerd.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Nieuws\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Nieuw versiebeheersysteem welke staten van complete bottles (en \"\n#~ \"configuratie) kan maken\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Automatisch backups maken kan nu omgeschakeld worden\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Compressie gebruiken voor staten\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Startopties opslaan verbeterd waarbij de interface niet steeds ververst\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Verbeterde YAML-prestaties dankzij libyaml (het ‘python-yaml’-pakket \"\n#~ \"dient dit te ondersteunen)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nieuw ‘over’-venster\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"\"\n#~ \"Ondersteuning voor omslaghoezen in bibliotheekmodus (met dank aan \"\n#~ \"SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"De optie DXVK-HUD verwijderd, gebruik in plaats hiervan het \"\n#~ \"omgevingsvariabelen-gedeelte\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"Shell-optie bottles-cli geeft nu opdrachtuitvoer weer\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"De gezondheidscheck staat nu onder probleemoplossing in het over-venster\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Uitgebreide core-afhankelijkheidscontrole, pakketbeheerders worden \"\n#~ \"verzocht hun pakketten dubbel te controleren\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Nieuw standaardrecht voor het Flatpak-pakket: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"\"\n#~ \"Credits toegevoegd voor bibliotheken van derden in de credits-sectie\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Foutoplossingen\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Oplossing voor overslaanbare ingebouwde dialoog\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Oplossing voor lege fles naam\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Repareer gstreamer-bibliotheken voor win32-flessen\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"Oplossing voor RemoteDisconnected-fout wat een crash veroorzaakte\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Corrigeer verkeerde Vaniglia-vermelding\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Repareer sjablonen die worden gegenereerd met symbolisch gekoppelde paden \"\n#~ \"die lussen veroorzaken\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Oplossing voor configuratie migratie die een crash veroorzaakte toen de \"\n#~ \"gebruiker de configuratie wijzigde\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Corrigeer mscoree.dll niet gevonden\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Herstel regressie voor de optie -b van de verouderde CLI\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"Corrigeer Steam opstart opties parser die een crash veroorzaakt\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Herstel een regressie in de knop Toevoegen aan Steam waarbij het nieuwe \"\n#~ \"item niet in Steam wordt toegevoegd\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Finse vertaling door Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Indonesische vertalingen door @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Spaanse vertalingen door Pablo Munoz Alabau en @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Portugese (Brazilië) vertalingen door @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Duitse vertalingen door Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Beheer Wine-prefixes op een makkelijke manier\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experimenten:bibliotheek\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Schakel de experimentele bibliotheekmodus om.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Laden…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Het aangepaste bottles-pad is kon niet worden gevonden. Controleer \"\n#~ \"alstublieft het pad onder voorkeuren.\\n\"\n#~ \"Er wordt teruggevallen naar het standaardpad; er zullen hiervan geen \"\n#~ \"bottles worden weergegeven!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Gezondheidscontrole\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Index van staatbestanden genereren…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Een herstelpunt maken…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Kon de statusmap niet aanmaken.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Index bijwerken…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Kon het statenbestand niet bijwerken.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Kon het indexbestand niet bijwerken.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumenten gevonden voor uitvoerbaar bestand: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Stap {self.__step} van {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' uitgevoerd.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' uitgevoerd met Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Index voor staat {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Lees documentatie over afhankelijkheden.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK-HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Schakel DXVK-overlay om welke FPS en andere details toont in D3D-\"\n#~ \"toepassingen.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Documentatie over programma's lezen\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Extra instellingen\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Lokale bronnen\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Naar prefixes zoeken\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Schakel versiebeheer in om de bottle op te slaan en naar een staat te \"\n#~ \"herstellen.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Uw Bibliotheek\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Gezondheidscontrole\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Laden…\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Taakbeheer\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Kies waar u de nieuwe bottles wilt bewaren (hierdoor worden de bestaande \"\n#~ \"niet verplaatst)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Installeren…\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Kan geen app-icoon maken vanwege ontbrekende rechten.\\n\"\n#~ \"Bekijk <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">onze \"\n#~ \"video</a> over het oplossen van dit probleem in Flatpak.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Typ een korte opmerking:\"\n\n#~ msgid \"Caffe\"\n#~ msgstr \"Caffe\"\n\n#~ msgid \"GE Wine\"\n#~ msgstr \"GE-Wine\"\n\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris\"\n\n#~ msgid \"Steam\"\n#~ msgstr \"Steam\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Bottles-versiebeheer (experimenteel)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Vertaal</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Financiering</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\"> Bug rapport</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Bug rapportage\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Open met verkenner\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Verplaatsen in de zandbak\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Verplaatsen in de zandbak…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilities\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine configuratie\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Configuratiescherm\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Testmodus ingeschakeld: alleen afhankelijkheden uit het testrepository \"\n#~ \"worden getoond.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Hoewel de bestanden op deze pagina zijn geverifieerd kunnen ze onder een \"\n#~ \"eigendomslicentie vallen.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Hoewel de bestanden op deze pagina zijn geverifieerd, kunnen ze onder een \"\n#~ \"propriëtaire licentie vallen.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Lees de documentatie over installatie programma's\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Details bottle\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Mijn mooie bottle\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Bottle hernoemen\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"DXVK gebruiken\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3D gebruiken\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSR inschakelen\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"LatencyFleX inschakelen\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Gebruik een virtueel bureaublad\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Muis vastleggen op volledig scherm\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK versie\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"VKD3D versies beheren\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Zal de wineserver opnieuw opstarten.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL overschrijvingen\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Lees documentatie over versiebeheer\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"bijv. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Bestaande overschrijvingen\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"bijv.: -voorbeeld1 -voorbeeld2 -voorbeeld3=hallo\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"bijv: MijnGedupliceerdeBottle\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nieuwe variabele\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"bijv. MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Hier kunt u de omgevingsvariabelen wijzigen voor de commando's die worden \"\n#~ \"uitgevoerd.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"bijv.: VAR1=waarde VAR2=waarde\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"bijv: VAR1=waarde VAR2=waarde ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"bijv. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"bijv. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Je gebruikt Bottles Flatpak, vergeet niet om het rechten te geven via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> als het scriptpad buiten de sandbox ligt.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Type de nieuwe naam:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Type hier...\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Bericht komt hier.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Toepassingen & Voorkeuren\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Kies een naam voor uw bottle\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Aangepast pad gebruiken\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Welkom\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Bottles maakt het draaien van Windows Software op Linux veel \"\n#~ \"gemakkelijker.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Wat zijn Bottles?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Een bottle is een Windows-achtige omgeving die is geconfigureerd om \"\n#~ \"Windows-software uit te voeren, u kunt meerdere apps in elke bottle \"\n#~ \"hebben. \\n\"\n#~ \"\\n\"\n#~ \"Die zijn geïsoleerd en de software die erin wordt uitgevoerd, heeft geen \"\n#~ \"toegang tot uw persoonlijke bestanden als u dit niet toestaat.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Lees meer over</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"We zijn er bijna\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"We moeten enkele <a href=\\\"https://docs.usebottles.com/getting-started/\"\n#~ \"first-run\\\">-componenten (~ 75MB) </a> downloaden en installeren om u \"\n#~ \"voor te bereiden.\\n\"\n#~ \"\\n\"\n#~ \"We kunnen deze bestanden niet aanbieden met bottles omdat deze \"\n#~ \"verschillende releasecycli hebben.\\n\"\n#~ \"\\n\"\n#~ \"Wanneer u klaar bent, drukt u op de knop <b>Installeer</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Ga zitten en ontspan, het kan een paar minuten duren.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Download\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Alles is klaar!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"U bent nu klaar om uw eerste bottles te maken.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Klaar\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Waarschuwing: zorg ervoor dat je de Flatpak toestemming geeft voor \"\n#~ \"toegang tot het nieuwe pad.\\n\"\n#~ \"Dit zal de zandbak breken!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Of de bovenstaande lijst instabiele versies moet weergeven.\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Verbergen in lijst\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Zichtbaar maken op lijst\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Verwerken...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Uw bibliotheek\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Ga terug\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Installatieprogramma vereist lokale bronnen\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Kies uitvoerbaar bestand voor %s\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Lokale bronnen niet gevonden of ongeldig\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Installatie mislukt, controleer de logs.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Doorgaan met standaard omgeving…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Bevestig verwijderen\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Klaar\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe runners\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton runners\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Andere runners\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles' Forums\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Type een naam voor uw fles\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Nieuwe programma's worden automatisch gevonden.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Dupliceer een fles\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Verander omgevingsvariabelen\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Dit veld mag geen speciale tekens bevatten!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Dit zijn compatibiliteitslagen die het mogelijk maken Windows-software te \"\n#~ \"installeren en te draaien op Linux-systemen.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> zijn omgevingen waar de runner het systeem configureert en \"\n#~ \"waar de Windows software draait en geïnstalleerd wordt.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Lees meer over \"\n#~ \"runners</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importeren & exporteren\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak hulp\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Ik kan mijn oude flessen niet zien na de upgrade.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Ik zie sommige mappen niet.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Ik kan de bestanden in mijn home niet zien.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Uitvoerbaar bestand crasht stilletjes of zwart scherm\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Vernietig deze fles\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Maak een back-up van deze fles.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#, fuzzy\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Schakel het donkere thema in.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experimenten\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Experimenten\"\n\n#, fuzzy\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"ACO shader compiler\"\n\n#, fuzzy\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D voor Direct3D\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Bottle-grootte:\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles Gestart!\"\n\n#, fuzzy\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles Ontwikkelaars\"\n\n#, fuzzy\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versiebeheer\"\n\n#, fuzzy\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Sla de bottle-status op.\"\n\n#, fuzzy\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experimenten\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Software\"\n\n#, fuzzy\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Experimenten\"\n\n#, fuzzy\n#~ msgid \"Import and export\"\n#~ msgstr \"Importeur\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Maak een nieuwe bottle\"\n\n#, fuzzy\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Controleer op geïnstalleerde programma's.\"\n\n#, fuzzy\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Back-up deze bottle\"\n\n#, fuzzy\n#~ msgid \"Bottle\"\n#~ msgstr \"Bottles\"\n\n#, fuzzy\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Geen runners gevonden\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Doorgaan met de installatie van de laatste versie?\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Doorgaan met de installatie van de laatste versie?\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Doorgaan met de installatie van de laatste versie?\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Taakbeheerder\"\n\n#, fuzzy\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Portugese vertalingen dankzij Pão com omlet\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Portugese (Brazilië) vertalingen dankzij rffontenelle en andrelomba86\"\n\n#, fuzzy\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Kies de omgeving\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Portugese vertalingen dankzij Pão com omlet\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Kies een uitvoerbaar Windows-bestand\"\n\n#, fuzzy\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Maak een nieuwe bottle met de geselecteerde omgeving\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Kies een uitvoerbaar Windows-bestand\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Portugese vertalingen dankzij Pão com omlet\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Portugese vertalingen dankzij Pão com omlet\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Start een uitvoerbaar bestand in deze bottle.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Geen afhankelijkheden gevonden!\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Experimenten\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Blader door C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Upgrade runner tot de laatst lokaal geïnstalleerde\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Vernietig bottle\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Dit zal de runner veranderen van {0} naar {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Start in deze bottle\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Portugese vertalingen dankzij Pão com omlet\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Portugese vertalingen dankzij Pão com omlet\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Kies een back-up\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Portugese vertalingen dankzij Pão com omlet\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Dit is het manifest voor {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Dit is de index voor {0}.\"\n\n#, fuzzy\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versiebeheer\"\n\n#, fuzzy\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Geen runners gevonden\"\n\n#, fuzzy\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Geen runners gevonden\"\n\n#, fuzzy\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Geen bottles gevonden!\"\n\n#, fuzzy\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Index voor staat {0}\"\n\n#, fuzzy\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Voer uit in deze bottle\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"Runner kan veranderd worden in de Voorkeuren-tab.\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Back-up deze bottle\"\n\n#, fuzzy\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"Aanpassingen werken het systeem bij voor alle bottle-versies\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Release Candidate voor Runners inschakelen\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Beschrijving van de omgeving\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"Aangepaste locaties worden niet ondersteund in deze versie\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/MijnNieuweBottle\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"Versiebeheer is een experimentele functie van Bottles, daarom adviseren \"\n#~ \"we het niet te gebruiken in een productieomgeving. Wees voorzichtig!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"Runner kan veranderd worden in de Voorkeuren-tab.\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Open winecfg in deze bottle voor geavanceerde configuraties.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Start een debugomgeving in deze bottle. Lees in onze documentatie hoe je \"\n#~ \"debugging kan gebruiken. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Gebruik dit om programma's uit de bottle te deïnstalleren.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Open een CMD in deze bottle.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Gebruik regedit om Wine registersleutels toe te voegen, te wijzigen of te \"\n#~ \"verwijderen.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Blader door C:\\\\ van deze bottle.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Sluit alle draaiende processen in deze bottle.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Simuleert een herstart van het systeem (dit stopt geen processen).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Simuleert het afsluiten van het systeem (dit stopt geen processen).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Vrije schijfruimte:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X over Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Dashboard\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (futex-synchronisatie)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Eventfd-gebaseerde synchronisatie inschakelen om prestaties van multi-\"\n#~ \"core processors te verbeteren.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (eventfd-synchronisatie)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"ACO inschakelen om in-gameprestraties te verbeteren wanneer er Mesa-\"\n#~ \"drivers gebruikt worden.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"In laptops met twee GPU's (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"selecteer deze optie om de discrete kaart te gebruiken.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Bureaubladvirtualisatie\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"\"\n#~ \"Virtualiseer een bureaublad waarop alle Windows-programma's tevoorschijn \"\n#~ \"komen.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Syntax: dll1,dll2=waarde;dll3=waarde\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"Bewaar overschrijvingen DLL.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Voeg nieuwe DLL-overschrijvingen toe\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Pas de voorkeuren van deze bottle aan.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"De volgende pakketten worden gedownload van externe bronnen (voornamelijk \"\n#~ \"van Microsoft).\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Open een issue\"\n\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Installeer afhankelijkheden (zoals corefonts, vcrun6, ..) voor betere \"\n#~ \"softwarecompatibiliteit.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"De installateur van programma's is een experimentele functie en werkt \"\n#~ \"mogelijk niet.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Controleer op nieuwe installers\"\n\n#~ msgid \"Here you can see, create, revert and delete bottle states.\"\n#~ msgstr \"\"\n#~ \"Hier kan je de staat van bottles inzien, maken, terugdraaien en \"\n#~ \"verwijderen.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Runner x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"Annuleer download\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"Downloadvoorkeuren\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Help vertalen\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Details nieuwe bottle\"\n\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"Maar je lijkt niet verbonden met het internet en daardoor kan je geen \"\n#~ \"runner downloaden. Verbind met het internet en bevestig dit bericht om de \"\n#~ \"download te starten.\"\n\n#~ msgid \"OK status received\"\n#~ msgstr \"OK-status ontvangen\"\n\n#~ msgid \"Cancel status received\"\n#~ msgstr \"Annuleerstatus ontvangen\"\n\n#~ msgid \"\"\n#~ \"The gaming environment has everything needed to run modern Windows games \"\n#~ \"on Linux\"\n#~ msgstr \"\"\n#~ \"De omgeving voor gaming beschikt over alles om moderne Windows-spellen op \"\n#~ \"Linux te draaien\"\n\n#~ msgid \"\"\n#~ \"The software environment includes dependencies commonly used by modern \"\n#~ \"software.\"\n#~ msgstr \"\"\n#~ \"De omgeving voor software beschikt over afhankelijkheden vaak gebruikt \"\n#~ \"door moderne software.\"\n\n#~ msgid \"Selected env is: [{0}]\"\n#~ msgstr \"Geselecteerde env is: [{0}]\"\n\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"De programma's geïnstalleerd in deze bottle komen hier te staan.\"\n\n#~ msgid \"\"\n#~ \"There are no dependencies installed and we can't fetch from repository.\"\n#~ msgstr \"\"\n#~ \"Er zijn geen afhankelijkheden geïnstalleerd en we kunnen ze niet uit de \"\n#~ \"repository halen.\"\n\n#~ msgid \"We can't fetch the installers from the repository right now.\"\n#~ msgstr \"We kunnen op dit moment geen installers uit de repository halen.\"\n\n#~ msgid \"Use the '+' button to create one.\"\n#~ msgstr \"Gebruik de '+'-knop om er een te maken.\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"\"\n#~ \"In Bottles v2 is Winetricks vervangen door ons hulpmiddel voor \"\n#~ \"afhankelijkheden.\"\n\n#~ msgid \"\"\n#~ \"This is a development release. Please report bugs in the GitHub \"\n#~ \"repository.\"\n#~ msgstr \"\"\n#~ \"Dit is een ontwikkeluitgave. Rapporteer bugs in de GitHub repository, \"\n#~ \"alsjeblieft.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Geen afhankelijkheden gevonden!\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Geef je bottle een naam\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Verander runner\"\n\n#, fuzzy\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Herstarten\"\n\n#, fuzzy\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Afsluiten\"\n\n#, fuzzy\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Sluit alle processen\"\n\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Laatste update voor deze bottle.\"\n"
  },
  {
    "path": "po/oc.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-09-27 10:57+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 11:18+0000\\n\"\n\"Last-Translator: Automatically generated\\n\"\n\"Language-Team: none\\n\"\n\"Language: oc\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:103\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1076\n#: bottles/backend/managers/manager.py:1396\n#: bottles/backend/managers/manager.py:1397\n#, python-format\nmsgid \"Failed to install dependency: %s\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1115\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1126\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1203\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1215\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1220\nmsgid \"Generating bottle configuration…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1243\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1255\nmsgid \"The Wine config is being updated…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1257\nmsgid \"Wine config updated!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1265\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1267\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1308\nmsgid \"Setting Windows version…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1318\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Optimizing environment…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1337\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1347\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1350\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1367\nmsgid \"Installing DXVK…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1375\nmsgid \"Installing VKD3D…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1384\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1393\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1407\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1415\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1426\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:111\nmsgid \"Show version\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:119\nmsgid \"Executable path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:127\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:135 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:143\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:202\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:242\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:252\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:260\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:293\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:298\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:324\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:347\nmsgid \"Show Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:376\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:199\n#: bottles/frontend/ui/preferences.blp:247\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:82\nmsgid \"Read Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52 bottles/frontend/ui/new.blp:53\nmsgid \"Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:278\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:286\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:201\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:205\nmsgid \"Manage MangoHud settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:210\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:220\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:225\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:240\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:250\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:253\nmsgid \"Windows Version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:256\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:265\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:274\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:278\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:294\nmsgid \"Bottles Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:305\nmsgid \"Steam Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:314\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:317\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:157\nmsgid \"Reset to Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:338\n#: bottles/frontend/ui/preferences.blp:178 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:221\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:346\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:356\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:366\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:380\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:390\nmsgid \"Compression\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:400\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:404\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:507\n#: bottles/frontend/views/bottle_details.py:603\n#: bottles/frontend/views/bottle_preferences.py:746\n#: bottles/frontend/views/preferences.py:212\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:53\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:42\nmsgid \"Display On Game Start\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:43\nmsgid \"Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:404\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:33\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:22\nmsgid \"Continue Offline\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:5 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:12\n#: bottles/frontend/ui/preferences.blp:40\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:15\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:19\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:30\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Notifications\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:44\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:54\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:64\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:74\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:78\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:99\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:109\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:119\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:129\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:133\nmsgid \"Display unstable versions of runners and components.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:142\nmsgid \"Force Offline Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:143\nmsgid \"\"\n\"Force disable any network activity even with available network connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:152\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:153\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:188\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:202\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:236\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:250\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:282\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:295\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:299\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:309\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:312\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:315\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:316\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:193\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:209\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:273\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:276\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:349\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:386\n#: bottles/frontend/widgets/library.py:163\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:417\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:419\n#: bottles/frontend/views/bottle_details.py:528\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:432\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:434\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:436\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:438\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:443\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:445\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:504\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:508\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:524\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:525\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:600\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:604\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:240\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:422\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:743\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:744\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:145\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:117\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:120\n#: bottles/frontend/views/importer.py:157\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:154 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:46\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:47\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:134\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:187\nmsgid \"Select Bottles Path\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:209\nmsgid \"Relaunch Bottles?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:210\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:213\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:306\nmsgid \"Based on Valve's Wine, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:307\nmsgid \"Based on Wine upstream, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:308\nmsgid \"\"\n\"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n\"includes Staging and custom patches. This is meant to be used with non-steam \"\n\"games outside of Steam.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:311\nmsgid \"\"\n\"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally \"\n\"available.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:313\nmsgid \"Based on Wine upstream, includes Staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:314\nmsgid \"\"\n\"Based on most recent bleeding-edge Valve's Proton Experimental, includes \"\n\"Staging and custom patches. Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:317\nmsgid \"Other Wine runners\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:318\nmsgid \"Other Proton runners\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:76\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:142\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:176\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/envvars.py:135\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:105\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:55\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:214\nmsgid \"Select Script\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Force Offline\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"\"\n\"\\\"Force disable any network activity even with available network connection.\"\n\"\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:91\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:92\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"\"\n\"Bottles lets you run Windows software on Linux, such as applications and \"\n\"games. It introduces a workflow that helps you organize by categorizing each \"\n\"software to your liking. Bottles provides several tools and integrations to \"\n\"help you manage and optimize your applications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Features:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:14\nmsgid \"Use pre-configured environments as a base\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:15\nmsgid \"Change runners for any bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"Various optimizations and options for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Repair in case software or bottle is broken\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:18\nmsgid \"Install various known dependencies\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Integrated task manager to manage and monitor processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"Backup and restore\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:69\nmsgid \"Fix runners and components from not showing when prereleases are off\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:70\nmsgid \"Fix Steam runtime compatibility with Wine runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:75\nmsgid \"A few bug fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:80\nmsgid \"Support for the double-DLL VKD3D\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:81\nmsgid \"Updated Flatpak runtime\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:82\nmsgid \"Minor improvement and fixes to the library\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:83\nmsgid \"Fix the Steam link not being correct\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Download stable component by default\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:85\nmsgid \"Make window remember dimensions\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:90\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:100\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:102\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:107\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:118\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Replace emote-love icon with a library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:125\nmsgid \"Adding a shortcut to Steam resulted in an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:126\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:127\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:128\nmsgid \"\"\n\"Various library-related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:129\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:136\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:143\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:144\nmsgid \"Hide NVIDIA-related critical errors on non-NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:160\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:161\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:162\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:163\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:164\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:165\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/pl.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:58+0000\\n\"\n\"Last-Translator: Jose Riha <jose1711@gmail.com>\\n\"\n\"Language-Team: Polish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"pl/>\\n\"\n\"Language: pl\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=\"\n\"(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nie wybrano ścieżki\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Zrób kopię zapasową {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importowanie kopii zapasowej: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Nie można zainstalować komponentów, próbowano 3 razy.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Brak istotnych komponentów. Instaluję…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Nie udało się utworzyć katalogu dla butelki.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Nie udało się utworzyć zastępczego katalogu/pliku.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generowanie konfiguracji butelki…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Znaleziono szablon, zastosowywanie…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Konfiguracja Wine jest aktualizowana…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Konfiguracja Wine zaktualizowana!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\"Uruchamiam jako Flatpak, konfiguruję piaskownicę dla katalogu użytkownika…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Konfiguruję piaskownicę dla katalogu użytkownika…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Ustawiam wersję Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Stosuję ustawienia domyślne CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optymalizowanie środowiska…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Stosuję środowisko: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Używam niestandardowej receptury środowiskowej…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Receptura nie została znaleziona lub jest nieprawidłowa…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Instaluję DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Instaluję VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Instaluję DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instaluję zależność: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Tworzę stan 0 wersjonowania …\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Finalizuję…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Zapisywanie szablonu do cache'u…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Aktualizuję stany…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nie ma nic do zaktualizowania\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nowy stan [{0}] został utworzony pomyślnie!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Lista stanów została pomyślnie pobrana!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Pomyślnie przywrócono stan {0}!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Przywracanie stanu {0}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Nie znaleziono zapisanych stanów\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Stan {0} już jest obecnie aktywnym stanem\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Pokaż wersję\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Ścieżka pliku wykonywalnego\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Ścieżka skrótu\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nazwa butelki\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Podaj argumenty\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Nieprawidłowe URI (składnia: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Wyjdź] otrzymano żądanie.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Pomoc] otrzymano żądanie.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Odśwież] otrzymano żądanie.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Darowizna\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Biblioteki zewnętrzne i specjalne podziękowania\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsorowane i finansowane przez\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Prawa autorskie © 2017 Twórcy Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Twórcy Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Tłumaczenia\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Wersja komponentu\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Odinstaluj\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Przeglądaj pliki\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Instalacja nie powiodła się. Może to być spowodowane błędem repozytorium, \"\n\"niedokończonym pobieraniem lub nieprawidłową sumą kontrolną. Naciśnij, aby \"\n\"spróbować ponownie.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Pobierz i zainstaluj\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Pokaż manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licencja\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Przeinstaluj\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Zgłoś błąd…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nazwa zależności\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Opis zależności\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategoria\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Pobierz i zainstaluj tę zależność\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Wystąpił błąd instalacji. Uruchom ponownie Bottles, aby odczytać raport o \"\n\"awarii lub uruchom go przez terminal, aby odczytać dane wyjściowe.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menu zależności\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Rozwiązywanie problemów\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Przeglądaj pliki…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplikuj butelkę…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Jest to kompletne archiwum Twojej butelki, łącznie z plikami osobistymi.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Pełna kopia zapasowa…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"To jest tylko konfiguracja butelki. Jest to idealne rozwiązanie, jeśli \"\n\"chcesz utworzyć nową, ale bez plików osobistych.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Eksportuj konfigurację…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Pokaż ukryte programy\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Szukaj nowych programów\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Usuń butelkę…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menu dodatkowe\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Wymuś zatrzymanie wszystkich procesów\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Symuluj wyłączenie systemu Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Wyłącz\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Symuluj reboot systemu Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Uruchom ponownie\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opcje uruchamiania\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Uruchom w terminalu\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Upuść pliki, aby je uruchomić\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Moja butelka\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Środowisko\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Program uruchamiający\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Wersjonowanie włączone dla tej butelki\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Wersjonowanie jest aktywne dla tej butelki.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Uruchom plik wykonywalny…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Kliknij „Uruchom plik wykonywalny…”, aby uruchomić plik wykonywalny, „Dodaj \"\n\"skróty…”, aby dodać plik wykonywalny do listy programów, lub „Zainstaluj \"\n\"programy…”, aby zainstalować programy opracowane przez społeczność.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Dodaj skróty…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Zainstaluj programy…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opcje\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Ustawienia\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Konfiguruj ustawienia butelki.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Zależności\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Zainstaluj zależności dla programów.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Migawki\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Utwórz i zarządzaj stanami butelki.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Menedżer Zadań\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Zarządzaj uruchomionymi programami.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Narzędzia\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Wiersz Poleceń\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Uruchom polecenia wewnątrz butelki.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Edytor Rejestru\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edytuj wewnętrzny rejestr.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Starsze narzędzia Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Eksplorator\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Debugger\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiguracja\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Dezinstalator\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panel Sterowania\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Szukaj zależności…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Jesteś offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Butelki działają w trybie offline, więc zależności nie są dostępne.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Zależności to zasoby, które ulepszają kompatybilność oprogramowania \"\n\"przeznaczonego dla systemu Windows.\\n\"\n\"\\n\"\n\"Pliki na tej stronie są dostarczane przez podmioty trzecie na podstawie \"\n\"zastrzeżonych licencji. Instalując je, zgadzasz się na ich warunki.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Zgłoś problem lub brakującą zależność.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Zgłoś Brakującą Zależność\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Przeczytaj Dokumentację.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentacja\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Szukaj\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Szukaj Programów…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instaluj programy opracowane przez naszą społeczność, bez konieczności \"\n\"ręcznego wykonywania czynności.\\n\"\n\"\\n\"\n\"Pliki na tej stronie są dostarczane przez podmioty trzecie na podstawie \"\n\"własnościowych licencji. Instalując je, zgadzasz się na ich warunki \"\n\"licencyjne.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nie znaleziono instalatorów\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Repozytorium jest nieosiągalne, bądź żaden z instalatorów nie jest \"\n\"kompatybilny z tą butelką.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Przeczytaj dokumentację\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nazwa\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponenty\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wersja warstwy kompatybilności Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Aktualizowanie programu uruchamiającego i komponentów, proszę czekać…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Ulepsz kompatybilność z Direct3D 8/9/10/11, tłumacząc go na Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Aktualizowanie DXVK, proszę czekać…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Ulepsz kompatybilność z Direct3D 12, tłumacząc go na Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Aktualizuję VKD3D, proszę czekać…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Instaluję DXVK-NVAPI, proszę czekać…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Zwiększ szybkość reakcji. Może zostać wykryty przez niektóre programy anty-\"\n\"cheatowe.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Aktualizowanie LatencyFleX, proszę czekać…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Obraz\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling (DLSS)\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Zwiększ wydajność kosztem efektów wizualnych za pomocą DXVK-NVAPI. Działa \"\n\"wyłącznie na nowszych kartach graficznych NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Zwiększ wydajność kosztem efektów wizualnych. Działa wyłącznie na Vulkanie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Zarządzaj ustawieniami super rozdzielczości FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Dedykowane GPU\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Użyj dedykowanej karty graficznej, aby zwiększyć wydajność kosztem zużycia \"\n\"energii.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efekty postprocessingu\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Dodaj różne efekty postprocessingu, używając vkBasalt. Działa wyłącznie na \"\n\"Vulkanie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Zarządzaj ustawieniami warstwy postprocessingu\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Zarządzaj tym, jak gry powinny być wyświetlane na ekranie, używając \"\n\"Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Zarządzaj ustawieniami Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Zaawansowane ustawienia ekranu\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Wydajność\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Włącz synchronizację, aby zwiększyć wydajność dla procesorów \"\n\"wielordzeniowych.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synchronizacja\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"System\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Monitoruj wydajność\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Wyświetlaj informacje monitorujące, takie jak liczba klatek na sekundę, \"\n\"temperatura, obciążenie procesora/karty graficznej i szczegóły w OpenGL i \"\n\"Vulkan, używając MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Zastosuj zestaw optymalizacji do swojego urządzenia. Może poprawić wydajność \"\n\"gry.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Wcześnie załaduj pliki gry\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Popraw czas ładowania podczas wielokrotnego uruchamiania gry. Uruchomienie \"\n\"gry po raz pierwszy potrwa dłużej.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Zarządzaj ustawieniami vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Przechwytywanie gry przez OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Przełącz przechwytywanie gry przez OBS dla wszystkich programów opartych na \"\n\"OpenGL i Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Zgodność\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Wersja Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Aktualizuję wersję Windows'a, proszę czekać…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Język\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Wybierz język, który chcesz wykorzystać w programach.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Dedykowany Sandbox\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Użyj ograniczonego/zarządzanego środowiska dla tej butelki.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Zarządzaj uprawnieniami w Sandboksie\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Runtime Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Udostępnia zestaw dodatkowych bibliotek zapewniających większą \"\n\"kompatybilność. Wyłącz, jeśli napotkasz problemy.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Runtime Steam'a\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Udostępnia zestaw dodatkowych bibliotek zapewniających większą \"\n\"kompatybilność z grami na platformie Steam. Wyłącz, jeśli napotkasz problemy.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Katalog roboczy\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Resetuj do wartości domyślnych\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Domyślne)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Przesłonięcia DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Zmienne środowiskowe\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Zarządzaj dyskami\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatyczne snapshoty\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Automatycznie twórz snapshoty przed instalowaniem oprogramowania lub \"\n\"wprowadzaniem zmian.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Kompresja\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Skompresuj migawki, aby ograniczyć zajmowane miejsce. Spowoduje to \"\n\"spowolnienie procesu tworzenia migawek.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Użyj wzorów odrzuceń\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Wyklucz ścieżki z migawek.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Zarządzaj wzorami\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Odśwież\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Zatrzymaj proces\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Nie znaleziono żadnych migawek\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Utwórz pierwszą migawkę, aby zacząć zapisywać stan swoich ustawień.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Krótki komentarz\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Zapisz stan butelki.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Utwórz nową migawkę\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Szczegóły\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Wróć\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operacje\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Wybierz butelkę\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Anuluj\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Wybierz\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Utwórz nową butelkę\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Raport błędu Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"Anuluj\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Wyślij zgłoszenie\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Podczas ostatniego uruchomienia Bottles wystąpił błąd. Prosimy wypełnić \"\n\"zgłoszenie i załączyć ten traceback by pomóć nam zidentyfikować problem i \"\n\"zapobiec wystąpieniu jego w przyszłości.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Znaleźliśmy jedno lub więcej podobnych (lub identycznych) zgłoszeń. Przed \"\n\"wysłaniem nowego raportu upewnij się, że nie został on już wcześniej \"\n\"zgłoszony. Każde zgłoszenie wymaga wysiłku ze strony programistów, aby je \"\n\"zdiagnozować, dlatego prosimy o uszanowanie ich pracy i upewnienie się, że \"\n\"nie zamieszczasz duplikatów.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Wciąż chcę zgłosić.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opcje zaawansowane\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Niepełny pakiet\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Wygląda na to, że ta wersja Bottles nie zapewnia wszystkich niezbędnych \"\n\"zależności, skontaktuj się z zarządcą pakietu, bądź zainstaluj Bottles z \"\n\"oficjalnego źródła.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Wyjdź\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Biblioteki DLL mogą być określone jako wbudowane (dostarczane przez Wine) \"\n\"lub natywne (dostarczane przez program).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nowe przesłonięcie\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Przesłonięcia\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Dyski\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"To są ścieżki z systemu gospodarza, które są mapowane i rozpoznawane jako \"\n\"urządzenia przez program uruchamiający (np. C:, D: itp.).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"List\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Istniejące dyski\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplikuj butelkę\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplikuj\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Wpisz nazwę dla duplikatu butelki.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplikuję…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"To może chwilę potrwać.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Butelka zduplikowana\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Zmienne środowiskowe są dynamicznie nazywanymi wartościami które mogą \"\n\"wpływać na działanie uruchomionych procesów w Twojej butelce.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nazwa zmiennej\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Istniejące zmienne\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Wzory odrzuceń\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Zdefiniuj wzory, które zostaną wykorzystane do odrzucenia pewnych ścieżek z \"\n\"wersjonowania.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Wzór\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Istniejące wzory\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Ustawienia Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Zapisz\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Zarządzaj sposobem wyświetlania gier.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Rozdzielczość gry\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Używa rozdzielczości gry wideo jako punkt odniesienia w pikselach.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Szerokość\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Wysokość\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Rozdzielczość okna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Upscaluje rozdzielczość, gdy używana jest rozdzielczość większa niż \"\n\"rozdzielczość gry w pikselach.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Różne\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Limit liczby klatek na sekundę\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Ograniczenie liczby klatek na sekundę, gdy aplikacja jest nieaktywna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Skalowanie z użyciem liczb całkowitych\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Typ okna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Bez ramki\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Pełny ekran\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Czy chcesz kontynuować instalację?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Rozpocznij instalację\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Ten instalator wymaga lokalnych zasobów, których nie można dostarczyć w inny \"\n\"sposób.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Kontynuuj\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Ukończono!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Pokaż programy\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Instalacja nie powiodła się!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Coś poszło nie tak.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Wszystkie wiadomości\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Krytyczne\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Błędy\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Ostrzeżenia\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informacja\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Przeglądarka dziennika\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Przeglądarka dziennika\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Zmień poziom logowania.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Wszystkie\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Te argumenty zostaną przekazane podczas uruchamiania programu.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Niestandardowe argumenty\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumenty komendy\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"np.: VAR=value %command% -example1 -example2 -example3=witam\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Skrypt po uruchomieniu\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Wybierz skrypt który powinien być wykonany po uruchomieniu.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Wybierz skrypt\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Wybierz, skąd uruchomić program.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Wybierz katalog\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Te ustawienia przesłonią domyślne ustawienia dla tego pliku wykonywalnego.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Przesłonięcia ustawień\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Resetuj do wartości domyślnych Bottles\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Wirtualny pulpit\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton - Wyłączenie odpowiedzialności\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Użyj Protona\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Uważaj, używanie uruchamiaczy opartych o Protona w nie-Steamowych butelkach \"\n\"może wywoływać problemy i sprawić, że butelki nie będą poprawnie działać.\\n\"\n\"\\n\"\n\"Zalecamy używanie zamiast tego Wine-GE, wersji Protona przewidzianej do \"\n\"używania poza Steamem.\\n\"\n\"\\n\"\n\"Przejście dalej automatycznie uruchomi środowisko uruchomieniowe Steam \"\n\"(jeśli jest obecne w systemie i wykryte przez Bottles) w celu uzyskania \"\n\"dostępu do wymaganych bibliotek i ograniczenia problemów z kompatybilnością. \"\n\"Miej na uwadze, że GloriousEggroll, dostawca uruchamiacza, nie odpowiada za \"\n\"ŻADNE problemy i prosimy o niezgłaszanie ich mu.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Zrozumiałem.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Zmień nazwę\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Wybierz nową nazwę dla zaznaczonego programu.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nowa nazwa\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Uruchom z argumentami\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Uruchom\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Poniżej wypisz argumenty, które zostaną podane do programu.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"np.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Ustawienia sandboxa\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Udostępnij sieć\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Udostępnij dźwięk\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Aktualizacja wymagana\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Kontynuuj\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Uruchom aktualizację\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nowy system wersjonowania\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Nowy system wersjonowania butelek właśnie dotarł.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles posiada teraz zupełnie nowy system wersjonowania, który nie jest \"\n\"wstecznie kompatybilny.\\n\"\n\"\\n\"\n\"Aby dalej korzystać z wersjonowania, konieczna jest ponowna inicjalizacja \"\n\"repozytorium butelki. Nie usunie to żadnych danych zawartych w butelce, ale \"\n\"usunie zapisane już stany i utworzy nowy.\\n\"\n\"\\n\"\n\"Jeśli potrzebujesz powrócić do któregoś z poprzednich stanów, zamknij to \"\n\"okno i przywróć ten stan, następnie otwórz butelkę jeszcze raz, aby zobaczyć \"\n\"to okno.\\n\"\n\"\\n\"\n\"Stary system wersjonowania zostanie pozbawiony wsparcia w jednej z \"\n\"następnych wersji Bottles.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Ponowna inicjalizacja repozytorium…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Gotowe! Prosimy o zrestartowanie Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Ustawienia efektów postprocessingu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Domyślne\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Domyślne ustawienia\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efekty są aplikowane zgodnie z kolejnością listy.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efekty\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Adaptacyjne zaostrzanie kontrastu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Ostrość\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Informacje\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Zaostrzanie odszumionej Lumy\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Odszumianie\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Szybki przybliżony antyaliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Jakość subpikselowa\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Próg jakości krawędzi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Minimalny próg jakości krawędzi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Morfologiczny subpikselowy antyaliasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Wykrywanie krawędzi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Kolor\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Próg\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maksymalna ilość kroków wyszukiwania\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maksymalna ilość kroków wyszukiwania po przekątnej\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maksymalne zaokrąglanie rogów\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"Ostrość CAS zwiększa ostrość klatki. Wyższe wartości zwiększają ostrość \"\n\"klatki, natomiast wartości mniejsze niż 0 sprawiają, że klatki stają się \"\n\"gładsze, niż są natywnie.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Ostrość DLS zwiększa ostrość klatki. Wyższe wartości sprawiają, że klatka \"\n\"jest ostrzejsza.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Odszumianie DLS zmniejszają szumy klatki. Wyższe wartości sprawiają, że \"\n\"klatka jest bardziej gładka.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Jakość subpikselowa FXAA zmniejsza aliasing na poziomie subpikselowym. \"\n\"Wyższe wartości sprawiają, że klatka jest bardziej gładka.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Próg krawędzi FXAA to minimalna wartość kontrastu wymagana do zaaplikowania \"\n\"algorytmu FXAA. Wyższe wartości sprawiają, że klatka ma więcej kontrastu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Minimalny próg jakości krawędzi FXAA to minimalna wartość ciemnych pikseli \"\n\"ignorowanych przez algorytm FXAA. Wyższe wartości sprawiają, że FXAA będzie \"\n\"ignorować piksele poniżej podanej wartości i może prowadzić do poprawienia \"\n\"wydajności.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma wykrywa krawędzie w perspektywie monochromatycznej, natomiast Kolor \"\n\"wykrywa krawędzie na podstawie kolorów. Luma jest bardziej wydajna niż Kolor.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Próg SMAA określa czułość wykrywania krawędzi. Niższe wartości wykrywają \"\n\"więcej krawędzi w zamian za mniejszą wydajność.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Maksymalna ilość kroków wyszukiwania SMAA określa ile horyzontalnych i \"\n\"wertykalnych kroków wyszukiwania zostanie przeprowadzonych w poszukiwaniu \"\n\"krawędzi.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Maksymalna ilość kroków wyszukiwania po przekątnej SMAA określa ilość kroków \"\n\"wyszukiwania po przekątnej przeprowadzanych w poszukiwaniu krawędzi.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"Zaokrąglanie rogów SMAA określa siłę zaokrąglania rogów krawędzi.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Wbudowane (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Natywne (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Wbudowane, następnie natywne\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Natywne, następnie wbudowane\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Wyłączony\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Usuń\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/wskaz/sciezke\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Wartość\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Przeglądaj pliki\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nazwa prefiksu Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Menedżer\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Ten prefix Wine był już importowany w Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importuj kopię zapasową Bottles\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Szukaj prefiksów jeszcze raz\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nie znaleziono prefiksów\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nie znaleziono zewnętrznych prefiksów. Czy Bottles ma do nich dostęp?\\n\"\n\"Użyj ikony na górze, aby zaimportować butelkę z kopii zapasowej.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Pełne archiwum\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Pokaż manifest…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Przeczytaj recenzję…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nazwa instalatora\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Opis instalatora\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Nieznany\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Zainstaluj ten program\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menu programu\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Brak miniatury\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Uruchom\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Uruchom za pomocą Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nazwa przedmiotu\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Usuń z Biblioteki\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Zatrzymaj\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteka\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Dodaj tutaj rzeczy z listy programów twojej butelki\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Wersjonowanie w tej butelce jest aktywne.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Ta butelka wygląda na uszkodzoną.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Uruchom w tej butelce\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Uruchom tutaj\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Ta butelka wygląda na uszkodzoną, brakuje pliku konfiguracyjnego. Mogę \"\n\"spróbować to naprawić poprzez utworzenie nowej konfiguracji.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Szukaj swoich butelek…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Utwórz nową butelkę…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nie znaleziono wyników\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Wypróbuj inne kryteria wyszukiwania.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Uruchamianie…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Brakuje tego zasobu.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Przeglądaj\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"Utwórz\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Nazwa Butelki\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplikacja\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Granie\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"własne\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Własne\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Udostępnij folder użytkownika\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"To ustawienie umożliwia wykrycie folderu użytkownika w butelce pod ryzykiem \"\n\"udostępnienia prywatnych danych do oprogramowania z systemu Windows. Zmiana \"\n\"tego ustawienia jest niemożliwa po utworzeniu butelki.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architektura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\"Zalecamy korzystanie z 32-bitowej architektury tylko w razie absolutnej \"\n\"konieczności.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importuj niestandardową konfigurację.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Folder butelki\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Folder, który będzie zawierał dane tej butelki.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Zamknij\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Nazwa ta nie jest dostępna, spróbuj innej.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Poprzedni\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Witamy w Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Uruchom oprogramowanie przeznaczone na system Windows na Linuksie.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows w Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles wykorzystuje kompatybilnościowe uruchamiacze do zapewnienia \"\n\"izolowanych, skonteneryzowanych środowisk windowsopodobnych, gdzie programy \"\n\"się uruchamiają.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Prawie gotowe\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Potrzebujemy jeszcze kilku minut, aby wszystko skonfigurować…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Wszystko gotowe!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Prosimy o ukończenie przygotowania w pierwszej kolejności\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Zacznij używać Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Dalej\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Ustawienia\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Ogólne\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Wygląd\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tryb ciemny\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Czy Bottles powinno używać ciemnego motywu kolorystycznego, czy nie.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Pokaż datę aktualizacji\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Czy na liście butelek ma być wyświetlana data aktualizacji.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Powiadomienia\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Pokazuj powiadomienia o pobranych i instalacjach.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Pliki tymczasowe\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Czyścić pliki tymczasowe, kiedy Bottles jest uruchamiane?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Zamknij Bottles po uruchomieniu programu\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Zamknij Bottles po uruchomieniu programu z menedżera plików.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integracje\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefiksy Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Pokaż i zarządzaj prefiksami Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Pokaż aplikacje Steamowe na liście programów\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Wymaga zainstalowanego Steama dla systemu Windows w tej butelce.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Pokaż aplikacje Epic Games na liście programów\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Wymaga zainstalowania Epic Games Store w tej butelce.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Pokaż gry Ubisoft na liście programów\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Wymaga zainstalowania Ubisoft Connect w butelce.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Opcje zaawansowane\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Katalog Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Katalog zawierający dane Twoich butelek.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Programy uruchamiające\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Ten program działa w trybie offline, więc dodadkowe runnery nie są dostępne.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Przedwydaniowe\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Pokaż niestabilne wersje uruchamiaczy.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Komponenty DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"Ten program działa w trybie offline, więc dodatkowe pliki DLL nie są \"\n\"dostępne.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Rdzeń\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Runtime\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"MostWine\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Eksperymenty\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Te funkcje są wciąż w trakcie tworzenia i mogą być skrajnie niestabilne, \"\n\"spodziewaj się bugów i błędów.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox na butelkę\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"We wczesnym rozwoju.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Uruchom przy pomocy terminalu\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Przeglądaj ścieżkę\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Zmień opcje uruchamiania…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Dodaj do biblioteki\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Dodaj wpis pulpitowy\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Dodaj do Steama\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Zmień nazwę…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Ukryj ten program\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Pokaż program\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Usuń z listy programów\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nazwa programu\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ID stanu\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Krótki komentarz dot. stanu\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Przywróć tę migawkę\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Usuń wiadomość\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menu główne\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Wygląda na to, że nie masz połączenia z Internetem. Bez niego nie będziesz w \"\n\"stanie pobrać niezbędnych komponentów. Kliknij tę ikonę po przywróceniu \"\n\"połączenia.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importuj…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Pomoc\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"O Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Plik „{0}” nie jest plikiem .exe ani .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Zaktualizowano: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"Dodano '{0}'\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Wybierz plik .exe\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Ukryj ukryte programy\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Uruchamianie \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Bądź świadom sandboxa\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles działa w sandboxie, środowisku o ograniczonych uprawnieniach, \"\n\"potrzebnym dla twojego bezpieczeństwa. Jeśli program nie uruchamia się, \"\n\"przejdź do wewnątrz butelki (3 kropki na górze) i uruchom program stąd.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Odrzuć\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\"Wybierz lokalizację, gdzie ma zostać zapisana konfiguracja kopii zapasowej\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Eksport\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Wybierz lokalizację, gdzie ma zostać zapisane archiwum kopii zapasowej\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Kopia zapasowa\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Kopia zapasowa dla '{0}' została utworzona\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Nie udało się utworzyć kopii zapasowej dla '{0}'\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Czy na pewno chcesz trwale usunąć „{}”?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Spowoduje to trwałe usunięcie wszystkich powiązanych programów i ustawień.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Usuń\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Brakujący program uruchamiający\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Brakuje programu uruchamiającego, który jest wymagany przez tę butelkę. \"\n\"Zainstaluj go za pomocą preferencji Bottles lub wybierz nowy, aby uruchamiać \"\n\"aplikacje.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Czy na pewno chcesz wymusić zatrzymanie wszystkich procesów?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Może to spowodować utratę danych, uszkodzenie i nieprawidłowe działanie \"\n\"programów.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Wymuś _Zatrzymanie\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Ta funkcja nie jest dostępna w Twoim systemie.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} By dodać tę funkcję, prosimy uruchomić instalację Flatpak\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Nazwa tej butelki jest już używana.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Wybierz katalog roboczy\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Katalog zawierający dane: „{}”.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Czy jesteś pewien, aby usunąć wszystkie migawki?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"To usunie wszystkie migawki, ale zachowa twoje pliki.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Aby utworzyć nowy stan, musisz przenieść się na nowy system wersjonowania.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instalatory\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operacja w toku, proszę czekać.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Powrót do twoich butelek.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Pomyślnie zaimportowano kopię zapasową\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importowanie nie powiodło się\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importuję kopię zapasową…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Wybierz archiwum dla kopii zapasowej\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importuj\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Wybierz plik konfiguracyjny\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Uruchom plik .exe w \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Uruchamianie \\\"{0}\\\" w \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Twoje butelki\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Pobieranie ~{0} pakietów…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Pobrano {0} z {1} pakietów\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Wybierz folder dla butelki\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Tworzenie butelki…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Nie można utworzyć butelki\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\"Tworzenie butelki zakończyło się porażką z jednym lub większą ilością błędów.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Butelka utworzona\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"Pomyślnie utworzono „{0}”.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"Nie znaleziono instalacji Steama, bądź Bottles nie ma wystarczających \"\n\"uprawnień. Odwiedź https://docs.usebottles.com/flatpak/cant-enable-steam-\"\n\"proton-manager.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Wybierz ścieżkę dla butelki\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Uruchomić ponownie Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Butelka będzie musiała zostać uruchomiona ponownie aby użyć tego folderu.\\n\"\n\"\\n\"\n\"Upewnij się, że zamknąłeś każdy program uruchomiony w Butelce, zanim \"\n\"ponownie ją uruchomisz. Nie zrobienie tego może spowodować utratę i \"\n\"uszkodzenie danych oraz doprowadzić programy do niepoprawnego działania.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Zrestartuj\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Oparte o Wine w wykonaniu Valve, zawiera eksperymentalne dodatki i patche \"\n\"Protona.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Oparte o najnowszą wersję Wine'a dostępną z kodu źródłowego, zawiera \"\n\"eksperymentalne dodatki i patche Protona.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\"Oparte o najnowszą wersję Wine'a dostępną z kodu źródłowego, zawiera \"\n\"eksperymentalne dodatki.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Oparte o Wine w wykonaniu Valve'a, zawiera eksperymentalne dodatki oraz \"\n\"patche Protona i patche zorientowane wokół Steama. Wymaga uruchomionego \"\n\"środowiska uruchomieniowego Steam.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Inne\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Aktualizuj\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Instaluję…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest dla {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" zostało odinstalowane\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"Zainstalowano \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Nie udało się zainstalować \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"Zaimportowano \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Ta aplikacja może działać słabo. Instalator został skonfigurowany tak, aby \"\n\"zapewnić jak najlepsze wrażenia, ale spodziewaj się usterek, niestabilności \"\n\"i braku działających funkcji.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Ten program działa z zauważalnymi usterkami, ale te usterki nie wpływają na \"\n\"funkcjonalność aplikacji.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Ten program działa z drobnymi usterkami.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Ten program działa doskonale.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Recenzja dla {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Zatrzymywanie \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Uruchamianie \\\"{0}\\\" za pomocą Steama…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"Ukryto \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"Pokazano \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"Usunięto \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"Zmieniono nazwę \\\"{0}\\\" na \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Utworzono wpis na pulpicie dla \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"Dodano \\\"{0}\\\" do twojej biblioteki\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"Dodano \\\"{0}\\\" do twojej biblioteki Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Pokaż zgłoszenie\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Ten problem został już zgłoszony 5 razy i nie może zostać \"\n\"zgłoszony ponownie.\\n\"\n\"            Zgłoś to w jednym z istniejących raportów.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Trwa aktualizacja ustawień wyświetlania, proszę czekać…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Ustawienia wyświetlania zostały zaktualizowane\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nie znaleziono przesłonień.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Wybierz ścieżkę dysku\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nie zdefiniowano zmiennych środowiskowych.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nie zdefiniowano żadnych wzorów odrzuceń.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Wystąpił błąd.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Kopiuj do schowka\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Wybierz plik źródłowy\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instalowanie zależności Windowsa…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Konfiguruję butelkę…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Przetwarzanie kroków instalacji…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Instalowanie {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Przeprowadzanie ostatnich testów…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalowanie {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} jest od teraz dostępne na liście programów.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Instalator przerwał działanie z nieznanym błędem\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} jest już wyłączone dla tej butelki.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"To ustawienie różni się od wartości domyślnej dla butelki.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Wybierz skrypt\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Nie znaleziono własnej ścieżki do butelki\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Zostanie wykorzystana domyślna ścieżka. Żadna butelka z podanej ścieżki nie \"\n\"zostanie wyświetlona.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@NAZWA_APLIKACJI@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Uruchamiaj programy systemu Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migracja Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Przełącz okno dialogowe migracji Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Ciemny motyw\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Wymuś użycie ciemnego motywu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Przełącz datę aktualizacji na liście\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Przełącz datę aktualizacji na liście butelek.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Lista aplikacji Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Przełącz programy Steam na liście programów.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Programy Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Przełącz programy Epic Games na liście programów.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Lista gier z Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Przełącz wyświetlanie listy gier z Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Szerokość okna\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Zmień szerokość okna.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Wysokość okna\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Zmień wysokość okna.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Pokaż powiadomienia.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Czyszczenie plików tymczasowych\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Wyczyść ścieżkę Temp podczas uruchomienia systemu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Kandydat wydania (RC)\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Wybierz kandydata wydania (RC) dla programów uruchamiających.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Widok startowy\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Określ, który widok ma być ładowany podczas uruchamiania aplikacji.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Włącz eksperymentalne funkcje, takie jak wersjonowanie i instalatory. \"\n\"Kandydat wydania (RC) dla programów uruchamiających.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Wsparcie dla Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Przełącz obsługę prefiksów Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Eksperymenty:sandboks\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Włącz eksperymentalny tryb Biblioteki.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Automatycznie zamykaj Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Zamknij Bottles po uruchomieniu pliku wykonywalnego z menedżera plików.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Pokazuj ostrzeżenia sandboxa\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Przełącz pokazywanie ostrzeżeń sandboxa.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Uruchamiaj oprogramowanie Windows na Linuksie za pomocą Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Zabutelkuj programy i ciesz się nimi do woli!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Nasz wbudowany system instalacji zależności zapewnia automatyczny dostęp do \"\n\"kompatybilności oprogramowania. Użyj menedżera pobierania, aby pobrać \"\n\"oficjalne komponenty: program uruchamiający (Wine, Proton), DXVK, \"\n\"zależności, itp.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Wersjonowanie butelek pozwala na zachowanie bezpieczeństwa Twojej pracy i \"\n\"jej późniejsze przywrócenie!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Cechy:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Tworzenie \\\"butelek\\\" przy użyciu prekonfigurowanych środowisk lub tworzenie \"\n\"własnych\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Uruchamianie plików wykonywalnych (.exe/.msi) w swoich butelkach, \"\n\"bezpośrednio z menu kontekstowego menadżera plików\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Zautomatyzowane wykrywanie aplikacji zainstalowanych w butelkach\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Szybkie dodawanie zmiennych środowiskowych\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Nadpisywanie plików DLL bezpośrednio z preferencji dla butelek\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Zmiana programu uruchamiającego \\\"na bieżąco\\\" dla każdej butelki\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Różne optymalizacje wydajności dla gier \"\n\"(esync, fsync, DXVK, cache, kompilator shaderów, offload... i wiele więcej)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\"Automatyczna instalacja i zarządzanie oprogramowaniem uruchamiającym Wine i \"\n\"Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatyczna naprawa butelek w przypadku awarii\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Zintegrowany instalator zależności oparty na repozytorium kierowanym przez \"\n\"społeczność\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Zintegrowany menedżer zadań dla procesów Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Dostęp do ProtonDB i WineHQ w celu uzyskania wsparcia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"System przenoszenia konfiguracji do nowych wersji Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Tworzenie kopii zapasowych i importowanie butelek\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Import prefiksów Wine z innych menedżerów\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Użyj wersjonowania\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"...i wiele więcej, co można odkryć instalując Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Zaktualizuj metadata\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"Dodaj więcej informacji o aktualizacji i popraw informacje o wydaniu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Naprawiono przycisk \\\"Dodaj do Steama\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Naprawiono problem z BottleConfig, który nie był serializowalny\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Naprawiono błąd podwójnej ekstrakcji w Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Poprawna wersja\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Naprawiono crash przy tworzeniu butelki\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Większa zmiana: nowy interfejs programu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Ulepszenia \\\"Quality of life\\\":\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"zastąpi ikonę emote-love biblioteką na stronie biblioteki\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Dodano powiadomienie (toast) dla opcji \\\"Uruchom plik .exe\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Poprawki błędów:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Dodawanie skrótu do Steam zakończyło się nie powodzeniem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Wystąpił błąd podczas importowania kopii zapasowej\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Steam Runtime zostało automatycznie uruchomione, kiedy użyto wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Różne poprawki związane z biblioteką, takie jak puste okładki i awarie \"\n\"związane z brakującymi wpisami\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Naprawiono różnorodne problemy z dekodowaniem tekstu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Naprawiono błąd przy pobieraniu, kiedy program bottles nie został \"\n\"uruchomiony z terminala\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Poprawiono datę wydania wersji\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"Ukryj krytyczne błędy związane z NVIDIA na systemach innych niż NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Ulepszenia i poprawki Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Instalacja wymaganych składników jest szybsza i bardziej stabilna\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Kontrola stanu zdrowia zawiera więcej informacji, co umożliwia szybsze \"\n\"debugowanie\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI ma więcej poprawek i jest bardziej stabilne, powinno teraz poprawnie \"\n\"działać\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Naprawiono zawieszanie programu przy pobieraniu komponentów\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Ulepszenie kodu zaplecza poprzez unikanie spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Więcej zmiennych w skrypcie instalatora\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Naprawiono pokładowy dialog pokazujący „Wszystko gotowe”, gdy w \"\n\"rzeczywistości nie było gotowe\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Ulepszenie systemu kompilacji\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Domyślne włączanie VKD3D podczas tworzenia butelek do gier\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"Naprawiono awarie występujące podczas odczytu plików Steam z nieprawidłowym \"\n\"kodowaniem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Naprawa komponentów, które nie zostały poprawnie zaktualizowane w \"\n\"interfejsie użytkownika po instalacji/odinstalowaniu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"więcej napraw FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"napraw problem gdy program ulegnie awarii po tym jak został uruchomiony z \"\n\"\\\"wykonaj program\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"i wiele, wiele, wiele więcej!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Obliczanie…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Uruchom plik .exe/.msi w tej butelce\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"Kliknij przycisk \\\"Stwórz nową butelkę\\\", aby utworzyć nową butelkę.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Stwórz nową butelkę…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nowa Butelka\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informacje o butelce\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Środowisko ulepszone dla gier Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Środowisko ulepszone dla aplikacji systemu Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Czyste środowisko dla Twoich eksperymentów.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Niepowiązany katalog domowy\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Nie należy łączyć katalogu użytkownika z katalogiem domowym\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64-bitowa\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32-bitowa\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Użyj własnego przepisu\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"\"\n#~ \"Wybierz niestandardową recepturę dla środowiska, jeśli taką posiadasz.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Własna ścieżka\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Przechowuj tą butelkę w innym miejscu.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Jesteś offline, nie można pobrać.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Wybierz ścieżkę do pliku wykonywalnego\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Wybierz plik wykonywalny Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Wybierz katalog roboczy dla plików wykonywalnych\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Wybierz plik receptury\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Wybierz, gdzie zostanie przechowana butelka\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Wybierz nową ścieżkę Bottles\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Wybierz skrypt\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Wybierz katalog roboczy\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"\"\n#~ \"Ustawienie opóźnienia PulseAudio jest teraz przestarzałe i domyślnie \"\n#~ \"włączone\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"\"\n#~ \"Szczegóły butelki są automatycznie wyświetlane podczas tworzenia butelki\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Bottles jest teraz zgodne z wytycznymi GNOME Circle\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Wyłącz domyślnie pulseaudio_latency.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"Zaimplementowano kolejkę do instalowania komponentów.\"\n\n#, fuzzy\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Naprawiono błąd w identyfikacji Nvidia dla laptopów Optimus\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Wsparcie dla vkd3d\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Poprawka dla DLSS\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Nie można zainstalować komponentów, próbowano 3 razy.\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Naprawiono argumenty gamescope @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"Dodano skrót Ctrl + W do zamykania okien @A6GibKm\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Tłumaczenia na język francuski dzięki @rjousse18 i @julroy67\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Tłumaczenia na język francuski dzięki @rjousse18 i @julroy67\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"\"\n#~ \"Tłumaczenia na język rosyjski dzięki @Knebergish, @lenemter i @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Tłumaczenia na język kataloński dzięki @rogervc\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Tłumaczenia na język tajski dzięki @SashaPGT\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Tłumaczenia na język chorwacki dzięki @milotype\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Tłumaczenia na portugalski dzięki @laralem\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Tłumaczenia na język włoski dzięki @gdonisi\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Tłumaczenia na język chorwacki dzięki @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Tłumaczenia na hiszpański dzięki @fitojb\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Warstwy\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Najwyższa Jakość\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Jakość\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Zrównoważone\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Warstwowe\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Środowisko warstwowe, w którym każda aplikacja jest warstwą.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Przeglądaj ścieżkę\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Wybierz plik.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Nie znaleziono pliku\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Podany plik nie istnieje. Wybierz poprawny plik.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Spacje w nazwie pliku\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Ścieżka do tabeli do wyszukań kolorów nie może posiadać żadnych spacji. \"\n#~ \"Usuń wszystkie spacje z nazwy pliku.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Nieprawidłowe wymiary obrazu\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Wysokość i szerokość obrazu muszą być równe.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Łatwo zarządzaj prefiksami wineprefix przy użyciu środowisk\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Uruchom z argumentami…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Przeglądaj pliki wewnętrzne za pomocą eksploratora Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Zarządzaj procesami za pomocą menedżera zadań Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Odpluskwiaj procesy wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Konfiguracja Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Dostosuj ustawienia wewnętrzne.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Odinstaluj programy za pomocą deinstalatora Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Otwórz wewnętrzny panel sterowania Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Użyj zakładki \\\"Instalatory\\\" bądź przycisku \\\"Uruchom plik wykonywalny\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Zależności to biblioteki, kodeki i szeroko pojęte oprogramowanie \"\n#~ \"poprawiające kompatybilność z twoim oprogramowaniem Windows. Zainstaluj \"\n#~ \"je z tego miejsca by spełnić wymagania twojego programu.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Przeczytaj dokumentację.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Zainstaluj wybrane\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Zdecydowanie odradzamy instalowanie wielu zależności naraz.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Wybierz zależności\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"W tej sekcji zainstalujesz programy, nad którymi pieczę sprawuje nasza \"\n#~ \"społeczność, bez potrzeby manualnego trudzenia się.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Przeczytaj dokumentację\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafika\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Zwiększa wydajność gier DirectX 11 i aplikacji 3D.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Zwiększa wydajność gier DirectX 12 i aplikacji 3D.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"\"\n#~ \"Zapewnij obsługę DLSS, jeśli jest dostępna, oraz NVAPI firmy Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR wykorzystuje najnowocześniejszą technologię skalowania obrazu w celu \"\n#~ \"zwiększenia liczby klatek na sekundę.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt to warstwa przetwarzania końcowego Vulkan, która poprawia oprawę \"\n#~ \"wizualną gier.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Zarządzaj ustawieniami vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Użyj pulpitu wirtualnego Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Przechwytywanie myszki na pełnym ekranie\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Pozwól aplikacji przechwytywać ruchy myszki w trybie pełnego ekranu.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Wymuś skupienie\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"\"\n#~ \"Aktywuj, jeśli program nie odzyskuje skupienia podczas przełączania.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Drganie kursora\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Zmień tę opcję jeśli doświadczasz opóźnień w działaniu kursora lub jego \"\n#~ \"desynchronizacji.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Skalowanie ekranu\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Ustaw własne DPI.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderer\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Wybierz, który backend zastosować dla wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (domyślne)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Zarządzaj wersjami komponentów\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Wersja DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Wersja VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Wersja DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Wersja LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"fałsz\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Ten sam, co w przypadku Bottles, ale dostarczany przez Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optymalizuj wydajność gier na żądanie.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Użyj mikro-kompozytor Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Domyślnie: ścieżka do butelki.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Resetuj do wartości domyślnych\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Wybierz katalog\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Audio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Zmniejsz opóźnienie\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Ustaw opóźnienie PulseAudio do 60 milisekund, aby zwiększyć jakość \"\n#~ \"dźwięku.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Wersjonowanie\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Użyj kompresji dla stanów butelki\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Obniży to ilość miejsca zajmowaną przez stany butelki, ale zwiększy czas \"\n#~ \"ich tworzenia.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bottles utworzy stan butelki przed uruchomieniem dependencji lub \"\n#~ \"instalatorów.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"Użyj własnych wzorów, aby odrzucić wybrane ścieżki z wersjonowania.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Dewelopment i debugging\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Nakładka Vulkan i OpenGL do monitorowania liczby klatek na sekundę, \"\n#~ \"temperatur, obciążenia CPU/GPU i nie tylko.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Logi 'fixme' Wine'a\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Rejestruj ścieżki kodu, które nie są zaimplementowane w Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Nie znaleziono programów\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Zainstaluj programy z sekcji \\\"Instalatory\\\" lub poprzez uruchamianie \"\n#~ \"pliku wykonywalnego z instalatorem. Możesz również dodać pliki \"\n#~ \"wykonywalne manualnie za pomocą przycisku \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Przełącz ukryte\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Zrób sobie przerwę, to może trochę potrwać.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Skonfiguruj jak Gamescope powinien zarządzać oknem gier które będziesz \"\n#~ \"uruchamiać.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Szerokość (np. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Wyskość (np. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Rozdzielczość Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Zmień poziom logowania.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Ustawienia vkBasalt\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Tabela do wyszukiwania kolorów\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT przekształca zakres kolorów w kolejny zakres kolorów wykorzystując \"\n#~ \"plik .CUBE lub plik .png, w którym wysokość jest równa szerokości.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Zacznij od utworzenia butelki.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Uruchom oprogramowanie z Windowsa na Linuxie\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Własna ścieżka butelek (wymaga ponownego uruchomienia Bottles)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \".Wybierz gdzie trzymać nowe butelki (istniejące już butelki nie zostaną \"\n#~ \"przeniesione).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"We wczesnym rozwoju (wymaga ponownego uruchomienia).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importuj/eksportuj…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Pomoc\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Fora\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Otwórz menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Nowa butelka\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"OK\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Potwierdź\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Czy na pewno chcesz zakończyć wszystkie procesy?\\n\"\n#~ \"Może to spowodować utratę danych.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Domyślnie do ścieżki butelki.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Przełączenie kompresji wymaga ponownej inicjalizacji\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Ta akcja zachowa wszystkie twoje pliki, ale usunie zapisane stany. Czy \"\n#~ \"chcesz kontynuować?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detale i narzędzia\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Są to programy znajdujące się w menu Start Twojej butelki.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Butelka o nazwie “{0}” została utworzona pomyślnie\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"Zainstalowano '{0}'.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Wiadomości\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"Nowy system wersjonowania, który pozwoli na wersjonowanie całej Butelki \"\n#~ \"(łącznie z konfiguracją)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Automatyczne wersjonowanie może być od teraz przełączane\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Użyj kompresji do wersjonowania\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Poprawione zapisywanie opcji uruchamiania bez aktualizowania UI wiele razy\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Poprawiona wydajność przetwarzania YAML przy wykorzystaniu libyaml \"\n#~ \"(pakiet python-yaml musi zapewniać dla tego wsparcie)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Nowe okno dialogowe \\\"O programie\\\"\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"Wsparcie dla okładek w trybie biblioteki (dzięki SteamGridDB)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"Usunięto opcję DXVK HUD, zamiast niej użyj sekcji \\\"Zmienne Środowiskowe\\\"\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"Bottles-cli od teraz zapewnia wyjście komendy\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"Badanie stanu zdrowia jest od teraz dostępne w sekcji \\\"Rozwiązywanie \"\n#~ \"problemów\\\" okna \\\"O programie\\\"\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Rozszerzona weryfikacja podstawowych zależności, zachęcamy osoby \"\n#~ \"przygotowujące pakiety do podwójnego sprawdzenia swoich pakietów\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Nowe domyślne uprawnienie dla pakietu Flatpak: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"\"\n#~ \"Dodano informacje o autorach zewnętrznych bibliotek w sekcji \\\"Informacje \"\n#~ \"o autorach\\\"\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Poprawki\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Poprawka do pomijalnego okna dialogowego\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Poprawka dla pustych nazw butelek\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Poprawka dla bibliotek gstreamer do butelek win32\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"\"\n#~ \"Poprawka do błędu \\\"RemoteDisconnected\\\", powodującego crashowanie \"\n#~ \"programu\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Poprawka dla błędnego wypisywania wersji Vaniglii\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Poprawka dla szablonów generujących się z symlinkowanymi ścieżkami, \"\n#~ \"powodując pętle\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Poprawka do migracji konfiguracji, powodującej crashe gdy użytkownik \"\n#~ \"zmodyfikował konfigurację\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Poprawka do \\\"nie znaleziono mscoree.dll\\\"\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Poprawka do regresji flagi -b dla przestarzałej wersji bottles cli\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"Poprawka do parsera opcji uruchamiania Steam, powodującego crashe\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Poprawka do regresji w przycisku \\\"Dodaj do Steama\\\", nie dodającego \"\n#~ \"nowego wpisu na Steamie\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Tłumaczenia na język fiński dzięki pomocy Jiriego Grönroosa\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Tłumaczenia na język indonezyjski dzięki @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"\"\n#~ \"Tłumaczenia na język hiszpański dzięki Pablo Munoz Alabau i @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Tłumaczenia na język portugalski (Brazylia) dzięki @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Tłumaczenia na język niemiecki dzięki Patrickowi Ulbrichtowi\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Łatwo zarządzaj wineprefix\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Eksperymenty:biblioteka\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Włącz eksperymentalny tryb Biblioteki.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Ładowanie…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Niestandardowa ścieżka dla butelek nie została znaleziona. Prosimy o \"\n#~ \"sprawdzenie jej w Ustawieniach.\\n\"\n#~ \"Wykorzystana zostanie domyślna ścieżka; żadna z butelek z tej ścieżki nie \"\n#~ \"zostanie przedstawiona!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Test zdrowia\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Generuję indeks plików stanu…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Tworzę punkt przywracania…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Nie można utworzyć folderu stanu.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Aktualizuję indeks…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Nie można zaktualizować pliku stanów.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Nie można zaktualizować pliku indeksu.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumenty znalezione dla pliku wykonywalnego: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Krok {self.__step} z {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"Uruchomiono '{0}'.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"Uruchomiono '{0}' za pomocą Steama.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Indeks dla stanu {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Przeczytaj dokumentację o zależnościach.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Włącz nakładkę DXVK pokazującą liczbę klatek na sekundę i inne szczegóły \"\n#~ \"w aplikacjach D3D.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Przeczytaj dokumentację o programach\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Dodatkowe ustawienia\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Zasoby lokalne\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Szukaj prefiksów\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Włącz wersjonowanie, aby zapisać i przywrócić Butelkę do określonego \"\n#~ \"stanu.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Twoja Biblioteka\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Test zdrowia\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Ładowanie...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Menedżer zadań\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Wybierz gdzie trzymać nowe butelki (to nie zostanie przeniesione do już \"\n#~ \"istniejących)\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Instaluj\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Wpisz naprawdę krótki komentarz:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"Pliki tymczasowe\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"Zamknij Bottles po uruchomieniu programu z menedżera plików\"\n\n#, fuzzy\n#~ msgid \"Custom bottles path (requires restart)\"\n#~ msgstr \"Własna ścieżka butelek (restart wymagany)\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"Przedpremierowe\"\n\n#~ msgid \"In early development (requires restart)\"\n#~ msgstr \"We wczesnym rozwoju (wymaga ponownego uruchomienia)\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Programy uruchamiające Lutris\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Wersjonowanie butelek (eksperymentalne)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Tłumacz</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Finansowanie</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Zgłaszanie \"\n#~ \"błędów</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Zgłaszanie błędów\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Otwórz przy pomocy eksplorera\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Przemieść wewnątrz piaskownicy\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Przemieść wewnątrz piaskownicy…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Narzędzia\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Wiersz poleceń\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Edytor rejestru\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Konfiguracja Wine\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Panel sterowania\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Tryb testowy włączony: wyświetlane są tylko zależności z repozytorium \"\n#~ \"testowego.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Chociaż pliki na tej stronie zostały zweryfikowane, mogą być objęte \"\n#~ \"własnościową licencją.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Chociaż pliki na tej stronie zostały zweryfikowane, mogą być objęte \"\n#~ \"własnościową licencją.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Przeczytaj dokumentację o instalatorach\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Detale butelki\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Moja piękna butelka\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Zmień nazwę butelki\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Użyj DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Użyj VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Włącz FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Włącz LatencyFleX\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Przechwytywanie ruchów myszki w trybie pełnego ekranu\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Wersja DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Zarządzaj wersjami VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Zrestartuje wineserver.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Nadpisania DLL\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"\"\n#~ \"Ustaw opóźnienie PulseAudio do 60 milisekund, aby zwiększyć jakość dźwięku\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Przeczytaj dokumentację o wersjonowaniu\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"np. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Istniejące nadpisania\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"np.: -przyklad1 -przyklad2 -przyklad3=witam\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"np: MojaZduplikowanaButelka\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"nazwa_strony\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"duplikacja_stron\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"strona_zduplikowana\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nowa zmienna\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"np: MOJA_ZMIENNA\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Tutaj możesz zmienić zmienne środowiskowe dla poleceń, które są \"\n#~ \"wykonywane.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"np.: ZMIENNA1=wartosc ZMIENNA2=wartosc\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"np.: VAR1=wartosc1 VAR2=wartosc2 ...\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"np. 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"np. 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Używasz Bottles w wersji Flatpak, pamiętaj aby przyznać uprawnienia w <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> jeśli ścieżka skryptu jest poza piaskownicą.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Wpisz nową nazwę:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Pisz tutaj..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Wiadomość trafia tutaj.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Narzędzia i preferencje\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Wybierz nazwę dla Twojej butelki\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Użyj własnej ścieżki\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Zapraszamy\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Bottles znacznie ułatwia uruchamianie programów Windows na Linux.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Czym są programy uruchamiające?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Prawie skończyliśmy\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Musimy pobrać i zainstalować program uruchamiający, który pozwoli Ci na \"\n#~ \"tworzenie własnych butelek.\\n\"\n#~ \"Rozmiar pliku do pobrania to <b>około 70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Poznaj \"\n#~ \"więcej informacji o tym, co zamierzamy pobrać</a>\\n\"\n#~ \"\\n\"\n#~ \"Nie możemy zaoferować tych plików wraz z Bottles, gdyż posiadają różne \"\n#~ \"cykle wydawnicze.\\n\"\n#~ \"\\n\"\n#~ \"Kiedy jesteś gotowy, naciśnij przycisk <b>Instaluj</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Usiądź i zrelaksuj się, może to potrwać kilka minut.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Pobierz\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Wszystko jest gotowe!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Teraz jesteś gotowy do tworzenia swoich pierwszych butelek.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Zakończ\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Ostrzeżenie: Upewnij się, że Flatpak ma pozwolenie na dostęp do nowej \"\n#~ \"ścieżki.\\n\"\n#~ \"Spowoduje to przerwę w piaskownicy!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"\"\n#~ \"Pozwala na to, czy na powyższej liście mają być wyświetlane niestabilne \"\n#~ \"wersje.\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"Zmiana opcji uruchamiania\"\n\n#, fuzzy\n#~ msgid \"Processing...\"\n#~ msgstr \"Ładowanie...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Twoja biblioteka\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Wróć\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Uruchom plik wykonywalny\"\n\n#, fuzzy\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"(!) Receptura nie została znaleziona lub jest nieprawidłowa…\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Instalacja nie powiodła się, sprawdź logi.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Kontynuuję pracę z domyślnym środowiskiem…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Potwierdź usunięcie\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Gotowe\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Kawowe wykonywacze programów\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Programy uruchamiające Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Inne programy uruchamiające\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Fora Bottles\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Pokaż ten program\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Wybierz nazwę dla Twojej butelki\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Nowe programy zostaną automatycznie wyszukane.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplikuj butelkę\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Zmień zmienne środowiskowe\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"To pole nie może zawierać znaków specjalnych!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Są to warstwy kompatybilności, które pozwalają na instalowanie i \"\n#~ \"uruchamianie oprogramowania Windows na systemach Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b>Butelki</b> są środowiskami, w których program uruchamiający \"\n#~ \"konfiguruje system, oraz w których jest instalowane i uruchamiane \"\n#~ \"oprogramowanie Windows.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Dowiedz się \"\n#~ \"więcej o programach uruchamiających</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importuj i eksportuj\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"Ustaw własne DPI\"\n\n#~ msgid \"Select what backend to use for wined3d\"\n#~ msgstr \"Wybierz backend, którego chcesz użyć dla wined3d\"\n\n#~ msgid \"Gamescope settings\"\n#~ msgstr \"Ustawienia Gamescope\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"Czym są programy uruchamiające?\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Musimy pobrać i zainstalować program uruchamiający, który pozwoli Ci na \"\n#~ \"tworzenie własnych butelek.\\n\"\n#~ \"Rozmiar pliku do pobrania to <b>około 70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Poznaj \"\n#~ \"więcej informacji o tym, co zamierzamy pobrać</a>\\n\"\n#~ \"\\n\"\n#~ \"Nie możemy zaoferować tych plików wraz z Bottles, gdyż posiadają różne \"\n#~ \"cykle wydawnicze.\\n\"\n#~ \"\\n\"\n#~ \"Kiedy jesteś gotowy, naciśnij przycisk <b>Instaluj</b>.\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"Pokaż datę aktualizacji\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"Tryb biblioteki\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Pomoc Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Po aktualizacji nie widzę moich starych butelek.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Nie widzę niektórych katalogów.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Nie widzę plików w moim katalogu domowym.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Plik wykonywalny cicho się crash'uje, lub czarny ekran\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Zniszcz tą butelkę\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64-bitowe\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Wykonaj kopię zapasową tej butelki.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bitowa\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bitowa\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Motyw nocny\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Użyj motywu nocnego.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Eksperymenty:mostwine\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Włącz eksperymentalną funkcję mostwine.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Włącz kompilator shaderów ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Zwiększa wydajność w grach i aplikacjach 3D.\\n\"\n#~ \"Wyłącz jeśli doświadczasz problemów z grafiką.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Tryb nocny\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Używaj MostWIne dla procesów i zarządzania programem.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problemy Bottles\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles uruchomione!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"To eksperymentalna funkcja we wczesnym stadium rozwoju, bądź ostrożny i \"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">zgłaszaj błędy</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Programiści Bottles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optymalizuj wydajność gier na żądanie\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Wersja NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Wskaż ścieżkę butelki\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Gamemode nie jest dostępny na Twoim systemie lub nie jest uruchomiony.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Eksperymenty:instalatory\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Oprogramowanie\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Środowisko ulepszone dla oprogramowania Windows.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Użyj ciemnego motywu aplikacji.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Eksperymenty:wersjonowanie\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Importuj i eksportuj\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Tworzę katalogi w piaskownicy…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Są to procesy wine/wineserver działające na Twoim komputerze.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Sprawdź działające procesy.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Zrób kopię zapasową butelki\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Butelka\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"\"\n#~ \"Nie znaleziono programów uruchamiających, prosimy zainstalować jeden z \"\n#~ \"nich.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Nie znaleziono DXVK, instalujemy najnowszą wersję…\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Nie znaleziono VKD3D, instalujemy najnowszą wersję…\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Nie znaleziono NVAPI, instalujemy najnowszą wersję…\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Twoja nowa butelka {0} jest już gotowa.\"\n\n#, fuzzy\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Tłumaczenia na hiszpański dzięki @fitojb\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Tłumaczenie na język portugalski (Brazylia) dzięki @LeandroStanger\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Wybierz środowisko\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Pobierz i zainstaluj ten program uruchamiający\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Zamknij Bottles po uruchomieniu pliku wykonywalnego z menedżera plików\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"Zależności mogą być wyodrębnione i zainstalowane z pliku CAB\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Tłumaczenie na język chiński (uproszczony) dzięki Flywater Zh\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Pobrane\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Wybierz plik wykonywalny Windows\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Wybierz plik wykonywalny Windows\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Tłumaczenia na chorwacki dzięki @milotype\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Tłumaczenia z języka węgierskiego dzięki @ovari\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Zależności mogą zastępować i przenosić pliki DLL\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Zależności mogą zastępować i przenosić pliki DLL\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"\"\n#~ \"Zależności mogą teraz instalować czcionki bez interwencji użytkownika\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Odpluskwiaj procesy wine.\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Włącz eksperymentalną funkcję wersjonowania\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Eksperymenty:instalatory\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Przeglądaj dysk C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"\"\n#~ \"Uaktualnij program uruchamiający do najnowszej wersji zainstalowanej \"\n#~ \"lokalnie\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Zniszcz Butelkę\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Spowoduje to zmianę programu uruchamiającego z {0} na {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Uruchom w tej Butelce\"\n\n#~ msgid \"\"\n#~ \"Dependency/installer manifests, support environment variables and \"\n#~ \"arguments\"\n#~ msgstr \"\"\n#~ \"Manifesty zależności/instalatora, obsługa zmiennych środowiskowych i \"\n#~ \"argumentów\"\n\n#~ msgid \"\"\n#~ \"If versioning is active for the bottle, a new state is created before \"\n#~ \"installing a dependency\"\n#~ msgstr \"\"\n#~ \"Jeśli dla Butelki aktywne jest wersjonowanie, przed zainstalowaniem \"\n#~ \"zależności tworzony jest nowy stan\"\n\n#~ msgid \"\"\n#~ \"Dependencies and installers now call their uninstaller, if this is \"\n#~ \"declared in the manifest\"\n#~ msgstr \"\"\n#~ \"Zależności i instalatory wywołują teraz swój deinstalator, jeśli jest to \"\n#~ \"zadeklarowane w manifeście\"\n\n#~ msgid \"Now you can search for dependencies using the search field\"\n#~ msgstr \"Teraz możesz wyszukać zależności używając pola wyszukiwania\"\n\n#~ msgid \"Dependencies and installers show the source license\"\n#~ msgstr \"Zależności i instalatory pokazują licencję źródłową\"\n\n#~ msgid \"\"\n#~ \"When a crash report appears, reporting it the issue is automatically and \"\n#~ \"correctly filled\"\n#~ msgstr \"\"\n#~ \"Gdy pojawia się raport o awarii, zgłaszanie jej jest automatycznie i \"\n#~ \"poprawnie wypełniane\"\n\n#~ msgid \"\"\n#~ \"While creating a new state, information about the entire process is shown \"\n#~ \"on the screen\"\n#~ msgstr \"\"\n#~ \"Podczas tworzenia nowego stanu, na ekranie wyświetlana jest informacja o \"\n#~ \"całym procesie\"\n\n#~ msgid \"The search for installed programs has been extended to user AppData\"\n#~ msgstr \"\"\n#~ \"Wyszukiwanie zainstalowanych programów zostało rozszerzone o AppData \"\n#~ \"użytkownika\"\n\n#~ msgid \"Fixed some problems related to the dxvk implementation\"\n#~ msgstr \"Naprawiono kilka problemów związanych z implementacją dxvk\"\n\n#~ msgid \"\"\n#~ \"Now dxvk and vkd3d are installed only after the user presses Install on \"\n#~ \"first start\"\n#~ msgstr \"\"\n#~ \"Teraz dxvk i vkd3d są instalowane tylko wtedy, gdy użytkownik naciśnie \"\n#~ \"Instaluj przy pierwszym uruchomieniu\"\n\n#~ msgid \"Reduced the amount of logs\"\n#~ msgstr \"Zmniejszona ilość logów\"\n\n#~ msgid \"Flatpak now uses the app directories\"\n#~ msgstr \"Flatpak używa teraz katalogów aplikacji\"\n\n#~ msgid \"\"\n#~ \"If there are bottles in the old dir and the app dir is empty then a \"\n#~ \"migration dialog is shown\"\n#~ msgstr \"\"\n#~ \"Jeśli w starym katalogu znajdują się Butelki, a katalog aplikacji jest \"\n#~ \"pusty, zostanie wyświetlone okno dialogowe migracji\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the management of the download manager that resulted in a \"\n#~ \"crash\"\n#~ msgstr \"\"\n#~ \"Naprawiono błąd w zarządzaniu menedżerem pobierania, który powodował \"\n#~ \"awarię\"\n\n#~ msgid \"Install dxvk and vkd3d on bottle creation if missing\"\n#~ msgstr \"Zainstaluj dxvk i vkd3d przy tworzeniu Butelki, jeśli ich brakuje\"\n\n#~ msgid \"The preferences are organized into sections\"\n#~ msgstr \"Preferencje są podzielone na sekcje\"\n\n#~ msgid \"The program list is hidden if empty\"\n#~ msgstr \"Lista programów jest ukryta, jeśli jest pusta\"\n\n#~ msgid \"The bottle details page now uses a sidebar\"\n#~ msgstr \"Strona szczegółów Butelki używa teraz paska bocznego\"\n\n#~ msgid \"Added references to documentation for some features\"\n#~ msgstr \"Dodano odniesienia do dokumentacji dla niektórych funkcji\"\n\n#~ msgid \"\"\n#~ \"Makes the UI more consistent with rounded edges and status pages from \"\n#~ \"libhandy\"\n#~ msgstr \"\"\n#~ \"Sprawia, że UI jest bardziej spójne z zaokrąglonymi krawędziami i \"\n#~ \"stronami statusu z libhandy\"\n\n#~ msgid \"Replacing the name wine with runner, where possible\"\n#~ msgstr \"\"\n#~ \"Zastąpienie nazwy wine nazwą \\\"program uruchamiający\\\", tam gdzie to \"\n#~ \"możliwe\"\n\n#~ msgid \"Added more information for initial download to the Onboard\"\n#~ msgstr \"\"\n#~ \"Dodano więcej informacji na temat początkowego pobierania danych do \"\n#~ \"systemu Onboard\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Tłumaczenia na czeski dzięki @pervoj i Vojtěch Perník\"\n\n#~ msgid \"New logo thanks to @jannuary @alvarlagerlof @ZekeSmith\"\n#~ msgstr \"Nowe logo dzięki @jannuary @alvarlagerlof @ZekeSmith\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"\"\n#~ \"Zależności mogą teraz instalować czcionki bez interwencji użytkownika\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Uruchom ponownie Windows\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Wyłącz Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Zabij wszystkie procesy wine\"\n"
  },
  {
    "path": "po/pt.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 11:23+0000\\n\"\n\"Last-Translator: StoneMoe <lakechan96@gmail.com>\\n\"\n\"Language-Team: Portuguese <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/pt/>\\n\"\n\"Language: pt\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nenhum caminho especificado\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Cópia de segurança {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"A importar a cópia de segurança: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Falha ao instalar componentes, tentei 3 vezes.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Componentes essenciais em falta. Instalando…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Falha ao criar pasta do bottle.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Falha ao criar diretório/ficheiro de espaço reservado.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"A gerar configuração da Bottle…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"modelo encontrado, aplicando…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"A configuração do Wine está a ser atualizada…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configuração do Wine atualizada!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Executando como Flatpak, isolando o diretório do usuário (sandbox)…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"A fazer \\\"sandboxing\\\" do diretório de utilizador…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Configurando versão do Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Aplicar definições iniciais do CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Otimizando o ambiente…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"A aplicar o ambiente: {0} …\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Usando uma receita personalizada de ambiente…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Receita não encontrada ou inválida…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"A instalar DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"A instalar VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"A instalar DXVK-NVAPI …\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instalando dependência: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"A criar o estado de versão 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Finalizando…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Criando cache do modelo…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Atualizando estados …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nada para enviar\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Novo estado [{0}] criado com sucesso!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Lista de estados recuperada com sucesso!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Estado {0} restaurado com sucesso!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Restaurando estado {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Estado não encontrado\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Estado {} já está ativo\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Mostrar versão\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Correr o executável\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Caminho lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nome do Bottle\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Adicionar parâmetros\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI invalida (sintaxe: bottles:run/<garrafa>/<programa>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Solicitação [Sair] recebida.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Solicitação [Ajuda] recebida.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Solicitação [Atualizar] recebida.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Doar\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Bibliotecas de Terceiros e Agradecimentos Especiais\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Patrocinado e Financiado por\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2023 - Bottles Developers\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Programadores do Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Kazevic https://github.com/Kazevic\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versão de componente\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Desinstalar\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Procurar ficheiros\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"A instalação falhou. Isso pode ser devido a um erro de repositório, download \"\n\"parcial ou incompatibilidade de soma de verificação. Pressione para tentar \"\n\"novamente.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Descarregar e instalar\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Mostrar manifesto\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licença\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstalar\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Reportar um erro…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nome da dependência\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descrição da dependência\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Baixe e instale esta dependência\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Ocorreu um erro na instalação. Reinicie o Bottles para ler o relatório de \"\n\"falha ou execute-o no terminal para ler o resultado.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menu Dependência\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Solução de problemas\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Procurar ficheiro…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicar garrafa…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Este é o arquivo completo do seu Bottle, incluindo ficheiros pessoais.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Backup completo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Esta é apenas a configuração do Bottle que pode ser utilizada para criar uma \"\n\"nova sem ficheiros pessoais.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportar configuração…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Mostrar programas ocultos\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Procurar novos programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Apagar Garrafa…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menu Secundário\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Forçar parada de todos os processos\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simular um desligamento do sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Desligar\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simular uma reinicialização do sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opções de lançamento\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"Script de pré-execução\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Executar no Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Solte ficheiros para executá-los\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Minha garrafa\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Ambiente\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Agente de execução (runner)\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Controlo da versão ativado para este Bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"O controle de versão está ativo nessa garrafa.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Iniciar executável…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Clique em \\\"Executar executável...\\\" para executar um executável, \"\n\"\\\"Adicionar atalhos…\\\" para adicionar um executável à lista de programas ou \"\n\"\\\"Instalar programas…\\\" para instalar programas selecionados pela comunidade.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Adicionar atalhos…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instalar Programas…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opções\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Defina as configurações da bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependências\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instalar dependências para programas.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Capturas de ecrã\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Crie e gira estados de bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gestor de tarefas\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gerir programas em execução.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Ferramentas\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Linha de comando\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Execute comandos dentro do Bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor de registo\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edite o registo interno.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Ferramentas de Wine herdadas\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorador\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuração\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Desinstalador\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Painel de controlo\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Pesquisar dependências…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Está offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"O Bottles executa no modo offline, logo as dependências não estão \"\n\"disponíveis.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Dependências são recursos que melhoram compatibilidade de programas Windows.\"\n\"\\n\"\n\"\\n\"\n\"Os ficheiros nesta página são fornecidos por terceiros sob uma licença \"\n\"proprietária. Ao instalá-los, concorda com os seus respetivos termos de \"\n\"licenciamento.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Reportar uma dependência ausente.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Relatar dependência ausente\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Leia a Documentação.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentação\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Procurar\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Pesquisar programas…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instale programas selecionados pela nossa comunidade.\\n\"\n\"\\n\"\n\"Os ficheiros desta página são fornecidos por terceiros sob uma licença \"\n\"proprietária. Ao instalá-los, concorda com os respectivos termos de \"\n\"licenciamento.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nenhum Instalador Encontrado\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"O repositório está inacessível ou nenhum instalador é compatível com esta \"\n\"garrafa.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Leia a documentação\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Componentes\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"A versão da camada de compatibilidade do Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Atualizando Runner e componentes, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Melhore a compatibilidade do Direct3D 8/9/10/11 traduzindo-o para Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Atualizando o DXVK, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Melhore a compatibilidade do Direct3D 12 traduzindo-o para Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Atualizando o VKD3D, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Atualizando o DXVK-NVAPI, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Aumente a capacidade de resposta. Pode ser detectado por algum software \"\n\"antitrapaça.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"A atualizar o LatencyFleX, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Ecrã\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Super amostragem de aprendizado profundo\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Aumente o desempenho em detrimento dos recursos visuais usando DXVK-NVAPI. \"\n\"Funciona apenas em GPUs NVIDIA mais recentes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"Super resolução FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Aumente o desempenho em detrimento do visual. Só funciona no Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Gerir as configurações do FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Use placa gráfica discreta\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Use a placa gráfica discreta para aumentar o desempenho em detrimento do \"\n\"consumo de energia.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efeitos de pós-processamento\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Adicionar vários efeitos de pós-processamento usando vkBasalt. Funciona \"\n\"apenas no Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Gerir configurações de camada de pós-processamento\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Gere como os jogos devem ser exibidos no ecrã usando o Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gira as configurações do Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Configuração Avançada de Ecrã\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Desempenho\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Ative a sincronização para aumentar o desempenho de processadores multicore.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronização\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Monitorar Desempenho\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Exibe informações de monitoramento, como taxa de quadros, temperaturas, \"\n\"carga de CPU/GPU e muito mais em OpenGL e Vulkan usando o MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Aplica um conjunto de otimizações ao seu aparelho. Pode melhorar o \"\n\"desempenho do jogo.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Pré-carregar ficheiros do jogo\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Melhora o tempo de carregamento ao iniciar o jogo várias vezes. O jogo vai \"\n\"demorar mais para começar pela primeira vez.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gerir configurações de vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Captura de jogo do OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Alternar a captura de jogos do OBS para todos os programas Vulkan ou OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilidade\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Versão do Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Atualizando a versão do Windows, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Escolha o idioma para usar com programas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Sandbox dedicada\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"BottleDefina um runner diferente para esta Bottle.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Gerir permissões do Sandbox\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Tempo de execução do Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Fornece um pacote de bibliotecas extras para maior compatibilidade, desative \"\n\"se tiver problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Tempo de execução do Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Fornece um pacote de bibliotecas extras para maior compatibilidade com jogos \"\n\"da Steam. Desative se tiver problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Diretório de trabalho\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"Argumentos do script de pré-execução\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"ex.: ludusavi restore --force \\\"Nome do Jogo\\\"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"Argumentos do script de pós-execução\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"ex.: ludusavi backup --force \\\"Nome do Jogo\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Restaurar padrão\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Padrão)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Substituições de DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variáveis de ambiente\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gerir unidades\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Snapshots automáticos\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Cria snapshots automaticamente antes de instalar o software ou alterar as \"\n\"configurações.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compressão\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Comprime snapshots para reduzir o espaço. Isso tornará mais lento a criação \"\n\"de snapshots.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Usar padrões de exclusão\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Exclui caminhos em snapshots.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gerir padrões\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Atualizar\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Parar processo\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Nenhum Snapshot Encontrado\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Crie o seu primeiro snapshot para começar a gravar estados de suas \"\n\"preferências.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Um breve comentário\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Guardar estado do bottle.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Criar novo Snapshot\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detalhes\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Voltar\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operações\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Selecionar garrafa\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Selecionar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Criar nova garrafa\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Relatório de erros do Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Cancelar\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Enviar relatório\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"O Bottles fechou inesperadamente da última vez. Por favor, preencha um \"\n\"relatório a anexar o seguinte traceback para nos ajudar a identificar o \"\n\"problema, a evitar que ele ocorra novamente.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Encontramos um ou mais relatórios semelhantes (ou idênticos). Verifique \"\n\"cuidadosamente se já não foi relatado antes de enviar um novo. Cada \"\n\"relatório requer esforço por parte dos programadores para diagnosticar, por \"\n\"favor, respeite o trabalho deles e certifique-se de não postar duplicatas.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Ainda quero reportar.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opções avançadas\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Pacote incompleto\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Esta versão do Bottles parece não fornecer todas as dependências essenciais \"\n\"necessárias, entre em contato com o mantenedor do pacote ou use uma versão \"\n\"oficial.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Sair\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Bibliotecas de ligações dinâmicas podem ser especificadas para serem \"\n\"integradas (fornecidas pelo Wine) ou nativas (fornecidas pelo programa).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nova substituição\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Substituições\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Discos\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Esses são os caminhos do seu sistema host que são mapeados e reconhecidos \"\n\"como aparelhos pelo executor (por exemplo, C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Letra\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Discos Existentes\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplicar garrafa\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicar\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Digite um nome para a duplicata da garrafa.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"A duplicar…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Isso pode levar um tempo.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Garrafa duplicada\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Variáveis de ambiente são valores nomeados dinamicamente que podem afetar a \"\n\"maneira como os processos em execução se comportarão na sua garrafa.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nome da Variável\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variáveis Existentes\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Padrões de exclusão\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Defina padrões que serão usados para evitar que alguns diretórios sejam \"\n\"versionados.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Modelo\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Padrões existentes\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Configurações do Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Gere como os jogos devem ser exibidos.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Resolução do jogo\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Usa a resolução de vídeo do jogo como referência em pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Largura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Altura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Resolução da Janela\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Aumenta a resolução ao usar uma resolução maior que a resolução do jogo em \"\n\"pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Diversos\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Limite da Taxa de Quadros\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Limite da taxa de quadros quando não está em foco\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Escalonamento Íntegro\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Tipo de janela\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Sem bordas\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Ecrã cheio\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Quer prosseguir com a instalação?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Começar instalação\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Este instalador requer alguns recursos locais que não podem ser fornecidos \"\n\"de outra forma.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Seguir\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Concluído!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Mostrar programas\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Falha na Instalação!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Algo deu errado.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Todas as mensagens\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Crítico\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Erros\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Avisos\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informações\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Navegador do journal\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Navegador de diário\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Altera o nível dos logs.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Tudo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Esses argumentos serão passados no lançamento.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Argumentos personalizados\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumentos do comando\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"ex.: VAR=valor %comando% -exemplo1 -exemplo2 -exemplo3=olá\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script de pós-execução\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Escolha um script que deve ser executado após a execução.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Escolha um Script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Escolha de onde iniciar o programa.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Choose a Directory\"\nmsgstr \"Escolher um diretório\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Essas configurações substituirão as configurações padrão para este \"\n\"executável.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Substituições de preferências\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Restaurar ao Padrão do Bottle\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Área de trabalho virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Aviso do Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Usar o Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Cuidado, o uso de executor baseados no Proton em garrafas que não sejam da \"\n\"Steam pode causar problemas e impedir que eles se comportem corretamente.\\n\"\n\"\\n\"\n\"Recomendamos o uso do Wine-GE, uma versão do Proton destinada a ser \"\n\"executada fora do Steam.\\n\"\n\"\\n\"\n\"O procedimento ativará automaticamente a Steam Runtime \"\n\"(se presente no sistema e detectado pelo Bottles) para permitir que ele \"\n\"acesse as bibliotecas necessárias e limitar os problemas de compatibilidade. \"\n\"Esteja ciente de que o GloriousEggroll, fornecedor do executor, não é \"\n\"responsável por quaisquer problemas e pedimos que não comunique com eles.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Entendi.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Renomear\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Escolha um novo nome para o programa selecionado.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Novo nome\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Executar com argumentos\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Executar\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Escreva abaixo os argumentos a serem passados para o executável.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"por exemplo: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Configurações da Sandbox\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Compartilhar rede\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Compartilhar som\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Atualização necessária\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continuar\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Iniciar atualização\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Novo sistema de versionamento\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"O novo sistema de versões de garrafas chegou.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles tem um Sistema de Versionamento totalmente novo que não é compatível \"\n\"com versões anteriores.\\n\"\n\"\\n\"\n\"Para continuar usando o controle de versão, precisamos reinicializar o \"\n\"repositório da garrafa. Isso não excluirá os dados da sua garrafa, mas \"\n\"excluirá todos os snapshots existentes e criará um novo.\\n\"\n\"\\n\"\n\"Se precisar de voltar a um estado anterior antes de continuar, feche esta \"\n\"janela e restaure o estado, depois reabra a garrafa para mostrar esta janela \"\n\"novamente.\\n\"\n\"\\n\"\n\"O sistema antigo será descontinuado num dos próximos lançamentos.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Reinicializando repositório…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Pronto! Por favor, reinicie o Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Configuração de Efeitos de Pós-Processamento\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Predefinição\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Configurações padrão\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Os efeitos são aplicados conforme a ordem da lista.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efeitos\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Nitidez adaptável ao contraste\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Nitidez\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Mostrar informação\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Nitidez de Luma sem ruído\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Diminuir ruído\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Anti-Aliasing rápido aproximado\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Qualidade Subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Limiar de Qualidade de Borda\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Limiar Mínimo de Qualidade de Borda\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Antisserrilhamento morfológico de subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detecção de bordas\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Cor\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Limite\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Etapas de pesquisa máxima\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Etapas máximas de busca diagonal\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Arredondamento Máximo de Cantos\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS sharpness aumenta a nitidez de um quadro. Valores mais altos tornam o \"\n\"quadro mais nítido, enquanto valores menores que 0 tornam o quadro mais \"\n\"suave que nativo.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS sharpness aumenta a nitidez de um frame. Valores altos tornam o frame \"\n\"mais nítido.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS denoise diminuem o ruído de um frame. Valores baixos tornam o frame mais \"\n\"suave.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA subpixel quality diminui o aliasing ao nível do subpixel. Valores altos \"\n\"suavizam o frame.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Limite de borda FXAA é a quantidade mínima de contraste necessária para \"\n\"aplicar o algoritmo FXAA. Valores mais altos fazem com que o quadro tenha \"\n\"mais contraste.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Limite mínimo de qualidade da borda FXAA é o valor mínimo de pixels escuros \"\n\"que são ignorados pelo algoritmo FXAA. Valores mais altos fazem o FXAA \"\n\"ignorar pixels abaixo do valor especificado e podem levar a um aumento de \"\n\"desempenho.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma deteta bordas de uma perspectiva monocromática, enquanto Color deteta \"\n\"bordas com base em cores. Luma é mais performante que Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"O limiar do SMAA especifica a sensibilidade da detecção de bordas. Valores \"\n\"mais baixos detetam mais bordas à custa do desempenho.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"As etapas máximas de busca do SMAA especificam quantas etapas de busca \"\n\"horizontal e vertical são feitas ao buscar bordas.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"As etapas máximas de busca diagonal do SMAA especificam quantas etapas de \"\n\"busca diagonais são executadas ao buscar bordas.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"O arredondamento dos cantos do SMAA especifica a intensidade do \"\n\"arredondamento dos cantos.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Integrado (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativo (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Integrado, depois nativo\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativo, depois integrado\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Desativar\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/aponte/pro/caminho\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valor\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Navegar pelos ficheiros\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nome do prefixo Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gestor\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Este prefixo Wine já foi importado no Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importar uma cópia de segurança do Bottles\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Pesquisar novamente por prefixos\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nenhum Prefixo Encontrado\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nenhum prefixo externo foi encontrado. Tem o Bottles acesso a eles?\\n\"\n\"Use o ícone na parte superior para importar uma garrafa de um backup.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Ficheiro completo\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Mostrar manifesto…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Ler análise…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nome do instalador\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Descrição do instalador\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Desconhecido\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instale este programa\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menu de programas\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Sem miniatura\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Iniciar\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Iniciar com Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nome do item\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Remover da biblioteca\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Parar\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Adicione itens aqui da lista de programas da sua garrafa\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"O controlo da versão está ativo neste Bottle.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Este Bottle parece danificado.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Executar nesta garrafa\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Executar aqui\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Este Bottle parece danificado, o ficheiro de configuração não foi \"\n\"encontrado. Posso tentar resolver criando uma nova configuração.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Procure as suas garrafas…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Criar Nova Garrafa…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nenhum resultado encontrado\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Tente uma pesquisa diferente.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Começando…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Este recurso está em falta.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Navegar\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_riar\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Nome do Bottle\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplicativo\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Jogos\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"C_ustomizado\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Partilhar Diretório de Utilizador\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Isto torna o diretório do utilizador detectável na garrafa, com o risco de \"\n\"partilhar informações pessoais com programas de Windows. Esta opção não pode \"\n\"ser mudada após criar a garrafa.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arquitetura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32 bits só deve ser usado se estritamente necessário.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importe uma configuração customizada.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Diretório da Garrafa\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Diretório que contém os dados desta garrafa.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Fechar\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Este nome está indisponível, tente outro.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Bem-vindo(a) ao Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Execute programas do Windows no Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows no Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"O Bottles usa executores de compatibilidade para fornecer ambientes isolados \"\n\"do tipo Windows em contentores onde os programas são executados.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Quase pronto\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Precisamos de mais alguns minutos para configurar tudo…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Tudo pronto!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Termine a configuração primeiro\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Comece a usar o Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Próximo\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferências\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Em geral\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Aparência\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tema escuro\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Se o Bottles deve usar o esquema de cor escuro.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Mostrar data de atualização\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Se deseja exibir a data de atualização na lista de garrafas.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notificações\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Mostrar notificações para descarregas e instalações.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Ficheiros temporários\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Limpar ficheiros temporários quando o Bottles for lançado?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Fechar o Bottles Após Iniciar Um Programa\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Fechar o Bottles depois de iniciar um programa no gestor de ficheiros.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrações\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixos do Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Liste e gira os prefixos do Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Lista os Apps Steam na Lista de Programas\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Requer Steam para Windows instalado na garrafa.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Lista Epic Games na Lista de Programas\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Requer a Epic Games Store instalada na garrafa.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Listar jogos da Ubisoft na lista de programas\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Requer Ubisoft Connect instalado na garrafa.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avançado\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Diretório do Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Diretório que contém os dados das suas garrafas.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Runners\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"O Bottles executa no modo offline, logo os executores não estão disponíveis.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pré-lançamento\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Exibe versões instáveis de executores.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Componentes DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"O Bottles executa no modo offline, logo as DLLs não estão disponíveis.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Núcleo\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Tempo de execução\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Funcionalidades experimentais\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Estes recursos estão em desenvolvimento pesado e podem ser instáveis, espere \"\n\"bugs e quebras.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox por garrafa\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Em desenvolvimento inicial.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Iniciar com terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Navegar no caminho\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Alterar opções de inicialização…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Adicionar à biblioteca\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Adicionar entrada à área de trabalho\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Adicionar à Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Renomear…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Ocultar programa\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Mostrar programa\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Remover da lista\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nome do programa\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Identificação do estado\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Comentário do estado\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Voltar a este ponto de restauração\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Apagar mensagem\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menu principal\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Não parece conectado à Internet. Sem ele, não poderá descarregar componentes \"\n\"essenciais. Clique neste ícone quando tiver restabelecido a conexão.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importar…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Ajuda\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Sobre o Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"O ficheiro \\\"{0}\\\" não é um ficheiro .exe ou .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Atualizado: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" adicionado\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Selecionar Executável\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Adicionar\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Ocultar Programas Ocultos\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"A iniciar \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Esteja Atento ao Sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"O Bottles executa num sandbox, um ambiente de permissão restrita necessário \"\n\"para mantê-lo seguro. Considere movê-lo para dentro da garrafa \"\n\"(ícone de 3 pontos na parte superior) e iniciar a partir daí se o programa \"\n\"não for executado.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Dispensar\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Selecione o local onde gravar a configuração da cópia de segurança\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportar\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Selecione o local onde gravar o ficheiro da cópia de segurança\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Backup criado para \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Backup falhou para \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Tem certeza de que quer apagar \\\"{}\\\" para sempre?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Isto apagará para sempre todos programas e a configuração lhes associadas.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Excluir\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Executor ausente\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"O executor solicitado por esta garrafa falta. Instale-o através das \"\n\"preferências do Bottles ou escolha uma nova garrafa para executar aplicações.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Tem certeza de que quer forçar a paragem de todos os processos?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Isto pode causar perda de dados, corrupção e mau funcionamento de programas.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Forçar _parada\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Este recurso está indisponível no seu sistema.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Para adicionar este recurso, execute flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Este nome de garrafa já está em uso.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Selecione Diretório de Trabalho\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Diretório que contém os dados de \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Tem certeza de que deseja apagar todos os pontos de restauração?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\"Isto apagará todos os pontos de restauração, mas manterá os seus ficheiros.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Migre para o novo sistema de controle de versão para criar estados.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instaladores\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operação em andamento, aguarde.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Retorne às suas garrafas.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Backup importado com sucesso\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Falha na importação\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importando backup…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Selecione um Arquivo de Backup\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importar\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Selecione um Ficheiro de Configuração\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Executar executável em \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"A iniciar \\\"{0}\\\" em \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Os seus Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"A descarregar ~{0} de pacotes…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Obteve {0} de {1} pacotes\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Selecione o Diretório da Garrafa\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"A criar Garrafa…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Incapaz de Criar Garrafa\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Falha na criação da garrafa com um ou mais erros.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Garrafa criada\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" foi criado com sucesso.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam não foi encontrada ou Bottles não tem permissões suficientes.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Selecione o Caminho das Garrafas\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Reiniciar Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles terá de ser reiniciado para usar este diretório.\\n\"\n\"\\n\"\n\"Certifique-se de fechar todo programa iniciado a partir do Bottles antes de \"\n\"reiniciar o Bottles, pois não fazer isso pode causar perda de dados, \"\n\"corrupção e mau funcionamento dos programas.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Reiniciar\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Baseado no Valve's Wine, inclui testes e patches Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Baseado no Wine upstream, inclui testes e patches Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Baseado no Wine upstream, inclui testes e patches de teste.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Baseado no Valve's Wine, inclui patches específicos de teste, Proton e \"\n\"Steam. Requer que o Steam Runtime esteja ativado.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Outro\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Atualizar\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Instalando…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest para {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" desinstalado\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" instalado\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" falha ao instalar\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" importado\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Esta aplicação pode funcionar mal. O instalador foi configurado para \"\n\"fornecer a melhor experiência possível, mas espere falhas, instabilidade e \"\n\"falta de recursos funcionais.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Este programa funciona com falhas notáveis, mas estas falhas não afetam a \"\n\"funcionalidade da aplicação.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Este programa funciona com pequenas falhas.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Este programa funciona perfeitamente.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Análise de {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"A parar \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"A iniciar \\\"{0}\\\" com Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" oculto\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" mostrado(s)\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" removido\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" renomeado para \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Entrada da área de trabalho criada para \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" adicionado à sua biblioteca\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" adicionado à sua biblioteca Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Mostrar relatório\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Este problema foi reportado 5 vezes e não pode ser enviado \"\n\"novamente.\\n\"\n\"            Faça os seus comentários num dos relatórios existentes abaixo.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"A atualizar onfigurações do ecrã, aguarde…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Configurações do ecrã atualizados\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nenhuma substituição encontrada.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Selecione o Caminho da Unidade\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nenhuma variável de ambiente definida.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nenhum padrão de exclusão definido.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Ocorreu um erro.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copiar para a área de transferência\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Selecionar Ficheiro de Recurso\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instalando dependências do Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configurando a garrafa…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Processando etapas do instalador…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Instalando o {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Fazendo as verificações finais…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalando {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} está agora disponível na visualização dos programas.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"O instalador falhou com erro desconhecido\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} já está desativado para esta garrafa.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Esta configuração é diferente do padrão da garrafa.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Selecione um Script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Caminho de Garrafas Personalizado não encontrado\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"A voltar ao caminho padrão. Nenhuma garrafa do caminho dado será listada.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Execute programas do Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migração Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Accione diálogo de Migração Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tema escuro\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Força o uso do tema escuro.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Accionar a data de atualização na lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Accionar a data de atualização na lista de Bottles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Listagem de apps da Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Alternar a listagem de apps da Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Listagem da Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Alterne a listagem da Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Listagem do Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Alternar a listagem do Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Largura da janela\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Modificar a largura da janela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Altura da janela\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Modificar a altura da janela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Mostrar as notificações.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Esvaziar ficheiros temporários\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Esvazie os ficheiros temporários na abertura da aplicação.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Versão de testes\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Alterar as versões de testes para os runners.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Ecrã inicial\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\"Escolha quais das opções devem ser carregadas em conjunto com a aplicação.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Acciona recursos experimentais, como controlo de versão e instaladores. \"\n\"Candidato a Lançamento para Runners.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Suporte ao Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Alternar suporte a prefixos Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimentos:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Alternar modo experimental de biblioteca por garrafa.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Fechar garrafas automaticamente\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Fechar as bottles depois de iniciar o executável a partir do gestor de \"\n\"ficheiros.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Exibir aviso de sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Alternar aviso de sandbox.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Execute programas do Windows no Linux com o Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Engarrafe programas e divirta-se no seu lazer!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"O nosso sistema de instalação de dependência integrado permite fácil acesso \"\n\"a um amplo nível de compatibilidade de software. Também incluímos um gestor \"\n\"de descarregamentos para descarregar os componentes oficiais: runner \"\n\"(Wine, Proton), DXVK, dependências, etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"A versão de bottle mantém o seu trabalho seguro agora e permite-lhe restaurá-\"\n\"lo mais tarde!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funcionalidades:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"Crie \\\"bottles\\\"usando ambientes pré-configurados ou crie os seus\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Execute todos os executáveis (.exe/.msi) nos seus bottles, diretamente do \"\n\"menu de contexto do seu gestor de ficheiros\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Detecção automatizada de aplicações instalados nos seus bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Adicione variáveis de ambiente facilmente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Substitua DLLs diretamente das preferências do bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Mudança de runner em tempo real para qualquer bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Várias otimizações para melhor desempenho de jogos \"\n\"(esync, fsync, DXVK, cache, compilador de shaders… e muito mais.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Instalação automática e gestão de runners Wine e Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Reparo automático do bottle em caso de quebra\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Instalador de dependências integrado baseado num repositório orientado numa \"\n\"comunidade\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Gestor de tarefas integrado para processos do wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Fácil acesso ao ProtonDB e WineHQ para suporte\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistema para trazer as suas configurações para novas versões do Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Faça cópias de segurança e importe bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importe facilmente o wineprefix de outros gestores\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Versionamento de garrafas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \".. e muito mais que pode encontrar ao instalar o Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Atualizar informações de metadados\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Adicionadas mais informações de atualização e corrigida a versão das notas \"\n\"de versão\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Corrigido o botão “Adicionar à Steam”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Corrigido o BottleConfig sendo não serializável\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Corrigida uma falha na extração dupla do Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Versão correta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Corrigido um erro ao criar uma garrafa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Grande mudança: Redesenho da Interface de Nova Garrafa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Melhorias na qualidade de vida:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Substitua o ícone emote-love pela biblioteca na página da biblioteca\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Adicionar notificação do sistema para “Executar Executável”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Correções de bugs:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Adicionar atalho ao Steam resultou em erro\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importar backups causou um erro\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Ambiente de Execução da Steam automaticamente ativado ao usar o wine-ge-\"\n\"custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Várias correções relacionadas à biblioteca, como capas vazias e falhas \"\n\"relacionadas a entradas ausentes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Corrigidos vários problemas relacionados à codificação de texto\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Corrigido o erro ao descarregar se o Bottles não for executado no terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Data correta da versão\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Ocultar erros críticos relacionados à NVIDIA em sistemas que não sejam da \"\n\"NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Melhorias e correções do Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"A instalação de dependências é mais rápida e mais estável\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"A verificação de integridade tem mais informações para uma depuração mais \"\n\"rápida\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"O NVAPI tem várias correções e está mais estável e agora deve funcionar \"\n\"corretamente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Corrigido um erro ao descarregar um componente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Melhora do código de back-end ao evitar o spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Mais variáveis para o script do instalador\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Correção da caixa de diálogo integrada mostrando \\\"Tudo pronto\\\" quando na \"\n\"verdade não estava pronto\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Melhoria do sistema de builds\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Ativação do VKD3D por padrão ao criar garrafas para jogos\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Corrigidos erros ao ler ficheiros da Steam com má codificação\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Corrigidos componentes não atualizados corretamente na interface do \"\n\"utilizador após a instalação/desinstalação\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Mais correções de FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Corrigido o problema quando um programa fecha após ser iniciado a partir de “\"\n\"Executar executável”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"e muito, muito, muito mais!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Calculando…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Execute .exe/.msi neste Bottle\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Crie uma nova garrafa…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Novo Bottle\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informações da garrafa\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Um ambiente melhorado para jogos do Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Um ambiente melhorado para aplicações do Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Um ambiente claro para os seus experimentos.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Diretório pessoal desvinculado\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Não vincular o diretório de utilizador ao diretório pessoal\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Receita personalizada\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Escolha uma receita personalizada para o ambiente se tem uma.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Caminho personalizado\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Guarde esta garrafa em outro lugar.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Está offline, incapaz de descarregar.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Escolha um caminho executável\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Escolha um ficheiro executável do Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Escolha um ficheiro executável do Windows\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Escolha um ficheiro de receita\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Escolha onde armazenar o bottle\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Escolha o novo caminho das garrafas\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Escolha o roteiro\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Escolha o Diretório de Trabalho\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Corrigido um erro na remoção de garrafas que as vezes não funciona.\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Consertado a conclusão do instalador @jntesteves\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Traduções para o Françês graças a @julroy67\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Traduções para o Françês graças a @julroy67\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Traduções para o Eslovaco graças a @MartinIIOT\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Traduções para o Português graças a @davipatricio, @SantosSi and @vitorhcl\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Traduções para o Sueco graças a @eson57\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Camadas\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Qualidade Ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Qualidade\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Equilibrado\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Em camadas\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Um ambiente em camadas, onde cada aplicação é uma camada.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Escolha o caminho\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Escolha um ficheiro.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Ficheiro não encontrado\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"O ficheiro não existe. Por favor escolha um ficheiro válido.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Espaços no nome do ficheiro\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"O caminho da Tabela de Pesquisa de Cores não deve conter espaços. \"\n#~ \"Renomeie o ficheiro para remover todos os espaços.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Dimensão da imagem inválida\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"A altura e a largura da imagem devem ser iguais.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Define um wineprefix\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Executar com argumentos…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Navegue pelos ficheiros internos com o explorador do Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Controle processos através do gestor de tarefas do Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Depurar processos do Wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Configuração do Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Ajuste as configurações internas.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Desinstale programas usando o desinstalador do Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Acesse o painel de controle interno do Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Use a secção Instaladores ou o botão \\\"Iniciar executável\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Dependências são programas, bibliotecas e codecs que melhoram a \"\n#~ \"compatibilidade de ficheiros do Windows. Instale-os a partir daqui para \"\n#~ \"atender aos requisitos do seu programa.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Leia a documentação\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"É altamente recomendável não instalar várias dependências de uma só vez.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Selecionar dependências\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Use esta secção para instalar programas com curadoria da nossa \"\n#~ \"comunidade, sem ter que prosseguir manualmente.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Leia a documentação\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Gráficos\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Melhora o desempenho para jogos que usam DirectX 11 e aplicações 3D.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Melhora o desempenho para jogos que usam DirectX 12 e aplicações 3D.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Fornece suporte para DLSS se disponível e NVAPI da Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"O FSR usa tecnologias de upscaling de ponta para ajudar a aumentar a sua \"\n#~ \"taxa de quadros.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt é uma camada de pós-processamento do Vulkan para melhorar os \"\n#~ \"gráficos visuais dos jogos.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Gerir agentes de execução\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Use a área de trabalho virtual do Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Captura de rato em ecrã cheio\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Deixe o programa capturar a entrada do rato quando estiver em ecrã cheio.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Tomar foco\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Activá-lo se o programa não retomar o foco na troca.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Distorção do rato\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"Ative isso se estiver com atraso ou dessincronização do rato.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Dimensionamento de ecrã\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Defina DPI personalizado.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderizador\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Selecione qual back-end usar para o wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (padrão)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Gerir versão dos componentes\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versão do DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versão do VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Versão do DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Versão do LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"falso\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"O mesmo que o do Bottles, mas fornecido pela Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Otimize o desempenho dos jogos sob demanda.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Use o micro-compositor do Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Padrões para o caminho da garrafa.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Restaurar padrão\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Escolha o espaço de trabalho\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Áudio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reduzir a latência\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Defina a latência do PulseAudio para 60 milissegundos para aumentar a \"\n#~ \"qualidade do som\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Controlo da versão\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Usar compactação para estados\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Isso reduzirá o espaço usado pelos estados, mas desacelerará a criação \"\n#~ \"deles.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"O Bottles criará um estado antes de executar qualquer dependência ou \"\n#~ \"instalador.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Use padrões personalizados para excluir alguns caminhos do controle de \"\n#~ \"versão.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Desenvolvimento e Depuração\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Uma sobreposição de Vulkan e OpenGL para monitoramento de FPS, \"\n#~ \"temperaturas, carga de CPU/GPU e mais.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Caminhos de código de registo que não são implementados no Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Nenhum programa encontrado\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Instale programas da secção de instaladores ou executando o executável do \"\n#~ \"instalador, também pode adicionar executáveis manualmente com o botão \\\"+\"\n#~ \"\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Alternar oculto\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Faça uma pausa, pode demorar um pouco.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configura como o Gamescope deve gerir a janela dos jogos que executará.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Largura (por exemplo, 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Altura (por exemplo, 720)\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Usar Gamemode\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Alterar nível de registo.\\n\"\n#~ \"                                        \"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Ajuste as configurações internas.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Comece criando uma garrafa.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Execute aplicações de Windows no Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Caminho de Garrafas Personalizado (Requer Reinicialização)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Escolha onde armazenar novas garrafas (isso não moverá as existentes).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"Em desenvolvimento inicial (requer reinicialização).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importar/exportar…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Apoiar\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Fóruns\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Abrir menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Novo bottle\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Confirmar\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Tem certeza de que deseja terminar todos os processos?\\n\"\n#~ \"Isso pode causar perda de dados.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Aponte ao caminho da garrafa.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detalhes e utilitários\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Encontrados no menu Iniciar do seu Bottles.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Um bottle chamado “{0}” foi criado com sucesso\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' instalado.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Notícias\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"A criar o estado de versão 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Novo bottle\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Traduções para Sueco graças a @julroy67\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Traduções para o Espanhol graças a @fitojb\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Traduções para Francês graças a @julroy67\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Define um wineprefix\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experimentos:biblioteca\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Alternar modo experimental de biblioteca.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"A descarregar…\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Verificação do estado\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"A gerar um índice de ficheiro de estado…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Criando um ponto de restauração…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Não foi possível criar a pasta do estado.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Atualizando índice…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Não foi possível atualizar o ficheiro de estados.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Não foi possível atualizar o ficheiro de índice.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumentos encontrados para executável: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Etapa {self.__step} de {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Índice para o estado {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Leia a documentação\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Alterne a sobreposição DXVK mostrando FPS e outros detalhes em aplicações \"\n#~ \"D3D.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Leia a documentação\"\n\n#, fuzzy\n#~ msgid \"Extra settings\"\n#~ msgstr \"Ajuste as configurações internas.\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Ative o controle de versão para gravar e restaurar o estado do Bottle.\"\n\n#, fuzzy\n#~ msgid \"Health Check\"\n#~ msgstr \"Verificação do estado\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Gestor de tarefas\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Instalar\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Digite um comentário bem curto:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Wine Runners\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Versão do Bottles (experimental)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Traduzir</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Financiar</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Reportar erros</\"\n#~ \"a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blogue</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Relatório de erro\"\n\n#, fuzzy\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilitários\"\n\n#, fuzzy\n#~ msgid \"Command line\"\n#~ msgstr \"Linha de comando\"\n\n#, fuzzy\n#~ msgid \"Registry editor\"\n#~ msgstr \"Editor de registo\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Configuração do Wine\"\n\n#, fuzzy\n#~ msgid \"Control panel\"\n#~ msgstr \"Painel de controlo\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Modo de teste ativado: apenas dependências do repositório de testes são \"\n#~ \"mostradas.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Embora os ficheiros nesta página tenham sido verificados, podem estar sob \"\n#~ \"licença proprietária.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Embora os ficheiros nesta página tenham sido verificados, podem estar sob \"\n#~ \"licença proprietária.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Leia a documentação\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Detalhes do Bottle\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Meu lindo Bottle\"\n\n#, fuzzy\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Criar bottle\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Use o DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Use o VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Ativar FSR\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versão do DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Gerir versões do DXVK\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Substituições de DLL\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Leia a documentação\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"ucrtbase, por exemplo\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Substituições existentes\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"ex.: -exemplo1 -exemplo2 -exemplo3 =olá\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"ex.: MinhaGarrafaDuplicada\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"duplicação_de_página\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"página_em_duplicado\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nova variável\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"ex. MINHA_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Aqui pode alterar as variáveis de ambiente para os comandos que são \"\n#~ \"executados.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"ex.: VAR1=valor VAR2=valor\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"ex.: VAR1=valor VAR2=valor ..\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Digite o novo nome:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Digite aqui..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Mensagem vai aqui.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utilitário e preferências\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Escolha um nome para o seu Bottle\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Usar Gamemode\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Bem-vindo(a)\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"O Bottles torna a execução de software Windows em Linux muito mais fácil.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"O que são os runners?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Estamos Quase Lá\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Precisamos descarregar e instalar um runner para permitir que crie as \"\n#~ \"suas próprias garrafas.\\n\"\n#~ \"O tamanho do download é <b>~70 MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Leia \"\n#~ \"mais sobre o que vamos descarregar </a>\\n\"\n#~ \"\\n\"\n#~ \"Não podemos oferecer esses ficheiro com garrafas, pois eles têm ciclos de \"\n#~ \"lançamento diferentes.\\n\"\n#~ \"\\n\"\n#~ \"Quando estiver pronto, pressione o botão <b>Instalar</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Sente-se e relaxe, pode demorar alguns minutos.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Descarregar\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Está tudo pronto!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Agora está preparado para criar os seus primeiros bottles.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Terminar\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"A lista acima deve exibir versões instáveis.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Voltar\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Não é possível encontrar executável para [{0}].\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Confirme a eliminação\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Terminado\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Gerir agentes de execução\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Gerir agentes de execução\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Gerir agentes de execução\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Fóruns do Bottles\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Novos programas serão automaticamente encontrados.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplicar uma garrafa\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Escolha o espaço de trabalho\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Este campo não pode conter caracteres especiais!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Camadas de compatibilidade permitem que aplicativos Windows sejam \"\n#~ \"instalados e executados em sistemas Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b> Bottles </b> são ambientes onde o executor configura o sistema e onde \"\n#~ \"os aplicativos Windows são executados e instalados.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\"> Leia mais \"\n#~ \"sobre Camadas de compatibilidade </a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importar e exportar\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Destruir esta garrafa\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 bits\"\n\n#, fuzzy\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Execute neste Bottle\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tema noturno\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Ativar o tema noturno.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experimental:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Acionar o recurso experimental winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Ativar compilador de shaders ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Melhora o desempenho em jogos e aplicações 3D.\\n\"\n#~ \"Desative se estiver enfrentando falhas gráficas.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Modo noturno\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D para Direct3D\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problemas com o Bottles\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles iniciadas!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Isto é uma opção experimental ainda em desenvolvimento, tenha cuidado e\\n\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">reporte erros</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Programadores do Bottles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Otimize o desempenho dos seus jogos\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versão do NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Aponte para o caminho da garrafa\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"O Gamemode não está disponível no seu sistema ou não está a funcionar.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experimental: instaladores\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Programas\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Um ambiente otimizado para programas do Windows.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Experimental: gestão de versões\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Importar e exportar\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"A criar Bottle…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"\"\n#~ \"Estes são os processos wine/wineserver em execução no seu computador.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Verifique se há processos em execução.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Faça backup deste bottle\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Bottle\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Nenhum runners encontrado.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Runner e/ou dxvk não encontrado, instalando a versão mais recente…\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Runner e/ou dxvk não encontrado, instalando a versão mais recente…\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Runner e/ou dxvk não encontrado, instalando a versão mais recente…\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"A nova \\\"bottle\\\": {0} agora está pronta!\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Gestor de descarregamentos\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Erro corrigido que fazia com que cada bottle fosse danificada mesmo que \"\n#~ \"apenas uma estivesse danificada\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Traduções para o Espanhol graças a @fitojb\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Traduções para o Português (Brasil) graças a @rffontenelle e @andrelomba86\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Escolha o espaço de trabalho\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Descarregar e instalar este runner\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Fechar as garrafas depois de iniciar o executável a partir do gestor de \"\n#~ \"ficheiros\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"A versão Bottles está agora fornecida no relatório de falhas\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Traduções para o Chinês(Simplificado) graças a @sr093906\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Descarregas\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Escolha um ficheiro executável do Windows\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Suporte de wine para Wayland através de XWayland\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"\"\n#~ \"Removidas as cores dos ambientes na criação da garrafa uma vez que estas \"\n#~ \"podem ser interpretadas como ações sugeridas\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"\"\n#~ \"Agora o utilizador só pode instalar uma dependência por vez para evitar \"\n#~ \"conflitos\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"Reduzida as permissões Flatpak\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Escolha um ficheiro executável do Windows\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"Pode ver um novo botão nos detalhes da garrafa com um ícone de pasta, o \"\n#~ \"que ajuda a expor novos diretórios para Bottles\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Erro corrigido que fazia com que cada bottle fosse danificada mesmo que \"\n#~ \"apenas uma estivesse danificada\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Erro corrigido que fazia com que cada bottle fosse danificada mesmo que \"\n#~ \"apenas uma estivesse danificada\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Erro corrigido que fazia com que cada bottle fosse danificada mesmo que \"\n#~ \"apenas uma estivesse danificada\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Traduções para o Croata graças a @milotype\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Depurar processos do Wine.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Erro corrigido que fazia com que cada bottle fosse danificada mesmo que \"\n#~ \"apenas uma estivesse danificada\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Alterna recurso experimental de controlo da versão\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Experimental: instaladores\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Navegar em C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"\"\n#~ \"Atualize o agente de execução (runner) para o mais recente instalado \"\n#~ \"localmente\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Destruir Bottle\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Isso mudará o runner de {0} para {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Rode neste Bottle\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Traduções para o Sueco graças a @eson57\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Traduções para Esperanto graças a @phlostically\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"Mostrar um relatório de falha ao reiniciar se algo correr mal\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"Usando o novo formato de yaml para a configuração da garrafa\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"\"\n#~ \"Usando os novos repositórios yaml para componentes / dependências / \"\n#~ \"programas\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"\"\n#~ \"Atualização automática da configuração da garrafa antiga para o novo \"\n#~ \"modelo\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Fazer cópia de segurança do ficheiro de configuração do Bottle\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Importar ficheiros de cópias de segurança\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Novo versionamento baseado no modelo CalVer\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"Crie garrafas utilizando o wine runner fornecido pela distribuição\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"Habilitar modo de jogo para suas garrafas se instalado no sistema\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Execute ficheiros .exe/.msi/.bat com argumentos personalizados\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Corrigido o erro de \\\"mau intérprete\\\" no pacote debian\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Opcionalmente, feche as garrafas após iniciar um executável a partir do \"\n#~ \"gestor de ficheiros\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"\"\n#~ \"Adicionadas dicas de ferramentas para entender o que fazem alguns \"\n#~ \"elementos da interface\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"Usando o portal para o seletor de ficheiros\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"O seletor de ficheiros não filtra mais por extensões\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Traduções para o Ucraniano graças a @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Este é o manifest de {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Este é o índice para {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"O ficheiro descarregado {0} parece corrompido. Tente novamente.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"A instalar {0} runner…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Componente {0} instalado com sucesso!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} completado para {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} importado com sucesso!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"A sua cópia de segurança para {0} está pronta!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"A sua cópia de segurança {0} foi importada com sucesso.!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Falha ao importar a cópia de segurança {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"O que é Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine é um camada de compatibilidade que permite que o software Windows \"\n#~ \"seja executado no Linux.\\n\"\n#~ \"No Bottles, é chamado de <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes são ambientes nos quais o Wine funciona. Em Bottles, \"\n#~ \"chamamos isso de <b>bottles</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Primeira página\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versões do DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Falha ao limpar o caminho temporário!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Os caminho dos Runners não existem, criando agora.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"O caminho do Bottles não existe, criando agora.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Caminho da Dxvk não existe, criando agora.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Caminho temporário não existe, criando agora.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"A extração falhou! O ficheiro termina antes do esperado.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"O ficheiro [{0}] já existe em temp, a ignorar.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Renomeando [{0}] para [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"O ficheiro descarregado [{0}] parece corrompido.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Checksum da fonte: [{0}] descarregado: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"A instalar o componente: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"A instalar a dependência: [{0}] no bottle: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"A remover [{0}] do system32 no bottle: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] não encontrado no bottle: [{1}], falha ao remover do system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"A remover dependência: [{0}] do bottle: configuração [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Runners encontrados: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvk encontrado: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Nenhum dxvk encontrado.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Chave: [{0}] não está no bottle: [{1}] configuração, atualização.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Chave: [{0}] não está no bottle: [{1}] Parâmetros de configuração, \"\n#~ \"atualizando.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Chave de configuração: [{0}] para [{1}] para bottle: [{2}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"A aplicar ambiente: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Bottle: [{0}] criada com sucesso!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Bottle apagada com sucesso no caminho: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Caminho vazio encontrado, falhando para evitar desastres.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"A tentar consertar o bottle: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"A adicionar chave: [{0}] com Valor: [{1}] e Dados: [{2}] no bottle de \"\n#~ \"registo: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"\"\n#~ \"A remover valor: [{0}] para a chave: [{1}] no bottle de registo: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"A instalar dxvk para o Bottle: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"A remover dxvk no bottle: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"A executar um executável no wineprefix …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"A executar wineboot no wineprefix …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"A executar winecfg no wineprefix …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"A executar winetricks no wineprefix …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"A executar um console de depuração no wineprefix …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"A executar um CMD no wineprefix …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"A executar um gestor de tarefas no wineprefix …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"A executar o painel de controlo no wineprefix …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"A executar o desinstalador no wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"A executar um Editor de Registo no wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"A mandar Estado: [{0}] para o wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"A abrir o gestor de ficheiros no caminho …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"A importar wineprefix [{0}] num novo bottle …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Error ao criar o caminho do Bottle para o wineprefix [{0}]. Abortando.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix: [{0}] importado com sucesso!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] ficheiros para substituir.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Cópia de segurança da configuração: [{0}] em [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Bottle reserva: [{0}] em [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Falha ao gravar a cópia de segurança no caminho: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Falha ao importar a cópia de segurança: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Estado da conexão: online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Corrige o estilo de seleção do ambiente no tema Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Não destruir page_details na eliminação do bottle\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Adicionar freetype como uma dependência\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Alterar as versões de testes para os runners\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Reiniciar\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Desligar\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Mate todos os processos\"\n"
  },
  {
    "path": "po/pt_BR.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-01-24 12:50+0000\\n\"\n\"Last-Translator: Sencyy <sencyy@tuta.io>\\n\"\n\"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/\"\n\"bottles/bottles/pt_BR/>\\n\"\n\"Language: pt_BR\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n > 1;\\n\"\n\"X-Generator: Weblate 5.16-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nenhum caminho especificado\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Backup {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importando backup: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Erro ao instalar componentes, 3 tentativas foram feitas.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Componentes essenciais faltando. Instalando…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Falha ao criar o diretório da garrafa.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Falha ao criar diretório/arquivo temporário.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Gerando a configuração da garrafa…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Modelo encontrado, aplicando…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"A configuração do Wine está sendo atualizada…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configuração do Wine atualizada!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Executando como Flatpak, isolando o diretório do usuário…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Isolando o diretório do usuário…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Configurando a versão do Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Aplicar configurações padrões do CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Otimizando ambiente…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Aplicando ambiente: {0} …\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Usando uma receita personalizada de ambiente…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Receita não encontrada ou inválida…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Instalando DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Instalando VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Instalando DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Instalando dependência: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Criando o estado de versão 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Finalizando…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Criando cache do modelo…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Confirmando o estado…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nada para enviar\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Novo estado [{0}] criado com sucesso!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Lista de estados recuperada com sucesso!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Estado {0} restaurado com sucesso!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Restaurando estado {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Estado não encontrado\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"O estado {} já é o estado ativo\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Exibir versão\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Caminho do executável\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Caminho do .lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Nome da garrafa\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Passar argumentos\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI inválida (sintaxe: bottles:run/<garrafa>/<programa>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Solicitação [Sair] recebida.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Solicitação [Ajuda] recebida.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Solicitação [Atualizar] recebida.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Doar\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Bibliotecas de Terceiros e Agradecimentos Especiais\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Patrocinado e Financiado por\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Copyright © 2017 Desenvolvedores do Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Desenvolvedores do Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Kazevic https://github.com/Kazevic\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versão do componente\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Desinstalar\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Buscar Arquivos\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"A instalação falhou. Isto pode ser devido a um erro de repositório, \"\n\"transferência parcial ou incompatibilidade de soma de verificação. Pressione \"\n\"para tentar de novo.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Baixar e Instalar\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Exibir Manifesto\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licença\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstalar\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Reportar um Erro…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Nome da dependência\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descrição da dependência\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Baixar e Instalar esta Dependência\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Ocorreu um erro de instalação. Reinicie o Bottles para ler o Relatório de \"\n\"Erro ou execute-o via terminal para ler a saída.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Menu de Dependências\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Solução de problemas\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Buscar Arquivos…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicar Garrafa…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Este é o arquivo completo da sua garrafa, incluindo arquivos pessoais.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Backup Completo…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Esta é só a configuração da garrafa, perfeita se você quiser criar uma nova, \"\n\"mas sem arquivos pessoais.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportar Configuração…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Exibir Programas Ocultos\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Buscar novos programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Excluir Garrafa…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Menu Secundário\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Forçar Parada de todos os Processos\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simule um desligamento do sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Desligar\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simule uma reinicialização do sistema Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opções de Lançamento\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"Script de pré-execução\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Executar no Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Solte arquivos para executá-los\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Minha garrafa\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Ambiente\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Executor\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Controle de versão habilitado para essa garrafa\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"O controle de versão está ativo para esta garrafa.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Iniciar executável…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Clique em “Executar executável…” para executar um executável, “Adicionar \"\n\"atalhos…” para adicionar um executável à lista de programas ou “Instalar \"\n\"programas…” para instalar programas selecionados pela comunidade.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Adicionar atalhos…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instalar Programas…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opções\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Configure a garrafa.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependências\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instale dependências para programas.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Pontos de restauração\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Crie e gerencie estados da garrafa.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gerenciador de tarefas\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gerenciar programas em execução.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Ferramentas\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Linha de comando\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Execute comandos dentro da garrafa.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor de registro\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Edite o registro interno.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Ferramentas Legado do Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorador\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Depurador\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configuração\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Desinstalador\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Painel de Controle\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Buscar dependências…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Você está offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"O Bottles está sendo executado no modo offline, logo as dependências não \"\n\"estão disponíveis.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Dependências são recursos que melhoram a compatibilidade de programas do \"\n\"Windows.\\n\"\n\"\\n\"\n\"Os arquivos nesta página são fornecidos por terceiros sob uma licença \"\n\"proprietária. Ao instalá-los, você concorda com seus respectivos termos de \"\n\"licenciamento.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Reportar uma dependência ausente.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Relatar dependência ausente\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Leia a Documentação.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentação\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Procurar\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Pesquisar programas…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instale programas selecionados por nossa comunidade.\\n\"\n\"\\n\"\n\"Os arquivos desta página são fornecidos por terceiros sob uma licença \"\n\"proprietária. Ao instalá-los, você concorda com seus respectivos termos de \"\n\"licenciamento.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nenhum Instalador Encontrado\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"O repositório está inacessível ou nenhum instalador é compatível com esta \"\n\"garrafa.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Leia a documentação\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nome\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Componentes\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"A versão da camada de compatibilidade do Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Atualizando executor e componentes, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Melhore a compatibilidade do Direct3D 8/9/10/11 traduzindo-o para Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Atualizando o DXVK, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Melhore a compatibilidade do Direct3D 12 traduzindo-o para Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Atualizando o VKD3D, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Atualizando o DXVK-NVAPI, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Aumenta a capacidade de resposta. Pode ser detectado por algum programa \"\n\"antitrapaça.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Atualizando o LatencyFleX, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Configurações da tela\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Aumente o desempenho em detrimento dos recursos visuais usando DXVK-NVAPI. \"\n\"Funciona apenas em GPUs NVIDIA mais recentes.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Aumente o desempenho em detrimento do visual. Só funciona no Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Gerenciar as configurações do FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Use placa gráfica dedicada\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Use a placa gráfica dedicada para aumentar o desempenho em detrimento do \"\n\"consumo de energia.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efeitos de pós-processamento\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Adicionar vários efeitos de pós-processamento usando vkBasalt. Funciona \"\n\"apenas no Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Gerenciar configurações de camada de pós-processamento\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Gerencia como os jogos devem ser exibidos na tela usando o Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gerencie as configurações do Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Configuração Avançada de Tela\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Desempenho\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Habilite a sincronização para aumentar o desempenho de processadores \"\n\"multicore.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronização\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistema\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Monitorar Desempenho\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Exibe informações de monitoramento, como taxa de quadros, temperaturas, \"\n\"carga de CPU/GPU e muito mais em OpenGL e Vulkan usando o MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Aplica um conjunto de otimizações ao seu dispositivo. Pode melhorar o \"\n\"desempenho do jogo.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Pré-carregar arquivos do jogo\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Melhora o tempo de carregamento ao iniciar o jogo várias vezes. O jogo vai \"\n\"demorar mais para começar pela primeira vez.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gerenciar configurações do vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Captura de jogo do OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Alternar a captura de jogos do OBS para todos os programas Vulkan ou OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilidade\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Versão do Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Atualizando a versão do Windows, aguarde…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Escolha o idioma para usar com programas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Sandbox dedicado\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Usar um ambiente restrito/gerenciado para esta garrafa.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Gerenciar permissões do Sandbox\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Ambiente de execução do Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Fornece um pacote de bibliotecas extras para maior compatibilidade, desative \"\n\"se tiver problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Ambiente de Execução da Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Fornece um pacote de bibliotecas extras para maior compatibilidade com jogos \"\n\"da Steam. Desative se tiver problemas.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Diretório de trabalho\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"Argumentos do script de pré-execução\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"ex.: ludusavi restore --force \\\"Nome do Jogo\\\"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"Argumentos do script de pós-execução\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"ex.: ludusavi backup --force \\\"Nome do Jogo\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Restaurar padrão\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Padrão)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Substituições de DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variáveis de ambiente\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gerenciar unidades\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Pontos de Restauração Automáticos\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Crie pontos de restauração automaticamente antes de instalar programas ou \"\n\"mudar as configurações.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Compressão\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Compactar pontos de restauração para reduzir o espaço. Isto tornará mais \"\n\"lenta a criação de pontos de restauração.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Usar padrões de exclusão\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Ignorar caminhos em pontos de restauração.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gerenciar padrões\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Atualizar\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Parar processo\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Nenhum Ponto de Restauração Encontrado\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Crie seu primeiro ponto de restauração para começar a salvar estados de suas \"\n\"preferências.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Um breve comentário\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Salvar estado da garrafa.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Criar novo ponto de restauração\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detalhes\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Voltar\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operações\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Selecionar garrafa\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Selecionar\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Criar nova garrafa\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Relatório de Erro do Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Cancelar\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Enviar relatório\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"O Bottles travou da última vez. Por favor, preencha um relatório anexando o \"\n\"seguinte traceback para nos ajudar a identificar o problema, evitando que \"\n\"ele ocorra de novo.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Encontramos um ou mais relatórios semelhantes (ou idênticos). Verifique \"\n\"cuidadosamente se já não foi relatado antes de enviar um novo. Cada \"\n\"relatório requer esforço por parte dos desenvolvedores para diagnosticar, \"\n\"por favor, respeite o trabalho deles e certifique-se de não postar \"\n\"duplicatas.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Eu ainda quero reportar.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opções avançadas\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Pacote incompleto\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Esta versão do Bottles parece não fornecer todas as dependências essenciais \"\n\"necessárias, entre em contato com o mantenedor do pacote ou use uma versão \"\n\"oficial.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Sair\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Bibliotecas de Ligações Dinâmicas podem ser especificadas para serem \"\n\"integradas (fornecidas pelo Wine) ou nativas (fornecidas pelo programa).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nova substituição\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Substituições\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Discos\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Estes são caminhos de seu sistema hospedeiro mapeados e reconhecidos como \"\n\"dispositivos pelo executor (por exemplo, C: D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Letra\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Discos Existentes\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplicar garrafa\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicar\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Digite um nome para a duplicata da garrafa.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplicando…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Isso pode levar um tempo.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Garrafa duplicada\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Variáveis de ambiente são valores nomeados dinamicamente que podem afetar \"\n\"como os processos em execução se comportarão na sua garrafa.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Nome da Variável\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variáveis Existentes\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Padrões de exclusão\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Defina padrões que serão usados para evitar que alguns diretórios sejam \"\n\"versionados.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Padrão\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Padrões existentes\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Configurações do Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Salvar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Gerencia como os jogos devem ser exibidos.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Resolução do jogo\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Usa a resolução de vídeo do jogo como referência em pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Largura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Altura\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Resolução da Janela\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Aumenta a resolução ao usar uma resolução maior que a resolução do jogo em \"\n\"pixels.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Diversos\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Limite da Taxa de Quadros\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Limite da taxa de quadros quando não está em foco\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Escalonamento Íntegro\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Tipo de janela\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Sem bordas\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Tela cheia\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Você quer prosseguir com a instalação?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Começar instalação\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Este instalador requer alguns recursos locais que não podem ser fornecidos \"\n\"de outra forma.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Seguir\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Concluído!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Exibir Programas\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Falha na Instalação!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Algo deu errado.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Todas as mensagens\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Crítico\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Erros\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Avisos\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informações\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Navegador do journal\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Navegador de diário\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Altera o nível dos logs.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Tudo\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Esses argumentos serão passados no lançamento.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Argumentos personalizados\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumentos do comando\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"ex.: VAR=valor %comando% -exemplo1 -exemplo2 -exemplo3=olá\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script de pós-execução\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Escolha um script que deve ser executado após a execução.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Escolha um Script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Escolha de onde iniciar o programa.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Escolha um Diretório\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Essas configurações substituirão as configurações padrão para este \"\n\"executável.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Substituições de preferências\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Restaurar aos padrões da garrafa\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Área de trabalho virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Aviso do Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Usar o Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Cuidado, usar executores baseados em Proton em garrafas não-Steam pode \"\n\"causar problemas e impedir que eles se comportem corretamente.\\n\"\n\"\\n\"\n\"Recomendamos usar o Wine-GE, uma versão do Proton destinada a executar fora \"\n\"da Steam.\\n\"\n\"\\n\"\n\"Proceder ativará automaticamente o tempo de execução da Steam \"\n\"(se presente no sistema e detectado pelo Bottles) para permitir o acesso às \"\n\"bibliotecas necessárias e limitar os problemas de compatibilidade. Esteja \"\n\"ciente de que GloriousEggroll, o provedor do executor, não é responsável por \"\n\"quaisquer problemas e pedimos que você não o comunique.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Eu entendi.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Renomear\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Escolha um novo nome para o programa selecionado.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Novo nome\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Executar com Argumentos\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Executar\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Escreva abaixo os argumentos a serem passados para o executável.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"por exemplo: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Configurações do Sandbox\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Compartilhar rede\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Compartilhar som\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Atualização necessária\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continuar\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Iniciar atualização\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Novo sistema de versionamento\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"O novo sistema de versionamento de garrafas chegou.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"O Bottles tem um Sistema de Versionamento totalmente novo que não é \"\n\"compatível com versões anteriores.\\n\"\n\"\\n\"\n\"Para continuar usando o controle de versão, precisamos reinicializar o \"\n\"repositório da garrafa. Isto não excluirá os dados da sua garrafa, mas \"\n\"excluirá todos os instantâneos existentes e criará um novo.\\n\"\n\"\\n\"\n\"Se você precisar voltar a um estado anterior antes de continuar, feche esta \"\n\"janela e restaure o instantâneo, depois reabra a garrafa para exibir esta \"\n\"janela de novo.\\n\"\n\"\\n\"\n\"O sistema antigo será descontinuado em um dos próximos lançamentos.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Reinicializando repositório…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Feito! Por favor, reinicie o Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Configuração de Efeitos de Pós-Processamento\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Padrão\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Configurações padrão\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Os efeitos são aplicados de acordo com a ordem da lista.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efeitos\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Nitidez adaptável ao contraste\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Nitidez\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Exibir Informação\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Nitidez de Luma sem ruído\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Diminuir ruído\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Anti-Aliasing rápido aproximado\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Qualidade Subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Limiar de Qualidade de Borda\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Limiar Mínimo de Qualidade de Borda\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Antisserrilhamento morfológico de subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detecção de bordas\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Cor\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Limiar\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Etapas de pesquisa máxima\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Etapas máximas de busca diagonal\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Arredondamento Máximo de Cantos\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"A nitidez do CAS aumenta a nitidez de um quadro. Valores mais altos tornam o \"\n\"quadro mais nítido, enquanto valores menores que 0 tornam o quadro mais \"\n\"suave que o nativo.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"A nitidez do DLS aumenta a nitidez de um quadro. Valores mais altos tornam o \"\n\"quadro mais nítido.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"A redução de ruído do DLS reduz o ruído de um quadro. Valores mais altos \"\n\"tornam o quadro mais suave.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"A qualidade do subpixel do FXAA reduz o serrilhado no nível do subpixel. \"\n\"Valores mais altos tornam o quadro mais suave.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"O limiar de borda do FXAA é a quantidade mínima de contraste necessária para \"\n\"aplicar o algoritmo FXAA. Valores mais altos fazem com que o quadro tenha \"\n\"mais contraste.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"O limiar mínimo de qualidade de borda do FXAA é o valor mínimo de píxeis \"\n\"escuros ignorados pelo algoritmo FXAA. Valores mais altos fazem o FXAA \"\n\"ignorar píxeis abaixo do valor especificado e podem levar a um aumento de \"\n\"desempenho.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma detecta bordas de uma perspectiva monocromática, enquanto Color detecta \"\n\"bordas com base em cores. Luma é mais performante que Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"O limiar do SMAA especifica a sensibilidade da detecção de bordas. Valores \"\n\"mais baixos detectam mais bordas à custa do desempenho.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"As etapas máximas de busca do SMAA especificam quantas etapas de busca \"\n\"horizontal e vertical são feitas ao buscar bordas.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"As etapas máximas de busca diagonal do SMAA especificam quantas etapas de \"\n\"busca diagonais são executadas ao buscar bordas.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"O arredondamento dos cantos do SMAA especifica a intensidade do \"\n\"arredondamento dos cantos.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Integrado (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Nativo (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Integrado, depois nativo\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Nativo, depois integrado\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Desabilitar\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/aponte/pro/caminho\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valor\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Navegar pelos arquivos\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Nome do prefixo do Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gerenciador\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Este prefixo do Wine já foi importado no Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importar um backup de garrafa\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Pesquisar novamente por prefixos\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nenhum Prefixo Encontrado\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nenhum prefixo externo foi encontrado. O Bottles tem acesso a eles?\\n\"\n\"Use o ícone na parte superior para importar uma garrafa de uma cópia de \"\n\"segurança.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Arquivo completo\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Exibir Manifesto…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Ler análise…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Nome do instalador\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Descrição do instalador\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Desconhecido\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instale este programa\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menu de programas\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Sem miniatura\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Iniciar\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Iniciar com Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Nome do item\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Remover da biblioteca\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Parar\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Adicione itens aqui da lista de programas da sua garrafa\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"O controle de versão está ativo nesta garrafa.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Essa garrafa parece danificada.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Executar nesta garrafa\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Executar aqui\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Esta garrafa parece danificada, o arquivo de configuração está faltando. \"\n\"Posso tentar resolver criando uma nova configuração.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Procure suas garrafas…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Proton da Steam\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Garrafas\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Criar Nova Garrafa…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nenhum resultado encontrado\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Tente uma pesquisa diferente.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Começando…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Este recurso está em falta.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Navegar\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_riar\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Nome da Garrafa\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplicativo\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Jogos\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"C_ustomizado\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Compartilhar Diretório de Usuário\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Isto torna o diretório do usuário detectável na garrafa, com o risco de \"\n\"compartilhar informações pessoais com programas de Windows. Esta opção não \"\n\"pode ser mudada após criar a garrafa.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arquitetura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32 bits só deve ser usado se estritamente necessário.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importe uma configuração customizada.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Diretório da Garrafa\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Diretório que contém os dados desta garrafa.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Fechar\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Este nome está indisponível, tente outro.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Boas vindas ao Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Execute programas do Windows no Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows em Garrafas\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"O Bottles usa executores de compatibilidade para fornecer ambientes \"\n\"semelhantes ao Windows em contêineres isolados onde os programas são \"\n\"executados.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Quase Pronto\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Precisamos de mais alguns minutos para configurar tudo…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Tudo pronto!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Termine a configuração primeiro\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Comece a usar o Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Próximo\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferências\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Geral\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Aparência\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tema Escuro\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Se o Bottles deve usar o esquema de cor escuro.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Exibir Data de Atualização\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Se deseja exibir a data de atualização na lista de garrafas.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notificações\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Exibir notificações para transferências e instalações.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Arquivos Temporários\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Limpar arquivos temporários ao abrir o Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Fechar o Bottles Após Iniciar um Programa\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Fechar o Bottles após iniciar um programa no gerenciador de arquivos.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrações\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixos do Proton da Steam\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Liste e gerencie os prefixos do Proton da Steam.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Listar os Aplicativos da Steam na Lista de Programas\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Requer Steam para Windows instalado na garrafa.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Listar Epic Games na Lista de Programas\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Requer a Epic Games Store instalada na garrafa.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Listar jogos da Ubisoft na Lista de Programas\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Requer Ubisoft Connect instalado na garrafa.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avançado\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Diretório do Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Diretório que contém os dados de suas garrafas.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Executores\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"O Bottles está sendo executado no modo offline, logo os executores não estão \"\n\"disponíveis.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pré-lançamento\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Exibir versões instáveis de executores.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Componentes DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"O Bottles está sendo executado no modo offline, logo as DLLs não estão \"\n\"disponíveis.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Núcleo\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Ambiente de execução\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimentos\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Estes recursos estão em desenvolvimento pesado e podem ser instáveis, espere \"\n\"bugs e quebras.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandbox por garrafa\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Em desenvolvimento inicial.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Iniciar com terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Navegar no caminho\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Alterar opções de inicialização…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Adicionar à biblioteca\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Adicionar entrada à área de trabalho\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Adicionar à Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Renomear…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Ocultar programa\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Exibir Programa\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Remover da lista\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Nome do programa\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Identificação do estado\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Comentário do estado\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Voltar a este ponto de restauração\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Excluir mensagem\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menu principal\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Você não parece conectado à Internet. Sem ela, você não poderá baixar \"\n\"componentes essenciais. Clique nesse ícone quando você tiver restabelecido a \"\n\"conexão.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importar…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Ajuda\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Sobre o Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"O arquivo \\\"{0}\\\" não é um arquivo .exe ou .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Atualizado: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" adicionado\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Selecionar Executável\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Adicionar\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Ocultar Programas Ocultos\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Iniciando \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Esteja Atento ao Sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"O Bottles está sendo executado em uma sandbox, um ambiente de permissão \"\n\"restrita necessário para mantê-lo seguro. Considere movê-lo para dentro da \"\n\"garrafa (ícone de 3 pontos na parte superior) e iniciar a partir daí se o \"\n\"programa não for executado.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Dispensar\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Selecione o local onde salvar a configuração de backup\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportar\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Selecione o local onde salvar o arquivo do backup\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Backup\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Backup criado para \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Backup falhou para \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Tem certeza de que quer excluir \\\"{}\\\" para sempre?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Isto excluirá para sempre todo programa e configuração associada a ele.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Excluir\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Executor ausente\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"O executor solicitado por esta garrafa está faltando. Instale-o através das \"\n\"preferências do Bottles ou escolha uma nova garrafa para executar \"\n\"aplicativos.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Tem certeza de que quer forçar a parada de todos os processos?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Isto pode causar perda de dados, corrupção e mau funcionamento de programas.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Forçar _parada\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Este recurso está indisponível em seu sistema.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Para adicionar este recurso, execute flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Este nome de garrafa já está em uso.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Selecione Diretório de Trabalho\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Diretório que contém os dados de \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Tem certeza de que deseja excluir todos os pontos de restauração?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\"Isto excluirá todos os pontos de restauração, mas manterá seus arquivos.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Migre para o novo sistema de controle de versão para criar novos estados.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instaladores\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operação em andamento, aguarde.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Voltar para suas garrafas.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Backup importado com sucesso\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Falha na importação\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importando backup…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Selecione um Arquivo de Backup\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importar\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Selecione um Arquivo de Configuração\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Executar executável em \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Iniciando \\\"{0}\\\" em \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Suas Garrafas\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Baixando ~{0} de pacotes…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Obteve {0} de {1} pacotes\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Selecione o Diretório da Garrafa\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Criando Garrafa…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Incapaz de Criar Garrafa\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Falha na criação da garrafa com um ou mais erros.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Garrafa criada\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" foi criado com sucesso.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam não foi encontrada ou o Bottles não tem permissões suficientes.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Selecione o Caminho das Garrafas\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Reiniciar Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles terá de ser reiniciado para usar este diretório.\\n\"\n\"\\n\"\n\"Certifique-se de fechar todo programa iniciado a partir do Bottles antes de \"\n\"reiniciar o Bottles, pois não fazer isso pode causar perda de dados, \"\n\"corrupção e mau funcionamento dos programas.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Reiniciar\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Baseado no Wine da Valve, inclui patches do staging e do Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Baseado no Wine upstream, inclui patches do staging e do Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Baseado no Wine upstream, inclui patches do staging.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Baseado no Wine da Valve, inclui patches do staging, do Proton e específicos \"\n\"da Steam. Requer o Tempo de Execução da Steam ativado.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Outro\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Atualizar\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Instalando…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifesto de {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" desinstalado\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" instalado\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" falha ao instalar\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" importado\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Este aplicativo pode funcionar mal. O instalador foi configurado para \"\n\"fornecer a melhor experiência possível, mas espere falhas, instabilidade e \"\n\"falta de recursos funcionais.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Este programa funciona com falhas notáveis, mas estas falhas não afetam a \"\n\"funcionalidade do aplicativo.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Este programa funciona com pequenas falhas.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Este programa funciona perfeitamente.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Análise de {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Parando \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Iniciando \\\"{0}\\\" com Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" oculto\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" exibido(s)\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" removido\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" renomeado para \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Entrada da área de trabalho criada para \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" adicionado à sua biblioteca\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" adicionado à sua biblioteca Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Exibir relatório\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Este problema foi reportado 5 vezes e não pode ser enviado de \"\n\"novo.\\n\"\n\"            Faça os seus comentários em um dos relatórios existentes abaixo.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Atualizando as configurações de exibição, aguarde…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Configurações de exibição atualizadas\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nenhuma substituição encontrada.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Selecione o Caminho da Unidade\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nenhuma variável de ambiente definida.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nenhum padrão de exclusão definido.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Ocorreu um erro.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copiar para área de transferência\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Selecionar Arquivo de Recurso\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Instalando dependências do Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Configurando a garrafa…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Processando etapas do instalador…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Instalando o {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Fazendo as verificações finais…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Instalando {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} está disponível agora no visualizador de programas.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"O instalador falhou com erro desconhecido\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} já está desabilitado para esta garrafa.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Esta configuração é diferente do padrão da garrafa.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Selecione um Script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Caminho de Garrafas Personalizado não encontrado\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Voltando ao caminho padrão. Nenhuma garrafa do caminho dado será listada.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Execute programas do Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migração do Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Alterne a caixa de diálogo de migração do Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tema escuro\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Forçar o uso do tema escuro.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Alternar a data de atualização na lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Alternar a data de atualização na lista de garrafas.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Listagem de aplicativos da Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Alterne a listagem de aplicativos da Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Listagem da Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Alterne a listagem da Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Listagem do Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Alternar a listagem do Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Largura da janela\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Alterar a largura da janela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Altura da janela\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Alterar a altura da janela.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Exibir as notificações.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Limpeza de arquivos temporários\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Limpe os arquivos temporários ao iniciar o sistema.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Candidato a Lançamento\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Alternar candidato a lançamento para executores.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Vista inicial\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\"Escolha qual visualização deve ser utilizada na inicialização do aplicativo.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Alternar recursos experimentais, como controle de versão e instaladores. \"\n\"Candidato a lançamento para executores.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Suporte ao Proton da Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Alterne o suporte a prefixos do Proton da Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimentos:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Alternar modo experimental de sandbox por garrafa.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Fechar o Bottles automaticamente\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Feche o Bottles após iniciar o executável no gerenciador de arquivos.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Exibir aviso de sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Alternar aviso de sandbox.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Execute programas do Windows no Linux com o Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Engarrafe programas e se divirta à vontade!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Nosso sistema embutido de instalação de dependências permite acesso \"\n\"automático à compatibilidade de programas. Use o gerenciador de \"\n\"transferências para baixar os componentes oficiais: o executor (Wine, Proton)\"\n\", DXVK, dependências etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"O controle de versão de garrafa mantém seu trabalho seguro agora e permite \"\n\"que você o restaure mais tarde!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Características:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Crie suas garrafas usando ambientes pré-configurados ou crie seus próprios\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Execute todos os executáveis (.exe/.msi) em suas garrafas, diretamente do \"\n\"menu de contexto de seu gerenciador de arquivos\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Detecção automatizada de aplicativos instalados em suas garrafas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Adicione variáveis de ambiente facilmente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Substitua DLLs diretamente nas preferências por garrafa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Mudança de executor em tempo real para qualquer garrafa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Várias otimizações para melhor desempenho de jogos \"\n\"(esync, fsync, DXVK, cache, descarregamento… e muito mais.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Instalação e gerenciamento automáticos de executores Wine e Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Reparação automática de garrafas em caso de quebra\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Instalador de dependência integrado baseado em um repositório dirigido pela \"\n\"comunidade\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Gerenciador de tarefas integrado para processos do Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Acesso ao ProtonDB e WineHQ para suporte\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistema para trazer suas configurações para novas versões do Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Faça backups e importe garrafas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importar prefixos do Wine de outros gerenciadores\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Versionamento de garrafas\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… e muito mais que você pode encontrar instalando o Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Atualizar informações de metadados\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Adicionadas mais informações de atualização e corrigida a versão das notas \"\n\"de versão\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Corrigido o botão “Adicionar à Steam”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Corrigido o BottleConfig sendo não serializável\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Corrigida uma falha na extração dupla do Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Versão correta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Corrigido um erro ao criar uma garrafa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Grande mudança: Redesenho da Interface de Nova Garrafa\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Melhorias na qualidade de vida:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Substituição do ícone emote-love por biblioteca na página da biblioteca\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Adicionar notificação do sistema para “Executar Executável”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Correções de bugs:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Adicionar o atalho à Steam causou um erro\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Importar backups causou um erro\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Ambiente de Execução da Steam automaticamente ativado ao usar o wine-ge-\"\n\"custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Várias correções relacionadas à biblioteca, como capas vazias e erros \"\n\"relacionados a entradas ausentes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Corrigidos vários problemas relacionados à codificação de texto\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"Corrigido o erro ao baixar se o Bottles não for executado no terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Data correta da versão\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"Ocultar erros críticos relacionados à NVIDIA em sistemas não NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Melhorias e correções do Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"A instalação de dependências é mais rápida e mais estável\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"A verificação de integridade tem mais informações para uma depuração mais \"\n\"rápida\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"O NVAPI tem várias correções e está mais estável, e agora deve funcionar \"\n\"corretamente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Corrigido um erro ao baixar um componente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Melhora do código de back-end ao evitar o spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Mais variáveis para o script do instalador\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Corrigida a caixa de diálogo integrada que exibia “Tudo pronto” quando, na \"\n\"verdade, não estava pronto\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Melhoria do sistema de builds\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Ativação do VKD3D por padrão ao criar garrafas para jogos\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Corrigidos erros ao ler arquivos da Steam com má codificação\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Corrigidos componentes não atualizados corretamente na interface do usuário \"\n\"após a instalação/desinstalação\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Mais correções de FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Corrigido o problema quando um programa fecha após ser iniciado a partir de “\"\n\"Executar executável”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"e muito, muito, muito mais!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Calculando…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Executar .exe/.msi nessa garrafa\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"Clique em \\\"Criar uma nova garrafa...\\\" para criar uma nova garrafa.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Criar uma nova garrafa…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Nova garrafa\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Informações da garrafa\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Um ambiente melhorado para jogos do Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Um ambiente melhorado para aplicativos do Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Um ambiente claro para seus experimentos.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Diretório pessoal desvinculado\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Não vincular a userdir à homedir\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bits\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Receita personalizada\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Escolha uma receita personalizada para o ambiente se você tem uma.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Caminho personalizado\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Guarde esta garrafa em outro lugar.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Você está offline, incapaz de baixar.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Escolha um caminho executável\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Escolha um arquivo executável do Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Escolha um diretório de trabalho para executáveis\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Escolha um arquivo de receita\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Escolha onde armazenar o bottle\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Escolha um novo caminho do Bottles\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Escolha o roteiro\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Escolha o Diretório de Trabalho\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"\"\n#~ \"A configuração de latência do PulseAudio agora está obsoleta e ativada \"\n#~ \"por padrão\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"\"\n#~ \"Os detalhes da garrafa são exibidos automaticamente na criação da garrafa\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"O Bottles agora está de acordo com as diretrizes do GNOME Circle\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Desativar pulseaudio_latency por padrão.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"Corrigida uma falha ao iniciar devido ao desinstalador.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"Implementada uma fila para instalação de componentes.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Corrigido um erro na remoção de garrafas que as vezes não funciona.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Suporte para o último dxvk @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Correção para DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"Adicionadas dicas de ferramentas para notas de programas\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Consertado a conclusão do instalador @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Correção dos argumentos do Gamescope @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"Adicionado atalho Ctrl + W para fechar janelas @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"Corrigido Bottles desconfigurando XDG_DATA_HOME\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Traduções para o Francês graças a @julroy e @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Traduções para o Turco graças a @54linux-ea e @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Traduções para Russo graças a @lenemter e @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Traduções para Catalão graças a @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Traduções para o Árabe graças a @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Traduções para Coreano graças a @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Traduções para o Português graças a @davipatricio, @SantosSi e @vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Traduções para Galego graças a @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Traduções para Hebraico graças a @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Traduções para o Polonês graças a @Mikut\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Camadas\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Qualidade Ultra\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Qualidade\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Balanceado\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Em camadas\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Um ambiente em camadas, onde cada aplicativo é uma camada.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Escolher caminho\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Escolha um arquivo.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Arquivo não encontrado\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"O arquivo não existe. Por favor escolha um arquivo válido.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Espaços no nome do arquivo\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"O caminho da Tabela de Pesquisa de Cores não deve conter espaços. \"\n#~ \"Renomeie o arquivo para remover todos os espaços.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Dimensão da imagem inválida\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"A altura e a largura da imagem devem ser iguais.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Gerencie facilmente o wineprefix usando ambientes\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Executar com argumentos…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Navegue pelos arquivos internos com o explorador do Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Controle processos através do gerenciador de tarefas do Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Depurar processos do Wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Configuração do Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Ajuste as configurações internas.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Desinstale programas usando o desinstalador do Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Acesse o painel de controle interno do Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Use a seção Instaladores ou o botão \\\"Iniciar executável\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Dependências são programas, bibliotecas e codecs que melhoram a \"\n#~ \"compatibilidade de aplicativos Windows. Instale-os a partir daqui para \"\n#~ \"atender aos requisitos do seu programa.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Leia a documentação.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Instalar selecionado\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"É altamente recomendável não instalar várias dependências de uma só vez.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Selecionar dependências\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Use esta seção para instalar programas selecionados por nossa comunidade, \"\n#~ \"sem ter que proceder manualmente.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Leia a documentação\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Gráficos\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Melhora o desempenho para jogos que usam DirectX 11 e aplicativos 3D.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Melhora o desempenho para jogos que usam DirectX 12 e aplicativos 3D.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Fornece suporte DLSS se disponível e a NVAPI da Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"O FSR usa tecnologias de upscaling de ponta para ajudar a aumentar sua \"\n#~ \"taxa de quadros.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"GPU dedicada\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt é uma camada de pós-processamento do Vulkan para melhorar os \"\n#~ \"gráficos visuais dos jogos.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Gerenciar configurações do vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Use a área de trabalho virtual do Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Captura de mouse em tela cheia\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Deixe o programa capturar a entrada do mouse quando estiver em tela cheia.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Tomar foco\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Ativá-lo se o programa não pegar o foco novamente na troca.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Distorção do mouse\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"Ative isso se você estiver com atraso ou dessincronização do mouse.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Dimensionamento de tela\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Defina DPI personalizado.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderizador\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Selecione qual back-end usar para o wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (padrão)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Gerenciar versão dos componentes\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Versão do DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Versão do VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Versão do DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Versão do LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"falso\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"O mesmo que o do Bottles, mas fornecido pela Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Otimize o desempenho dos jogos sob demanda.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Use o micro-compositor do Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Padrões para o caminho da garrafa.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Restaurar padrão\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Escolha um diretório\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Áudio\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reduzir a latência\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Definir a latência do PulseAudio para 60 ms, aumentando a qualidade do \"\n#~ \"som.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Controle de versão\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Usar compactação para estados\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Isso reduzirá o espaço usado pelos estados, mas desacelerará sua criação.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"O Bottles criará um estado antes de executar qualquer dependência ou \"\n#~ \"instalador.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Use padrões personalizados para excluir alguns caminhos do controle de \"\n#~ \"versão.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Desenvolvimento e Depuração\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Uma sobreposição de Vulkan e OpenGL para monitoramento de FPS, \"\n#~ \"temperaturas, carga de CPU/GPU e mais.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Registrar caminhos de código que não foram implementados no Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Nenhum programa encontrado\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Instale programas da seção de instaladores ou executando o executável do \"\n#~ \"instalador, você também pode adicionar executáveis manualmente com o \"\n#~ \"botão \\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Alternar oculto\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Faça uma pausa, pode demorar um pouco.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Configura como o Gamescope deve gerenciar a janela dos jogos que você \"\n#~ \"executará.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Largura (por exemplo, 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Altura (por exemplo, 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Resolução do Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Alterar nível de registro.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Configurações do vkBasalt\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Comece criando uma garrafa.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Execute aplicativos Windows no Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Caminho de Garrafas Personalizado (Requer Reinicialização)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Escolha onde armazenar novas garrafas (isso não moverá as existentes).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"Em desenvolvimento inicial (requer reinicialização).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importar/exportar…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Apoiar\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Fóruns\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Abrir menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Crie uma nova garrafa\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Confirmar\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Tem certeza de que deseja terminar todos os processos?\\n\"\n#~ \"Isso pode causar perda de dados.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Aponte para o caminho da garrafa.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detalhes e utilitários\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Encontrado no menu Iniciar da sua garrafa.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Uma garrafa chamada “{0}” foi criada com êxito\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' instalado.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Notícias\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Use compactação para o controle de versões\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Crie uma nova garrafa\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Traduções para o suéco graças a @julroy67\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Traduções para o indonésio graças a @rezaalmanda\"\n\n#, fuzzy\n#~ msgid \"Thai translations thanks to @SashaPGT\"\n#~ msgstr \"Traduções para húngaro graças a @ovari\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Traduções para o espanhol graças a @oscfdezdz\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Traduções para o francês graças a @hugok79\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Traduções alemãs graças a @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Gerencie o wineprefix facilmente\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experimentos:biblioteca\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Alternar modo experimental de biblioteca.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Carregando…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"O caminho das garrafas personalizadas não foi encontrado. Por favor, \"\n#~ \"verifique o caminho em Preferências.\\n\"\n#~ \"Fazendo fallback para o caminho padrão; nenhuma garrafa desse caminho \"\n#~ \"será listada!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Verificação de Integridade\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Gerando índice de arquivos de estado…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Criando um ponto de restauração…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Não foi possível criar a pasta do estado.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Atualizando índice…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Não foi possível atualizar o arquivo de estados.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Não foi possível atualizar o arquivo de índice.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argumentos encontrados para o executável: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Etapa {self.__step} de {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' aberto.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' aberto com a Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Índice para o estado {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Leia a documentação sobre dependências.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Alterne a sobreposição DXVK mostrando FPS e outros detalhes em \"\n#~ \"aplicativos D3D.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Leia a documentação sobre programas\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Configurações extras\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Recursos locais\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Pesquisar prefixos\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Ative o controle de versão para salvar e restaurar o estado da garrafa.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Sua biblioteca\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Verificação de integridade\"\n\n#~ msgid \"Updating states …\"\n#~ msgstr \"Atualizando estados…\"\n\n#~ msgid \"\"\n#~ \"Steam was not found or Bottles does not have enough permissions.Visit \"\n#~ \"https://docs.usebottles.com/flatpak/cant-enable-steam-proton-manager\"\n#~ msgstr \"\"\n#~ \"Steam não foi encontrada ou Bottles não tem permissões suficientes.Visite \"\n#~ \"https://docs.usebottles.com/flatpak/cant-enable-steam-proton-manager\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality\"\n#~ msgstr \"\"\n#~ \"Defina a latência do PulseAudio para 60 ms, aumentando a qualidade do som\"\n\n#~ msgid \"Search for installed programs\"\n#~ msgstr \"Buscar programas instalados\"\n\n#~ msgid \"Game resolution\"\n#~ msgstr \"Resolução do jogo\"\n\n#~ msgid \"Gamescope resolution\"\n#~ msgstr \"Resolução do Gamescope\"\n\n#~ msgid \"Frame rate limit (e.g. 60)\"\n#~ msgstr \"Limite de taxa de quadros (por exemplo, 60)\"\n\n#~ msgid \"Frame rate limit (when unfocused)\"\n#~ msgstr \"Limite de taxa de quadros (quando desfocado)\"\n\n#~ msgid \"Use integer scaling\"\n#~ msgstr \"Usar escala inteira\"\n\n#~ msgid \"Window type\"\n#~ msgstr \"Tipo de janela\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Carregando...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Gerenciador de tarefas\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Escolha onde armazenar as novas garrafas (isso não moverá as existentes)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Instalando...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Não é possível criar a entrada da área de trabalho devido a privilégios \"\n#~ \"ausentes.\\n\"\n#~ \"Veja <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">nosso vídeo</\"\n#~ \"a> sobre como corrigir isso no Flatpak.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Digite um breve comentário:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Executores do Lutris\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Versionamento de garrafas (experimental)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Traduzir</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Financiar</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Relatório de \"\n#~ \"erro</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Relatório de erro\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Abrir com explorador\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Mover para dentro da sandbox\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Movendo para dentro da caixa de areia…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Utilitários\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Linha de comando\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Editor de registro\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Configuração do Wine\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Painel de Controle\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Modo de teste ativado: apenas são exibidas as dependências do repositório \"\n#~ \"de teste.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4...\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Embora os arquivos nessa página tenham sido verificados, podem estar sob \"\n#~ \"licença proprietária.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Embora os arquivos nesta página tenham sido verificados, eles podem estar \"\n#~ \"sob uma licença proprietária.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Leia a documentação sobre instaladores\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Detalhes da garrafa\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Minha linda garrafa\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Renomear garrafa\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Usar o DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Usar o VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Habilitar FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Habilitar LatencyFleX\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Usar área de trabalho virtual\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Captura do mouse em tela cheia\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Versão do DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Gerenciar versões do DXVK\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Será reiniciado o servidor wine.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Substituições de DLL\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Leia a documentação sobre versionamento\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"ex: ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Substituições existentes\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"ex.: -exemplo1 -exemplo2 -exemplo3 =olá\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"ex.: MinhaGarrafaDuplicada\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nova variável\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"ex. MINHA_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Aqui você pode alterar as variáveis de ambiente para os comandos que são \"\n#~ \"executados.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"ex.: VAR1=valor VAR2=valor\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"ex.: VAR1=valor VAR2=valor ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"p. ex 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"p. ex 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Você está usando o Flatpak do Bottles, lembre-se de conceder permissões \"\n#~ \"através do <a href=\\\"https://docs.usebottles.com/flatpak/expose-\"\n#~ \"directories\\\">Flatseal</a> se o diretório do script estiver fora da \"\n#~ \"sandbox.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Digite o novo nome:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Digite aqui..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Mensagem vai aqui.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Utilitário & Preferências\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Escolha um nome para a sua garrafa\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Usar caminho personalizado\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Bem-vindo\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Bottles torna a execução de software Windows no Linux muito mais fácil.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"O que são Garrafas?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Uma garrafa é um ambiente semelhante ao Windows configurado para executar \"\n#~ \"aplicativos Windows, você pode ter vários aplicativos em cada garrafa.\\n\"\n#~ \"\\n\"\n#~ \"Eles são isolados e os aplicativos que são executados dentro dele não \"\n#~ \"pode acessar seus arquivos pessoais se você não permitir.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Leia mais sobre</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Estamos Quase Lá\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Precisamos baixar e instalar alguns <a href=\\\"https://docs.usebottles.com/\"\n#~ \"getting-started/first-run\\\">componentes (~75 MB)</a> para prepará-lo.\\n\"\n#~ \"\\n\"\n#~ \"Não podemos oferecer esses arquivos com o Bottles, pois eles possuem \"\n#~ \"diferentes ciclos de lançamento.\\n\"\n#~ \"\\n\"\n#~ \"Quando você estiver pronto, pressione o botão <b>Instalar</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Sente-se e relaxe, pode demorar alguns minutos.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Baixar\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Tudo pronto!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Agora você está pronto para criar suas primeiras garrafas.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Terminar\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Atenção: Certifique-se de dar permissão ao Flatpak para acessar o novo \"\n#~ \"caminho.\\n\"\n#~ \"Isso vai quebrar a sandbox!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"A lista acima deve exibir versões instáveis.\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Ocultar da lista\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Descartar da lista\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Processando...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Sua biblioteca\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Voltar\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"O instalador precisa de recursos locais\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Escolha um executável para %s\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Recursos locais não encontrados ou inválidos\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Falha na instalação, verifique os logs.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Seguindo com ambiente padrão…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Confirme a exclusão\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Feito\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Executores do Caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Executores do Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Outros executores\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Fóruns do Bottles\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Desocultar esse programa\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Escolha um nome para a sua garrafa\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Novos programas serão encontrados automaticamente.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplicar uma garrafa\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Alterar variáveis de ambiente\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Esse campo não pode conter caracteres especiais!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Camadas de compatibilidade permitem que o software Windows seja instalado \"\n#~ \"e executado em sistemas Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b> Garrafas </b> são ambientes onde o executor configura o sistema e \"\n#~ \"onde o software Windows é executado e instalado.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\"> Leia mais \"\n#~ \"sobre Camadas de compatibilidade </a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importar e exportar\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Ajuda do Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Não consigo ver minhas garrafas antigas após a atualização.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Eu não vejo alguns diretórios.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Não consigo ver os arquivos em minha home.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Executável falhou silenciosamente ou tela preta\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Destruir esta garrafa\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 bits\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Fazer um backup dessa garrafa.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bits\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bits\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Tema noturno\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Use o tema noturno.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experimentos:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Alterar a implementação experimental do winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Habilitar compilador de shaders ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Melhora o desempenho em jogos e aplicativos 3D.\\n\"\n#~ \"Desative se estiver enfrentando falhas gráficas.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Modo noturno\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Use o WineBridge para gerenciamento de processos e programas.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Problemas com o Bottles\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Garrafas iniciadas!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Essa é uma funcionalidade experimental em estágio inicial, seja cuidadoso \"\n#~ \"e <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">reporte bugs</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles Developers\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Otimize o desempenho dos jogos sob demanda\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Versão do NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Aponte para o caminho da garrafa\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"O Gamemode não está disponível em seu sistema ou não está funcionando.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experimentos:instaladores\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Programas\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Um ambiente otimizado para programas do Windows.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Usar um tema de aplicativo escuro.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Experimentos:versionamento\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Importar e exportar\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Executando como flatpak, criando pastas em sandbox…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"\"\n#~ \"Estes são os processos wine/wineserver em execução no seu Computador.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Verifique se há processos em execução.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Faça backup desta garrafa\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Reiniciar\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Garrafa\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Nenhum executor encontrado, por favor instale um.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"DXVK não encontrado, instalando a versão mais recente…\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"VKD3D não encontrados, instalando a versão mais recente…\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"DXVK não encontrado, instalando a versão mais recente…\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Sua nova garrafa: {0} agora está pronta!\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Gerenciador de download melhorado\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"Atualizado para o GNOME Runtime 41.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"A instalação do DXVK e VKD3D agora é realizada de modo assíncrono\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"Melhorias na interface para o elementary OS\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug na instalação do componente que atribuía um nome errado \"\n#~ \"após o download.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"Corrigido o texto incorreto para o rótulo cwd.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug que fazia com que o Bottles travasse ao iniciar \"\n#~ \"executáveis com argumentos.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Traduções para o japonês graças a @jatin-cbs\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Traduções para o português (Brasil) graças a Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Escolha um ambiente\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Baixar e instalar este executor\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"Use %command% nas opções de lançamento para definir prefixos e sufixos\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Criar uma bottle onde será lançado o executável escolhido no seu \"\n#~ \"gerenciador de arquivos\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"\"\n#~ \"O gerenciador foi reescrito para ser menos recursivo e mais amigável para \"\n#~ \"os desenvolvedores\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"\"\n#~ \"As dependências/componentes/instaladores agora têm os seus próprios \"\n#~ \"gerenciadores, independentes do principal\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"\"\n#~ \"O gerenciador de dependências agora pode extrair arquivos individuais de \"\n#~ \"arquivos do Windows Cabinet\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"\"\n#~ \"Agora o usuário precisa aceitar a notificação no relatório de erro, antes \"\n#~ \"de submeter novos relatórios\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"O diretório home do usuário agora é removido dos relatórios\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"\"\n#~ \"O executor lutris-lol agora é ocultado quando Bottles está rodando sob \"\n#~ \"flatpak, devido a incompatibilidade\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"\"\n#~ \"A extração do Windows Cabinet agora é silenciosa e apenas exibe logs \"\n#~ \"relevantes\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"O ícone de status de download, no diálogo de preferências, agora fica à \"\n#~ \"direita da percentagem, não sendo mais deslocado pela percentagem\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug na resolução de nome que poderia provocar o travamento \"\n#~ \"de Bottles, caso não encontrasse um recurso\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"Nomes de ambiente agora são novamente traduzidos\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"Adicionadas traduções que faltavam na criação de bottle\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"\"\n#~ \"Corrigido um problema no suporte a Wayland que estava configurando \"\n#~ \"DISPLAY com o parâmetro errado\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"\"\n#~ \"O diretório para os programas personalizados adicionados estava errado\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Traduções em chinês (simplificado) graças a @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"Está com dificuldade de acessar um diretório em Bottles?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Downloads\"\n\n#, fuzzy\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"Alternar a data da última atualização na lista de garrafas\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Escolha um arquivo executável do Windows\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Now a visual feedback is provided when a download fail the checksum \"\n#~ \"validation\"\n#~ msgstr \"\"\n#~ \"Agora um feedback visual é fornecido quando um download falha a validação \"\n#~ \"do checksum\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Suporte de wine para Wayland através de XWayland\"\n\n#, fuzzy\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Crie um novo bottle com o ambiente selecionado\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"\"\n#~ \"Removidas as cores dos ambientes na criação da garrafa uma vez que estas \"\n#~ \"podem ser interpretadas como ações sugeridas\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"\"\n#~ \"Agora o usuário só pode instalar uma dependência por vez para evitar \"\n#~ \"conflitos\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Now the Crash Report dialog display similar reports before send a new one\"\n#~ msgstr \"\"\n#~ \"Agora, a caixa de diálogo Crash Report exibe relatórios semelhantes antes \"\n#~ \"de enviar um novo\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Now it is possible to clone a bottle with a new name, this can also be \"\n#~ \"used for bottles templating\"\n#~ msgstr \"\"\n#~ \"Agora é possível clonar uma garrafa com um novo nome, isto também pode \"\n#~ \"ser usado para modelos de garrafas\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"Reduzida as permissões Flatpak\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Escolha um arquivo executável do Windows\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"Você pode ver um novo botão nos detalhes da garrafa com um ícone de \"\n#~ \"pasta, o que ajuda a expor novos diretórios para Bottles\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug que fazia com que os Bottles travassem quando o download \"\n#~ \"de um componente falha\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug que fazia com que os Bottles travassem quando o download \"\n#~ \"de um componente falha\"\n\n#, fuzzy\n#~ msgid \"Fixed the File Manager integration in Flatpak\"\n#~ msgstr \"Corrigida a integração do gerenciador de arquivos no Flatpak\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug in temp directory clean up\"\n#~ msgstr \"Corrigido um bug na limpeza do diretório temporário\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug que fazia com que os Bottles travassem quando o download \"\n#~ \"de um componente falha\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug in bottle configuration upgrade that was causing a loop\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug na atualização da configuração da garrafa que estava \"\n#~ \"causando um loop\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"Traduções para o frances graças a J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Traduções para o italiano graças a @ blackcat-917\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Traduções para húngaro graças a @ovari\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to Krzysztof Marcinek\"\n#~ msgstr \"Traduções para polonês graças a Krzysztof Marcinek\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Execute executáveis sem mostrar a janela das garrafas\"\n\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"As dependências agora podem definir chaves de registro\"\n\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Corrigido um bug na listagem de processos\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Corrigido um bug que fazia com que alguns programas não fossem colocados \"\n#~ \"na seção Programas\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Aviso para recursos experimentais\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Suporte experimental para instaladores de garrafas\"\n\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Percorrer o caminho dos programas\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"\"\n#~ \"Atualize o agente de execução (runner) para o mais recente instalado \"\n#~ \"localmente\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Destruir Bottle\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Isso mudará o runner de {0} para {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Rode neste Bottle\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Traduções para o tcheco graças a @pervoj e Vojtěch Perník\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Traduções de Esperanto graças a @phlostically\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Gerando arquivo de configuração do Bottle …\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Escolha um arquivo de backup\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Traduções da Ucrânia graças a @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Este é o manifest de {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Este é o índice para {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"O arquivo baixado {0} parece corrompido. Tente novamente.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Instalando {0} runner…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Componente {0} instalado com sucesso!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} completado para {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} importado com sucesso!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Seu backup para {0} está pronto!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Seu backup {0} foi importado com sucesso.!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Falha ao importar backup {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"O que é Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine é um camada de compatibilidade que permite que o software Windows \"\n#~ \"seja executado no Linux.\\n\"\n#~ \"No Bottles, é chamado de <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes são ambientes nos quais o Wine funciona. Em Bottles, \"\n#~ \"chamamos isso de <b>bottles</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Primeira página\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"Versões do DXVK\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Falha ao limpar o caminho temporário!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Os caminho dos Runners não existem, criando agora.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"O caminho das Bottles não existe, criando agora.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Caminho da Dxvk não existe, criando agora.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Caminho temporário não existe, criando agora.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"A extração falhou! O arquivo termina antes do esperado.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"O arquivo [{0}] já existe em temp, pulando.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Renomeando [{0}] para [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"O arquivo baixado [{0}] parece corrompido.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Checksum da fonte: [{0}] baixado: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Instalando o componente: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Instalando a dependência: [{0}] no bottle: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Removendo [{0}] do system32 no bottle: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] não encontrado no bottle: [{1}], falha ao remover do system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Removendo dependência: [{0}] do bottle: configuração [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Runners encontrados: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvk encontrado: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Nenhum dxvk encontrado.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Chave: [{0}] não está no bottle: [{1}] configuração, atualização.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Chave: [{0}] não está no bottle: [{1}] Parâmetros de configuração, \"\n#~ \"atualizando.\"\n\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Bottles encontradas: %s\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Chave de configuração: [{0}] para [{1}] para bottle: [{2}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Aplicando ambiente: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Bottle: [{0}] criada com sucesso!\"\n\n#~ msgid \"Deleting a bottle …\"\n#~ msgstr \"Excluindo um bottle …\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Bottle excluída com sucesso no caminho: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Caminho vazio encontrado, falhando para evitar desastres.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Tentando consertar o bottle: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Adicionando chave: [{0}] com Valor: [{1}] e Dados: [{2}] no bottle de \"\n#~ \"registro: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"\"\n#~ \"Removendo valor: [{0}] para a chave: [{1}] no bottle de registro: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Instalando dxvk para o Bottle: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Removendo dxvk no bottle: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Executando um executável no wineprefix …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Executando wineboot no wineprefix …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Executando winecfg no wineprefix …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Executando winetricks no wineprefix …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Executando um console de depuração no wineprefix …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Executando um CMD no wineprefix …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Executando um gerenciador de tarefas no wineprefix …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Executando o painel de controle no wineprefix …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Executando o desinstalador no wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Executando um Editor de Registro no wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Mandando Status: [{0}] para o wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Abrindo o gerenciador de arquivos no caminho …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Importando wineprefix [{0}] em um novo bottle …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Error ao criar o caminho do Bottle para o wineprefix [{0}]. Abortando.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix: [{0}] importado com sucesso!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] arquivos para substituir.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] arquivos para adicionar.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Configuração de backup: [{0}] em [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Bottle reserva: [{0}] em [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Falha ao salvar backup no caminho: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Falha ao importar backup: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Status da conexão: online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Correção do estilo de seleção de ambiente no tema Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Não destrói page_details na exclusão do bottle\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Adiciona freetype como um dependência\"\n\n#~ msgid \"Bundle GTK with AppImage\"\n#~ msgstr \"Dependência do pacote GTK para o AppImage\"\n\n#~ msgid \"Vertical layout for downloads\"\n#~ msgstr \"Layout vertical para downloads\"\n\n#, fuzzy\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Execute neste bottle\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"O Runner pode ser alterado na guia Preferências.\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Faça backup deste bottle\"\n\n#, fuzzy\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"As configurações atualizam o sistema nas versões dos Bottles\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Ativar Release Candidate para Runners\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Descrição do ambiente\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"O caminho personalizado não é compatível com esta versão\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/MeuNovoBottle\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"O controle de versão é um recurso experimental do Bottles, não \"\n#~ \"recomendamos usá-lo na produção. Prossiga com cuidado!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"O Runner pode ser alterado na guia Preferências.\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Abra winecfg neste Bottle para configurações avançadas.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Inicie um console de depuração neste bottle. Leia em nossa documentação \"\n#~ \"como usar a depuração. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Use isso para desinstalar programas do Bottle.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Abra um CMD neste Bottle.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Use o regedit para adicionar, editar e excluir chaves de registro do Wine.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Procure o C:\\\\ desta garrafa.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Mate todos os processos em execução nesta Bottle.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Simula uma reinicialização do sistema (isso não encerra processos).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Simula um desligamento do sistema (isso não encerra processos).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Espaço restante em disco:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X de Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Painel de controle\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (sincronização futex)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Habilite a sincronização baseada em eventfd para aumentar o desempenho de \"\n#~ \"processadores multi-core.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (sincronização eventfd)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"Habilite o ACO para aumentar o desempenho no jogo ao usar drivers Mesa.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"Em laptops com duas GPUs (Intel+NVIDIA ou AMD+Nvidia ou Intel+AMD), \"\n#~ \"selecione esta opção para usar a placa dedicada.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Virtualização de desktop\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"\"\n#~ \"Virtualize uma área de trabalho onde gera todos os aplicativos do Windows.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Sintaxe: dll1, dll2= valor;dll3=valor\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"Salvar substituições de DLL.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Adicionar novas substituições de dll\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Personalize as preferências para este Bottle.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"Os seguintes pacotes são baixados de fontes externas (principalmente da \"\n#~ \"Microsoft).\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Relatar um problema\"\n\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Instale dependências (como corefonts, vcrun6, ..)  para melhor \"\n#~ \"compatibilidade de software.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"O instalador do programa é um recurso experimental e pode não funcionar.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Verifique se há novos instaladores\"\n\n#~ msgid \"Here you can see, create, revert and delete bottle states.\"\n#~ msgstr \"Aqui você pode ver, criar, reverter e excluir estados do bottle.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Runner x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"Cancelar download\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"Preferências de download\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Ajuda a traduzir\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Detalhes da nova Bottle\"\n\n#~ msgid \"Proceed with the installation of the latest version?\"\n#~ msgstr \"Continuar com a instalação da versão mais recente?\"\n\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"Mas parece que você não está conectado à internet e não conseguirá baixar \"\n#~ \"um runner. Conecte-se à internet e confirme esta mensagem para iniciar o \"\n#~ \"download.\"\n\n#~ msgid \"OK status received\"\n#~ msgstr \"Status OK recebido\"\n\n#~ msgid \"Cancel status received\"\n#~ msgstr \"Status cancelar recebido\"\n\n#~ msgid \"\"\n#~ \"The gaming environment has everything needed to run modern Windows games \"\n#~ \"on Linux\"\n#~ msgstr \"\"\n#~ \"O ambiente Jogos tem tudo o que você precisa para rodar jogos modernos do \"\n#~ \"Windows no Linux\"\n\n#~ msgid \"\"\n#~ \"The software environment includes dependencies commonly used by modern \"\n#~ \"software.\"\n#~ msgstr \"\"\n#~ \"O ambiente Programas inclui dependências comumente usadas por softwares \"\n#~ \"modernos.\"\n\n#~ msgid \"Selected env is: [{0}]\"\n#~ msgstr \"O env selecionado é: [{0}]\"\n\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"Os programas instalados no bottle serão listados aqui.\"\n\n#~ msgid \"\"\n#~ \"There are no dependencies installed and we can't fetch from repository.\"\n#~ msgstr \"Não há dependências instaladas e não podemos buscar do repositório.\"\n\n#~ msgid \"We can't fetch the installers from the repository right now.\"\n#~ msgstr \"Não podemos obter os instaladores do repositório agora.\"\n\n#~ msgid \"Use the '+' button to create one.\"\n#~ msgstr \"Use o botão '+' para criar um.\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"\"\n#~ \"No Bottles v2, nossa ferramenta Dependências substitui o Winetricks.\"\n\n#~ msgid \"\"\n#~ \"This is a development release. Please report bugs in the GitHub \"\n#~ \"repository.\"\n#~ msgstr \"\"\n#~ \"Esta é uma versão de desenvolvimento. Por favor, reporte os bugs no \"\n#~ \"repositório GitHub.\"\n\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"As dependências agora podem extrair arquivos\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Nomeie sua bottle\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Trocar runner\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Desligar\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Mate todos os processos\"\n\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Última atualização para este bottle.\"\n\n#, fuzzy\n#~ msgid \"GE Proton\"\n#~ msgstr \"ProtonDB\"\n\n#~ msgid \"Whether Bottles should use the Night theme variant.\"\n#~ msgstr \"Se o Bottles deve usar uma variante de tema escuro.\"\n\n#~ msgid \"Re-initializing registry…\"\n#~ msgstr \"Reinicializando o registro…\"\n\n#~ msgid \"Indonesian translations thanks to @rezaalmanda\"\n#~ msgstr \"Traduções para o indonésio graças a @rezaalmanda\"\n\n#~ msgid \"Spanish translations thanks to @oscfdezdz\"\n#~ msgstr \"Traduções para o espanhol graças a @oscfdezdz\"\n\n#~ msgid \"Portuguese translations thanks to @hugok79\"\n#~ msgstr \"Traduções para o francês graças a @hugok79\"\n\n#~ msgid \"German translations thanks to @thericosanto\"\n#~ msgstr \"Traduções alemãs graças a @thericosanto\"\n\n#~ msgid \"Hungarian translations thanks to @ovari\"\n#~ msgstr \"Traduções para húngaro graças a @ovari\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @tacitcoast\"\n#~ msgstr \"Traduções para russo graças a @tacitcoast\"\n\n#~ msgid \"Confirm upgrade\"\n#~ msgstr \"Confirme a atualização\"\n\n#~ msgid \"Restoring to state: [{0}]\"\n#~ msgstr \"Restaurando para o estado: [{0}]\"\n"
  },
  {
    "path": "po/ro.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-29 16:00+0000\\n\"\n\"Last-Translator: EnderIce2 <enderice2@protonmail.com>\\n\"\n\"Language-Team: Romanian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"ro/>\\n\"\n\"Language: ro\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=n==1 ? 0 : \"\n\"(n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nicio cale specificată\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Copie de rezervă {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Se importă copia de rezervă: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Instalarea componentelor a eșuat. S-a încercat de 3 ori.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Lipsesc componente esențiale. Se instalează…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Nu s-a reușit crearea dosarului sticlei.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Nu s-a putut crea dosarul/fișierul înlocuitor.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Se generează configurarea sticlei…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Model găsit; se aplică…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Se actualizează configurația Wine…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Configurația Wine e actualizată!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Se pornește ca Flatpak, se creează dosarul într-un mediu izolat…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Se creează dosarul de utilizator…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Se stabilește versiunea de Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Se aplică reglările prestabilite CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Se optimizează mediul…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Se aplică mediul: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Se folosește o configurare personalizată a mediului…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Configurarea nu a fost găsită sau nu este valabilă…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Se instalează DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Se instalează VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Se instalează DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Se instalează dependența: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Se creează starea de versiune 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Se termină…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Se creează cache pentru model…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Se confirmă starea …\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nimic de confirmat\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Noua stare [{0}] a fost creată cu succes!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Lista stărilor a fost recuperată cu succes!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Starea {0} a fost recuperată cu succes!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Se reface starea {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Starea nu a fost găsită\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Starea {} este deja starea activă\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Arată versiunea\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Calea executabilului\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Calea lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Numele Sticlei\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Transmite argumente\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI greșit (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"S-a primit cererea [Închide].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"S-a primit cererea [Ajutor].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"S-a primit cererea [Actualizează].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Donează\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Biblioteci terțe și mulțumiri speciale\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsorizat și finanțat de\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Drepturi de autor © 2017 Programatorii Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Programatorii Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"merite_traducători\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Versiunea componentei\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Dezinstalează\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Caută Fișiere\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Instalarea nu a reușit. Acest lucru se poate datora unei erori de depozit, \"\n\"descărcării parțiale sau nepotrivirii sumei de control. Apasă pentru a \"\n\"încerca din nou.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Descarcă și instalează\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Arată Manifestul\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licența\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Reinstalează\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Raportează o eroare…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Numele dependenței\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Descrierea dependenței\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Descarcă și instalează această dependență\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"A apărut o eroare de instalare. Repornește Bottles pentru a citi raportul de \"\n\"eroare sau pornește-l prin terminal pentru a citi rezultatul.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Opțiuni Dependențe\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Depanare\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Caută fișiere…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicat Sticlă…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Aceasta este arhiva completă a sticlei tale, inclusiv a fișierelor personale.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Copie de rezervă completă…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Aceasta este doar configurarea sticlei. Este perfectă dacă vrei să creezi \"\n\"una nouă, dar fără fișiere personale.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportă configurarea…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Arată programele ascunse\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Caută programe noi\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Elimină sticla…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Opțiuni secundare\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Oprește forțat toate procesele\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simulează oprirea sistemului Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Oprește\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simulează repornirea sistemului Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Repornește\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Opțiuni de pornire\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Pornește in Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Trage aici fișierele de executat\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Sticla mea\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Mediu\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Executant\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Gestionarea versiunilor e activată pentru această sticlă\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Gestionarea versiunilor e activă pentru această sticlă.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Pornește executabilul…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programe\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Clic pe „Pornește executabilul…” pentru a porni un executabil, „Adaugă \"\n\"scurtături…” ca să adaugi un executabil în lista programelor, sau „\"\n\"Instalează programe…” pentru a instala programe menținute de comunitate.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Adaugă scurtături…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Instalează programe…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Opțiuni\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Reglări\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Gestionează reglările sticlei.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Dependențe\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Instalează dependențe pentru programe.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Instantanee\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Creează și gestionează stările sticlei.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Gestionare Activități\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Gestionează programele pornite.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Instrumente\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Linia de comandă\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Execută comenzi în interiorul sticlei.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor de registru\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Modifică registrul intern.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Instrumente vechi pentru Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorator\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Depanator\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Configurare\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Dezinstalator\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Panou de control\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Caută dependențe…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Nu ești conectat la internet :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles nu e conectat la internet, deci dependențele nu sunt disponibile.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Dependențele sunt resurse care îmbunătățesc compatibilitatea programelor \"\n\"Windows.\\n\"\n\"\\n\"\n\"Fișierele de pe această pagină sunt furnizate de terți sub o licență \"\n\"neliberă. Prin instalarea lor, ești de acord cu condițiile licenței \"\n\"respective.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Raportează o problemă sau o dependență lipsă.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Raportează o dependență lipsă\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Citește documentația.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Documentația\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Caută\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Caută programe…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Instalează programe alese de comunitatea noastră.\\n\"\n\"\\n\"\n\"Fișierele de pe această pagină sunt furnizate de terți sub o licență \"\n\"neliberă. Prin instalarea lor, ești de acord cu condițiile licenței \"\n\"respective.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Nu s-au găsit instalatori\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Depozitul e inaccesibil sau niciun program de instalare nu este compatibil \"\n\"cu această sticlă.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Citește documentația\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Nume\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Componente\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Versiunea stratului de compatibilitate Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Se actualizează executantul și componentele, așteaptă…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Îmbunătățește compatibilitatea Direct3D 8/9/10/11 prin traducerea acestuia \"\n\"în Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Se actualizează DXVK, așteaptă…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Îmbunătățește compatibilitatea Direct3D 12 prin traducerea acestuia în \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Se actualizează VKD3D, așteaptă…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Se actualizează DXVK-NVAPI, așteaptă…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Mărește viteza de reacție. Poate fi detectat de unele programe antitrișare.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Se actualizează LatencyFleX, așteaptă…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Afișare\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"DLSS\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Mărește performanța în detrimentul aspectului utilizând DXVK-NVAPI. \"\n\"Funcționează numai pe cele mai noi GPU NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX super claritate\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Mărește performanța în detrimentul aspectului. Funcționează numai pe Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Gestionează reglările FidelityFX super claritate\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Grafică discretă\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Folosește placa grafică discretă pentru a mări performanța în detrimentul \"\n\"consumului de energie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efecte de postprocesare\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Adaugă diverse efecte de post-procesare folosind vkBasalt. Funcționează \"\n\"numai pe Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Gestionează reglările stratului de postprocesare\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Gestionează modul în care jocurile trebuie să fie afișate pe ecran cu \"\n\"ajutorul Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gestionează reglările Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Reglări avansate de afișare\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Performanță\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Activează sincronizarea pentru a crește performanța procesoarelor \"\n\"multinucleu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Sincronizare\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistem\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Monitorizare performanțe\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Arată informații de monitorizare, cum ar fi frecvența cadrelor, \"\n\"temperaturile, încărcarea CPU/GPU și multe altele pe OpenGL și Vulkan \"\n\"utilizând MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Aplică un set de optimizări aparatului tău. Poate îmbunătăți performanța \"\n\"jocului.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Preîncarcă fișierele jocului\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Îmbunătățește timpul de încărcare dacă jocul e pornit de mai multe ori. \"\n\"Prima pornire a jocului va dura mai mult.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Gestionează reglările vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Captură de joc OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Act/Dez înregistrarea jocurilor OBS pentru toate programele Vulkan și OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Compatibilitate\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Versiunea de Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Se actualizează versiunea de Windows, așteaptă…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Limba\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Alege limba pentru programe.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Mediu izolat dedicat\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Folosește un mediu restricționat/gestionat pentru această sticlă.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Gestionează permisiunile mediului izolat\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Execuție Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Furnizează alte biblioteci pentru o compatibilitate mai mare. Dezactivează \"\n\"în caz de probleme.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Runtime Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Furnizează alte biblioteci pentru o compatibilitate mai mare cu jocurile \"\n\"Steam. Dezactivează în caz de probleme.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Dosar de lucru\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Restabilește valorile inițiale\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Prestabilit)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Înlocuiri DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Variabile de mediu\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Gestionare unități\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Instantanee automate\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Creează automat instantanee înainte de a instala programe sau de a modifica \"\n\"reglările.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Comprimare\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Comprimă instantaneele pentru a reduce spațiul. Acest lucru va încetini \"\n\"crearea de instantanee.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Folosește modele de excludere\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Exclude căile din instantanee.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Gestionare modele\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Actualizare\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Oprește procesul\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Nu s-au găsit instantanee\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Creează primul instantaneu pentru a începe să salvezi stările preferințelor \"\n\"tale.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Un scurt comentariu\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Salvează starea sticlei.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Creează un nou instantaneu\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detalii\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Înapoi\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operațiuni\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Alege sticla\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Renunță\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Alege\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Creează o sticlă nouă\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Raport de erori Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Renunță\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Trimite raportul\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles s-a blocat ultima dată. Completează un raport atașând următorul \"\n\"„traceback” pentru a ne ajuta să identificăm problema și să prevenim ca \"\n\"aceasta să se repete.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Am găsit unul sau mai multe rapoarte similare (sau identice). Verifică cu \"\n\"atenție dacă nu a fost deja raportată eroarea înainte de a trimite unul nou. \"\n\"Fiecare raport necesită un efort din partea programatorilor pentru a \"\n\"diagnostica. Trebuie să le respecți munca și să te asiguri că nu publici \"\n\"duplicate.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Vreau totuși să raportez.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Opțiuni avansate\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Pachet incomplet\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Această versiune de Bottles nu pare să furnizeze toate dependențele de bază \"\n\"necesare, contactează administratorul pachetului sau folosește o versiune \"\n\"oficială.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Închide\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Bibliotecile de legături dinamice (DLL) pot fi specificate ca integrate \"\n\"(furnizate de Wine) sau native (furnizate de program).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Înlocuire nouă\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Înlocuiri\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Unități\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Acestea sunt căi din sistemul gazdă care sunt asociate și recunoscute ca \"\n\"dispozitive de către executant (de exemplu, C: D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Scrisoare\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Unități existente\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplică sticla\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplică\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Introdu un nume pentru duplicatul sticlei.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Se duplică…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Poate dura ceva timp.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Sticlă duplicată\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Variabilele de mediu sunt valori cu nume dinamice care pot afecta modul în \"\n\"care procesele în curs de execuție se vor comporta în sticla ta.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Numele variabilei\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Variabile existente\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Modele de excludere\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Stabilește modelele care vor fi utilizate pentru a împiedica gestionarea \"\n\"versiunilor în anumite dosare.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Model\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Modele existente\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Reglări Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Salvează\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Gestionează modul în care trebuie afișate jocurile.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Claritatea jocului\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Folosește claritatea jocului video ca referință în pixeli.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Lățime\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Înălțime\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Claritatea ferestrei\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Mărește claritatea în pixeli când se utilizează o claritate mai mare decât \"\n\"cea a jocului.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Diverse\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Limita frecvenței cadrelor\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Limita frecvenței cadrelor dacă nu este focalizat\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Redimensionare cu întregi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Tip de fereastră\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Fără margini\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Pe tot ecranul\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Vrei să continui cu instalarea?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Începe instalarea\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Acest program de instalare necesită anumite resurse locale care nu pot fi \"\n\"furnizate altfel.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Continuă\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Terminată!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Arată programe\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Instalarea nu a reușit!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Ceva n-a mers bine.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Toate mesajele\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Importante\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Erori\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Avertizări\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informații\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Jurnal\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Jurnal\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Modifică nivelul de înregistrare în jurnal.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Toate\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Aceste argumente vor fi transmise la pornire.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Argumente personalizate\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumente de comandă\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"De exemplu: VAR=valoare %comandă% -examplu1 -exemplu2 -exemplu3=bună\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Script post-executare\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Alege un script care trebuie executat după pornire.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Alege un Script\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Alege de unde pornești programul.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Alege un dosar\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Aceste reglări vor înlocui reglările prestabilite pentru acest executabil.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Înlocuirea preferințelor\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Restabilește valorile inițiale ale sticlei\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Ecran virtual\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Declinare Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Folosește Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Atenție, folosirea executanților bazați pe Proton în sticle non-Steam poate \"\n\"cauza probleme și împiedică comportamentul lor corect.\\n\"\n\"\\n\"\n\"Recomandăm folosirea Wine-GE, o versiune de Proton menită să funcționeze în \"\n\"afara Steam.\\n\"\n\"\\n\"\n\"Continuând va activa automat timpul de executare Steam \"\n\"(dacă este prezent în sistem și este detectat de Bottles) pentru a-i permite \"\n\"să acceseze bibliotecile necesare și să limiteze problemele de \"\n\"compatibilitate. Reține că GloriousEggroll, furnizorul executantului, nu \"\n\"este responsabil pentru nicio problemă și te rugăm să nu le raportezi.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Am înțeles.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Redenumește\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Alege un nume nou pentru programul selecționat.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nume nou\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Pornește cu argumente\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Pornește\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Scrie mai jos argumentele care trebuie transmise executabilului.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"exemplu: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Reglări Mediu izolat\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Împărtășește rețeaua\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Împărtășește sunetul\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Avansare necesară\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Continuă\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Pornește avansarea\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Noul sistem de gestionare a versiunilor\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Noul sistem de gestionare a versiunilor sticlei a sosit.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles are un sistem nou de gestionare a versiunilor care nu este \"\n\"compatibil cu versiunile anterioare.\\n\"\n\"\\n\"\n\"Pentru a continua folosirea gestionării versiunilor, trebuie reinițializat \"\n\"depozitul de sticle. Acest lucru nu va șterge datele sticlei, dar va șterge \"\n\"toate instantaneele existente și va crea unul nou.\\n\"\n\"\\n\"\n\"Dacă ai nevoie să te întorci la un instantaneu anterior înainte de a \"\n\"continua, închide această fereastră și recuperează instantaneul, apoi \"\n\"redeschide sticla pentru a vedea din nou această fereastră.\\n\"\n\"\\n\"\n\"Vechiul sistem va fi eliminat într-una din următoarele versiuni.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Se reinițializează depozitul…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Gata! Repornește Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Reglări pentru efecte de postprocesare\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Prestabilit\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Reglări prestabilite\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efectele se aplică în funcție de ordinea din listă.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efecte\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Claritate adaptabilă a contrastului\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Claritate\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Arată informații\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Claritate Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Îmbunătățire\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Antidistorsiune aproximativ rapid\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Calitate subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Limita de calitate a marginii\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Limita minimă de calitate a marginii\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Antidistorsiune morfologic subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detectarea marginii\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Limită\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Pașii maximi de căutare\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Pașii maximi de căutare pe diagonală\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Rotunjirea maximă a colțului\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"Claritatea CAS crește claritatea unui cadru. Valorile mai mari fac cadrul \"\n\"mai clar, în timp ce valorile mai mici de 0 fac cadrul mai neclar decât cel \"\n\"nativ.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Claritatea DLS mărește claritatea unui cadru. Valorile mai mari fac cadrul \"\n\"mai clar.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Îmbunătățirea DLS reduce neclaritatea unui cadru. Valorile mai mari fac \"\n\"cadrul mai clar.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Calitatea subpixelului FXAA reduce distorsiunea la nivel de subpixel. \"\n\"Valorile mai mari fac cadrul mai clar.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Limita de margine FXAA este valoarea minimă de contrast necesară pentru a \"\n\"aplica algoritmul FXAA. Valorile mai mari fac ca imaginea să aibă mai mult \"\n\"contrast.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Limita minimă de calitate a marginii FXAA este valoarea minimă a pixelilor \"\n\"întunecați care sunt ignorați de algoritmul FXAA. Valorile mai mari fac ca \"\n\"FXAA să ignore pixelii sub valoarea specificată și pot duce la o creștere a \"\n\"performanței.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma detectează marginile dintr-o perspectivă monocromă, în timp ce Color \"\n\"detectează marginile pe baza culorilor. Luma este mai performant decât Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Limita SMAA specifică sensibilitatea de detectare a marginii. Valorile mai \"\n\"mici detectează mai multe margini în detrimentul performanței.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Pașii maximi de căutare SMAA specifică numărul de pași de căutare pe \"\n\"orizontală și verticală care se efectuează atunci când se caută margini.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Pașii maximi de căutare pe diagonală SMAA specifică numărul de pași de \"\n\"căutare pe diagonală care se efectuează la căutarea marginilor.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"Rotunjirea colțurilor SMAA specifică puterea de rotunjire a colțurilor \"\n\"marginilor.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Integrate (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Native (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Integrate, apoi native\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Native, apoi integrate\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Dezactivat\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Elimină\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/indică/calea\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Valoare\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Caută fișiere\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Numele prefixului Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Gestionar\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Acest prefix Wine a fost deja importat în Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importă o copie de rezervă a sticlei\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Caută din nou prefixe\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Nu s-au găsit prefixe\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nu au fost găsite prefixe externe. Are Bottles acces la ele?\\n\"\n\"Folosește simbolul din partea de sus pentru a importa o sticlă dintr-o copie \"\n\"de rezervă.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Arhivă completă\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Arată manifestul…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Citește recenzia…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Numele instalatorului\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Descrierea instalatorului\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Necunoscut\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Instalează acest program\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Opțiunile programului\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Fără miniatură\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Pornește\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Pornește cu Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Numele elementului\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Elimină din bibliotecă\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Oprește\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Bibliotecă\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Adaugă aici elemente din lista de programe a sticlei\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Gestionarea versiunilor e activă în această sticlă.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Această sticlă pare deteriorată.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Execută în această sticlă\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Pornește aici\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Această sticlă pare deteriorată, lipsește fișierul de configurare. Pot \"\n\"încerca să rezolv prin crearea unei noi configurări.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Caută sticle…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Sticle\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Creează o Sticlă nouă…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nu s-a găsit nimic\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Caută altfel.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Se pornește…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Această resursă lipsește.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Caută\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"C_reează\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Numele sticlei\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplicație\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Jocuri\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"_Personalizat\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Personalizat\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Împărtășește dosarul de utilizator\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Acest lucru face ca dosarul utilizatorului să poată fi descoperit în sticlă, \"\n\"cu riscul de a împărtăși informații personale către programul Windows. \"\n\"Această opțiune nu poate fi schimbată după ce a fost creată sticla.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arhitectura\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32 de biți ar trebui să fie utilizată numai dacă este strict necesar.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importă o configurare personalizată.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Dosarul sticlei\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Dosarul care va conține datele acestei sticle.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"În_chide\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Acest nume nu este disponibil, încearcă altul.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Înapoi\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Bun venit în Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Folosește programe pentru Windows în Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows în Sticle\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles folosește executanți de compatibilitate pentru a oferi medii izolate \"\n\"de tip containerizat, asemănătoare cu Windows, în care funcționează \"\n\"programele.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Aproape gata\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Este nevoie de câteva minute pentru a pregăti totul…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Totul este gata!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Termină mai întâi configurarea\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Începe să folosești Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Înainte\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Preferințe\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Generale\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Aspect\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Aspect întunecos\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Dacă Bottles să folosească fondul negru.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Arată data actualizării\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Dacă să se afișeze data actualizării în lista sticlei.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Notificări\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Arată notificări pentru descărcări și instalări.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Fișiere temporare\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Ștergi fișierele temporare când pornește Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Închide Bottles după pornirea unui program\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Închide Bottles după pornirea unui program din gestionarul de fișiere.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrări\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixe Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Înșiruie și gestionează prefixele Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Înșiruie aplicațiile Steam în lista de programe\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Trebuie ca Steam pentru Windows să fie instalat în sticlă.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Arată „Epic Games” în lista de programe\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Trebuie ca magazinul „Epic Games” să fie instalat în sticlă.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Arată „Ubisoft Games” în lista de programe\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Trebuie ca Ubisoft Connect să fie instalat în sticlă.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avansate\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Dosarul cu Sticle\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Dosarul care conține datele sticlelor tale.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Executanți\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Bottles nu e conectat la internet, deci executanții nu sunt disponibili.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Pre-lansare\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Arată versiunile instabile ale executanților.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Componente DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles nu e conectat la internet, deci DLL nu sunt disponibile.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Nucleu\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Execuție\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimente\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Aceste caracteristici sunt în curs de dezvoltare intensă și pot fi instabile;\"\n\" pot să apară erori și defecțiuni.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Mediu izolat pentru sticlă\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"La început de dezvoltare.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Pornește în Terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Parcurge calea\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Modifică opțiunile de pornire…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Adaugă în bibliotecă\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Adaugă simbolul pe ecran\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Adaugă la Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Redenumește…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Ascunde programul\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Arată programul\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Elimină din listă\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Numele programului\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ID-ul stării\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Comentariul stării\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Recuperează acest instantaneu\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Șterge mesajul\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Opțiuni principale\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Nu pari conectat la internet. Fără conectare, nu vei putea descărca \"\n\"componente esențiale. Fă clic pe acest simbol dacă s-a restabilit conexiunea.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importă…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Ajutor\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Despre Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Fișierul „{0}” nu este un fișier .exe sau .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Actualizat: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"„{0}” adăugat\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Alege executabilul\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Adaugă\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Ascunde programele ascunse\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Se pornește „{0}”…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Atenție la mediul izolat\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Sticlele funcționează într-un mediu izolat, un mediu cu permisiune limitată, \"\n\"necesar pentru a te proteja. Dacă programul nu funcționează, există \"\n\"posibilitatea de a intra în interiorul sticlei \"\n\"(simbolul cu 3 puncte din partea de sus), apoi pornește-l de acolo.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Ignoră\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Alege locul în care să salvezi configurarea copiei de rezervă\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportă\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Alege locul în care să salvezi arhiva copiei de rezervă\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Copie de rezervă\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Copie de rezervă creată pentru „{0}”\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Copie de rezervă nereușită pentru „{0}”\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Sigur vrei să ștergi definitiv „{}”?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Aceasta va șterge definitiv toate programele și reglările asociate acestora.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"Șt_erge\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Lipsește executantul\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Executantul solicitat de această sticlă lipsește. Instalează-l prin \"\n\"preferințele sticlelor sau alege unul nou pentru a porni aplicațiile.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Sigur vrei să oprești forțat toate procesele?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Acest lucru poate provoca pierderi de date, deteriorarea și funcționarea \"\n\"defectuoasă a programelor.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Forțează _oprirea\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Această caracteristică nu e disponibilă pentru sistemul tău.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Pentru a adăuga această caracteristică, pornește instalarea flatpak\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Acest nume de sticlă este deja utilizat.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Alege dosarul de lucru\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Dosarul care conține datele pentru \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Sigur vrei să ștergi toate instantaneele?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Aceasta va șterge toate instantaneele, dar va păstra fișierele.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Treci la noul sistem de gestionare a versiunilor pentru a crea stări noi.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Instalatori\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Operațiuni în curs, așteaptă.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Revino la sticlele tale.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Copie de rezervă importată cu succes\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importare nereușită\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Se importă copia de rezervă…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Alege o arhivă a copiei de rezervă\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importă\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Alege un fișier de configurare\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/D\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Pornește executabilul în „{self.config.Name}”\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Se pornește „{0}” în „{1}”…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Sticlele tale\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Se descarcă ~{0} de pachete…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Descărcate {0} din {1} pachete\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Alege dosarul sticlei\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Se creează Sticla…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Nu se poate crea sticla\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Crearea sticlei a eșuat cu una sau mai multe erori.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Sticlă creată\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"„{0}” a fost creat cu succes.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam nu a fost găsit sau Bottles nu are suficiente permisiuni.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Alege calea sticlelor\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Repornești Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles trebuie repornit pentru a utiliza acest dosar.\\n\"\n\"\\n\"\n\"Asigură-te că închizi toate programele pornite din Bottles înainte de a \"\n\"reporni Bottles, deoarece dacă nu faci acest lucru poți cauza pierderi de \"\n\"date, deteriorări și programe care nu funcționează corect.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Repornește\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Bazat pe Wine de la Valve, include versiunea de testare și corecări Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Bazat pe Wine de la sursă, include versiunea de testare și corecări Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Bazat pe Wine de la sursă, include corectări din versiunea de testare.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Bazat pe Wine de la Valve, include modificări specifice Proton și Steam. \"\n\"Trebuie ca timpul de executare Steam să fie activat.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Altele\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Avansează\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Se instalează…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest pentru {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"„{0}” dezinstalat\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"„{0}” instalat\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"„{0}” nu a putut fi instalat\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"„{0}” importat\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Această aplicație poate funcționa prost. Programul de instalare a fost \"\n\"configurat pentru a oferi cea mai bună experiență posibilă, dar pot să apară \"\n\"erori, instabilitate și să lipsească caracteristici de lucru.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Acest program funcționează cu defecțiuni notabile, dar aceste defecțiuni nu \"\n\"afectează funcționarea aplicației.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Acest program funcționează cu mici defecțiuni.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Acest program funcționează perfect.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Recenzie pentru {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Se oprește „{0}”…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Se pornește „{0}” cu Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"„{0}” ascuns\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"„{0}” arătat\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"„{0}” eliminat\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"„{0}” redenumit „{1}”\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Simbol creat pe ecran pentru „{0}”\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"„{0}” adăugat în bibliotecă\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"„{0}” adăugat în biblioteca ta Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Arată raportul\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Această problemă a fost raportată de 5 ori și nu poate fi \"\n\"trimisă din nou.\\n\"\n\"            Trimite raportul tău într-unul din cele existente mai jos.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Se actualizează reglările de afișare, așteaptă…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Reglări de afișare actualizate\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Nu s-a găsit nicio înlocuire.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Alege calea unității\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nu s-a stabilit nicio variabilă de mediu.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nu există modele de excludere.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"A apărut o eroare.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Copiază în memorie\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Alege fișierul resursei\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Se instalează dependențele Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Se configurează sticla…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Se procesează pașii de instalare…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Se instalează {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Se efectuează verificările finale…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Se instalează {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} este acum disponibil în lista programelor.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Instalarea a eșuat cu o eroare necunoscută\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} este deja dezactivat pentru această sticlă.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Această reglare este diferită de cea prestabilită a sticlei.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Alege un Script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Nu s-a găsit calea pentru „Sticle personalizate”\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Se revine la calea prestabilită. Nu vor fi afișate sticlele din calea dată.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Folosește programe pentru Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Migrare la Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Act/Dez dialogul de migrare la Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Fond negru\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Forțează utilizarea fondului negru.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Arată/Ascunde data de actualizare în listă\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Arată/Ascunde data de actualizare din lista sticlelor.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Lista aplicațiilor Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Act/Dez lista aplicațiilor Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Lista „Epic Games”\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Act/Dez lista „Epic Games”.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Lista „Ubisoft Connect”\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Act/Dez lista Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Lățimea ferestrei\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Modifică lățimea ferestrei.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Înălțimea ferestrei\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Modifică înălțimea ferestrei.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Arată notificări.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Eliminarea fișierelor temporare\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Elimină fișierele temporare la pornirea sistemului.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Versiunea de testare\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Act/Dez candidatul de lansare pentru executanți.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Fereastra de pornire\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Alege în ce fereastră trebuie pornită aplicația.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Act/Dez caracteristicile experimentale, cum ar fi gestionarea versiunilor și \"\n\"a programelor de instalare. Candidat de lansare pentru executanți.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Asistență Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Act/Dez asistența pentru prefixele Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimental:mediu izolat\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Act/Dez mediul izolat pentru sticlă.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Închide automat Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Închide Bottles după ce ai pornit un executabil din gestionarul de fișiere.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Arată avertizarea pentru mediul izolat\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Act/Dez avertizarea pentru mediul izolat.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Folosește programe pentru Windows cu Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Pune programele în sticle și bucură-te de ele!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Sistemul nostru integrat de instalare a dependențelor garantează accesul \"\n\"automat la compatibilitatea programelor. Folosește gestionarul de descărcări \"\n\"pentru a descărca componentele oficiale: executantul (Wine, Proton), DXVK, \"\n\"dependențele, etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Gestionarea versiunilor sticlei îți păstrează munca în siguranță și îți \"\n\"permite să o recuperezi mai târziu!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Caracteristici:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Creează sticle folosind medii preconfigurate sau creează-ti propriul mediu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Pornește executabile (.exe/.msi) în sticle, direct din opțiunile \"\n\"gestionarului de fișiere\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Detectarea automată a aplicațiilor instalate în sticlele tale\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Adaugă rapid variabile de mediu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Înlocuiește DLL-urile direct din preferințele sticlei\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Schimbă din mers executantul pentru orice sticlă\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Diverse optimizări ale performanțelor în jocuri \"\n\"(esync, fsync, DXVK, cache, compilator shader, offload … și multe altele.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Instalarea și gestionarea automată a executanților Wine și Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Repararea automată a sticlei în caz de spargere\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Instalator de dependențe integrat bazat pe un depozit gestionat de comunitate\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Gestionare integrată a procesele Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Acces la ProtonDB și WineHQ pentru asistență\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Sistem pentru aducerea configurării la noile versiuni ale sticlelor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Copiază și importă sticle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importă prefixe Wine de la alți gestionari\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Gestionarea versiunilor sticlelor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... și multe altele pe care le puteți găsi instalând Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Actualizează informațiile metadatelor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Adaugă mai multe informații despre actualizare și corectează informațiile \"\n\"despre versiune\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"S-a remediat butonul „Adaugă la Steam”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Reparat BottleConfig fiind fără serializare\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"S-a rezolvat eșecul extracției duble Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Versiunea corectă\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"S-a remediat o eroare apărută la crearea unei sticle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Schimbare majoră: Reproiectarea interfeței pentru „Sticlă nouă”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Îmbunătățirea calității vieții:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\"Înlocuiește simbolul emote-dragoste cu biblioteca din pagina bibliotecii\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Adaugă un aviz pentru „Pornește executabilul”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Erori corectate:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Adăugarea scurtăturii la Steam a dus la o eroare\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"A apărut o eroare la importarea copiilor de rezervă\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Timpul de executare Steam este activat automat când se folosește wine-ge-\"\n\"custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Diverse remedieri legate de bibliotecă, cum ar fi coperți goale și blocări \"\n\"legate de intrările lipsă\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Rezolvarea diferitelor probleme legate de codificarea textului\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Corectată eroarea la descărcare dacă Bottles nu este executat din terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Data versiunii corecte\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"Ascunde erorile critice legate de NVIDIA pe sisteme non-NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Îmbunătățiri și remedieri la Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Instalarea dependenței este mai rapidă și mai stabilă\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Verificarea stării de sănătate are mai multe informații pentru o depanare \"\n\"mai rapidă\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI are o mulțime de remedieri și este mai stabil, acum ar trebui să \"\n\"funcționeze corect\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Remedierea blocării la descărcarea unei componente\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Îmbunătățirea codului prin evitarea blocării rotației\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Mai multe variabile pentru scripturile de instalare\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Corectarea dialogului care afișează „Totul este gata” în timp ce, de fapt, \"\n\"nu era gata\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Îmbunătățirea construirii sistemului\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Activarea VKD3D în mod prestabilit la crearea de sticle pentru jocuri\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Corectarea blocărilor la citirea fișierelor Steam cu codificări greșite\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Corectarea componentelor care nu se actualizează corect în UI după instalare/\"\n\"dezinstalare\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Mai multe remedieri FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Rezolvată problema când un program se închide după ce a fost pornit din „\"\n\"Pornește executabilul”\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"si multe, multe, multe altele!\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Sticle\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"Sticle\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Sticle\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Administrați-vă facil wineprefixurile\"\n"
  },
  {
    "path": "po/ru.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:30+0000\\n\"\n\"Last-Translator: t4llkr <anaterem2015@yandex.ru>\\n\"\n\"Language-Team: Russian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"ru/>\\n\"\n\"Language: ru\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=\"\n\"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? \"\n\"1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Путь не указан\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Резервное копирование {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Импорт резервной копии: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Не удается установить компоненты, сделано 3 попытки.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Отсутствуют необходимые компоненты. Установка…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Не удалось создать каталог для бутылки.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Не удалось создать каталог или файл-заглушку.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Создание конфигурации для бутылки…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Шаблон найден, применяется…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Конфигурация Wine обновляется…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Конфигурация Wine обновлена!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\"Запущено через Flatpak, создание «песочницы» для пользовательского каталога…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Создание «песочницы» для пользовательского каталога…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Настройка версии Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Применение стандартных настроек CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Оптимизация среды…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Применение среды: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Использование пользовательского рецепта для среды…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Рецепт не найден или недействителен…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Установка DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Установка VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Установка DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Установка зависимости: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Создание начального состояния для версионирования…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Завершение…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Кэширование шаблона…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Фиксирование состояния…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Нечего фиксировать\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Новое состояние [{0}] создано!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Список состояний успешно получен!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Состояние [{0}] успешно восстановлено!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Восстановление состояния {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Состояние не найдено\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Состояние {} уже активно\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Показать версию\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Путь к исполняемому файлу\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Путь ссылки\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Название бутылки\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Запуск с аргументами\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Некорректный ресурс (синтаксис: bottles:run/<бутылка>/<программа>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"Получен запрос [Выход].\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"Получен запрос [Помощь].\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"Получен запрос [Обновить].\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Пожертвовать\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Сторонние библиотеки и особые благодарности\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Спонсируется и финансируется\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Копирайт © 2017 разработчики Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Разработчики Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"lenemter, carhub\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Версия компонента\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Удалить\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Обзор файлов\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Не удалось выполнить установку. Это может быть связано с ошибкой \"\n\"репозитория, неполной загрузкой или несоответствием контрольной суммы. \"\n\"Нажмите, чтобы повторить снова.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Загрузить и установить\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Показать манифест\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Лицензия\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Переустановить\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Сообщить об ошибке…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Название зависимости\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Описание зависимости\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Категория\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Загрузить и установить эту зависимость\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Произошла ошибка установки. Для чтения отчёта перезапустите Bottles или \"\n\"запустите их через терминал, чтобы видеть весь текстовый вывод.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Меню зависимостей\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Поиск неисправностей\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Обзор файлов…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Дублировать бутылку…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Это полный архив вашей бутылки, включая личные файлы.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Полная резервная копия…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Это просто конфигурация бутылки. Она идеально подходит, если вы хотите \"\n\"создать новую, но без личных файлов.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Экспорт настроек…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Показать скрытые программы\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Поиск новых программ\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Удалить бутылку…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Дополнительное меню\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Принудительно завершить все процессы\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Имитировать выключение Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Выключение\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Имитировать перезагрузку Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Перезагрузка\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Параметры запуска\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Запустить в терминале\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Перетащите файлы, чтобы выполнить их\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Моя бутылка\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Среда\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Раннер\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Для этой бутылки включено версионирование\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"В этой бутылке активировано версионирование.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Запустить файл…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Программы\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Нажмите «Запустить файл…», чтобы запустить файл, «Добавить ярлык…», чтобы \"\n\"добавить файл в список программ или «Установить программы…», чтобы \"\n\"установить программы, курируемые сообществом.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Добавить ярлыки…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Установить программы…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Настройки\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Параметры\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Настройка параметров бутылки.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Зависимости\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Установить зависимости для программ.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Снимки\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Создание и управление состояниями бутылки.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Диспетчер задач\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Управление запущенными программами.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Инструменты\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Командная строка\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Запуск команд внутри бутылки.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Редактор реестра\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Редактирование внутреннего реестра.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Устаревшие инструменты Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Проводник\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Отладка\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Конфигурация\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Деинсталлятор\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Панель управления\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Поиск зависимостей…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Вы офлайн :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles запущен в офлайн режиме, поэтому зависимости недоступны.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Зависимости — это ресурсы, который улучшают совместимость с программами \"\n\"Windows.\\n\"\n\"\\n\"\n\"Файлы на этой странице предоставляются третьими лицами под проприетарной \"\n\"лицензией. Устанавливая их, вы соглашаетесь с соответствующими условиями \"\n\"лицензирования.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Сообщить о проблеме или об отсутствующей зависимости.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Сообщить об отсутствующей зависимости\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Читать документацию.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Документация\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Поиск\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Поиск программ…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Устанавливаете программы, курируемые нашим сообществом.\\n\"\n\"\\n\"\n\"Файлы на этой странице предоставляются третьими лицами под проприетарной \"\n\"лицензией. Устанавливая их, вы соглашаетесь с соответствующими условиями \"\n\"лицензирования.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Установщики не найдены\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"Репозиторий недоступен или установщик несовместим с данной бутылкой.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Читать документацию\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Название\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Компоненты\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Версия слоя совместимости Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Обновление раннера и компонентов, пожалуйста, подождите…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Улучшает совместимость с Direct3D 8/9/10/11 путём перевода их в Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Обновление DXVK, пожалуйста, подождите…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Улучшает совместимость с Direct3D 12 путём перевода его в Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Обновление VKD3D, пожалуйста, подождите…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Обновление DXVK-NVAPI, пожалуйста, подождите…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX \\\"ignore-same\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"Улучшает отзывчивость. Может выявляться некоторыми античитами.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Обновление LatencyFleX, пожалуйста, подождите…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Дисплей\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling \\\"ignore-same\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Улучшает производительность за счёт качества, используя DXVK-NVAPI. Работает \"\n\"только на новых ГП от NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution \\\"ignore-same\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Повышает производительность за счёт качества. Работает только на Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Управлять настройкам FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Дискретная видеокарта\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Использовать дискретную видеокарту для улучшения производительности за счёт \"\n\"энергопотребления.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Эффекты постобработки\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Добавляет различные эффекты постобработки используюя vkBasalt. Работает \"\n\"только на Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Управление параметрами слоя постобработки\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Управление того, как игры должны отображаться на экране используют Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Управление настройками Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Дополнительные параметры дисплея\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Скорость\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Включить синхронизацию для повышения производительности на многоядерных \"\n\"процессорах.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Синхронизация\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Система\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Отслеживание производительности\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Отображение информации мониторинга, такой как частота кадров, температура, \"\n\"загрузка ЦП/ГП и многое другое. Работает в OpenGL и Vulkan с помощью \"\n\"MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode \\\"ignore-same\\\"\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Применяет ряд оптимизаций к вашему устройству. Может повысить \"\n\"производительность в играх.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Предзагружать файлы игры\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Улучшает время загрузки при запуске игры несколько раз. Игра может \"\n\"запускаться дольше в первый раз.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Управление настройками vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Захват игры через OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Включить захват игр через OBS для всех Vulkan и OpenGL программ.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Совместимость\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Эмуляция версии ОС\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Обновление версии Windows…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Язык\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Выбор языка для программ.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Отдельная «песочница»\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Использовать для этой бутылки ограниченную/управляемую среду.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Управление разрешениями песочницы\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Среда выполнения Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Предоставляет дополнительные библиотеки для большей совместимости. Отключите \"\n\"при возникновении проблем.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Среда выполнения Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Предоставляет дополнительные библиотеки для большей совместимости с играми \"\n\"Steam. Отключите при возникновении проблем.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Рабочий каталог\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Восстановить значения по умолчанию\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(По умолчанию)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Переопределения DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Переменные среды\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Управление дисками\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Автоматические снимки\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Автоматическое создание снимков перед установкой программ или изменением \"\n\"настроек.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Сжатие\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Сжатие снимков для уменьшения занимаемого пространства. Это замедлит \"\n\"создание снимков.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Использовать шаблоны исключения\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Исключить пути в снимках.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Управление шаблонами\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Обновить\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Остановить процесс\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Снимки не найдены\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Создайте ваш первый снимок, чтобы начать сохранять состояния ваших настроек.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Краткий комментарий\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Сохранить состояние бутылки.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Создать новый снимок\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Сведения\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Назад\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Операции\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Выбор бутылки\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Отмена\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Выбрать\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Создать новую бутылку\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Отчёт об ошибке Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Отмена\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Отправить отчёт\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Работа Bottles завершена с ошибкой. Для исправления укажите в отчёте \"\n\"подробности о ней.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Найдено несколько похожих или идентичных отчётов. Перед отправкой \"\n\"собственного убедитесь, что он не дублирует существующие. Каждый отчёт \"\n\"требует от разработчиков усилий в проведении анализа — уважайте, пожалуйста, \"\n\"их труд и удостоверьтесь, что не отправляете дубликат.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Да, хочу отправить отчёт.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Расширенные опции\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Неполная установка\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Используемая вами версия Bottles содержит не все необходимые зависимости. \"\n\"Пожалуйста, свяжитесь с сопровождающим используемого вами пакета или \"\n\"используйте официальную версию.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Выход\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Динамические библиотеки могут быть указаны как встроенные (поставляемые Wine)\"\n\" или родные (поставляемые программой).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Новое переопределение\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Переопределения\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Диски\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Каталоги вашей хост-системы, которые будут распознаваться как отдельные \"\n\"диски (C:, D: и т. п.).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Буква диска\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Заданные диски\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Дублировать бутылку\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Создать копию\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Введите название для копии бутылки.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Идёт копирование…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Это может занять некоторое время.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Бутылка продублирована\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Переменные среды — это текстовые настройки, влияющие на поведение запущенных \"\n\"в бутылке процессов.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Имя переменной\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Заданные переменные\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Шаблоны исключения\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Добавьте шаблоны, которые будут использоваться для предотвращения \"\n\"версионирования некоторых директорий.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Шаблон\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Существующие шаблоны\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Настройки Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Сохранить\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Управление того, как игры должны отображаться.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Разрешение игры\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Использовать разрешение игры в качестве эталона.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Ширина\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Высота\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Разрешение окна\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"Повышает разрешение при использовании разрешения выше, чем игровое.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Разное\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Ограничение частоты кадров\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Ограничение частоты кадров (не в фокусе)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Целочисленное масштабирование\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Тип окна\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Без рамок\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Полный экран\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Вы хотите продолжить установку?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Начать установку\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Установщику требуются локальные ресурсы, не предоставляющиеся другим \"\n\"способом.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Продолжить\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Завершено!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Показать программы\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Установка не удалась!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Что-то пошло не так.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Все сообщения\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Критичные\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Ошибки\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Предупреждения\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Информация\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Просмотр журнала\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Просмотр журнала\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Изменить уровень ведения журнала.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Всё\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Эти аргументы будут переданы при запуске.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Пользовательские аргументы\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Команда с аргументами\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"пример: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Послестартовый скрипт\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Выберите скрипт, который следует выполнить после запуска программы.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Выберите скрипт\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Выберите, откуда следует запускать программу.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Выбрать каталог\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Эти настройки будут переопределять стандартные для данной программы.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Переопределение настроек\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Восстановить значения по умолчанию\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Виртуальный рабочий стол\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Отказ от ответственности\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Использовать Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Внимание! Использование раннеров на основе Proton в бутылках не для Steam \"\n\"может вызвать проблемы и помешать их правильной работе.\\n\"\n\"\\n\"\n\"Рекомендуем использовать Wine-GE — специальную версию Proton, \"\n\"предназначенную для работы вне Steam.\\n\"\n\"\\n\"\n\"Продолжение автоматически активирует среду выполнения Steam \"\n\"(если она присутствует в системе и обнаружена Bottles), чтобы разрешить ей \"\n\"доступ к необходимым библиотекам и уменьшить проблемы совместимости. Имейте \"\n\"в виду, что GloriousEggroll (поставщик раннера) не несет ответственности ни \"\n\"за какие проблемы, и просим не сообщать ему о них.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Всё ясно.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Переименовать\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Измените название программы.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Новое название\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Запуск с аргументами\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Запустить\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Указанные ниже аргументы будут переданы в запускаемую программу.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"пример: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Настройки «песочницы»\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Доступ к сети\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Доступ к звуку\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Необходимо обновление\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Продолжить\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Запустить обновление\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Новая система версионирования\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Новая система версионирования бутылок.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"В Bottles используется новая система версионирования без обратной \"\n\"совместимости.\\n\"\n\"\\n\"\n\"Чтобы продолжить её использование, следует пересоздать репозиторий бутылки. \"\n\"Это не удалит данные из вашей бутылки, но удалит все существующие состояния \"\n\"и создаст одно новое.\\n\"\n\"\\n\"\n\"Если перед продолжением вам нужно вернуться к предыдущему снимку — закройте \"\n\"данное окно, восстановите это состояние и переоткройте бутылку, чтобы вновь \"\n\"показать это окно.\\n\"\n\"\\n\"\n\"Поддержка прежней системы версионирования будет прекращена в одном из \"\n\"следующих релизов.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Пересоздание репозитория…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Готово. Перезапустите Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Параметры эффектов постобработки\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"По умолчанию\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Настройки по умолчанию\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Эффекты применяются в списочном порядке.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Эффекты\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Контрастная адаптивная резкость\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Резкость\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Показать сведения\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Резкость Luma с шумоподавлением\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Шумоподавление\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Быстрое приблизительное сглаживание\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Субпиксельное качество\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Порог качества\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Минимум порога качества\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Субпиксельное морфологическое сглаживание\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Обнаружение краёв\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma \\\"ignore-same\\\"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Цвет\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Порог\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Максимальный шаг поиска\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Максимальный диагональный шаг поиска\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Максимальное скругление углов\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS увеличивает резкость кадра. Чем выше значение, тем резче кадр, а \"\n\"значения ниже 0 смягчают исходный кадр.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Резкость DLS увеличивает резкость кадра. Чем выше значение, тем резче кадр.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Шумоподавление DLS уменьшает уровень шума в кадре. Чем выше значение, тем \"\n\"мягче кадр.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Субпиксельное качество FXAA уменьшает ступенчатость на субпиксельном уровне. \"\n\"Чем выше значение, тем мягче кадр.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Порог FXAA — это минимальный контраст, необходимый для применения алгоритма \"\n\"FXAA. Чем выше значение, тем контрастней кадр.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Минимальный порог качества FXAA — это минимальное значение тёмных пикселей, \"\n\"которые игнорируются алгоритмом FXAA. Более высокие значения позволят FXAA \"\n\"игнорировать большее количество пикселей, что приведёт к увеличению \"\n\"производительности.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma в отличие от Цвета выявляет края в монохромном спектре, за счёт чего \"\n\"производительнее последнего.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Порог SMAA определяет чувствительность выявления краёв. Меньшие значения \"\n\"выявляют больше краёв в ущерб производительности.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Максимальный шаг поиска SMAA определяет число шагов горизонтального и \"\n\"вертикального поиска при выявлении краёв.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Максимальный диагональный шаг поиска SMAA определяет число шагов поиска по \"\n\"диагонали при выявлении краёв.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"Величина скругления углов SMAA.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Встроенный (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Родной (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Встроенный, затем родной\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Родной, затем встроенный\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Отключено\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Удалить\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/путь/до/места\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Значение\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Обзор файлов\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Название префикса Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Менеджер\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Этот префикс Wine уже импортирован в Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Импортировать резервную копию бутылки\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Повторный поиск префиксов\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Префиксов не обнаружено\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Внешние префиксы не найдены. Вы уверены, что у Bottles есть к ним доступ?\\n\"\n\"Используйте кнопку сверху для импорта бутылки из резервной копии.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Полный архив\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Показать манифест…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Почитать отзывы…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Название установщика\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Описание установщика\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Неизвестно\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Установить эту программу\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Меню программ\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Нет миниатюры\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Запустить\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Запуск посредством Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Название элемента\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Удалить из библиотеки\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Остановить\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Библиотека\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Добавьте сюда элементы из списка программ своих бутылок\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"В этой бутылке активировано версионирование.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Кажется, бутылка повреждена.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Выполнить в этой бутылке\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Запустить здесь\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Кажется, бутылка повреждена: отсутствует файл конфигурации. Можно \"\n\"попробовать решить проблему, создав новую конфигурацию.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Поиск ваших бутылок…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton \\\"ignore-same\\\"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Создать новую бутылку…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Результатов не найдено\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Попробуйте указать другие критерии поиска.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Запуск…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Заданный ресурс не найден.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Обзор\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"Создать\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Название бутылки\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Приложение\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Игры\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Пользовательская\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Пользовательская\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Доступ к директории пользователя\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Это делает папку пользователя доступной в бутылке с риском доступа к \"\n\"персональной информации Windows приложениям. Эта настройка не может быть \"\n\"изменена после создания бутылки.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Архитектура\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32-битная архитектура должна быть использована только когда необходимо.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Импортировать пользовательскую конфигурацию.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Папка бутылки\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Папка, которая будет содержать данные этой бутылки.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Закрыть\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Это имя недоступно, попробуйте другое.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Назад\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Добро пожаловать в Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Запускайте программы Windows на Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows в Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"В Bottles используются раннеры, предоставляющие изолированную Windows-среду, \"\n\"в которой запускаются программы.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Почти готово\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Нужно ещё несколько минут для завершения настройки…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Всё готово!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Пожалуйста, дождитесь окончания установки\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Можно пользоваться Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Далее\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Параметры\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Общее\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Внешний вид\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Темный режим\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Следует ли Bottles использовать тёмную цветовую схему.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Дата обновления\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Отображение даты обновления в списке бутылок.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Уведомления\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Показывать уведомления о загрузках и установках.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Очищать временные файлы\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Очищать временные файлы при запуске Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Закрытие Bottles после запуска программы\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Закрывать Bottles после запуска программы из файл-менеджера.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Интеграция\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Префиксы Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Отображать префиксы Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Отображать приложения Steam в списке программ\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Требует установки в бутылку Steam для Windows.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Отображать приложения Epic Games в списке программ\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Требует установки в бутылку приложения Epic Games.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Отображать игры Ubisoft в списке программ\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Требует установки в бутылку приложения Ubisoft Connect.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Расширенные настройки\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Каталог Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Каталог, который содержит данные ваших бутылок.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Раннеры\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles запущен в офлайн режиме, поэтому пускатели недоступны.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Предварительный выпуск\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Показывать нестабильные версии пускателей.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Компоненты DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles запущен в офлайн режиме, поэтому DLL недоступны.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Ядро\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Среда выполнения\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge \\\"ignore-same\\\"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Эксперименты\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Эти функции находятся в стадии интенсивной разработки и могут вести себя \"\n\"нестабильно, с ошибками и сбоями.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Отдельные «песочницы» для бутылок\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"На ранней стадии разработки.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Запустить с терминалом\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Просмотреть путь\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Изменить параметры запуска…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Добавить в библиотеку\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Добавить на рабочий стол\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Добавить в Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Переименовать…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Скрыть программу\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Показать программу\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Убрать из списка\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Название программы\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ID состояния\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Комментарий к состоянию\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Восстановить данное состояние\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Удалить сообщение\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Главное меню\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Не обнаружено подключения к интернету, без чего невозможно загрузить \"\n\"необходимые компоненты. Нажмите на этот значок при восстановлении соединения.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Импорт…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Помощь\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"О Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Файл «{0}» не .exe или .msi файл\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Обновлено: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"«{0}» добавлено\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Выбор выполняемого файла\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Добавить\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Скрыть скрытые программы\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Запуск «{0}»…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Помните о «песочнице»\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles работает в «песочнице» — среде с ограниченным доступом, необходимой \"\n\"для вашей безопасности. Если программа не запускается, попробуйте \"\n\"переместить её внутрь бутылки (значок с тремя точками сверху) и запустить \"\n\"уже оттуда.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Отменить\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Выберите место для сохранения резервной копии настроек\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Экспорт\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Выберите место для сохранения архива резервной копии\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Резервное копирование\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Резервная копия «{0}» создана\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Ошибка резервного копирования «{0}»\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Вы уверены, что вы действительно хотите навсегда удалить «{}»?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Это навсегда удалит все программы и настройки, связанные с ними.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Удалить\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Раннер отсутствует\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Раннер, который был запрошен этой бутылкой, отсутствует. Установите его \"\n\"через настройки Bottles или выберите новый для запуска приложений.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Вы уверены, что хотите принудительно остановить все процессы?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Это может привести к потере данных, их повреждению и неправильной работе \"\n\"программ.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Принудительно остановить\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Эта функция недоступна на вашей системе.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Чтобы добавить эту функцию, пожалуйста, выполните flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Название этой бутылки уже занято.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Выбрать рабочий каталог\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Каталог, который содержит данные «{}».\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Вы уверены, что хотите удалить все снимки?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Это удалит все снимки, но сохранит ваши файлы.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Для создания новых состояний перейдите на новую систему версионирования.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Установщики\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Выполняются операции, пожалуйста, подождите.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Вернуться к бутылкам.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Резервная копия успешно импортирована\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Ошибка импорта\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Импорт резервной копии…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Выберите архив резервной копии\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Импорт\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Выберите конфигурационный файл\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Н/д\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Запустить исполняемый файл в «{self.config.Name}»\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Запуск «{0}» в «{1}»…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Ваши Бутылки\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Загрузка ~{0} данных…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Получено {0} из {1} пакетов\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Выбрать каталог Bottles\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Создание бутылки…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Невозможно создать бутылку\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Не удалось создать бутылку с одной или несколькими ошибками.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Бутылка создана\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"«{0}» было успешно создано.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam не найден или у Bottles недостаточно разрешений.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Выбор пути Bottles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Перезапустить Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles должен быть перезапущен, чтобы использовать этот каталог.\\n\"\n\"\\n\"\n\"Закройте все программы, запущенные через Bottles, перед перезапуском \"\n\"Bottles, иначе это может привести к потере данных, их повреждению и \"\n\"неправильной работе программ.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Перезапустить\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Основан на Wine от Valve, включает в себя патчи из staging и Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Основан на апстриме Wine, включает в себя патчи из staging и Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Основан на апстриме Wine, включает в себя патчи из staging.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Основан на Wine от Valve, включает в себя staging, Proton и специфичные для \"\n\"Steam патчи. Требует включённой среды выполнения Steam.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Другое\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Обновить\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Установка…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Манифест для {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"«{0}» удалено\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"«{0}» установлено\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"Ошибка установки «{0}»\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"«{0}» импортировано\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Эта программа может работать плохо. Установщик был настроен, чтобы \"\n\"предоставить наилучший опыт работы, но ожидайте ошибки, нестабильность и \"\n\"отсутствие рабочих функций.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Эта программа работает с заметными ошибками, которые не влияют на \"\n\"функциональность приложения.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Эта программа работает с незначительными ошибками.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Эта программа работает идеально.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Отзывы для {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Остановка «{0}»…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Запуск «{0}» посредством Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"«{0}» скрыто\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"«{0}» показано\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"«{0}» удалено\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"«{0}» переименовано в «{1}»\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Ярлык для «{0}» создан\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"«{0}» добавлено в библиотеку\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"«{0}» добавлено в библиотеку Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Показать отчёт\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Отчёт о данной проблеме отправлен уже 5 раз и не может быть \"\n\"принят снова.\\n\"\n\"            Оставьте отзыв в одном из перечисленных отчётов.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Обновление параметров дисплея, пожалуйста, подождите…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Параметры дисплея обновлены\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Переопределений не обнаружено.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Выберите путь к диску\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Нет сохранённых переменных среды.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Нет сохранённых шаблонов исключения.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Произошла ошибка.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Копировать в буфер обмена\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Выберите файл с ресурсами\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Установка зависимостей Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Настройка бутылки…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Выполнение шагов установщика…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Установка {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Выполнение заключительных проверок…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Установка {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} теперь доступен в списке программ.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Установка прервана из-за неизвестной ошибки\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} уже отключено для этой бутылки.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Эта настройка отличается от настройки бутылки.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Выберите скрипт\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Пользовательский путь к бутылкам не найден\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Возврат к пути по умолчанию. По заданному пути ни одна бутылка показана не \"\n\"будет.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Запуск программ Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Миграция Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Включить диалог миграции Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Тёмная тема\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Принудительное использование тёмной темы.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Дата обновления в списке\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Отображение даты обновления в списке бутылок.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Список приложений Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Показывать приложения из Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Список приложений Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Показывать приложения Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Поддержка Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Показывать приложения из Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Ширина окна\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Изменение ширины окна.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Высота окна\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Изменение высоты окна.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Отображение уведомлений.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Удаление временных файлов\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Удаление временных файлов при запуске.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Предварительная версия\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Использовать предварительную версию для раннеров.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Вид при запуске\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Выберите внешний вид приложения при запуске.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Доступ к экспериментальным функциям, таким как установщики, версионирование \"\n\"бутылок, показ предварительных версий для пускателей.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Поддержка Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Поддержка префиксов Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Эксперименты:песочница\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Включить экспериментальный режим «песочницы» для отдельных бутылок.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Автоматическое закрытие Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Закрывать Bottles после запуска программ из файл-менеджера.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Показ предупреждений о «песочнице»\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Показывать предупреждения о «песочнице».\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Запускайте программы Windows на Linux с помощью Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Разливайте ПО по бутылкам и наслаждайтесь на досуге!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Встроенная система установки зависимостей предоставляет автоматический \"\n\"доступ к компонентам совместимости ПО. Загружайте менеджером загрузок \"\n\"официальные компоненты: пускатель (Wine, Proton), DXVK, зависимости и т. д.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Система управления версиями бутылок обеспечивает сохранность вашей текущей \"\n\"работы, а при необходимости позволяет её восстановить!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Возможности:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Создание бутылок с использованием предварительно настроенных или собственных \"\n\"сред\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Запуск исполняемых файлов (.exe/.msi) в бутылках прямо из контекстного меню \"\n\"файл-менеджера\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Автообнаружение приложений, установленных в бутылках\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Быстрое добавление переменных среды\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Переопределение библиотек DLL напрямую из настроек для каждой бутылки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Замена пускателя для любой бутылки на лету\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Различные оптимизации игровой производительности \"\n\"(esync, fsync, DXVK, кэш, компилятор шейдеров, разгрузка и многое другое)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Автоматическая установка и управление версиями Wine и Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Автоматическое восстановление бутылок при поломке\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Встроенный установщик зависимостей из репозитория, управляемого сообществом\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Встроенный диспетчер задач для процессов Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Доступ к ProtonDB и WineHQ для получения помощи\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Система переноса настроек в новые версии Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Резервное копирование и импорт бутылок\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Импорт префиксов Wine из других менеджеров\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Версионирование бутылок\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"…и многое другое, что вы найдёте, установив Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Обновление метаданных приложения\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"Добавлено больше информации об обновлении и исправлены заметки о выходе\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Исправлена кнопка «Добавить в Steam»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Исправлена ошибка, из-за которой BottleConfig не подлежал сериализации\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Исправлен сбой двойного извлечения Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Исправлена версия\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Исправлен вылет приложения при создании бутылки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Основное изменение: редизайн интерфейса создания новой бутылки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Улучшения опыта использования:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"В библиотеке значок сердечка был заменён на значок библиотеки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Добавлен тост к «Запустить исполняемый файл»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Исправления ошибок:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Добавление сочетаний клавиш для Steam вызывало ошибку\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Импорт резервной копии вызывал ошибку\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Среда выполнения Steam теперь автоматически включена при использовании wine-\"\n\"ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Различные исправления, связанные с библиотекой, такие как пустые обложки и \"\n\"сбои, связанные с отсутствующими записями\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Исправление различных проблем с кодировкой текста\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Исправлена ошибка при загрузке файлов, если Bottles не был запущен из \"\n\"терминала\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Испралена дата версии\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Скрыты критические ошибки, связанные с NVIDIA, в системах без карт от NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Улучшения и исправления для Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Установка зависимостей стала более быстрой и стабильной\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Проверка работоспособности теперь содержит больше информации для более \"\n\"быстрой отладки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI получил множество исправлений и стал более стабильным, теперь он \"\n\"должен работать правильно\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Исправлен сбой при загрузке компонента\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Улучшение внутреннего кода за счет исключения спин-блокировки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Дополнительные переменные для скриптов установщика\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Исправлено диалог приветствия, показывающий «Всё готово», хотя на самом деле \"\n\"оно было не готово\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Улучшения системы сборки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"VKD3D теперь включён по умолчанию при создании бутылок для игр\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Исправлены сбои при чтении файлов Steam с плохими кодировками\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Исправлена проблема, из-за которой интерфейс компонентов не обновлялся после \"\n\"установки или удаления\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Больше исправлений для FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Исправлена проблема, когда программа закрывалась после запуска через «\"\n\"Запустить исполняемый файл»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"и многое, многое, многое другое!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Вычисление…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Запустить .exe/.msi в этой бутылке\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"Нажмите «Создать новую бутылку…», чтобы создать новую бутылку.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Создать новую бутылку…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Новая бутылка\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Сведения о бутылке\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Среда, оптимизированная для игр Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Среда, оптимизированная для приложений Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Чистая среда для экспериментов.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Несвязанный домашний каталог\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Не связывайте пользовательский каталог с домашним\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 бита\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 бита\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Пользовательский рецепт\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Выберите пользовательский рецепт для среды, если он у вас есть.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Пользовательский путь\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Храните эту бутылку в другом месте.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Сеть недоступна, загрузка невозможна.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Задайте путь к исполняемому файлу\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Выберите исполняемый файл Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Задайте рабочий каталог для исполняемых файлов\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Выберите файл с рецептом\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Задайте место хранения бутылки\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Задайте новый путь к бутылкам\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Выберите скрипт\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Задайте рабочий каталог\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"Параметр «Задержка PulseAudio» устарел и включён по умолчанию\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"Детали бутылки автоматически отображаются при создании бутылки\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Bottles теперь соответствует рекомендациям GNOME Circle\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Отключить pulseaudio_latency по умолчанию.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"Исправлен сбой при запуске из-за деинсталлятора.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"Реализована очередь для установки компонентов.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Исправлено удаление бутылки, которое иногда не работало.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Поддержка последнего dxvk @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Исправление для DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"Добавлены всплывающие подсказки для оценок программ\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Исправлено завершение установщика @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Исправлены параметры gamescope @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"Добавлено сочетание клавиш Ctrl + W для закрытия окна @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"\"\n#~ \"Исправлена ошибка, из-за которой бутылки отключались от XDG_DATA_HOME\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Французский перевод от @julroy и @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Турецкий перевод от @54linux-ea и @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Русский перевод от @lenemter и @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Каталонский перевод от @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Арабский перевод от @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Корейский перевод от @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Португальский перевод от @davipatricio, @SantosSi и @vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Галисийский перевод от @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Перевод на иврит от @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Польский перевод от @Mikutut\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Слои\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ультра\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Качество\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Баланс\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Многослойная\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Среда, где каждое приложение — отдельный слой.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Выбрать каталог\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Выберите файл.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Файл не найден\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Указанный файл не существует. Пожалуйста, выберите подходящий файл.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Пробелы в имени файла\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Путь к Color Lookup Table не может содержать пробелы. Переименуйте файл \"\n#~ \"так, чтобы путь к нему не содержал таковых.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Недопустимый размер картинки\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Высота и ширина изображения должны совпадать.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Простое управление префиксами Wine с помощью сред исполнения\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Запуск с аргументами…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Обзор внутренних файлов в проводнике Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Управление процессами с помощью диспетчера задач Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Отладка процессов Wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Конфигурация Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Изменить внутренние настройки.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Удаление программ с помощью деинсталлятора Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Доступ к внутренней панели управления Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Используйте секцию установщиков или кнопку «Запустить файл».\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Зависимости — это программы, библиотеки и кодеки, улучшающие \"\n#~ \"совместимость с приложениями Windows. Здесь можно их установить для \"\n#~ \"удовлетворения требованиям таких приложений.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Читать документацию.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Установить выбранное\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Настоятельно не рекомендуется устанавливать несколько зависимостей \"\n#~ \"одновременно.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Множественный выбор\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Используйте этот раздел для установки программ, курируемых нашим \"\n#~ \"сообществом, без надобности в ручной установке.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Читать документацию\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Графика\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Повышает производительность игр и 3D-приложений DirectX 11.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Повышает производительность игр и 3D-приложений DirectX 12.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Обеспечивает поддержку DLSS (если доступна) и NVAPI от Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"Масштабирование для увеличения частоты кадров.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"Слой постобработки Vulkan для улучшения графики в играх.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Управление настройками vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Виртуальный рабочий стол Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Полноэкранный захват мыши\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Позволяет программе захватывать ввод мыши в полноэкранном режиме.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Захват фокуса\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Активируйте, если программа не получает фокус при переключении.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Дёргающийся курсор\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"Активируйте в случае задержек или десинхронизации курсора.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Масштабирование экрана\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Выбор желательного числа точек на дюйм.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Отрисовщик\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Выберите бэкэнд для wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (по умолчанию)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Управление версиями компонентов\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Версия DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Версия VKD3D\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Версия DXVK NVAPI\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Версия LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"false\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"То же, что и Bottles, но предоставляется Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Оптимизирует производительность при запуске игр.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Использовать микрокомпозитор Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Путь к бутылке по умолчанию.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Восстановить значения по умолчанию\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Выбрать каталог\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Аудио\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Снижение задержки\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"Снизить задержку PulseAudio до 60 мс для повышения качества звука.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Версионирование\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Использовать сжатие для Состояний\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Это уменьшит необходимое для хранения состояний пространство, но замедлит \"\n#~ \"их создание.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Состояния будут автоматически создаваться перед установкой зависимостей \"\n#~ \"или запуском установщиков.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"\"\n#~ \"Использовать шаблоны для исключения некоторых директорий из \"\n#~ \"версионирования.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Разработка и отладка\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Окошко Vulkan/OpenGL с частотой кадров, температурой, загрузкой и др.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Журнал Wine «fixme»\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Журналировать случаи использования кода, не реализованного в Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Программ не найдено\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Установите программы из раздела установщиков, запустите свой файл \"\n#~ \"установщика или добавьте исполняемые файлы кнопкой «+».\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Отображение скрытого\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Сделайте перерыв, это может занять некоторое время.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"Как Gamescope должен управлять окнами запущенных игр.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Ширина (напр. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Высота (напр. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Разрешение Gamescope\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Изменить уровень журналирования.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Настройки vkBasalt\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"Таблица поиска цветов\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT преобразует один диапазон цветов в другой с помощью .CUBE или .png \"\n#~ \"файла, высота которого равна ширине.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Начните с создания бутылки.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Запускайте приложения Windows на Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Пользовательский путь к бутылкам (требуется перезапуск)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"Задайте место хранения новых бутылок (не затронет существующие).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"На ранней стадии разработки (требуется перезапуск).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Импорт/экспорт…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Поддержка\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Форумы\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Открыть меню\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Новая бутылка\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"Ок\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Подтвердить\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Действительно остановить все процессы?\\n\"\n#~ \"Это может привести к потере данных.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Путь к бутылке по умолчанию.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"Включение сжатия требует пересоздания\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"Это не затронет данные вашей бутылки, но удалит все сохранённые \"\n#~ \"состояния. Действительно продолжить?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Детали и инструменты\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Программы, найденные в меню «Пуск» вашей бутылки.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Бутылка «{0}» создана\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' установлен.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Мирко Бромбин\"\n\n#~ msgid \"News\"\n#~ msgstr \"Новости\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"Новая система версионирования всего содержимого бутылки\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"Автоверсионирование можно включать и выключать\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Использование сжатия для состояний версионирования\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"\"\n#~ \"Улучшено сохранение параметров запуска без многократного обновления \"\n#~ \"пользовательского интерфейса\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"Улучшенная производительность обработки YAML-файлов через библиотеку \"\n#~ \"libyaml, чья поддержка обеспечивается пакетом python-yaml\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"Новое оформление диалога «О Bottles»\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"Поддержка обложек приложений в Библиотеке благодаря SteamGridDB\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"Настройка DXVK HUD удалена, теперь за неё — переменные среды\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"Оболочка bottles-cli теперь показывает вывод команд\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"\"\n#~ \"Функция проверки работоспособности перемещена в секцию устранения \"\n#~ \"неполадок в диалоге «О Bottles»\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"Расширенная проверка основных зависимостей, упаковщикам предлагается \"\n#~ \"перепроверить свои пакеты\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Новое разрешение по умолчанию для Flatpak: xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"Добавлена секция сведений о сторонних библиотеках\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Исправления\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"Исправление пропуска вводного диалога\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"Исправление пустого названия бутылки\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"Исправление библиотек gstreamer для бутылок на архитектуре win32\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"Исправление сбоя при ошибке «удалённое отключение»\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"Исправление неправильного отображения Vaniglia\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"Исправление возникновения циклов при генерации шаблонов с использованием \"\n#~ \"символьных ссылок\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"Исправление ошибки переноса конфигурации в случае её изменения \"\n#~ \"пользователем\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"Исправление отсутствия mscoree.dll\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"Исправление регрессии для опции -b в старом bottles-cli\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"Исправление сбоя при анализе параметров запуска Steam\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"\"\n#~ \"Исправление регрессии, из-за которой кнопка «Добавить в Steam» не \"\n#~ \"создавала в нём новых записей\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Финский перевод от Jiri Grönroos\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Индонезийский перевод от @liimee\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Испанский перевод от Pablo Munoz Alabau и @oscfdezdz\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Португальский (Бразилия) перевод от @geraldohomero\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Немецкий перевод от Patrick Ulbricht\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Простое управление префиксами wine\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Эксперименты:библиотека\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Включить экспериментальный режим библиотеки.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Загрузка…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Пользовательский путь к бутылкам не найден, проверьте настройки.\\n\"\n#~ \"Задействован путь по умолчанию, бутылки из которого показаны не будут!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Проверка целостности\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Индексирование состояния файлов…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Создание точки восстановления…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Не удалось создать папку состояния.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Обновление индекса…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Не удалось обновить файл состояний.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Не удалось обновить индексный файл.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Найденные аргументы для исполняемого файла: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Шаг {self.__step} из {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' запущен.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' запущен посредством Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Индекс состояния {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Читать документацию о зависимостях.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"Окошко DXVK с частотой кадров и другими деталями в приложениях D3D.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Читать документацию о программах\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Дополнительные настройки\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Локальные ресурсы\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Поиск префиксов\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Включить версионирование для сохранения и восстановления бутылки до \"\n#~ \"определенного состояния.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Библиотека\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Проверка целостности\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Загрузка...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Диспетчер задач\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Выберите место для хранения новых «бутылок» (не затронет существующие)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Установка...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Невозможно добавить ярлык на рабочий стол из-за отсутствующих \"\n#~ \"привилегий.\\n\"\n#~ \"Посмотрите <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">наше \"\n#~ \"видео</a> о том, как исправить эту проблему для Flatpak.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Напишите краткий комментарий:\"\n\n#~ msgid \"Temp files\"\n#~ msgstr \"Временные файлы\"\n\n#~ msgid \"Close Bottles after starting a program from the file manager\"\n#~ msgstr \"Закрывать Bottles после запуска программы из файл-менеджера\"\n\n#~ msgid \"Custom bottles path (requires restart)\"\n#~ msgstr \"Пользовательский путь к «бутылкам» (требуется перезапуск)\"\n\n#~ msgid \"Pre-release\"\n#~ msgstr \"Предварительный выпуск\"\n\n#~ msgid \"In early development (requires restart)\"\n#~ msgstr \"На ранней стадии разработки (требуется перезапуск)\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris раннеры\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Управление версиями «бутылок» (экспериментально)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Перевод</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">Финансирование</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Отчёт об \"\n#~ \"ошибке</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">Блог</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Твиттер</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Отчёт об ошибке\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Открыть в проводнике\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Переместить в песочницу\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Перемещение в песочницу…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Утилиты\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Командная строка\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Редактор реестра\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Конфигурация Wine\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Панель управления\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Тестовый режим: отображаются зависимости только из тестового репозитория.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Файлы на этой странице были проверены, но могут подпадать под \"\n#~ \"проприетарную лицензию.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Файлы на этой странице были проверены, но могут подпадать под \"\n#~ \"проприетарную лицензию.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Читать документацию об установщиках\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Сведения о «бутылке»\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Новая «бутылка»\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Переименовать «бутылку»\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Использовать DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Использовать VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"Использовать LatencyFleX\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Полноэкранный захват мыши\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"Версия DXVK\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Управление версиями VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Служба wine будет перезапущена.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"Переопределения DLL\"\n\n#~ msgid \"Set PulseAudio latency to 60 milliseconds to increase sound quality.\"\n#~ msgstr \"Снизить задержку PulseAudio до 60 мс для повышения качества звука.\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Читать документацию о версионировании\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"пример: ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Существующие переопределения\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"пример: -example1 -example2 -example3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"пример: BottleCopy\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Новая переменная\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"пример: MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"Здесь можно изменить переменные среды для выполняемых команд.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"пример: VAR1=value VAR2=value\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"пример: VAR1=value VAR2=value ...\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"напр., 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"напр., 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Используется Flatpak-версия Bottles, так что при указании пути к скрипту \"\n#~ \"вне песочницы не забудьте задать необходимые разрешения через <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a>.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Введите новое название:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Введите здесь..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Сообщение приходит сюда.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Утилиты и настройки\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Выберите название «бутылки»\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Использовать пользовательский путь\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Добро пожаловать!\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Bottles существенно упрощают запуск ПО Windows на Linux.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Что такое «бутылка»?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"«Бутылка» - это среда выполнения, имитирующая Windows и настроенная для \"\n#~ \"запуска Windows приложений. В одной «бутылке» может быть установлено \"\n#~ \"несколько приложений.\\n\"\n#~ \"\\n\"\n#~ \"«Бутылки» изолированы от ваших личный файлов и не имеют к ним доступа, \"\n#~ \"если только вы явно не предоставите его.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Узнать больше об этом</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Осталось немного\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Нам нужно скачать и установить некоторые <a href=\\\"https://docs.\"\n#~ \"usebottles.com/getting-started/first-run\\\">компоненты (~75MB)</a> для \"\n#~ \"завершения настройки.\\n\"\n#~ \"\\n\"\n#~ \"Мы не можем предоставлять эти файлы сразу вместе с Bottles из-за разницы \"\n#~ \"в циклах выпуска.\\n\"\n#~ \"\\n\"\n#~ \"Когда вы будете готовы, нажмите кнопку <b>Установить</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Подождите, это может занять несколько минут.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Скачать\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Готово!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Теперь вы готовы создать свои первые «бутылки».\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Завершить\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Внимание: убедитесь, что Flatpak выданы разрешения на доступ к новому \"\n#~ \"пути.\\n\"\n#~ \"Это сломает песочницу!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Отображать ли в списке нестабильные версии.\"\n\n#~ msgid \"Change launch options\"\n#~ msgstr \"Изменить параметры запуска\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Скрыть из списка\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Показать в списке\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"Обработка...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Библиотека\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Вернуться назад\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Установщику требуются локальные ресурсы\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Выберите исполняемый файл для %s\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Локальные ресурсы не найдены или недействительны\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Установка не удалась, пожалуйста, проверьте журналы.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Продолжаем со средой по умолчанию…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Подтвердить удаление\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Готово\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe раннеры\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton раннеры\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Другие раннеры\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Форумы Bottles\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Отображать эту программу\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Введите название для своей «бутылки»\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Новые программы будут найдены автоматически.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Создать копию «бутылки»\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Изменить переменные среды\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Поле не должно содержать спецсимволы!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Это уровень совместимости, позволяющий устанавливать и запускать \"\n#~ \"программное обеспечение Windows на системах Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b>«Бутылки»</b> — это среды, где раннер настраивает систему, в которой \"\n#~ \"запускается и устанавливается программное обеспечение Windows.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Подробнее о \"\n#~ \"раннерах</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Импорт и экспорт\"\n\n#~ msgid \"Set custom DPI\"\n#~ msgstr \"Устанавливает пользовательский DPI\"\n\n#~ msgid \"Select what backend to use for wined3d\"\n#~ msgstr \"Выберите, какой бэкенд использовать для wined3d\"\n\n#~ msgid \"Toggle OBS game capture for all next launches\"\n#~ msgstr \"Использовать технологию захвата игр от OBS\"\n\n#~ msgid \"Gamescope settings\"\n#~ msgstr \"Настройки Gamescope\"\n\n#~ msgid \"Bottle information\"\n#~ msgstr \"Сведения о «бутылке»\"\n\n#~ msgid \"What Are Runners?\"\n#~ msgstr \"Что такое «раннеры»?\"\n\n#~ msgid \"\"\n#~ \"We need to download and install a runner to allow you to create your own \"\n#~ \"bottles.\\n\"\n#~ \"The download size is <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Read \"\n#~ \"more about what we're going to download</a>\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Нужно скачать и установить раннер, который позволит вам создавать \"\n#~ \"собственные «бутылки».\\n\"\n#~ \"Размер загрузки составит <b>~70 МБ</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-\"\n#~ \"run\\\">Подробнее</a> о том, что будет скачиваться.\\n\"\n#~ \"\\n\"\n#~ \"Мы не можем предложить данные файлы вместе с Bottles ввиду разницы в \"\n#~ \"циклах выпуска.\\n\"\n#~ \"\\n\"\n#~ \"По готовности нажмите кнопку <b>Установить</b>.\"\n\n#~ msgid \"Show update date\"\n#~ msgstr \"Показать дату обновления\"\n\n#~ msgid \"Library mode\"\n#~ msgstr \"Режим Библиотеки\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Справка Flatpak\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Я не вижу мои старые «бутылки» после обновления.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Я не вижу некоторые каталоги.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Я не вижу файлы в моём домашнем каталоге.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Исполняемый файл падает без ошибок или возникает чёрный экран\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Уничтожить эту бутылку\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Бит\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Создать резервную копию этой «бутылки».\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64 бита\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32 бита\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Тёмная тема\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Использовать тёмную тему.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Эксперименты: winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Включить экспериментальную реализацию winebridge.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Компилятор шейдеров ACO\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Повышает производительность в играх и 3D-приложениях.\\n\"\n#~ \"Отключите при возникновении графических сбоев.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Ночной режим\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"Использовать WineBridge для управления процессами и программами.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Известные проблемы\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles запущены!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Это экспериментальная функция на ранней стадии разработки, будьте \"\n#~ \"осторожны и <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">сообщайте об ошибках</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"2017-2022 © разработчики Bottles\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Оптимизирует игровую производительность по требованию\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Версия NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Указать путь к «бутылке»\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"Режим GameMode не запущен либо недоступен.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Эксперименты: установщики\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Программы\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Улучшенная среда для программ Windows.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Эксперименты:версионирование\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Импорт и экспорт\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Создание \\\"бутылки\\\"…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Это процессы wine/wineserver, запущенные на вашем ПК.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Проверить запущенные процессы.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Резервная бутылка\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Бутылка\"\n\n#, fuzzy\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Runner'ов не найдено.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"Не найден DXVK, установите последнюю версию …\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"Не найден vkd3d, установите последнюю версию …\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"Не найден DXVK, установите последнюю версию …\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Твоя новая бутылка: {0} уже готова!\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Менеджер загрузок\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Исправлена ошибка, из-за которой каждая бутылка разбивалась, даже если \"\n#~ \"была разбита только одна\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Перевод на японский язык благодаря @jatin-cbs\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Португальский (Бразилия) перевод благодаря @vitor180396\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Выберите переменную среду\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Загрузите и установите этот бегунок\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Закрыть Bottles после запуска исполняемого файла из файлового менеджера\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Немецкий перевод благодаря @thericosanto\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Загрузки\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Выберите исполняемый файл Windows\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Выберите исполняемый файл Windows\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Исправлена ошибка, из-за которой каждая бутылка разбивалась, даже если \"\n#~ \"была разбита только одна\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Исправлена ошибка, из-за которой каждая бутылка разбивалась, даже если \"\n#~ \"была разбита только одна\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Исправлена ошибка, из-за которой каждая бутылка разбивалась, даже если \"\n#~ \"была разбита только одна\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Итальянский перевод благодаря @blackcat-917\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Немецкий перевод благодаря @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Отладка процессов wine.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Исправлена ошибка, из-за которой каждая бутылка разбивалась, даже если \"\n#~ \"была разбита только одна\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Включить экспериментальную функцию управления версиями\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Эксперименты:инсталляторы\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Обзор C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Обновить эмулятор до последней установленной локально версии\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Уничтожить \\\"бутылку\\\"\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Это изменит runner'а с {0} на {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Запуск в этой \\\"бутылке\\\"\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Немецкий перевод благодаря @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Немецкий перевод благодаря @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Генерация файла конфигурации бутылки …\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Выберите архив резервной копии\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Немецкий перевод благодаря @thericosanto\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Это манифест для {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Это индекс для {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Загруженный файл {0} выглядит поврежденным. Попробуйте еще раз.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Установка {0} runner'а…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Компонент {0} успешно установлен!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} завершено для {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} успешно импортирован!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Ваша резервная копия для {0} готова!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Ваша резервная копия {0} была успешно импортирована!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Не удалось импортировать резервную копию: {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Что такое Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine — это слой совместимости, который позволяет программам Windows \"\n#~ \"работать на Linux.\\n\"\n#~ \"В Bottles он называется <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wine префиксы являются средой, в которой работает Wine. В Bottles мы \"\n#~ \"называем их <b>\\\"бутылки\\\"</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Страница 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVK версии\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Не удалось очистить временную папку!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Пути runner'ов не существует, сейчас создаю.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Пути Bottles не существует, создаю.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Путь dxvk не существует, создаю.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Временного пути не существует, создаю.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Не удалось извлечь! Архив заканчивается раньше, чем ожидалось.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Файл [{0}] уже существует во временной папке, пропускаю.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Переименование [{0}] в [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Загруженный файл [{0}] выглядит поврежденным.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Контрольная сумма источника: [{0}] загружено: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Установка компонента: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Установка зависимости: [{0}] в бутылке: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Удаление [{0}] из system32 в бутылке: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"[{0}] не найден в бутылке: [{1}], не удалось удалить из system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Удаление зависимости: [{0}] из бутылки: [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Runner'ы найдены: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Найден dxvk: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Dxvk не найден.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Ключ: [{0}] не в бутылке: [{1}] настраиваю и обновляю.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"Ключ: [{0}] не в бутылке: [{1}] настраиваю Параметры, обновляю.\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Установка ключа: [{0}] - [{1}] для бутылки [{2}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Применяю переменное окружение: [{0}]…\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Бутылка: [{0}] успешно создана!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Бутылка успешно удалена по пути: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Найден пустой путь, катастрофы не избежать.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Пытаюсь починить бутылку: [{0}]] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Добавление ключа: [{0}] со значением: [{1}] и данными: [{2}] в регистре \"\n#~ \"бутылки: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"Удаление значения: [{0}] для ключа: [{1}] в регистре: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Установка dxvk для бутылки: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Удаление dxvk для бутылки: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Запуск исполняемого файла на wineprefix …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Запуск wineboot на wineprefix …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Запуск winecfg на wineprefix …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Запуск winetricks на wineprefix …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Запуск отладочной консоли на wineprefix …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Запуск CMD на wineprefix …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Запуск диспетчера задач на wineprefix …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Запуск панели управления на wineprefix …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Запуск деинсталлятора на wineprefix …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Запуск Regedit на wineprefix …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Статус отправки: [{0}] в Wineprefix…\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Открытие файлового менеджера по пути …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Импорт wineprefix [{0}] в новой бутылке …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Ошибка при создании пути к бутылке для wineprefix [{0}]. Прерывание.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix {0} успешно импортирован!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] файлов для замены.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] файлов для добавления.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Конфигурация резервного копирования: [{0}] в [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Резервная копия бутылки: [{0}] в [{1}]]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Не удалось сохранить резервную копию по пути: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Не удалось импортировать резервную копию: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Статус подключения: онлайн …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Исправьте стиль выбора окружения в теме Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Не уничтожать page_details при удалении бутылки\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Добавить freetype как зависимость\"\n\n#~ msgid \"Vertical layout for downloads\"\n#~ msgstr \"Вертикальный макет для загрузок\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Перезагрузите Windows\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Выключить Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Убейте все wine процессы\"\n"
  },
  {
    "path": "po/sk.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 13:46+0000\\n\"\n\"Last-Translator: Anonymous <noreply@weblate.org>\\n\"\n\"Language-Team: Slovak <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"sk/>\\n\"\n\"Language: sk\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Nevybrali ste žiadnu cestu\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Záloha {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importujem zálohu: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Zlyhala inštalácia súčastí napriek 3 pokusom.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Chýbajú základné súčasti. Inštalujem…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Zlyhalo vytvorenie adresára pre Fľašu.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Nepodarilo sa vytvoriť zástupcu adresára/súboru.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Generujem konfiguráciu Fľaše…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Šablóna nájdená, aplikuje sa…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Aktualizujem konfiguráciu Wine…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Konfigurácia Wine bola aktualizovaná!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Spúšťam ako Flatpak, v sandboxe používateľa…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Konfigurujem sandbox pre priečinok používateľa…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Nastavujem verziu Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Aplikujem predvolené nastavenia CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimalizujem prostredie…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Aplikujem prostredie: [{0}]…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Používam vlastný recept prostredia…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Recept nie je možné nájsť alebo je neplatný…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Inštalujem DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Inštalujem VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Inštalujem DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Inštalujem závislosti: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Vytváram nultý stav verzovacieho stavu…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Dokončujem…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Ukladanie šablóny do medzipamäte…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Spúšťam commit pre stav…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Nie je čo commitovať\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Nový stav [{0}] bol úspešne vytvorený!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Zoznam stavov bol úspešne načítaný!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Stav {0} bol úspešne obnovený!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Obnovujem stav {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Stav nebol nájdený\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Stav {} je už aktívnym stavom\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Zobraziť verziu\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Cesta k vykonateľnému súboru\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Cesta odkazu .lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Názov Fľaše\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Odovzdať argumenty\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Neplatná adresa URI (syntax: bottles:run/<fľaša>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Ukončiť] žiadosť bola prijatá.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Pomocník] žiadosť bola prijatá.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Obnoviť] žiadosť bola prijatá.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Podporiť\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Knižnice tretích strán a špeciálne poďakovania\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponzorované a financované\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Autorské práva © 2017 vývojari Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Vývojári Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\"Jose Riha <jose1711@gmail.com>\\n\"\n\"Dušan Kazik <prescott66@gmail.com>\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Verzia súčasti\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Odinštalovať\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Prehliadať súbory\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Inštalácia skončila neúspechom. Dôvodom môže byť chyba repozitára, neúplne \"\n\"preberanie alebo nezhodujúci sa kontrolný súčet. Stlačte pre nový pokus.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Stiahnuť a nainštalovať\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Zobraziť manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licencia\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Preinštalovať\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Nahlásiť problém…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Meno závislosti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Popis závislosti\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategória\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Stiahnuť a nainštalovať túto závislosť\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Došlo k chybe pri inštalácii. Reštartujte Bottles a prečítajte si hlásenie o \"\n\"páde alebo ho spustite v termináli a prečítajte si výstup.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Ponuka závislostí\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Riešenie problémov\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Prehliadať súbory…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplikovať Fľašu…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Toto je úplný archív vašej Fľaše, vrátane osobných súborov.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Zálohovať všetko…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Toto je iba konfigurácia Fľaše, je to perfektné, ak chcete vytvoriť novú \"\n\"Fľašu, ale bez osobných súborov.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportovať konfiguráciu…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Zobraziť skryté programy\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Hľadať nové programy\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Odstrániť Fľašu…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Vedľajšia ponuka\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Vynútiť zastavenie všetkých procesov\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simulovať systémové vypnutie Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Vypnúť\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simulovať reštartovanie systému Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Reštartovať\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Možnosti spúšťania\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Spustiť v termináli\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Presunutím súborov nad toto okno ich spustíte\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Moja Fľaša\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Windows x64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Prostredie\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Spúšťač\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Pri tejto Fľaši je povolené správa verzií\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Pri tejto Fľaši je aktívna správa verzií.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Spustiť vykonateľný súbor…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Kliknutím na „Spustiť vykonateľný súbor…“ spustíte vykonateľný súbor, \"\n\"kliknutím na „Pridať zástupcu“ pridáte spustiteľný súbor do zoznamu \"\n\"Programov alebo kliknutím na „Inštalovať programy…“ nainštalujete komunitou \"\n\"spravované programy.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Pridať zástupcu…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Inštalovať programy…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Možnosti\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Nastavenia\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Konfigurujte nastavenia Fľaše.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Závislosti\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Nainštalujte závislosti pre programy.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Snímky\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Vytvárajte a spravujte stavy Fliaš.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Správca úloh\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Spravujte bežiace programy.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Nástroje\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Príkazový riadok\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Spúšťajte príkazy vo vnútri Fľaše.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Editor registrov\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Upravte interný register.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Staré nástroje Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Prehliadač\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Program na ladenie\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfigurácia\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Nástroj na odinštalovanie\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Ovládací panel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Hľadať závislosti…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Ste offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Aplikácia Bottles je spustená v režime offline a závislosti tak nie sú \"\n\"dostupné.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Závislosti sú prostriedky, ktoré zlepšujú kompatibilitu softvéru systému \"\n\"WIndows.\\n\"\n\"\\n\"\n\"Súbory na tejto stránke sú poskytované tretími stranami pod proprietárnou \"\n\"licenciou. Ich inštaláciou vyjadrujete súhlas s podmienkami tejto licencie.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Nahlásiť chýbajúcu závislosť.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Nahlásiť chýbajúcu závislosť\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Prečítajte si dokumentáciu.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentácia\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Hľadať\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Hľadať programy…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Nainštalujte programy vytvorené našou komunitou.\\n\"\n\"\\n\"\n\"Súbory na tejto stránke sú poskytované tretími stranami pod proprietárnou \"\n\"licenciou. Inštaláciou položky súhlasíte s podmienkami tejto licencie.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Neboli nájdené žiadne inštalátory\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Repozitár je buď nedostupný alebo nie je s touto Fľašou kompatibilný žiaden \"\n\"inštalátor.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Prečítajte si dokumentáciu\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Meno\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Súčasti\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Verzia vrstvy kompatibility Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Aktualizujem spúšťače a súčasti, čakajte prosím…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Vylepšite kompatibilitu s Direct3D 8/9/10/11 prevodom do Vulkanu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Aktualizujem DXVK, čakajte prosím…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Vylepšite kompatibilitu s Direct3D 8/9/10/11 prevodom do Vulkanu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Aktualizujem VKD3D, čakajte prosím…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Inštalujem DXVK-NVAPI, čakajte prosím…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Zvýšte rýchlosť odozvy. Môže byť detegovaný niektorými anti-cheat systémami.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Aktualizujem LatencyFleX, čakajte prosím…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Zobraziť\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Super vzorkovanie v rámci hlbokého učenia (DLSS)\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Zlepšite výkon na úkor vizuálnej stránky pomocou rozhrania DXVK-NVAPI. \"\n\"Funguje iba na novších grafických kartách NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"Dokonalé rozlíšenie FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Zlepšite výkon na úkor vizuálnej stránky. Funguje iba v prostredí Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Spravovať nastavenia Dokonalého rozlíšenia FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Dedikovaná grafická karta\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Pomocou dedikovanej grafickej karty zvýšte výkon na úkor spotreby \"\n\"elektrickej energie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efekty následného spracovania\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Pridať rôzne efekty následného spracovania pomocou vkBasalt. Funguje iba vo \"\n\"Vulkane.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Správa nastavenia vrstvy následného spracovania\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Pomocou nástroja Gamescope spravujte, ako sa majú hry zobrazovať na \"\n\"obrazovke.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Spravovať nastavenia Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Rozšírené nastavenia zobrazenia\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Výkon\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Povolením synchronizácie zvýšite výkon viacjadrových procesorov.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synchronizácia\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Systém\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Sledovanie výkonu\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Pomocou aplikácie MangoHug sledujte informácie ako je snímková frekvencia, \"\n\"teplota, zaťaženie CPU/GPU a ďalšie údaje týkajúce sa OpenGL a Vulkanu.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Herný režim Feral\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"Aplikujte na zariadenie sadu optimalizácií. Môže zlepšiť výkon hry.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Predbežne načítavať herné súbory\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Zlepšite čas načítania pri viacnásobnom spúšťaní hry. Prvé spustenie hry \"\n\"bude trvať dlhšie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Spravujte nastavenia vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Zachytávanie hry pomocou OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Zapnite/vypnite funkciu zachytávania hry OBS pre všetky programy Vulkan a \"\n\"OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Kompatibilita\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Verzia systému Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Aktualizujem verziu Windows, čakajte prosím…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Jazyk\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Vyberte jazyk, ktorý majú programy používať.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Vyhradený sandbox\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Pre túto Fľašu použiť obmedzené/riadené prostredie.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Spravujte oprávnenia sandboxu\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Behové prostredie Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Poskytnite balíček ďalších knižníc pre väčšiu kompatibilitu. Ak narazíte na \"\n\"problémy, vypnite ho.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Behové prostredie Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Poskytnutie balíčka ďalších knižníc pre väčšiu kompatibilitu s hrami v \"\n\"službe Steam. Ak narazíte na problémy, vypnite ho.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Pracovný adresár\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Obnoviť predvolené nastavenia\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Predvolené)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Prepísanie DLL knižnice\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Premenné prostredia\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Správa úložiska\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatické snímky\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Automaticky vytvárajte snímky pred inštaláciou softvéru alebo zmenou \"\n\"nastavení.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Kompresia\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Komprimujte snímky a zmenšite tak miesto, ktoré zaberajú v úložisku. Spomalí \"\n\"to vytváranie snímok.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Používať vzory vylúčenia\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Vylúčte cesty zo snímok.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Spravovať vzory\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Obnoviť\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Zastaviť proces\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Neboli nájdené žiadne snímky\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Vytvorte prvú snímku a začnite ukladať stavy svojich nastavení.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Krátky komentár\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Uložiť stav Fľaše.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Vytvoriť novú snímku\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Podrobnosti\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Vrátiť sa naspäť\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operácie\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Vyberte Fľašu\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Zrušiť\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Vybrať\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Vytvoriť novú Fľašu\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Správa o havárií Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Zrušiť\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Poslať správu o chybe\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Počas posledného spustenia došlo k chybe. Prosím, vyplňte hlásenie o chybe a \"\n\"vložte nasledujúci súbor so záznamom, aby ste nám pomohli problém \"\n\"identifikovať. Následne sa pokúsime chybu vyriešiť, aby sa už neopakovala.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Našli sme jedno alebo viac podobných (alebo identických) hlásení. Presvedčte \"\n\"sa, že tento problém zatiaľ nebol nahlásený. Každé hlásenie vyžaduje úsilie \"\n\"zo strany vývojárov, aby ho diagnostikovali. Rešpektujte, prosím, ich prácu \"\n\"a uistite sa, že nejde o už nahlásený problém.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Aj napriek tomu to chcem nahlásiť.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Pokročilé možnosti\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Neúplný balíček\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Zdá sa, že táto verzia Bottles neobsahuje všetky potrebné závislosti jadra. \"\n\"Obráťte sa, prosím, na správcu balíčka alebo použite oficiálnu verziu.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Ukončiť\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Knižnice dynamických odkazov je možné zadať ako vstavané (poskytované Wine) \"\n\"alebo natívne (poskytované programom).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nové prepísanie\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Prepísania\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Disky\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Jedná sa o cesty z hostiteľského systému, ktoré sú mapované a rozpoznané ako \"\n\"zariadenia v programe spúšťača (napr. C:, D:…).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Písmeno\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Existujúce disky\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplikovať Fľašu\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplikovať\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Zadajte meno duplikátu Fľaše.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplikujem…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Toto môže chvíľku trvať.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Fľaša bola duplikovaná\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Premenné prostredia sú dynamické hodnoty, ktoré môžu ovplyvniť spôsob, akým \"\n\"procesy bežia vo Fľaši.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Názov premennej\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Existujúce premenné\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Vzory vylúčenia\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definujte vzory, ktoré budú použité na zabránenie verzovania niektorých \"\n\"adresárov.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Vzor\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Existujúce vzory\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Nastavenie programu Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Uložiť\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Správa spôsobu zobrazenia hier.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Rozlíšenie hry\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Používa rozlíšenie videohry ako referenčnú hodnotu v pixeloch.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Šírka\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Výška\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Rozlíšenie okna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Zvyšuje rozlíšenie pri použití vyššieho rozlíšenia ako je rozlíšenie hry v \"\n\"pixeloch.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Rôzne\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Obmedzenie frekvencie snímok\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Limit frekvencie snímok, keď aplikácia nie je aktívna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Celočíselné škálovanie\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Typ okna\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Bez ohraničenia\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Celá obrazovka\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Chcete pokračovať v inštalácií?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Spustiť inštaláciu\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Tento inštalátor vyžaduje niektoré miestne zdroje, ktoré nie je možné \"\n\"zaistiť inak.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Pokračovať\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Dokončené!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Zobraziť programy\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Inštalácia skončila s chybou!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Niečo sa pokazilo.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Všetky správy\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kritické\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Chyby\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Varovania\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Informácia\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Prehliadač žurnálu\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Prehliadač záznamov\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Zmeniť úroveň záznamu.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Všetko\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Tieto argumenty budú odovzdané pri spúšťaní programu.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Vlastné argumenty\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argumenty príkazu\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"napr.: VAR=hodnota %command% -example1 -example2 -example3=ahoj\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Skript po spustení\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Vyberte, ktorý skript sa má spustiť po vykonaní programu.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Vyberte skript\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Vyberte, odkiaľ program spustiť.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Vyberte adresár\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Tieto nastavenia prepíšu predvolené nastavenia tohto vykonateľného súboru.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Prepisy predvolieb\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Obnoviť Bottles do predvolených nastavení\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtuálna plocha\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton - Vylúčenie zodpovednosti\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Použiť Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Pozor, použitie spúšťačov založených na Protone vo Fľašiach iných ako Steam \"\n\"môže spôsobovať problémy a zabrániť korektnému správaniu.\\n\"\n\"\\n\"\n\"Odporúčame miesto toho používať Wine-GE, verziu Protonu určenú pre beh mimo \"\n\"službu Steam.\\n\"\n\"\\n\"\n\"Pokračovaním automaticky povolíte behové prostredie služby Steam \"\n\"(ak ho v systéme Bottles nájde), aby mu umožnilo prístup k potrebným \"\n\"knižniciam a obmedzilo problémy s kompatibilitou. Uvedomte si, že \"\n\"GloriousEggroll, poskytovateľ spúšťača, nie je zodpovedný za prípadné \"\n\"problémy a prosíme vás, aby ste mu ich nenahlasovali.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Rozumiem.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Premenovať\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Vyberte nový názov pre vybraný program.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nový názov\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Spustiť s argumentami\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Spustiť\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Nižšie napíšte argumenty, ktoré sa majú odovzdať vykonateľnému súboru.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"napr.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Nastavenia sandboxu\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Zdieľať sieť\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Zdieľať zvuk\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Vyžaduje sa aktualizácia\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Pokračovať\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Spustiť aktualizáciu\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nový systém správy verzií\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Nový systém verzovania Fliaš bol spustený.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles má úplne nový systém správy verzií, ktorý nie je spätne kompatibilný.\"\n\"\\n\"\n\"\\n\"\n\"Aby sme mohli správu verzií používať i naďalej, musíme znovu inicializovať \"\n\"úložisko Fliaš. Tým sa nezmažú údaje z Fľaše, ale odstránia sa všetky \"\n\"existujúce snímky a vytvorí sa nový.\\n\"\n\"\\n\"\n\"Ak sa pred pokračovaním potrebujete vrátiť k predchádzajúcej snímke, zavrite \"\n\"toto okno a obnovte snímku. Následne Fľašu znovu otvorte, aby ste znova \"\n\"vyvolali zobrazenie tohto okna.\\n\"\n\"\\n\"\n\"Podpora pre pôvodný systém správy verzií bude ukončená v niektorej z \"\n\"budúcich verzií.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Opätovne inicializujem repozitár…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Hotovo! Reštartujte, prosím, Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Nastavenia efektu následného spracovania\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Predvolené\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Predvolené nastavenia\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efekty sa použijú podľa poradia v zozname.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efekty\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Adaptívne doostrenie kontrastu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Ostrosť\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Zobraziť informácie\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Odšumené doostrenie Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Odstránenie šumu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Rýchly približný antialiasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Kvalita subpixelov\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Hranica kvality\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Hranica kvality minimálna\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Subpixelový morfologický antialiasing\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Detekcia hrany\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Farba\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Prah\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maximálny počet krokov vyhľadávania\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maximálny počet krokov vyhľadávania na uhlopriečke\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maximálne zaoblenie rohov\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS sharpness zvyšuje ostrosť snímok. Pri vyšších hodnotách je snímka \"\n\"ostrejšia, pri hodnotách nižších ako 0 je snímok mäkší ako natívny.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Ostrosť DLS zvyšuje ostrosť snímky. Pri vyšších hodnotách je snímka \"\n\"ostrejšia.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Odšumenie DLS znižuje šum snímky. Pri vyšších hodnotách je snímka mäkšia.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Subpixelová kvalita FXAA znižuje aliasing na úrovni subpixelov. Pri vyšších \"\n\"hodnotách je snímka mäkšia.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Prah hodnoty hrán FXAA je minimálna hodnota kontrastu potrebná na použitie \"\n\"algoritmu FXAA. Pri vyšších hodnotách je snímka kontrastnejšia.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Minimálny prah kvality hrán FXAA je minimálna hodnota tmavých pixelov, ktoré \"\n\"algoritmus FXAA ignoruje. Vyššie hodnoty spôsobia, že FXAA bude ignorovať \"\n\"pixeloy pod zadanou hodnotou, čo môže viesť ku zvýšeniu výkonu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Funkcia Luma deteguje hrany z monochromatického pohľadu, kým funkcia Color \"\n\"deteguje hrany na základe farieb. Funkcia Luma je výkonnejšia ako funkcia \"\n\"Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Prah SMAA určuje citlivosť detekcie hrán. Nižšie hodnoty detegujú viac hrán \"\n\"na úkor nižšie výkonu.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA max search steps určuje koľko horizontálnych a vertikálnych krokov \"\n\"hľadania sa vykoná pri hľadaní hrán.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA max diagional search určuje koľko diagonálnych krokov vyhľadávania sa \"\n\"vykoná pri hľadaní hrán.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA corner rounding určuje silu zaoblenia rohov hrán.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Vstavané (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Natívne (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Vstavané, potom natívne\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Natívne, potom vstavané\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Vypnuté\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Odstrániť\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/bod/k/ceste\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Hodnota\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Prehliadať súbory\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Názov prefixu Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Manažér\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Tento prefix Wine už bol do Bottles naimportovaný.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importovať zálohu Fľaše\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Znova prehľadať prefixy\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Neboli nájdené žiadne prefixy\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Nenašli sa žiadne externé prefixy. Má k nim Bottles prístup?\\n\"\n\"Pomocou ikony v hornej časti môžete importovať Fľašu zo zálohy.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Úplný archív\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Zobraziť manifest…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Prečítať recenziu…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Názov inštalátora\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Popis inštalátora\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Neznáme\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Nainštalovať tento program\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Ponuka programu\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Chýba miniatúra\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Spustiť\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Spustiť pomocou služby Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Názov položky\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Odobrať z Knižnice\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Zastaviť\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Knižnica\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Sem pridajte položky zo zoznamu programov vašej Fľaše\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"V tejto Fľaši je aktívna správa verzií.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Táto Fľaša vyzerá byť poškodená.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Spustiť v tejto Fľaši\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Spustiť tu\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Táto Fľaša vyzerá byť poškodená, konfiguračný súbor chýba. Môžem skúsiť \"\n\"vytvoriť novú konfiguráciu.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Hľadajte Fľaše…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Fľaše\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Vytvoriť novú Fľašu…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Nenašli sa žiadne výsledky\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Skúste vyhľadať niečo iné.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Spúšťanie…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Tento prostriedok chýba.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Prehliadať\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Vytvoriť\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Názov Fľaše\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Aplikácia\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Hry\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"V_lastné\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Vlastné\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Zdieľať adresár používateľa\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Toto nastavenie umožní Fľaši objaviť adresár používateľa, čo však \"\n\"predstavuje riziko spočívajúce v zdieľaní osobných informácií so softvérom \"\n\"Windows. Túto položku nie je možné po vytvorení Fľaše meniť.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Architektúra\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32bitová architektúra by sa mala používať iba v nevyhnutných prípadoch.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importovať vlastnú konfiguráciu.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Adresár Fľaše\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Adresár, ktorý bude obsahovať údaje tejto Fľaše.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Zavrieť\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Toto meno je nedostupné, použite prosím iné.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Predchádzajúci\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Vitajte v aplikácii Fľaše\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Spúšťajte softvér pre systém Windows v systéme Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows vo Fľašiach\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles používa kompatibilné spúšťače, ktoré poskytujú izolované \"\n\"kontajnerové prostredia podobné systému Windows, v ktorých spúšťajú programy.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Takmer hotovo\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Potrebujeme ešte pár minút, aby sme všetko pripravili…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Všetko je pripravené!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Prosím, najprv dokončite nastavenie\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Začať používať Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Ďalej\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Predvoľby\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Všeobecné\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Zobrazenie\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Tmavý režim\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Či majú Bottles používať tmavý farebný motív.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Zobrazovať dátum aktualizácie\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Či sa má v zozname Fliaš zobrazovať dátum aktualizácie.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Upozornenia\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Zobrazovať oznámenia o stiahnutiach a inštaláciách.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Dočasné súbory\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Vyčistiť dočasné súbory pri spúšťaní Fliaš?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Po spustení programu zavrieť Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Zavrieť Fľaše po spustení programu zo Správcu súborov.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrácie\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Prefixy Steam Protonu\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Zobrazovať a spravovať prefixy služby Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Zobrazovať aplikácie služby Steam v zozname programov\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Vyžaduje službu Steam pre Windows nainštalovanú vo Fľaši.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Zobrazovať Epic hry v zozname programov\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Vyžaduje obchod Epic Games Store nainštalovaný vo Fľaši.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Zobrazovať Ubisoft hry v zozname programov\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Vyžaduje aplikáciu Ubisoft Connect nainštalovanú vo Fľaši.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Pokročilé\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Adresár Fliaš\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Adresár, ktorý obsahuje údaje vašich Fliaš.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Spúšťače\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Aplikácia Bottles je spustená v režime offline a tak nie sú dostupné žiadne \"\n\"spúšťače.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Predbežné vydanie\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Zobrazí nestabilné verzie spúšťačov.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL súčasti\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\"Aplikácia Bottles je spustená v režime offline a tak nie sú dostupné žiadne \"\n\"DLL knižnice.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Jadro\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Behové prostredie\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experimenty\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Tieto funkcie sú vo fáze intenzívneho vývoja a môžu byť nestabilné, \"\n\"očakávajte chyby a problémy.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Samostatný sandbox pre Fľaše\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"V ranom štádiu vývoja.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Spustiť pomocou terminálu\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Prehliadať cestu\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Zmeniť možnosti spúšťania…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Pridať do Knižnice\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Pridať položku na plochu\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Pridať do služby Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Premenovať…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Skryť program\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Zobraziť program\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Odobrať zo zoznamu programov\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Názov programu\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ID stavu\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Komentár ku stavu\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Obnoviť túto snímku\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Odstrániť správu\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Hlavná ponuka\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Zdá sa, že nie ste pripojený k internetu. Bez neho si nebudete môcť stiahnuť \"\n\"základné súčasti. Po obnovení pripojenia kliknite na túto ikonu.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importovať…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Pomocník\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"O aplikácii Fľaše\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Súbor „{0}“ nie je súborom .exe ani .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Aktualizované: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"„{0}“ bolo pridané\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Vyberte vykonateľný súbor\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Pridať\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Skryť skryté programy\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Spúšťam „{0}“…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Buďte si vedomý sandboxu\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles beží v sandboxe, čo je prostredie s obmedzenými právami, ktoré \"\n\"zvyšuje bezpečnosť vášho systému. Ak sa program odmieta spustiť, zvážte jeho \"\n\"presunutie do Fľaše (ikona s troma bodkami hore) a spustite ho odtiaľ.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Zahodiť\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Vyberte umiestnenia, kam chcete uložiť zálohu konfigurácie\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Export\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Vyberte umiestnenia, do ktorého chcete uložiť archív so zálohou\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Záloha\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Bola vytvorená záloha pre „{0}“\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Zálohovanie „{0}“ skončilo s chybou\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Naozaj chcete bez možnosti odvolania odstrániť „{}“?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Týmto sa nenávratne odstránia všetky programy a nastavenia, ktoré sa k nim \"\n\"viažu.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"O_dstrániť\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Chýbajúci spúšťač\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Chýba spúšťač vyžadovaný touto Fľašou. Nainštalujte ho v nastaveniach \"\n\"Bottles alebo vyberte nový, ktorý bude aplikáciu spúšťať.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Naozaj chcete násilne zastaviť všetky procesy?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"Toto môže spôsobiť stratu údajov, poškodenie a nefunkčnosť programov.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Vynútiť za_stavenie\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Váš systém nedisponuje touto funkciou.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} pre pridanie tejto funkcie spustite flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Takýto názov Fľaše sa už používa.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Vyberte pracovný adresár\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Adresár, ktorý obsahuje údaje „{}“.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Naozaj chcete odstrániť všetky snímky?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Týmto sa odstránia všetky snímky, no súbory ostanú zachované.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Pred vytvorením nových stavov najprv, prosím, premigrujte na nový systém \"\n\"správy verzií.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Inštalátory\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Prebiehajú operácie, počkajte prosím.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Vráťte sa ku svojim Fľašiam.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Záloha bola úspešne naimportovaná\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Import zlyhal\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importujem zálohu…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Vybrať archív so zálohou\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importovať\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Vyberte súbor s konfiguráciou\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Nedostupné\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Spustiť vykonateľný súbor v „{self.config.Name}“\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Spúšťa sa „{0}“ v „{1}“…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Vaše Fľaše\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Sťahujem ~{0} balíčkov…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Načítaných {0} z {1} balíčkov\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Vyberte adresár pre Fľašu\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Vytváram Fľašu…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Fľašu nebolo možné vytvoriť\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Vytvorenie Fľaše skončilo s jednou alebo viacerými chybami.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Fľaša bola vytvorená\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"Fľaša „{0}“ bola úspešne vytvorená.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"Služba Steam sa nenašla, alebo aplikácia Fľaše nemá dostatočné oprávnenia.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Vyberte cestu k Fľaši\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Znovu spustiť Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Aby bolo možné tento adresár používať, Bottles budete musieť spustiť znovu.\\n\"\n\"\\n\"\n\"Pred opätovným spustením Bottles nezabudnite ukončiť všetky programy v ňom \"\n\"spustené. V opačnom prípade môže dôjsť ku strate dát, poškodení a \"\n\"nefunkčnosti programov.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Opätovne spustiť\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Založené na vrstve kompatibility Wine od spoločnosti Valve, obsahuje etapové \"\n\"a protonové aktualizácie.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Založené na upstreame Wine, obsahuje záplaty pre staging a Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Založené na upstreame Wine, obsahuje záplaty pre staging.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Založené na Wine od spoločnosti Valve, obsahuje záplaty pre staging, Proton \"\n\"a špecifické záplaty pre Steam. Vyžaduje spustený Steam Runtime.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Iné\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Aktualizovať\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Inštalujem…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest pre {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"„{0}“ odinštalované\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"„{0}“ nainštalované\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"„{0}“ sa nepodarilo nainštalovať\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"„{0}“ importované\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Táto aplikácia môže fungovať nesprávne. Inštalátor bol nastavený tak, aby \"\n\"poskytol, čo najlepší zážitok, ale počítajte i tak s problémami, \"\n\"nestabilitou a nefunkčnosťou.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Tento program má zjavné nedostatky, ktoré však nemajú vplyv na funkčnosť \"\n\"aplikácie.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Tento program funguje s drobnými chybami.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Tento program funguje perfektne.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Recenzia pre {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Zastavujem „{0}“…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Spúšťam „{0}“ pomocou služby Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"„{0}“ skryté\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"„{0}“ sa objavil\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"„{0}“ odstránený\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"„{0}“ bolo premenované na „{1}“\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Položka plochy bola vytvorená pre „{0}“\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"'{0}' bol pridaný do vašej knižnice\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"'{0}' bol pridaný do knižnice služby Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Zobraziť správu\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Tento problém bol už nahlásený päťkrát a nemôže byť znova \"\n\"nahlásený.\\n\"\n\"            Pridajte svoju skúsenosť do jedného z existujúcich hlásení.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Aktualizujem nastavenia displeja, čakajte prosím…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Aktualizujem nastavenia displeja\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Neboli nájdené žiadne prepisy.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Vyberte cestu k jednotke\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Nie sú definované žiadne premenné prostredia.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Nie sú definované žiadne vzory vylúčenia.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Došlo k chybe.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Kopírovať do schránky\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Vyberte zdrojový súbor\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Inštalujem závislosti Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Konfigurujem Fľašu…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Spracovávam kroky inštalátora…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Inštalácia {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Spúšťanie výstupných kontrol…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Inštalácia {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} je teraz dostupný v prehľade programov.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Inštalátor skončil s neznámou chybou\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} je pre túto Fľašu už zakázané.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Toto nastavenia sa líši od predvoleného nastavenia Fľaše.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Vyberte skript\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Vlastná cesta Fľaše nebola nájdená\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Použije sa predvolená cesta. Žiadne Fľaše zo zadanej cesty nebudú zobrazené.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Spúšťam softvér systému Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Prechod na Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Zapnúť/vypnúť dialógové okno Prechod na Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Tmavý motív\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Vynútiť použitie tmavého motívu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Zapnúť/vypnúť zobrazenie dátumu aktualizácie v zozname\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Či sa má v zozname Fliaš zobrazovať dátum aktualizácie.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Zoznam aplikácií služby Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Zapnúť/vypnúť zobrazenie aplikácií služby Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Hry z Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Zapnúť/vypnúť zobrazenie hier z Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Zobrazenie hier z Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Zapnúť/vypnúť zobrazenie zoznamu hier z Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Šírka okna\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Zmeniť šírku okna.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Výška okna\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Zmeniť výšku okna.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Zobrazovať upozornenia.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Čistenie dočasných súborov\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Čistiť umiestnenie s dočasnými súbormi pri štarte systému.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Kandidát na vydanie (RC)\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Prepnúť na verziu Kandidát na vydanie (RC) pre spúšťače.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Zobrazenie po spustení\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Vyberte, ktorý pohľad sa má zobraziť pri ďalšom spustení aplikácie.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Zapnúť experimentálne funkcie ako napríklad správa verzií a inštalátory. \"\n\"Kandidát na vydanie (RC) pre spúšťače.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Podpora pre Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Prepnúť podporu prefixov Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experimenty:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Prepnúť experimentálny sandbox pre Fľašu.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Automaticky zavierať Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Zavrieť Bottles po spustení súboru zo Správcu súborov.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Zobraziť upozornenia sandboxu\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Prepnúť upozornenia sandboxu.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Spusti Windows softvér na Linuxe s Fľašami!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Vložte vaše programy do Fľaše a užívajte si ich!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Náš integrovaný systém inštalácie závislostí poskytuje automatický prístup \"\n\"ku kompatibilite softvéru. Použite správcu sťahovania na stiahnutie \"\n\"oficiálnych súčastí: runner (Wine, Proton), DXVK, závislostí atď.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Správca verzií Fliaš vám umožní bezpečne zachovať vašu prácu a takisto ju \"\n\"neskôr obnoviť!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funkcie:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Vytvorte Fľaše pomocou prednastavených prostredí alebo si vytvorte vlastné\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Spustite vykonateľné súbory (.exe/.msi) vo vašich Fľašiach priamo z \"\n\"kontextovej ponuky vášho správcu súborov\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Automatická detekcia aplikácií nainštalovaných vo vašich Fľašiach\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Rýchlo pridajte premenné prostredia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Prepisujte DLL súbory priamo z nastavenia jednotlivých Fliaš\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Výmena spúšťača počas behu Fľaše\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Rôzne optimalizácie herného výkonu \"\n\"(esync, fsync, DXVK, keš, kompilátor shaderov, offload ... a veľa ďalších)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Automatická inštalácia a správa spúšťačov Wine a Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatická oprava Fľaše, v prípade, že dôjde k jej rozbitiu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Integrovaný inštalátor závislostí založený na repozitári spravovanom \"\n\"komunitou\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrovaný správca úloh pre procesy Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Prístup k ProtonDB a WineHQ pre podporu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Systém pre prenesenie vašej konfigurácie do nových verzií Fliaš\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Zálohujte a importuje Fľaše\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importujte Wine prefixy z iných správcov\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Verzovanie Fliaš\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... a oveľa viac môžete zistiť tak, že si nainštalujte Fľaše!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Aktualizujem metadáta\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"Pridajte viac informácií o aktualizáciách a opravte informácie o vydaní\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Opravené tlačidlo „Pridať do Steamu“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Opravený problém s BottleConfig, ktorý nebol serializovaný\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Opravený chyba dvojitej extrakcie v Patoole\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Opravená verzia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Opraviť pád pri vytváraní Fľaše\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Väčšia zmena: redizajn rozhrania novej Fľaše\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Drobné vylepšenia používateľského rozhrania:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Nahradenie ikony lásky ikonou knižnice na stránke knižnice\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Pridané upozornenie (toast) pre „Spustiť vykonateľný súbor“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Opravy chýb:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Pridanie zástupcu do služby Steam viedlo k chybe\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Počas importu zálohy došlo k chybe\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Behové prostredie Steamu bolo automaticky spustené pri použití wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Rôzne opravy súvisiace s knižnicami, napr. prázdne obálky a pády súvisiace s \"\n\"chýbajúcimi položkami\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Opravené rôzne problémy týkajúce sa kódovania textu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Opravená chyba pri preberaní v prípadoch, kedy Bottles nie je spustený z \"\n\"terminálu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Opravený dátum verzie\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\"Skrytie kritických chýb súvisiacich s NVIDIA v systémoch iných ako NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Vylepšenia a opravy Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Inštalácia závislostí je rýchlejšia a stabilnejšia\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"Kontrola stavu poskytuje viac informácií, čo napomáha rýchlejšiemu ladeniu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI získalo mnoho opráv a je stabilnejšie, teraz by malo pracovať správne\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Oprava chyby pri preberaní súčasti\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Vylepšenie backend kódu obídením spinlocku\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Viac premenných pre skripty inštalatéra\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Oprava podkladového dialógového okna zobrazujúceho „Všetko je pripravené“, \"\n\"aj keď v skutočnosti pripravené nebolo\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Vylepšenia systému zostavovania\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Predvolené zapnutie VKD3D pri vytváraní Fliaš pre hry\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Oprava pádov pri čítaní Steam súborov s nesprávnym kódovaním\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Oprava nesprávnej aktualizácie súčastí v rozhraní po inštalácií/odinštalovaní\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Ďalšie opravy FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Oprava chyby, keď program skončil po tom, ako bol spustený z ponuky „Spustiť \"\n\"vykonateľný súbor“\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"a ešte oveľa, oveľa viac!\"\n"
  },
  {
    "path": "po/sl.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:36+0000\\n\"\n\"Last-Translator: Sporknife <tejkorubix@gmail.com>\\n\"\n\"Language-Team: Slovenian <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/sl/>\\n\"\n\"Language: sl\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || \"\n\"n%100==4 ? 2 : 3;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licenca\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Upravitelj Opravil\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Nadzorna Plošča\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\n#, fuzzy\nmsgid \"Select Bottle\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\n#, fuzzy\nmsgid \"Manager\"\nmsgstr \"Upravitelj Opravil\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\n#, fuzzy\nmsgid \"Select Executable\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\n#, fuzzy\nmsgid \"Select Bottle Directory\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:176\n#, fuzzy\nmsgid \"Select Bottles Path\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/views/preferences.py:198\n#, fuzzy\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\n#, fuzzy\nmsgid \"Select Drive Path\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/windows/envvars.py:131\n#, fuzzy\nmsgid \"No environment variables defined.\"\nmsgstr \"Hitro dodaj okoljsko spremenljivko\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\n#, fuzzy\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Hitro dodaj okoljsko spremenljivko\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\n#, fuzzy\nmsgid \"Select Resource File\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:215\n#, fuzzy\nmsgid \"Select Script\"\nmsgstr \"Steklenice\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funkcije:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Hitro dodaj okoljsko spremenljivko\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n\n#, fuzzy\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Enostavno upravljaj s steklenicami\"\n"
  },
  {
    "path": "po/sr.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:45+0000\\n\"\n\"Last-Translator: Anonymous <noreply@weblate.org>\\n\"\n\"Language-Team: Serbian <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"sr/>\\n\"\n\"Language: sr\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=\"\n\"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? \"\n\"1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Путања није прецизирана\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Резервна копија{0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Увоз резервне копије:{0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Неуспешно инсталирање компоненти, покушано 3 пута.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Суштинске компоненте недостају. Инсталирам…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Неспешно креирање директоријума флаше.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Неуспешно креирање заменског директоријума/фајла.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Стварам конфигурацију флаше…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Образац пронађен, примењујем…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Вајн конфигурација се ажурира…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Вајн конфигурација ажурирана!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Покрећем као Флетпек, покрећем јусердир у сендбокс окружењу…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Покрећем јусердир у сендбокс окружењу…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Подешавам верзију Виндовса…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Примени ЦМД подразумевана подешавања…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Оптимизујем окружење…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Примењујем окружење:{0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Користим прилагођени рецепт окружења…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Рецепт није пронађен или није важећи…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Инсталирам ДКСВК…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Инсталирам ВКД3Д…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Инсталирам ДКСВК-НВАПИ…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Инсталирам зависну датотеку:%s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Креирам стање верзије 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Завршавање…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Кеширам образац…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Извршење стања…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Ништа за извршавање\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Ново стање [{0}] успешно направљено!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Листа Стања успешно добављена!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Стање {0} успешно обновљено!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Обнављам стање {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Стање није нађено\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Стање {} је већ активно стање\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Прикажи верзију\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Путања извршне датотеке\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Путања лнк-а\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Име Флаше\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Пренесите аргументе\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Неважећи УРЛ (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Изађи] захтев примљен.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Помоћ] захтев примљен.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Освежи] захтев примљен.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Донирајте\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Библиотеке Треће Стране и Посебно Хвала\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Спонзорисано и Финансирано од\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Ауторска права © 2017 Програмери Флаша\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Програмери Флаша\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"преводиоци_заслуге\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Верзија компоненте\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Деинсталирај\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Претражи Фајлове\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Инсталација неуспела. Могући узроци: грешка репозиторијума, делимично \"\n\"преузимање или непоклапање чексума. Притисни за поновни покушај.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Преузми и инсталирај\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Прикажи Манифест\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Лиценца\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Поново инсталирај\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Пријави Баг…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Име зависне датотеке\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Опис зависне датотеке\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Категорија\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Преузми и Инсталирај ову Зависну Датотеку\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Догодила се грешка током инсталације. Поново покрени Флаше да прочиташ \"\n\"Извештај о краху или покрени у терминалу да видиш излазне информације.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Мени Зависне Датотеке\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Решавање проблема\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Претражи Фајлове…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Дуплирај Флашу…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Ово је комплетна архива твоје флаше, укључујући и личне фајлове.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Поптуна Резервна копија…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Ово је само конфигурација флаше, савршено ако желиш да направиш нову флашу, \"\n\"али без личних фајлова.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Конфигурација Извоза…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Прикажи Скривене Програме\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Претражи нове програме\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Обриши Флашу…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Секундарни Мени\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Присилно Прекини све Процесе\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Симулирај искључивање Виндовс система.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Искључивање\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Симулирај поновно покретање Виндовс система.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Поновно покретање\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Опције Покретања\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Покрени у Терминалу\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Превучите фајлове да би их покренули\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Моја флаша\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Вин64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Окружење\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Покретач\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Верзије су омогућене за ову флашу\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Верзије су активне за ову Флашу.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Покрени извршни фајл…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Кликните \\\"Покрени Извршни фајл...\\\" да покренете Извршни фајл, \"\n\"\\\"Додајте Пречице...\\\" да додате извршни фајл на листу Програма, или \"\n\"\\\"Инсталирај Програме...\\\" да инсталирате програме одабране од стране \"\n\"заједнице.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Додајте Пречице…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Инсталирај Програм…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Опције\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Подешавања\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Подеси поставке флаша.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Зависне датотеке\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Инсталирај зависне датотеке за програме.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Снимци\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Направи и управљај стањима флаше.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Менаџер Задатака\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Управљај покренутим програмима.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Алат\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Командна Линија\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Покрени команде унутар Флаше.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Уређивач Регистра\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Измени унутрашњи регистар.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Застареле Вајн Алатке\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Истраживач\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Отклањање Грешака\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Конфигурација\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Деинсталер\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Контролна Табла\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Тражим зависне датотеке…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Офлајн си :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Флаше су покренуте у офлајн моду, зависне ставке су недоступне.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Зависне датотеке и ресурси који побољшавају компатибилност Виндовс софтвера.\"\n\"\\n\"\n\"\\n\"\n\"Фајлови на овој страници су пружени од треће стране под власничком лиценцом. \"\n\"Њиховим инсталирањем пристајеш на њихове услове лиценцирања.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Пријави проблем или недостајаћу зависну датотеку.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Пријави Недостајаћу Зависну Датотеку\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Прочитај Документацију.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Документација\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Потражи\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Потражи Програме…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Инсталирајте програме које је припремила наша заједница\\n\"\n\"\\n\"\n\"Фајлови на овој страници су пружени од треће стране под власничком лиценцом. \"\n\"Њиховим инсталирањем пристајеш на њихове услове лиценцирања.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Ниједан Инсталер Није пронађен\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Репозиторијум није доступан или ниједан инсталер није компактибилан са овом \"\n\"флашом.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Прочитај Документацију\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Име\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Компоненте\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Верзија слоја компатибилности Вајна.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Ажурирам Покретач и компоненте, молим сачекајте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"ДКСВК\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Побољшај компатибилност Direct3D 8/9/10/11 превођењем у Вулкан.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Ажурирам ДКСВК, молим сачекајте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"ВКД3Д\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Побољшај компатибилност Direct3D 12 превођењем у Вулкан.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Ажурирам ВКД3Д, молим сачекајте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK НВАПИ\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Ажурирам ДКСВК-НВАПИ, молим сачекајте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"ЛатенсиФлеКс\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Повећава одзивност. Може бити детектовано од појединих анти-чит софтвера.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Ажурирам ЛатенсиФлеКс, молим сачекајте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Екран\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Дубоко Учење и Супер Семплинг\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Појачај перформансе на штету визуелних ефектата користећи DXVK-NVAPI. Ради \"\n\"само на новијим НВИДИА графичким картицама.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Супер Резолуција\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"Побољшај перформансе на штету визуелних ефеката. Ради само на Вулкан-у.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Управљај поставкама FidelityFX Супер Резолуције\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Дискретна Графика\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Користи дискретну графичку картицу да појачаш перформансе на штету потрошње \"\n\"енергије.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Ефекти Накнадне Обраде\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Додај разнолике ефекте накнадне обраде користећи vkBasalt. Ради само на \"\n\"Вулкан-у.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Управљај подешавањима Слоја Накнадне обраде\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"Управљај тиме како би игре требале бити приказане на екрану користећи \"\n\"Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Управљај подешавањима Гејмскопа\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Напредна Подешавања Екрана\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Перформансе\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Омогући синхронизацију да повећаш перформансе вишејазгарних процесора.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Синхронизација\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Систем\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Есинк\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Фсинк\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Футекс2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Перформансе Монитора\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Приказуј мониторинг информације попут брзине кадрова, температуре, \"\n\"оптерећења процесора/графичке картице и осталог на ОпенГЛ-у и Вулкан-у \"\n\"користећи МангоХад.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Ферал ГејмМод\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"Примени сет побољшања на твој уређај. Може поправити перформансе игри.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Предучитај Фајлове Игре\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Побољшај време учитавања када се игра покреће више пута. Игри ће требати \"\n\"дуже да се покрене први пут.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Управљај подешавањима vmtouch-а\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"ОБС Снимање Игре\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Укључи/искључи ОБС Снимање Игре за све Вулкан и ОпенГЛ програме.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Компатибилност\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Верзија Виндовса\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Ажурирам верзију Виндовса, молим сачекајте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Језик\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Одабери који језик да се користи за програме.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Наменско Сендбокс окружење\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Користи ограничено/контролисано окружење за ову Флашу.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Управљај дозволама Виртуелног Простора\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Рантајм Флаша\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Обезбеђује пакет додатних библиотека за већу компактибилност. Искључите \"\n\"уколико наиђете на проблеме.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Стим Рантајм\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Обезбеђује пакет додатних библиотека за већу компактибилност за Стим игре. \"\n\"Искључите уколико наиђете на проблеме.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Радни Директоријум\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Врати на Подразумевано\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Подразумевано)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"ДЛЛ Премошћавање\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Варијабле Окружења\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Управљај Драјвовима\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Аутоматске Верзије\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"Аутоматски направи снимак пре инсталирања софтвера или мењања поставки.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Компресовање\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Компресуј снимке ради смањивања места. Ово ће успорити прављење снимака.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Користите Обрасце Изузетака\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Изузми путање у снимцима.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Управљај Обрасцима\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Освежи\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Заустави процес\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Ниједна Верзија Није нађена\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Направи прво стање како би почео са чувањем стања твојих преференци.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Кратак коментар\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Сачувај стање флаше.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Направи ново Стање\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Детаљи\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Иди Назад\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Операције\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Одабери Флашу\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Откажи\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Одабери\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Направи Нову Флашу\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Извештај о Изненадном Затварању Флаша\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Откажи\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Пошаљи Извештај\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Десио се квар са Флашама претходни пут. Молим испуните извештај уз прилагање \"\n\"следећих ставки како би нам помогао са идентификацијом проблема и \"\n\"спречавањем да се догоди поново.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Пронашли смо један или више сличних (или истих) извештаја. Молим те постарај \"\n\"се и пажљиво провери да сличан извештај већ није поднет, пре подношења \"\n\"новог. Сваки извештај захтева труд програмера око дијагностике, молим те \"\n\"поштуј њихов рад и постарај се да не подносиш дупликате.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"И даље желим да пријавим.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Напредне опције\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Непотпун пакет\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Ова верзија Флаша делује да не пружа све потребне основне зависне ставке, \"\n\"молим контактирајте одржаваоца пакета или користите званичну верзију.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Изађи\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Динамик Линк Библиотеке могу бити назначене да буду уграђене \"\n\"(пружене од стране Вајна) или изворне (пружене од стране програма).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Ново Премошћивање\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Премости\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Дискови\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Ово су путање од твог система домаћина које су мапиране и препознате као \"\n\"уређаји од стране покретача (пр. Ц: Д:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Слово\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Постојећи Дискови\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Направи дупликат Флаше\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Направи дупликат\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Унеси назив за дупликат Флаше.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Правим дупликат…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Ово може потрајати.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Дупликат Флаше је направљен\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Варијабле окружења су динамично именоване вредности које могу утицати на \"\n\"начин на који ће се покренути процеси понашати у твојој флаши.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Назив Варијабле\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Постојеће Варијабле\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Обрасци Изузетака\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Дефиниши обрасце који ће бити коришћени за спречавање појединих \"\n\"директоријума да буду верзионисани.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Образац\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Постојећи Обрасци\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Подешавања Гејмскопа\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Сачувај\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Управљај како да игре буду приказане.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Резолуција Игре\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Користи резолуцију видео игре као референцу у пикселима.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Ширина\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Висина\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Резолуција Виндовса\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Скалирај резолуцију приликом коришћења резолуције веће од резолуције игре у \"\n\"пикселима.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Разно\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Лимит Брзине кадра\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Лимит Брзине кадрова када Није Фокусиран\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Целобројно скалирање\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Тип Прозора\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Без ивица\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Цео екран\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Желите ли да наставите са инсталацијом?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Отпочни Инсталацију\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Овај инсталер захтева извесне локалне ресурсе који не могу бити пружени \"\n\"другачије.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Наставити\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Завршено!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Прикажи Програме\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Инсталирање Неуспело!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Нешто је пошло наопако.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Све поруке\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Критичне\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Грешке\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Упозорења\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Инфо\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Прегледач чланака\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Џурнал Прегледач\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Промени ниво Логовања.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Све\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Ти аргументи ће бити изнети приликом покретања.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Прилагођени Аргументи\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Командни Аргументи\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"пр. : \\\" VAR=value %command% -example1 -example2 -example3=hello\\\"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Скрипта након покретања\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Одабери скрипту која ће бити извршена након покретања.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Одабери Скрипту\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Одабери одакле да се програм покрене.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Одабери Директоријум\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Ова подешавања ће изменити подразумевана подешавања за овај извршни фајл.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Премошћавање Поставки\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Врати на Подразумевана подешавања Флаше\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Виртуелна Радна површина\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Одрицање од одговорности за Протон\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Користи Протон\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Пажња, коришћење покретача заснованих на Протон-у у не-Стим флашама може \"\n\"изазвати проблеме и спречити их да се понашају исправно.\\n\"\n\"\\n\"\n\"Препоручујемо коришћење Вајн-ГЕ, верзију Протон-а намењену за покретање ван \"\n\"Стим-а.\\n\"\n\"\\n\"\n\"Ако наставите, аутоматски ћете омогућити Стим покретач \"\n\"(ако је присутан у систему и откривен од стране Флаша) како бисте омогућили \"\n\"приступ неопходним библиотекама и ограничили проблеме с компатибилношћу. \"\n\"Знајте да GloriousEggroll, провајдер покретача није одговоран за било какве \"\n\"проблеме и молимо вас да их не пријављујете њима.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Разумем.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Преименуј\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Одабери нов назив за изабрани програм.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Нов Назив\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Покрени Уз Аргументе\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Покрени\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Напиши испод аргументе који ће бити пренети на извршни фајл.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"пр.: \\\"-opengl -SkipBuildPatchPrereq\\\"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Подешавања Виртуелног Простора\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Подели Мрежу\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Подели Звук\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Потребно Ажурирање\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Настави\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Покрени надоградњу\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Нови Систем Верзија\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Нови систем верзија за флаше је стигао.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Флаше имају потпуно нов Систем Верзија који није компатибилан с претходним \"\n\"верзијама.\\n\"\n\"\\n\"\n\"Да наставите са коришћењем система верзија, морамо да поново иницијализујемо \"\n\"репозиторијум флаша. Ово неће обрисати податке из твоје флаше, али ће \"\n\"обрисати све постојеће снимке и направити нове.\\n\"\n\"\\n\"\n\"Ако морате да се вратите на претходни снимак пре него наставите, затворите \"\n\"прозор и повратите снимак, затим поново отворите флаше да бисте поново \"\n\"приказали овај прозор.\\n\"\n\"\\n\"\n\"Стари систем ће бити прекинут у једном од следећих издања.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Поновна иницијализација Репозиторијума…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Урађено! Молим поново покрените Флаше.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Подешавања Ефеката Накнадне обраде\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Подразумевано\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Подразумевана Подешавања\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Ефекти су примењени према редоследној листи.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Ефекти\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Прилагодљиво Изоштравање Контраста\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Оштрина\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Прикажи Информације\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Лума Изоштравање Смањеног шума\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Смањи шум\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Брзо Приближно Омекшавање ивица\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Субпикслени Квалитет\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Гранични Ниво Квалитета\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Минимални Гранични ниво квалитета\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Морфолошко Субпикселно Омекшавање ивица\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Детекција ивице\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Лума\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Боја\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Праг\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Максималан број корака претраживања\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Максималан број Корака Претраживања у Дијагонали\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Максимално Заокруживање Углова\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"ЦАС изоштравање повећава оштрину кадра. Више вредности чине кадар оштријим, \"\n\"где вредности мање од 0 чине кадар мекшим од изворног.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"ДЛЦ изоштравање повећава оштрину кадра. Више вредности чине кадар оштријим.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"ДЛЦ смањивање шума смањује шум кадра. Више вредности чине кадар мекшим.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA квалитет субпиксела смањује омекшавање на субпикселном нивоу. Више \"\n\"вредности чине кадар мекшим.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA праг ивице је минимална количина контраста неопходна за примењивање \"\n\"FXAA алгоритма. Више вредности чине да кадар има више контраста.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA минимални праг квалитета ивице је минимална вредност тамних пиксела \"\n\"које FXAA алгоритам игнорише. Више вредности чине да FXAA игнорише пикселе \"\n\"испод назначене вредности и може довести до повећања перформанси.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Лума детектује ивице из монохромне перспективе, где Боја детектује ивице на \"\n\"основу боја. Лума је учинковитија од Боја.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"СМАА праг одређује осетљивост детектовања ивице. Ниже вредности детектују \"\n\"више ивица на штету перформанси.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"СМАА кораци максималне претраге одређују колико хоризонталних и вертикалних \"\n\"корака претраге се изводе при тражењу ивица.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"СМАА кораци максималне дијагоналне претраге одређују колико дијагоналних \"\n\"корака претраге се изводе при тражењу ивица.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"СМАА заокруживање углова одређује јачину заокруживања ивица углова.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Уграђени (Вајн)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Изворни (Виндовс)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Уграђени, затим Изворни\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Изворни, затим Уграђени\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Онемогућено\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Уклони\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/покажи/на/путању\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Вредност\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Претражи фајлове\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Вајнов префикс име\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Менаџер\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Овај Вајн префикс је већ увезен у Флаше.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Увези резервну копију Флаше\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Потражи поново префиксе\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Ниједан Префикс Није пронађен\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Ниједан вањски префикс није нађен. Имају ли Флаше приступ њима?.\\n\"\n\"Употреби иконицу на врху да увезеш флашу из резервне копије.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Цела Архива\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Прикажи Манифест…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Прочитај Преглед…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Име Инсталера\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Опис Инсталера\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Непознато\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Инсталирај овај Програм\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Програмски Мени\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Нема Сличице Умањеног Прегледа\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Отвори\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Покрени са Стимом\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Име ставке\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Уклони из Библиотеке\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Стани\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Библиотека\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Додај ствари овде из листе програма твоје флаше\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Верзије су активне за ову флашу.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Ова флаша делује оштећено.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Покрени у овој Флаши\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Покрени овде\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Ова флаша делује оштећено, конфигурациони фајл недостаје. Могу покушати да \"\n\"поправим креирањем нове конфигурације.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Претражи твоје флаше…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Стим Протон\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Флаше\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Направи Нову Флашу…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Ниједан Резултат Није Пронађен\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Покушај другачијом претрагом.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Започињем…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Овај ресурс недостаје.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Претражи\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"Н_аправи\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Име Флаше\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Апликација\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Гејминг\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"П_рилагођено\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Прилагођено\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Подели Кориснички Директоријум\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Ово чини кориснички директоријум видљивим у флаши, уз ризик дељења личних \"\n\"информација са Виндовс софтвером. Ова опција се не може променити након што \"\n\"флаша буде креирана.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Архитектура\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"Препоручујемо коришћење 32-бита једино ако је изричито неопходно.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Увези сопствену конфигурацију.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Директоријум Флаше\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Директоријум који ће садржати податке ове флаше.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Затвори\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Ово име није доступно, молим пробајте друго.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Претходан\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Добродошао/ла у Флаше\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Покрећи Виндовс софтвер на Линуксу.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Виндовс у Флашама\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Флаше користе компактибилне покретаче да пруже изолована контејнеризована \"\n\"окружења слична Виндовсу у којима се програми покрећу.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Скоро завршено\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Потребно је још неколико минута да се све подеси…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Све Спремно!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Молим да прво завршите са подешавањем\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Почни да користиш Флаше\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Следеће\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Поставке\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Генерално\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Изглед\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Мрачни Режим\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Да ли би Флаше требале да користе тамну шему боја.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Прикажи Датум Ажурирања\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Да ли да се приказује датум ажурирања у листи флаше.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Обавештења\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Приказуј обавештења за преузимања и инсталирања.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Привремени Фајлови\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Очисти привремене фајлове када се Флаше покрену?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Затвори Флаше Након Покретања Програма\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Затвори Флаше након покретања програма из менаџера фајлова.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Интеграције\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Стим Протон Префикси\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Листај и управљај Стим Протон Префиксима.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Излистај Стим Апликације у Листи Програма\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Захтева инсталиран Стим за Виндовс унутар Флаше.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Излистај Епик Гејмс у Листи рограма\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Захтева инсталирану Епик Гејмс Продавницу унутар Флаше.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Излистај Убисофт игре у Листи Програма\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Захтева инсталиран Убисофт Конект унутар Флаше.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Напредно\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Директоријум Флаша\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Директоријум који садржи податке твојих Флаша.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Покретачи\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Флаше раде у офлајн моду, те покретачи нису доступни.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Пре-Издање\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Прикажи нестабилне верзије покретача.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"ДЛЛ Компоненте\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Флаше раде у офлајн моду, те ДЛЛ-ови нису доступни.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"ДКСВК-НВАПИ\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Језгро\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Рантајм\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"ВајнБриџ\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Експериментално\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Ове функције су под јаким развојем и могу бити нестабилне, очекујте багове и \"\n\"крахове.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Сендбокс окружење по флаши\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"У раном развоју.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Покрени Терминалом\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Претражи Путању\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Промени Опције Покретања…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Додај у Библиотеку\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Додај на Радну Површину\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Додај у Стим\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Преименуј…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Сакриј Програм\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Прикажи Програм\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Уклони са Листе\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Име Програма\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ИД Стања\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Коментар Стања\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Поврати ово Стање\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Обриши поруку\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Главни Мени\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Делује да ниси повезан на интернет. Без њега нећеш моћи да преузмеш \"\n\"неопходне компоненте. Кликни на ову иконицу када поново успоставиш везу.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Увези…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Помоћ\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"О Флашама\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Фајл \\\"{0}\\\" није .exe или .msi file\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Ажурирано:%s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" додато\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Одабери Извршни фајл\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Додај\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Сакриј Скривене Програме\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Покрећем \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Припази се Виртуелног Простора\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Флаше су покренуте у Виртуелном Простору, ограничено окружење потребно за \"\n\"твоју безбедност. Ако програм неће да се покрене, размисли померање унутар \"\n\"флаше (3 тачке на врху), затим покрени одатле.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Одбаци\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Одабери локацију за чување конфигурације резервне копије\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Извези\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Одабери локацију за чување архиве резервне копије\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Резервна копија\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Резервна копија направљена за \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Резервна копија неуспела за \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Да ли си сигуран да желиш трајно да обришеш \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"Ово ће трајно обрисати све повезане програме и подешавања.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Обриши\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Недостаје Покретач\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Покретач затражен од ове флаше недостаје. Инсталирај га преко поставки Флаша \"\n\"или одабери нови за покретање апликација.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Да ли си сигуран да желиш да присилно зауставиш процесе?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"Ово може изазавти губитак и оштећење података, и квар програма.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Присили _Престанак\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Ова функција је недоступна на твом систему.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Да додате ову опцију, молим покрените флетпек инстал\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Ово име флаше је већ у употреби.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Одабери Радни Директоријум\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Директоријум који садржи податке \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Да ли си сигуран да желиш да обришеш сва стања?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Ово ће обрисати све Снимке, али ће задржати твоје фајлове.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Молим пређите на нови систем Верзија да направите нова стања.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Инсталери\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Операција у току, молим сачекајте.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Врати се на твоју флашу.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Резервна копија успешно увезена\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Увоз није успео\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Увозим резервну копију…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Одабери Архиву Резервне копије\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Увези\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Одабери Конфигурациони Фајл\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Недоступно\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Покрени извршни фајл у \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Покрећем \\\"{0}\\\" за \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Твоје Флаше\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Преузимам ~{0} пакета…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Набавио {0} од {1} пакета\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Одабери Директоријум Флаше\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Правим Флашу…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Неуспело Прављење Флаше\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Неуспело креирање Флаше уз једну или више грешки.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Флаша је Направљена\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" успешно направљено.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Стим није пронађен или Флаше немају потребне дозволе.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Одабери Путању Флаша\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Поново покрени Флаше?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Потребно је поново покренути Флаше за коришћење овог директоријума.\\n\"\n\"\\n\"\n\"Постарај се да затвориш сваки програм покренут из Флаша пре поновног \"\n\"покретања Флаша, у супротном може доћи до губитка и оштећења података, и \"\n\"кварова програма.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Поново отвори\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Остало\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Ажурирај\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Инсталирам…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Манифест за {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" уклоњен\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" инсталиран\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" неуспео да инсталира\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" увезен\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Ова апликација можда буде радила лоше. Инсталер је био подешен да обезбеди \"\n\"најбоље могуће искуство, али очекујте грешке, нестабилност и недостатак \"\n\"исправних функција.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Овај програм ради уз приметне грешке, али те грешке не утичу на \"\n\"функционалност апликације.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Овај програм ради уз мање грешке.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Овај програм ради савршено.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Преглед за {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Прекидам \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Покрећем \\\"{0}\\\" са Стимом…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" сакривен\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" приказан\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" уклоњен\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" преименован у \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Унос на Радној површини направљен за \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" додат у твоју библиотеку\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" додат у твоју Стим библиотеку\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Прикажи извештај\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            ........Овај проблем је пријављен 5 пута и не може бити послат \"\n\"опет.\\n\"\n\"........Поднеси своје побвратне информације у једној од постојећих пријава \"\n\"испод.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Ажурирам подешавања екрана, молим сачекајте…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Подешавања Екрана ажурирана\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Нису пронађена премошћавања.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Одабери Путању Диска\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Ниједна варијабла окружења није дефинисана.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Никакви Обрасци изузетака нису дефинисани.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Грешка се догодила.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Копирај у клипбоард\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Изаберите датотеку ресурса\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Инсталирам зависне датотеке Виндовса…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Подешавам флашу…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Процесуирам кораке инсталера…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Инсталирам {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Обављам завршне провере…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Инсталирам {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} је сада доступан у прегледу програма.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Инсталер није успео због непознате грешке\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} је већ онемогућен за ову флашу.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Ово подешавање се разликује од подразумеваног за ову флашу.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Одабери Скрипту\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Прилагођена Путања Флаша није пронађена\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Враћам се назад на подразумевану путању. Ниједна флаша из дате путање неће \"\n\"бити наведена.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@ИМЕ_АПЛИКАЦИЈЕ@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Покрећи Виндовс софтвер\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"вајн;виндовс;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Миграција Флетпекова\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Укључи Флетпеков дијалог миграције.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Тамна тема\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Присили коришћење тамне теме.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Укључи датум ажурирања листе\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Укључи датум ажурирања у листи за флаше.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Листинг Стим апликација\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Укључи листинг Стим апликација.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Листинг Епик Гејмс игара\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Укључи листинг Епик гејмс игара.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Убисофт Конект листа\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Укључи/Искључи убисофт конект листинг.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Ширина прозора\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Промени ширину прозора.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Висина прозора\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Промени висину прозора.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Прикажи обевештења.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Чишћење привремених фајлова\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Очисти привремени пут приликом подизања система.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Кандидат за Издање\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Укључи кандидата за издање за покретаче.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Приказ покретања\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Изабери у ком прегледу да апликација буде покренута.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Укључи експерименталне карактеристике као што су верзије и инсталери. \"\n\"Кандидати за издавање за покретаче.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Подршка за Стим Протон\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Укључи подршку око Стим Протон префикса.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Експериментално: сендбокс окружење\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Укључи експериментално Сендбокс окружење по Флаши.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Аутоматски затвори Флаше\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Затвори Флаше након покретања извршних фајлова из менаџера фајлова.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Прикажи упозорење за Виртуелни Простор\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Укључи/Искључиупозорења о Виртуелном пПростору.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Покрећи Виндовс софтвер на Линуксу уз Флаше!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Флаширај софтвер и уживај у слободном времену!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Наш интегрисани систем за инсталацију зависних датотека омогућава аутоматски \"\n\"приступ компатибилности софтвера. Употреби менаџер преузимања да преузмеш \"\n\"официјалне компоненте: покретач (Вајн, Протон), ДКСВК, зависне датотеке, итд.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Верзије Флаша чувају твој рад сигурним сада и допуштају да га повратиш \"\n\"касније!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Карактеристике:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Направи флаше користећи унапред конфигурисана окружења или направи своја\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Покрени извршне датотеке (.exe/.msi) у твојим флашама, директно из садржаја \"\n\"или твог фајл-менаџера\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Аутоматска детекција апликација инсталираних у твојим флашама\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Зачас додај варијабле окружења\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Премости ДЛЛ директно из поставки по флаши\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Промена покретача у лету за било коју Флашу\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Разноразне оптимизације гејминг перформанси \"\n\"(есинк, фсинк, ДКСВК, кеш, шејдер компајлер, офлоад... и још доста тога.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Аутоматска инсталација и управљање Вајн и Протон покретача\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Аутоматска поправка флаше у случају оштећења\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Интегрисан инсталатер зависних датотека заснован на репозиторијумима које \"\n\"развија заједница\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Интегрисан Менаџер задатака за Вајн процесе\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Приступ ПротонДБ-у и ВајнХКју-у за подршку\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Систем за пренос твојих конфигурација на нове верзије Флаша\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Резервна копија и увоз флаша\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Увоз Вајн префикса из других менаџера\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Верзије Флаша\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... и можеш наћи још доста тога инсталацијом Флаша!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Ажурирај информације о мета подацима\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Додај још информација о ажурирању и исправи верзије за напомене о издању\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Поправљено дугме \\\"Додај у Стим\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Исправљена грешка због које BottleConfig није подлегао сериализацији\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Исправљена грешка двоструког извлачења Patool -а\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Исправна верзија\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Поправи грешку приликом прављења флаше\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Велика промена: Редизајниран нови интерфејс Флаше\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"QoL побољшања:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Додајте искачући прозор за \\\"Покретање Извршне Датотеке\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Поправке багова:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Увоз резервних копија је резултовао грешком\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Стим Покретач је аутоматски омогућен при коришћењу Вајн-ге-прилагођено\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Поправи разне проблеме везане за енкодирање текста\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"Поправи грешку при преузимању ако Флаше нису покренуте из терминала\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Тачан датум верзије\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Побољшања и исправке за Гејмскоуп\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Инсталирање зависних ставки је брже и стабилније\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Провера исправности има више информација за брже отклањање грешака\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"НВАПИ има пуно исправки и стабилнији је, сада би требао да ради исправно\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Поправи крах при преузимању компоненте\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Побољшања интерног кода избегавањем spin-lock-а\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Додатне променљиве за инсталационе скрипте\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Побољшање система изградње\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Подразумевано омогућавање ВКД3Д-а при креирању флаша за играње игрица\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Поправи крахове при читању Стим фајлова који су лоше енкодирани\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Поправи компоненте које нису правилно ажуриране у корисничком интерфејсу \"\n\"након инсталације/уклањања\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Још ФСР исправки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Поправи проблем затварања програма након покретања из \"\n\"\\\"Покрени извршни фајл\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"и још пуно, пуно, пуно тога!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Рачунам…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Покрени .ексе/.мси у овој флаши\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Направи нову Флашу\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Нова Флаша\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Информације о Флаши\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Побољшано окружење за Виндовс игре.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Побољшано окружење за Виндовс апликације.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Чисто окружење за твоје експерименте.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Неповезан Кућни Директоријум\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Не повезуј јусердир са хомедир\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 бита\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 бита\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Прилагођени Рецепт\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Одабери прилагођени рецепт за окружење ако имаш један.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Прилагођена Путања\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Сачувај флашу на другом месту.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Ниси повезан на интернет, не могу да преузмем.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Одабери извршну путању\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Одабери Виндовс ивршни фајл\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Одабери радни директоријум за извршне фајлове\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Одабери рецепт фајл\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Одабери где да сачувам флашу\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Одабери нову путању флаша\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Одабери скрипту\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Одабери Радни Директоријум\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Неуспешно инсталирање компоненти, покушано 3 пута.\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Слојеви\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ултра Квалитет\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Квалитет\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Балансовано\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Слојевито\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Слојевито окружење, у ком је свака апликација слој.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Одабери путању\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Одабери рецепт фајл\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Ниједно Стање Није нађено\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"С лакоћом управљај Вајн префиксима користећи окружења\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Покрени уз Аргументе…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Претражи унутрашње фајлове уз Вајн истраживач.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Управљај процесима уз Вајнов менаџер задатака.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Отклони грешке Вајнових процеса.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Конфигурација Вајна\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Прилагоди унутрашње поставке.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Деинсталирај програм користећи Вајнов деинсталер.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Приступи унутрашњој Вајновој Контролној табли.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Употреби одељак за инсталере или дугме \\\"Покрени извршни фајл\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Зависне датотеке су софтвер, библиотеке и кодекси који побољшавају \"\n#~ \"компатибилност Виндовс софтвера. Инсталирај их одавде како би испунио \"\n#~ \"захтеве твог програма.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Документација\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Изричито саветујемо да не инсталирате више зависних датотека одједном.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Одабери Зависне датотеке\"\n\n#, fuzzy\n#~ msgid \"Read documentation\"\n#~ msgstr \"Документација\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Графика\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Побољшава перформансе ДиректЕкс 11 игара и 3Д апликације.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Побољшава перформансе ДиректЕкс 12 игара и 3Д апликације.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"ДЛСС (ДКСВК-НВАПИ)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Даје ДЛСС подршку уколико је доступна и Нвидијин НВАПИ.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"ФСР\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"ФСР користи најсавременију технологију Апскејлинга како би помогао у \"\n#~ \"повећању фрејмрејта.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"вкБазалт\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"вкБазалт је Вулканов слој накнадне обраде који побољшава визуелну графику \"\n#~ \"игара.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Управљај подешавањима Гејмскопа\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Користи Вајнову виртуелну радну површину.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Детектовање Миша у Целом приказу екрана\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Дозволи програму да детектује унос миша у целом приказу екрана.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Фокусирај\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Активирај ако програм не преузме фокус приликом промене.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Позиционирање миша\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"Промени ово ако наилазиш на лаговање миша или десинк.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Скалирање Екрана\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Подеси свој ДПИ.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Визуелизатор\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Одабери који бекенд да се користи за винед3д.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"гл (стандардно)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"гди\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"вулкан\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Управљај Верзијама Компоненти\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Верзија ДКСВК-а\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Верзија ВКД3Д-а\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Верзија ДКСВК НВАПИ-а\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Верзија ЛатенсиФлеКса\"\n\n#~ msgid \"false\"\n#~ msgstr \"нетачно\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Исти као и код Флаша, али пружен од стране Стима.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Оптимизуј гејминг перформансе на захтев.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Гејмскоуп\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Користи Гејмскопов микро-композитор.\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Подразумевана путања флаше.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Врати на подразумевано\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Изабери директоријум\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Звук\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Смањи Кашњење\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"Подеси кашњење ПулсАудиа на 60мс и повећај квалитет звука\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Верзије\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Развој и Отклањање багова\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"МангоХад\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Вулкан и ОпенГЛ оверлеј за праћење ФПС-а, температуре, ЦПУ/ГПУ оптерећења \"\n#~ \"и још тога.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Путање кодова евиденције које нису имплементиране у Вајну.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Ниједан Програм није пронађен\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Инсталирај програме из секције за инсталирање или покретањем извршног \"\n#~ \"фајла инсталера, такође, можеш и ручно да додаш извршне фајлове дугметом \"\n#~ \"\\\"+\\\".\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Укључи Скривено\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Направи паузу, можда потраје.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Подеси како да Гејмскоп управља прозором за игре које ћеш покретати.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Ширина (пр. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Висина (пр. 720)\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Резолуција Гејмскопа\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Промени ниво логовања\\n\"\n#~ \"                                        \"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Подешавања Екрана\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Започни прављењем Флаше.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Покрећи Виндовс Софтвер на Линуксу\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Прилагођена Путања Флаша (Захтева Поновно покретање)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Одабери где да се чувају нове флаше (ово неће преместити постојеће).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"У раном развоју (захтева поновно покретање).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Увоз/Извоз…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Подршка\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Форуми\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Отвори мени\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Нова флаша\"\n\n#, fuzzy\n#~ msgid \"Confirm\"\n#~ msgstr \"Конфигурација\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Да ли си сигуран да желиш да прекинеш све процесе?\\n\"\n#~ \"То може проузроковати губитак података.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Подразумевана путања до флаше.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Детаљи и Услуге\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Налази се у Почетном менију твоје флаше.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Флаша под именом \\\"{0}\\\" је успешно направљена\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' инсталиран.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Мирко Бромблин\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Креирам стање верзије 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Нова флаша\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Лако управљај вајн префиксима\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Експериментално:датотеке\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Укључи експериментални мод Датотека.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Учитавам…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Прилагођена путања флаше није нађена. Молим, проверите путању у \"\n#~ \"Поставкама. \\n\"\n#~ \"Враћам се на подразумевану путању; ниједна флаша из те путање неће бити \"\n#~ \"наведена!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Провера здравља\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Правим индекс датотека стања…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Правим тачку враћања…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Није могуће направити фолдер стања.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Ажурирам индекс…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Није могуће ажурирати фајл стања.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Није могуће ажурирати индекс фајл.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Аргумент пронађен за извршни фајл: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Корак {self.__step} од {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' покренут.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' покренут са Стимом.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Индекс за стање{0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Прочитај документацију о зависним датотекама.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"ДКСВК ХАД\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Укључи \\\"DXVK\\\" оверлеј са приказом ФПС-а и осталих детаља у Д3Д \"\n#~ \"апликацијама.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Прочитај документацију о програмима\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Додатна подешавања\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Локални Ресурси\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Потражи Префиксе\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"Омогући верзије да сачуваш и повратиш флашу у стање.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Твоја Библиотека\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Провера Здравља\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Менаџер задатака\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Инсталирам...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Не могу да направим унос на радној површини због недостатка привилегија.\\n\"\n#~ \"Погледај <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\"> наш \"\n#~ \"видео</a>о томе како да поправиш то у Флетпеку.\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Напиши кратак коментар:\"\n"
  },
  {
    "path": "po/sv.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-02-15 15:17+0000\\n\"\n\"Last-Translator: Daniel Wiik <d.wiik@outlook.com>\\n\"\n\"Language-Team: Swedish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"sv/>\\n\"\n\"Language: sv\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.16-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Ingen sökväg har angetts\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Säkerhetskopiera {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Importerar säkerhetskopia: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Misslyckades att installera komponenter, försökte 3 gånger.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Saknar viktiga komponenter. Installerar…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Misslyckades med att skapa en flaskkatalog.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Misslyckades med att skapa en platshållar-katalog/fil.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Genererar buteljkonfiguration…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Mall hittad, tillämpar…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine-konfigurationen uppdateras…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine-konfigurationen uppdaterad!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Körs som Flatpak, placerar användarmappen i sandlådan…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Placerar användarmappen i sandlådan…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Ställer in Windows-version…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Tillämpa CMD-standardinställningar…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Optimerar miljö…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Tillämpar miljö: {0} …\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Använder av ett anpassat miljörecept…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Receptet har inte hittats eller är inte giltigt…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Installerar DXVK …\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Installerar VKD3D …\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Installerar DXVK-NVAPI …\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Installerar beroende: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Skapar versionshanteringsläge 0 …\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Slutför..\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Cachar mall…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Uppdaterar tillstånd…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Inget att tillämpa\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Ett nytt tillstånd [{0}] har skapats!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Tillståndslistan hämtades framgångsrikt!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Tillstånd [{0}] har återställts!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Återställer läge {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Inga tillstånd hittades\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Läge {} är redan det aktiva läget\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Visa version\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Körbar filväg\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk sökväg\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Buteljnamn\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Passera argument\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Ogiltig URI (syntax: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Avsluta] begäran mottagen.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Hjälp] begäran mottagen.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Uppdatera] begäran mottagen.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Donera\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Tredjepartsbibliotek och Speciellt Tack\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsrat och Finansierat av\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2022 - Utvecklarna av Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles utvecklare\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"översättarerkännande\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Komponentversion\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Avinstallera\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Bläddra bland filer\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Installationen misslyckades. Detta kan bero på ett fel i förråd, partiell \"\n\"nedladdning eller en felaktig kontrollsumma. Klicka för att försöka igen.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Ladda ner och installera\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Visa manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Licens\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Installera om\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Rapportera en bugg…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Beroendenamn\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Beroendebeskrivning\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Ladda ner & installera detta beroendet\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Ett installationsfel har inträffat. Starta om Bottles för att läsa \"\n\"kraschrapporten eller kör den via terminalen för att läsa resultatet.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Beroendemeny\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Felsökning\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Bläddra bland filer…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Duplicera flaskan…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\"Detta är det kompletta arkivet för din butelj, inklusive personliga filer.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Fullständig säkerhetskopiering…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Detta är bara buteljens konfiguration, det är perfekt om du vill skapa en \"\n\"ny, men utan personliga filer.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Exportera konfiguration…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Visa dolda program\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Sök efter nya program\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Ta bort flaskan…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Andrahandsmeny\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Tvångsavsluta alla processer\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Simulera en Windows-systemavstängning.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Stäng av\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Simulera en Windows-omstart.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Starta om\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Startalternativ\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Kör i Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Släpp filer för att exekvera dem\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Min flaska\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Miljö\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Körprogram\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Versionshantering aktiverad för denna butelj\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Versionshantering är aktiverad i denna flaska.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Starta körbar fil…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Program\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Klicka \\\"Kör körbar fil...\\\" för att köra en körbar fil, \\\"Lägg till \"\n\"genväg...\\\" för att lägga till en körbar fil till Programlistan, eller \"\n\"\\\"Installera program...\\\" för att installera program utvalda av gemenskapen.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Lägg till genvägar…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Installera Program…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Alternativ\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Inställningar\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Konfigurera flaskinställningar.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Beroenden\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Installera programberoenden.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Ögonblicksbilder\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Skapa och hantera flasklägen.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Aktivitetshanterare\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Hantera körande program.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Verktyg\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Kommandorad\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Kör kommandon i denna butelj.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Registereditor\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Redigera det interna registret.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Äldre Wineverktyg\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Utforskare\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Felsökare\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Konfiguration\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Avinstallerare\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Kontrollpanel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Letar efter beroenden…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Du är frånkopplad :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles kör i frånkopplat läge, så beroenden är inte tillgängliga.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Beroenden är resurser som förbättrar kompatibiliteten med Windowsmjukvara.\\n\"\n\"\\n\"\n\"Filerna på den här sidan tillhandahålls av tredje part under en egen licens. \"\n\"Genom att installera dem godkänner du deras respektive licensvillkor.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Rapportera ett problem eller ett beroende (dependecy) som saknas.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Rapportera ett beroende som saknas\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Läs dokumentation.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Dokumentation\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Sök\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Sök bland program…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Installera program utvalda av vår gemenskap.\\n\"\n\"\\n\"\n\"Filerna på den här sidan tillhandahålls av tredje part under en egen licens. \"\n\"Genom att installera dem godkänner du deras respektive licensvillkor.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Inga installatörer hittades\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Förrådet kan inte nås eller ingen installatör är kompatibelt med den här \"\n\"flaskan.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Läs dokumentation\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Namn\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Komponenter\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Versionen av Wine's kompatibilitetslager.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Uppdaterar körare och komponenter, vänligen vänta…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Förbättra Direct3D 8/9/10/11-kompabilitet igenom att översätta dem till \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Uppdaterar DXVK, vänligen vänta…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Förbättra Direct3D 12 kompatibilitet genom att översätta det till Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Uppdaterar VKD3D, vänligen vänta…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Uppdaterar av DXVK-NVAPI, vänligen vänta…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"Öka svarstid. Kan upptäckas av viss anti-fuskmjukvara.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Uppdaterar LatencyFlex, vänligen vänta…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Skärm\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling (DLSS)\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Öka prestanda på bekostnad av bildkvalitet igenom att använda DXVK-NVAPI. \"\n\"Fungerar bara på nyare Nvidiagrafikkort.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution (FSR)\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Förbättrar prestanda på bekostnad av försämrad bildkvalitet. Fungerar bara \"\n\"på Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Hantera FidelityFX Super Resolution (FSR)-inställningar\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Diskret grafikkort\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Använd det dedikerade grafikkortet för att öka prestandan med påföljden av \"\n\"ökad strömförbrukning.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Efterbehandlingseffekter\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Lägg till diverse efterbehandlingseffekter med vkBasalt. Funkar bara på \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Hantera inställningar för efterbehandlingslager\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Hantera hur spel ska visas på skärmen med Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Hantera Gamescope inställningar\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Avancerade skärminställningar\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Prestanda\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Aktivera synkronisering för ökad prestanda på flerkärniga processorer.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Synkronisering\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"System\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Övervaka prestanda\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Skärmövervakning såsom FPS, temperaturer, processorbelastning, \"\n\"grafikkortsbelastning och mer på OpenGL och Vulkan igenom MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Ferals spelläge\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Tillämpa en uppsättning optimeringar på din enhet. Kan förbättra \"\n\"spelprestanda.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Förladda spelfiler\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Förbättra laddtider när spelet startas flera gånger. Spelet kommer ta längre \"\n\"tid att starta första gången.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Hantera vmtouchinställningar\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS inspelning av spel\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Växla på/av OBS Game Capture för alla Vulkan- och OpenGLprogram.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Kompabilitet\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows-version\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Uppdaterar Windows-versionen, vänligen vänta…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Språk\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Välj det språk som ska användas i program.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Dedikerad sandlåda\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Använd en begränsad/förvaltad miljö för den här flaskan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Hantera behörigheter i sandlådan\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles körtid\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Ger ett paket med extra bibliotek för ökad kompatibilitet. Inaktivera om du \"\n\"stöter på problem.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam-körtid\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Ger ett paket med extra bibliotek för ökad kompatibilitet med Steamspel. \"\n\"Inaktivera om du stöter på problem.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Arbetskatalog\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Återställ till standard\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(standard)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL-undantag\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Miljövariabler\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Hantera diskar\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Automatiska ögonblicksbilder\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Skapa automatiska ögonblicksbilder innan mjukvara installeras eller \"\n\"inställningar ändras.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Komprimering\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Komprimera ögonblicksbilder för att spara utrymme. Detta kommer att göra \"\n\"skapandet av ögonblicksbilder långsammare.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Använd uteslutningsmönster\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Uteslut sökvägar i ögonblicksbilder.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Hantera körprogram\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Uppdatera\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Stoppa process\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Inga ögonblicksbilder hittades\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Skapa en första ögonblicksbild för att börja spara lägen för dina \"\n\"inställningar.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"En kort kommentar\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Spara buteljstatus.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Skapa ny ögonblicksbild\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detaljer\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Tillbaka\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Operationer\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Välj Flaska\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Avbryt\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Välj\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Skapa en ny flaska\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles kraschrapport\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"Avbryt\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Skicka rapport\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles kraschade förra gången. Vänligen fyll i en rapport och bifoga \"\n\"följande spårning för att hjälpa oss att identifiera problemet och förhindra \"\n\"att det händer igen.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Vi har hittat en eller flera liknande (eller identiska) rapporter. \"\n\"Kontrollera noga att det inte redan har rapporterats innan du skickar in en \"\n\"ny rapport. Varje rapport kräver ansträngning från utvecklarnas sida för att \"\n\"diagnostisera, respektera deras arbete och se till att du inte lägger upp \"\n\"dubbletter.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Jag vill fortfarande rapportera.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Avancerade alternativ\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Ofullständigt paket\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Denna version av Bottles verkar inte innehålla alla nödvändiga \"\n\"kärnberoenden. Var vänlig kontakta den som underhåller paketet eller använd \"\n\"en officiell version.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Avsluta\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dynamiska länkbibliotek kan specificeras för att byggas in \"\n\"(tillhandahålls av Wine) eller finns inbyggt (tillhandahålls av programmet).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Nytt undantag\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Undantag\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Diskar\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Dessa är sökvägar från värdsystemet som mappas och erkänns som enheter av \"\n\"bakgrundsprocessen (t.ex. C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Brev\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Befintliga diskar\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Duplicera flaskan\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Duplicera\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Ange ett namn för den duplicerade flaskan.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Duplicerar…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Detta kan ta en stund.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Flaskan är duplicerad\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Miljövariabler är dynamiskt namngivna värden som kan påverka hur processer \"\n\"som körs beter sig på din flaska.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Variabel-namn\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Befintliga variabler\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Uteslutningsmönster\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Definiera mönster som kommer att användas för att förhindra att vissa \"\n\"kataloger versioneras.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Mönster\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Befintliga mönster\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope inställningar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Spara\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Hantera hur spel skall visas.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Spelets upplösning\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Använd spelets upplösning som pixelreferens.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Bredd\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Höjd\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Fönsterupplösning\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"Uppskalar upplösningen när en pixelupplösning högre än spelets används.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Diverse\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Begränsning av bildfrekvens (t.ex. 60)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Begränsning av bildfrekvensen (när ofokuserat)\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Heltalsskalning\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Fönstertyp\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Ramlös\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Fullskärm\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Vill du fortsätta med installationen?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Påbörja installationen\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Installationsprogrammet kräver vissa lokala resurser som inte kan \"\n\"tillhandahållas på annat sätt.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Fortsätt\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Färdig!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Visa program\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Installationen misslyckades!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Något gick fel.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Alla meddelanden\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Kritisk\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Fel\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Varningar\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Information\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Journalvisare\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Journalsökare\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Ändra loggnivå.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Alla\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Dessa argument kommer användas vid programstart.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Anpassade argument\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Argument för kommandot\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"t.ex: VAR=värde %kommando% -exempel1 -exempel2 -exempel3=hejsan\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Skript efter körning\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Välj ett skript som ska exekveras efter körning.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Välj ett skript\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Välj varifrån du vill starta programmet.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Välj en mapp\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Dessa inställningar åsidosätter standardinställningarna för denna körbara \"\n\"fil.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Inställnings-undantag\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Återställ till flaskans standardinställningar\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Virtuellt skrivbord\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Ansvarsfriskrivning för Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Använd Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Varning, att använda Protonbaserade körare i icke-Steamflaskor kan skapa \"\n\"problem och hindra dem ifrån att fungera korrekt.\\n\"\n\"\\n\"\n\"Vi rekommenderar att använda Wine-GE istället, det är en version av Proton \"\n\"som är avsedd att köras utanför Steam.\\n\"\n\"\\n\"\n\"Att fortsätta kommer automatiskt exekvera Steam (om denna finns på systemet \"\n\"och upptäcks av Bottles) för att tillåta tillgång till nödvändiga bibliotek \"\n\"och begränsa kompabilitetsproblem. Notera att GloriousEggroll, körarens \"\n\"leverantör, inte är ansvarig för några problem och att vi därför ber att ni \"\n\"inte rapporterar till dem.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Jag förstår.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Döp om\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Välj ett nytt namn för det valda programmet.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Nytt namn\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Kör med argument\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Kör\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Skriv nedan de argument som ska skickas till den körbara filen.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"t.ex.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Inställningar för sandlåda\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Dela nätverk\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Dela ljud\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Uppgradering nödvändig\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Fortsätt\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Starta uppgradering\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Nytt versionssystem\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Det nya flaskversionssystemet har anlänt.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles har ett helt nytt versionssystem som inte är bakåtkompatibelt.\\n\"\n\"\\n\"\n\"För att fortsätta använda versionssystemet behöver vi återinitiera \"\n\"Bottleförrådet. Detta kommer inte att radera data ifrån din flaska men \"\n\"kommer att radera alla befintliga ögonblicksbilder och skapa en ny.\\n\"\n\"\\n\"\n\"Om du behöver gå tillbaka till en tidigare ögonblicksbild innan du \"\n\"fortsätter, stäng detta fönster och återställ ögonblicksbilden. Återöppna \"\n\"sedan flaskan för att visa detta fönster på nytt.\\n\"\n\"\\n\"\n\"Det gamla systemet kommer att avslutas i en av de kommande utgåvorna.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Återinitierar förråd…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Färdig! Var snäll och starta om Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Effektinställningar för efterbehandling\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Standard\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Standardinställningar\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Effekter appliceras enligt listans ordning.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Effekter\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Contrast Adaptive Sharpening (CAS)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Skärpa\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Visa information\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Brusreducerad skärpa för Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Brusreducera\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Snabb ungefärlig kantutjämning\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Delpixelkvalitet\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Tröskelvärde för kantkvalitet\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Lägsta kvalitetsgräns\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Morfologisk kantutjämning för subpixlar\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Kantdetektering\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Färg\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Tröskelvärde\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Max söksteg\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Max söksteg diagonalt\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Max hörnavrundning\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS-skärpa ökar skärpan för bildrutan. Högre värden gör bildrutan skarpare, \"\n\"medan värden lägre än 0 gör bildrutan mjukare än standardinställningen.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS-skärpa ökar skärpan för en bildruta. Högre värden gör bildrutan skarpare.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS-brusreducering minskar bruset i en bildruta. Högre värden gör bildrutan \"\n\"mjukare.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA-subpixelkvaliteten minskar aliasering på subpixelnivå. Högre värden gör \"\n\"bildrutan mjukare.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA-kanttröskel är den minsta kontrast som krävs för att tillämpa FXAA-\"\n\"algoritmen. Högre värden gör att bildrutan har mer kontrast.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA-kvalitativt tröskelvärde är det minsta värdet av mörka pixlar som \"\n\"ignoreras av FXAA-algoritmen. Högre värden gör att FXAA ignorerar pixlar \"\n\"under det angivna värdet och kan leda till en prestandaökning.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma upptäcker kanter ur ett monokromperspektiv, medan Color upptäcker \"\n\"kanter baserat på färger. Luma är mer effektiv än Color.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA-tröskel specificerar känsligheten av kantdetektering. Lägre värden \"\n\"upptäcker fler kanter på bekostnad av prestanda.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA max söksteg anger hur många horisontella och vertikala söksteg som \"\n\"utförs vid kantsökning.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA max diagonala söksteg anger hur många diagonala söksteg som utförs vid \"\n\"kantsökning.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA hörnrundning anger styrkan av rundkanthörn.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Inbyggt (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Inhemskt (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Builtin, sedan Native\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Native, sedan Builtin\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Inaktiverad\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Ta bort\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/väg/till/plats\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"värde\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Bläddra bland filer\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine prefix-namn\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Hantera\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Detta Wineprefix har redan importerats till Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Importera en Bottlessäkerhetskopia\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Sök igen efter prefix\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Inga prefix hittades\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Inga externa prefix hittades. Har Bottles tillgång till dem?\\n\"\n\"Använd ikonen högst upp för att importera en flaska från en säkerhetskopia.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Fullständigt arkiv\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Visa manifest…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Läs omdöme…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Namn på installationsprogrammet\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Beskrivning av installationsprogrammet\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Okänd\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Installera detta program\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Programmeny\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Ingen thumbnail\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Starta\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Starta med Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Objektsnamn\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Ta bort från bibliotek\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Stoppa\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Bibliotek\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Lägg till objekt här från din flaskas programlista\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Versionshantering är aktiverad i denna butelj.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Denna butelj ser skadad ut.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Exekvera i denna Flaska\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Kör Här\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Den här buteljen ser skadad ut, konfigurationsfilen saknas. Jag kan försöka \"\n\"lösa det genom att skapa en ny konfiguration.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Sök bland dina flaskor…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Skapa ny Flaska…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Inga resultat hittades\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Prova en annan sökning.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Startar…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Den här resursen saknas.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Bläddra\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"Skapa\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Buteljnamn\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Program\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"Spel\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Anpassat\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Anpassat\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Dela användarkatalogen\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Detta gör användarkatalogen upptäckbar i Flaskan, med risk för att dela \"\n\"personlig information till Windowsprogram. Det här alternativet kan inte \"\n\"ändras efter att flaskan har skapats.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Arkitektur\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\"Vi rekommenderar att endast använda 32-bit om det är strängt nödvändigt.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Importera en anpassad konfiguration.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Välj en mapp\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Katalog som innehåller data från denna flaska.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"Stäng\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Detta namn är otillgängligt, försök med ett annat.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Tidigare\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Välkommen till Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Kör Windowsprogram på Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows i Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles använder kompatibilitetskörare för att tillhandahålla isolerade \"\n\"containeriserade Windows-liknande miljöer där program körs.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Nästan klar\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Vi behöver några minuter till för att ställa in allt…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Allt klart!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Vänligen avsluta installationen först\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Börja använda Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Nästa\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Inställningar\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Allmänt\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Utseende\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Mörkt tema\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Om Bottles skall använda den mörka temavarianten.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Visa datum för uppdatering\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Om uppdateringsdatum ska visas i flasklistan.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Avisering\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Visa meddelanden om nerladdningar och installationer.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Temporära filer\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Vill du rensa bort temp-filer när Bottles startar?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Stäng Bottles efter att ha startat ett program\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Stäng Bottles efter att ha startat ett program från filhanteraren.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Integrationer\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton-prefixer\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Visa och hantera Steam Proton-prefixer.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Visa Steam-appar i programlistan\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Kräver att Steam för Windows är installerat i flaskan.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Visa Epic Games i programlistan\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Kräver att Epic Games Store är installerad i flaskan.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Visa Ubisoft Games i programlistan\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Kräver att Ubisoft Connect är installerad i flaskan.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Avancerade\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Bottleskatalog\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Katalog som innehåller data från dina flaskor.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Körprogram\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Flaskor körs i offlineläge, så processer är inte tillgängliga.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Förhandsversion\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Visa instabila versioner av körare.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL-komponenter\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Flaskor körs i offlineläge, så DLL:er är inte tillgängliga.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Kärna\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Körtid\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Experiment\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Dessa funktioner är under omfattande utveckling och kan vara instabila, \"\n\"förvänta dig buggar och avbrott.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sandlåda per flaska\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"I tidig utveckling.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Starta med terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Bläddra i sökvägen\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Ändra startalternativ…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Lägg till i mitt bibliotek\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Lägg till skrivbordsfil\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Lägg till i Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Byt namn…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Dölj programet\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Visa programet\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Ta bort från listan\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Programnamn\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Lägesidentifiering\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Lägeskommentar\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Återställ denna ögonblicksbild\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Ta bort meddelande\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Huvudmeny\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Du verkar inte vara ansluten till internet. Utan det kommer du inte att \"\n\"kunna ladda ner viktiga komponenter. Klicka på den här ikonen när du har \"\n\"återupprättat anslutningen.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Importera…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Hjälp\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Om Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Fil \\\"{0}\\\" är inte en .exe- eller .msifil\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Uppdaterat: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" tillagd\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Välj körbar fil\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Lägg till\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Dölj dolda program\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Startar \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Var medveten om sandlåda\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles körs i en sandlåda, en begränsad tillståndsmiljö som behövs för att \"\n\"hålla dig säker. Om programmet inte körs, överväg att flytta in i flaskan (3 \"\n\"prickarikonen på toppen), och sedan starta därifrån.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"Avfärda\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Välj platsen där säkerhetskopieringskonfigurationen ska sparas\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Exportera\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Välj var säkerhetskopieringsarkivet skall sparas\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Säkerhetskopiera\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Säkerhetskopiering skapad för '{0}'\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Säkerhetskopiering misslyckades för '{0}'\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Är du säker på att du vill permanent ta bort \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Detta raderar permanent alla program och inställningar som är förknippade \"\n\"med det.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"Radera\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Saknad process\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Den körbara fil som begärs av denna flaska saknas. Installera den genom \"\n\"Bottles inställningar eller välj en ny för att köra program.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Vill du verkligen tvångsavsluta alla processer?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Detta kan orsaka förlust av data, filkorruption och att program inte \"\n\"fungerar.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Tvångsavsluta\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Den här funktionen är inte tillgänglig på ditt system.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\"{} För att lägga till den här funktionen, vänligen kör en Flatpakinstallation\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Det här Flasknamnet används redan.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Välj arbetskatalog\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Katalog som innehåller data för \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Vill du verkligen ta bort alla ögonblicksbilder?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Detta kommer att radera alla ögonblicksbilder men spara dina filer.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Vänligen migrera till det nya versionssystemet för att skapa nya lägen.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Installatörer\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Åtgärder pågår, vänligen vänta.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Återgå till dina flaskor.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Säkerhetskopian har importerats\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Importen misslyckades\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Importerar säkerhetskopia…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Välj en säkerhetskopia\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Importera\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Välj en konfigurationsfil\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"ej tillämpbar\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Kör körbar fil i \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Startar \\\"{0}\\\" i \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Dina buteljer\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Laddar ner ~{0} paket…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Hämtade {0} av {1} paket\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Välj en mapp\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Skapa Flaska…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Kan inte skapa Flaska\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Misslyckades att skapa Flaska, med ett eller flera fel.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Flaska skapad\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" skapades framgångsrikt.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"Steam hittades inte eller så har Bottles inte tillräckliga behörigheter.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Välj Bottles sökväg\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Starta om Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles måste startas om för att använda denna katalog.\\n\"\n\"\\n\"\n\"Var noga med att stänga varje program som startats från Bottles innan du \"\n\"startar om Bottles, eftersom det annars kan orsaka dataförlust, korruption \"\n\"och program som malfungerar.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"Omstart\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Övriga\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Uppgradera\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Installerar…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest för {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"{0} avinstallerad\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"{0} installerad\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"'{0}' misslyckades att installera\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"'{0}' importerad\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Detta program kan fungera dåligt. Installationsprogrammet konfigurerades för \"\n\"att ge bästa möjliga upplevelse, men förvänta dig buggar, instabilitet och \"\n\"bristande funktioner.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Detta program fungerar med märkbara fel, men dessa fel påverkar inte \"\n\"programmets funktionalitet.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Detta program fungerar med mindre fel.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Detta program fungerar perfekt.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Recension för {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Stoppa \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Startar \\\"{0}\\\" med Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"'{0}' dold\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" visad\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"'{0}' har tagits bort\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" bytte namn till \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Skrivbordsfil skapad för '{0}'\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"'{0}' har lagts till i ditt bibliotek\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" lagts till i ditt Steambibliotek\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Visa rapport\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Det här problemet har rapporterats 5 gånger och kan inte skickas \"\n\"igen.\\n\"\n\"            Rapportera din feedback i en av de befintliga rapporterna nedan.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Uppdaterar skärminställningar, vänligen vänta…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Skärminställningar uppdaterade\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Inga överskridningar hittades.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Välj enhetssökväg\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Inga miljövariabler definierade.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Inga uteslutningsvariabler definierade.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Ett fel har inträffat.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Kopiera till urklipp\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Välj resursfil\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Installerar Windowsberoenden…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Konfigurerar Flaskan…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Behandlar installationssteg…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Installerar {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Utför slutkontroller…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Installerar {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} är nu tillgänglig i programvyn.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Installationen misslyckades med ett okänt fel\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} är redan inaktiverad för den här flaskan.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Denna inställning skiljer sig från flaskans standardinställning.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Välj script\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Anpassad sökväg till Bottles hittades inte\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Återgår till standardsökväg. Inga flaskor ifrån den angivna sökvägen kommer \"\n\"att listas.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Kör Windowsmjukvara\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak-migrering\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Av/På dialogrutan för Flatpak-migrering.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Mörkt tema\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Forcera dark theme.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"uppdatera datum i lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Växla uppdateringsdatumet i buteljlistan.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam apps listning\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Sätt på/av Steam-applistning.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic games listning\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Sätt på/av Epic Games listning.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect lista\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Stäng av eller sätt på Ubisoft connectlista.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Fönsterbredd\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Ändra fönsterbredden.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Fönsterhöjd\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Ändra fönsterhöjden.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Visa aviseringar.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Temp-rensning\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Rensa temp-mappen vid systemstart.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"RC-utgåva\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Av/På RC-utgåva för körprogram.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Uppstartsvy\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Välj vilken vy som skall användas in vid programstart.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Av/På för experimentella funktioner såsom versionshantering och \"\n\"installationsprogram. RC-utgåva för körprogram.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton stöd\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Sätt experimentell funktionshantering på/av.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Experiment:sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Sätt på/av experimentell sandlåda per flaska.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Stäng Bottles automatiskt\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Stäng Bottles efter att ha startat körbar fil från filhanteraren.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Visa sandlådevarning\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Stäng av eller sätt på sandlådevarning.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Kör Windows-program på Linux med Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Buteljera programvara och njut på din fritid!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Vårt inbyggda installationssystem för beroenden ger automatisk åtkomst till \"\n\"programvarukompatibilitet. Använd nedladdningshanteraren för att ladda ner \"\n\"de officiella komponenterna: Körprogram (Wine, Proton), DXVK, beroenden etc.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Buteljversionshantering håller ditt arbete säkert nu och låter dig \"\n\"återställa det senare!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Funktioner:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Skapa buteljer med hjälp av förkonfigurerade miljöer eller skapa dina egna\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Kör exekverbara filer (.exe/.msi) i dina buteljer, direkt från kontextmenyn \"\n\"i din filhanterare\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Automatisk identifiering av program installerade i dina buteljer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Lägg till miljövariabler snabbt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Åsidosätt DLL-filer direkt från inställningar per butelj\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Byte av körprogram i farten för vilken butelj som helst\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Olika prestandaoptimeringar för spel (esync, fsync, DXVK, cache, shader \"\n\"kompilator, avlastning ... och mycket mer.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Automatisk installation och hantering av körprogrammen Wine och Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Automatisk buteljreparation vid eventuell skada\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"Integrerad beroendeinstallatör baserad på ett gemenskapsdrivet förråd\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Integrerad aktivitetshanterare för Wine-processer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Tillgång till ProtonDB och WineHQ för stöd\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"System för att få med din konfiguration till nya versioner av Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Säkerhetskopiera och importera buteljer\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Importera Wine-prefix från andra hanterare\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Bottles versionshantering\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... och mycket mer som du hittar genom att installera Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Uppdatera metadatainformation\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Lägg till mer uppdateringsinformation och korrekt versionsmeddelandeversion\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Fixade \\\"Lägg till i Steam\\\"-knapp\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Fixade att BottleConfig inte kunde serieköras\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Fixade att Patool misslyckades vid dubbel extrahering\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Korrekt version\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Fixa krasch vid skapande av en flaska\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Stor ändring: Omdesignat gränssnitt för nya Flaskor\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Kvalitetsförbättringar:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Lägg till en notis för \\\"Kör körbarfil\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Buggfixar:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Import av säkerhetskopior resulterade i ett fel\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Steam Runtime aktiveras automatiskt när du använder WineGE-alternativ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Fix olika fel relaterade till textkodning\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"Fix fel vid nedladdning om Bottles inte körs från terminalen\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Korrekt versionsdatum\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescopeförbättringar och fixar\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Installation av beroenden är snabbare och stabilare\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Hälsokontrollen har mer information för snabbare felsökning\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI har en hel del korrigeringar och är mer stabil, bör nu fungera \"\n\"ordentligt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Fixade kraschar när man laddar ner en komponent\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Förbättring av grundkod förbättring genom att undvika spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Fler variabler för installationsscripting\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Förbättringar av byggsystemet\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Gör det möjligt för VKD3D som standard när du skapar flaskor för spel\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Fixa kraschar när man läser in Steamfiler med dålig kodning\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Fixa komponenter som inte uppdateras korrekt i användargränssnittet efter \"\n\"installation/avinstallation\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Mer FSR-fixar\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Fixa problemet när ett program stängs efter att det startats ifrån \\\"Kör \"\n\"körbar fil\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"och många, många, många fler!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Beräknar…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Kör .exe/.msi i denna butelj\"\n\n#, fuzzy\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"Behöver minst ett lokalt körprogram för att skapa en butelj\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Skapa en ny butelj\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Ny butelj\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Information om flaskan\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"En miljö, förbättrad för Windows-spel.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"En förbättrad miljö för Windows-program.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"En ren miljö för dina experiment.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Tog bort länken till hemmappen\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Länka inte användarkatalogen till hemkatalogen\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Anpassat recept\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Välj ett eget recept för miljön om du har ett sådant.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Anpassad sökväg\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Förvara denna flaska på en annan plats.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Du är offline, kan inte ladda ner.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Välj en körbar sökväg\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Välj en körbar Windows-fil\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Välj arbetskatalog för körbara filer\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Välj en receptfil\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Välj var du vill förvara flaskan\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Välj sökväg för den nya flaskan\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Välj skript\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Välj arbetskatalog\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Stöd Bottles\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Misslyckades att installera komponenter, försökte 3 gånger.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Fransk översättning tack vare @julroy67\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Fransk översättning tack vare @julroy67\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Slovakiska översättningar tack vare @MartinIIOT\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"Portugisisk översättning tack vare @laralem\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Svensk översättning tack vare @eson57\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Lager\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ultrakvalité\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kvalité\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Balanserad\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Skiktad\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"En skiktad miljö, där varje app är ett skikt.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Välj sökväg\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Välj en receptfil\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Inga lägen hittades\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Hantera wineprefix enkelt, med hjälp av miljöer\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Kör med argument…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Bläddra bland interna filer med Wine Explorer.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Hantera processer med Wines aktivitetshanterare.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Felsök Wine-processer.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine-konfiguration\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Justera interna inställningar.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Avinstallera program med Wines avinstallerare.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Gå till den interna Wine-kontrollpanelen.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Använd installerar-sektionen eller knappen \\\"Starta körbar fil\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Beroenden är programvara, bibliotek och codecs som förbättrar \"\n#~ \"kompatibiliteten hos Windows-programvara. Installera härifrån för att \"\n#~ \"uppfylla dina programkrav.\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Läs dokumentation\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Installera valda\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Vi avråder starkt från att installera flera beroenden samtidigt.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Välj beroenden\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Läs dokumentation\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafik\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Förbättrar prestandan i DirectX 11-spel och 3D-program.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Förbättrar prestandan i DirectX 12-spel och 3D-program.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Tillhandahåll DLSS-stöd om tillgängligt och Nvidias NVAPI.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR använder avancerad uppskalningsteknik för att öka din bildfrekvens.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"Diskret GPU\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt är ett Vulkan-efterbehandlingslager för att förbättra den \"\n#~ \"visuella grafiken i spel.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Hantera Gamescope inställningar\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Använd Wines virtuella skrivbord.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Fånging ab mus i fullskäm\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Låt programmet fånga upp musinmatning vid fullskärmsläge.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Ta fokus\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Aktivera den om programmet inte återtar fokus när du växlar.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Musförvrängning\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Ändra detta om du har problem med musfördröjning eller desynkronisering.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Skärmskalning\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Ställ in anpassat DPI.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderare\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Välj vilken backend som ska användas för wined3d.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (standard)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Hantera versioner av komponenter\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK-version\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D-version\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI-version\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX-version\"\n\n#~ msgid \"false\"\n#~ msgstr \"falskt\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Samma som den i Bottles men tillhandahålls av Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Optimera spelprestanda på begäran.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Använd Gamescope-mikrokompositören.\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Använder flaskans sökväg som standard.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Återställ till standard\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Välj en katalog\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Ljud\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Reducera latens\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Ställ in PulseAudio-latens på 60 millisekunder för att öka ljudkvaliteten\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Versionshantering\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Utveckling och felsökning\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"En Vulkan- och OpenGL-overlay för övervakning av FPS, temperaturer, CPU/\"\n#~ \"GPU-belastning med mera.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Logga kodssökvägar som inte har implementerats i Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Inga program hittades\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Installera program från installationssektionen eller genom att köra \"\n#~ \"installatören. Du kan också lägga till körbara program manuellt med \\\"+\\\"-\"\n#~ \"knappen.\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Växla på/av dolda\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Ta en paus, det kan ta ett tag.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Konfigurera hur Gamescope ska hantera fönstret för de spel du ska köra.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"Bredd (t.ex. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Höjd (t.ex. 720)\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope-upplösning\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Ändra loggningsnivå.\\n\"\n#~ \"                                        \"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Skärm-inställningar\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Börja med att skapa en flaska.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Kör Windows Software på Linux.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Anpassad flasksökväg (kräver omstart)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Välj var du vill förvara de nya flaskorna (de befintliga flaskorna \"\n#~ \"flyttas inte).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"I tidig utvecklings (kräver omstart).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Importera/exportera…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Support\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forum\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Öppna menyn\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Ny butelj\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Bekräfta\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Är du säker på att du vill avsluta alla processer? \\n\"\n#~ \"Det kan leda till dataförlust.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Använd flaskans sökväg som standard.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Detaljer & Verktyg\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Hittat i din flaskas start-meny.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"En butelj kallad \\\"{0}\\\" skapades\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' installerad.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Nyheter\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Skapar versionshanteringsläge 0 …\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Ny butelj\"\n\n#, fuzzy\n#~ msgid \"Minor UI improvements\"\n#~ msgstr \"Allmäna UI-förbättringar\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Fransk översättning tack vare @julroy67\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Inledande Indonesisk översättning tack vare @rezaalmanda\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Spansk översättning tack vare @fitojb\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Fransk översättning tack vare @julroy67\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Enkel hantering av Wine-prefix\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Experiment:library\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Sätt på/av experimentiellt bibloteksläge.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Laddar ner…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Den anpasssade sökvägen för flaskan hittades inte. Bekräfta att sökvägen \"\n#~ \"i Inställningar är rätt.\\n\"\n#~ \"Om du återgår till standardsökvägen kommer inga flaskor från den sökvägen \"\n#~ \"att listas!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Hälsokoll\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Genererar av index för tillståndsfiler …\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Skapar en återställningspunkt …\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Kunde inte skapa tillståndsmapp.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Uppdaterar index …\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Kunde inte uppdatera tillståndstfil.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Kunde inte uppdatera indexfil.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Argument hittades för körbar: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Steg {self.__step} av {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' startad.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' startades på Steam.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Index för status {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Läs dokumentationen om beroende.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"På/Av för DXVK-överlägget som visar FPS och annan information i D3D-\"\n#~ \"program.\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Läs dokumentation om program\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Extra-inställningar\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"Lokala resurser\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Sök efter prefix\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Aktivera versionshantering för att spara och återställa buteljen till ett \"\n#~ \"läge.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Ditt bibliotek\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"Hälsokontroll\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Aktivitetshanterare\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Installera\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Skriv en riktigt kort kommentar:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Wine körprogram\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Buteljversionshantering (experimentell)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Översätt</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\"> Finansiering</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\"> Felrapport </a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\"> Blogg</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Felrapport\"\n\n#, fuzzy\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Verktyg\"\n\n#, fuzzy\n#~ msgid \"Command line\"\n#~ msgstr \"Kommandorad\"\n\n#, fuzzy\n#~ msgid \"Registry editor\"\n#~ msgstr \"Registereditor\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine config\"\n\n#, fuzzy\n#~ msgid \"Control panel\"\n#~ msgstr \"Kontrollpanel\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Testläge aktiverat: endast beroenden (dependencies) från testrepo visas.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Medan filerna på den här sidan har kontrollerats kan de vara under \"\n#~ \"proprietär licens.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Medan filerna på den här sidan har kontrollerats kan de vara under \"\n#~ \"proprietär licens.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Läs dokumentation\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Buteljdetaljer\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Min vackra butelj\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Byt namn på buteljen\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Använd DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Använd VKD3d\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Aktivera FSR\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Använd ett virtuellt skrivbord\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK-version\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Hantera VKD3D-versioner\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Kommer att starta om wineserver.\"\n\n#, fuzzy\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL-undantag\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Läs dokumentation\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"t.ex. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Befintliga undantag\"\n\n#, fuzzy\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"exempel: -exempel1 -exempele2 -exempel3=hallå\"\n\n#, fuzzy\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"Skapa butelj\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"sid_namn\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"sid_duplicering\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"sida_duplicerad\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Nytt variabel\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"Här kan du ändra miljövariabler för de kommandon som körs.\"\n\n#, fuzzy\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"Ex.: VAR1=värde VAR2=värde ..\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"Ex.: VAR1=värde VAR2=värde ..\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Skriv nya namnet:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Skriv här..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Meddelande här.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Verktyg & Inställningar\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Välj ett namn för din butelj\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Använd Gamescope\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Välkommen\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Bottles gör körning av Windows-program i Linux mycket enklare.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Hantera körprogram\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Vi är nästan där\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Vi behöver ladda ner och installera ett körprogram för att du skall kunna \"\n#~ \"skapa dina egna buteljer.\\n\"\n#~ \"Nerladdningsstorleken är <b>~70MB</b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">Läs mer \"\n#~ \"om nedladdningen</a>.\\n\"\n#~ \"\\n\"\n#~ \"Vi kan inte erbjuda dessa filer tillsammans med Bottles, eftersom de har \"\n#~ \"olika utgivningscykler.\\n\"\n#~ \"\\n\"\n#~ \"<b>Tryck på installationsknappen när du är klar</b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Sätt dig ner och slappna av, det kan ta några minuter.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Ladda ner\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Allt är redo!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Du är nu redo att skapa dina första buteljer.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Slutför\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Om ovanstående lista skall visa instabila versioner.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Gå tillbaka\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Kan inte hitta exekverbar för [{0}].\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Bekräfta borttagning\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Färdig\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Byt körprogram\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Hantera körprogram\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Byt körprogram\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles-Forum\"\n\n#, fuzzy\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Välj ett namn för din butelj\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Nya program kommer att hittas automatiskt.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Duplicera en butelj\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Ändra miljövariabler\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Detta fält får inte innehålla specialtecken!\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Importera & exportera\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Förstör denna butelj\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 bitar\"\n\n#, fuzzy\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Senaste uppdatering för denna butelj.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Mörkt tema\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Aktivera mörkt tema.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Experiment: Installerare\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Experimentell installerarfunktion av/på\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Aktivera ACO skuggningskompilator\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Förbättrar prestanda i spel och 3D-program.\\n\"\n#~ \"Avaktivera om du upplever grafiska problem.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Mörkt läge\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Bottles-problem\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles startad!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Det här är en experimentell funktion som är under tidig utveckling, var \"\n#~ \"försiktig och <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">rapportera fel</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles Utvecklare\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Optimera spelprestanda på begäran\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI-version\"\n\n#, fuzzy\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Spara buteljstatus.\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Gamemode är antingen inte tillgängligt på ditt system eller körs inte.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Experiment: Installerare\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Mjukvara\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"En miljö, förbättrad för Windows-mjukvara.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Experiment: Versionshantering\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"Import och export\"\n\n#, fuzzy\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Skapar butelj …\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Detta är de wine-/wineserver-processer som körs på din dator.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Sök efter aktiva processer.\"\n\n#, fuzzy\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Säkerhetskopiera denna butelj\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Starta om Windows\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Butelj\"\n\n#, fuzzy\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Inga körprogram hittades.\"\n\n#, fuzzy\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"\"\n#~ \"Körprogram och/eller dxvk hittades inte, installerar senaste version …\"\n\n#, fuzzy\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"\"\n#~ \"Körprogram och/eller dxvk hittades inte, installerar senaste version …\"\n\n#, fuzzy\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"\"\n#~ \"Körprogram och/eller dxvk hittades inte, installerar senaste version …\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Din nya butelj: {0} är nu klar!\"\n\n#, fuzzy\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"Nerladdningshanterare\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Fixade ett fel som gjorde att varje butelj gick sönder även om bara en \"\n#~ \"var trasig\"\n\n#, fuzzy\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Spansk översättning tack vare @fitojb\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Portugisiska (Brasilien) översättningar tack vare @vitor180396\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Välj en miljö\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Ladda ner och installera detta körprogram\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"Stäng Bottles efter att ha startat körbar fil från filhanteraren\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"Nerladdningar\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Välj en körbar Windows-fil\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"Wine stöd för Wayland genom XWayland\"\n\n#, fuzzy\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Skapa ny butelj med vald miljö\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Välj en körbar Windows-fil\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Fixade ett fel som gjorde att varje butelj gick sönder även om bara en \"\n#~ \"var trasig\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Fixade ett fel som gjorde att varje butelj gick sönder även om bara en \"\n#~ \"var trasig\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Fixade ett fel som gjorde att varje butelj gick sönder även om bara en \"\n#~ \"var trasig\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Kroatisk översättning tack vare @milotype\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Kör en exekverbar fil i denna butelj.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Ny ikon för beroenden på sidan för detaljerad information\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Felsök Wine-processer.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Fixade ett fel som gjorde att varje butelj gick sönder även om bara en \"\n#~ \"var trasig\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Experimentell funktionshantering av/på\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Experiment: Installerare\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"Bläddra i C:\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Uppgradera körprogrammet till den senaste lokalt installerade\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Radera buteljen\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Detta kommer att ändra körprogrammet från {0} till {1}.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Kör i denna butelj\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Svensk översättning tack vare @eson57\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Esperanto tack vare @phlostically\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Genererar buteljkonfigurationsfil …\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Välj en säkerhetskopia\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"Ny versionering baserad på CalVer-modellen\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"\"\n#~ \"Skapa buteljer med hjälp av wines körprogram tillhandahållet av \"\n#~ \"distributionen\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"Aktivera spelläge för dina buteljer om installerat i systemet\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"Kör .exe-/.msi-/.bat-filer med anpassade argument\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"Rättade felet \\\"dålig tolk\\\" i debian-paketet\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"Stäng Bottles efter att ha startat en körbar fil från filhanteraren\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"\"\n#~ \"Lade till knappbeskrivningar för att förstå vad vissa element i \"\n#~ \"användargränssnittet gör\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"Använder portal för filväljare\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Ukrainsk översättninga tack vare @marchellodev\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"Detta är manifestet för {0}.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"Detta är index för {0}.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"Den nerladdade filen {0} verkar skadad. Försök igen.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"Installerar körprogrammet {0} …\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Komponenten {0} installerad!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0} slutfört för {1}.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} importerat!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"Din säkerhetskopia för {0} är klar!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Din säkerhetskopia {0} importerades korrekt!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Kunde inte importera säkerhetskopia {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Vad är Wine?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine är ett kompatibilitetslager som låter oss köra Windows-program i \"\n#~ \"Linux.\\n\"\n#~ \"I Bottles kallas det för <b>körprogram</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixer är miljöer i vilka Wine fungerar. I Bottles kallar vi dessa \"\n#~ \"för <b>buteljer</b>.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Sida 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVK-versioner\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Kunde inte rensa temp-mappen!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Sökvägen till körprogram finns inte, skapar den nu.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Sökvägen till buteljer finns inte, skapar den nu.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Sökvägen till dxvk finns inte, skapar den nu.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Sökvägen till temp-mappen finns inte, skapar den nu.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Extrahering misslyckades! Arkivet slutar tidigare än förväntat.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"Filen [{0}] finns redan i temp, hoppar över.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"Byter namn på [{0}] till [{1}].\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"Den nerladdade filen [{0}] verkar skadad.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Källans kontrollsumma: [{0}] Nerladdat: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Installerar komponent: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Installerar beroende: [{0}] I buteljen: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Tar bort [{0}] från system32 i butelj: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"\"\n#~ \"[{0}] hittades inte i butelj: [{1}], kunde inte tas bort från system32.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Tar bort beroende: [{0}] från konfigurationen i butelj: [{1}].\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Körprogram hittades: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvk hittad: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Ingen dxvk hittades.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"\"\n#~ \"Nyckel: [{0}] finns inte i konfigurationen för butelj: [{1}], uppdaterar.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Nyckel: [{0}] finns inte i konfigurationsparametrar för butelj: [{1}], \"\n#~ \"uppdaterar.\"\n\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Buteljer hittades: %s\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Anger nyckel: [{0}] till [{1}] för butelj: [{2}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Tillämpar miljö: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Butelj: [{0}] skapad!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Tog bort butelj på sökväg: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Tom sökväg hittad, misslyckas för att undvika katastrof.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Försöker reparera buteljen: [{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Lägger till nyckel: [{0}] med värde: [{1}] och data: [{2}] i \"\n#~ \"registerbutelj: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"Tar bort värde: [{0}] för nyckel: [{1}] i registerbutelj: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Installerar dxvk för butelj: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Tar bort dxvk för butelj: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Kör en exekverbar på wineprefixet …\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Kör wineboot på wineprefixet …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Kör winecfg på wineprefixet …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Kör winetricks på wineprefixet …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Kör en felsökningskonsol på wineprefixet …\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Kör CMD på wineprefixet …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Kör en aktivitetshanterare på wineprefixet …\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Kör en kontrollpanel på wineprefixet …\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Kör en avinstallerare på wineprefixet …\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Kör en Regedit på wineprefixet …\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Skickar status: [{0}] till wineprefixet …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Öppna filhanteraren på sökvägen …\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Importerar wineprefix [{0}] till en ny butelj …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"Kunde inte skapa buteljsökväg för wineprefix [{0}]. Avbryter.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix: [{0}] importerat!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] filer att ersätta.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] filer att lägga till.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Säkerhetskopierar konfiguration: [{0}] i [{1}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Säkerhetskopierar butelj: [{0}] i [{1}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Kunde inte spara säkerhetskopia på sökväg: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Kunde inte importera säkerhetskopia: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Anslutningsstatus: Online …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Fixa stilen för miljöval på Yaru-temat\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Förstör inte page_details när buteljen raderas\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Lägg till freetype som ett beroende\"\n\n#~ msgid \"Bundle GTK with AppImage\"\n#~ msgstr \"Paketera GTK med AppImage\"\n\n#~ msgid \"Vertical layout for downloads\"\n#~ msgstr \"Vertikal layout för nerladdningar\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) by Gabriel Mattoso, Fábio Rodrigues Ribeiro, Leandro \"\n#~ \"Stanger\"\n#~ msgstr \"\"\n#~ \"Portugisiska (Brasilen) av Gabriel Mattoso, Fábio Rodrigues Ribeiro, \"\n#~ \"Leandro Stanger\"\n\n#~ msgid \"Norwegian Bokmål by Allan Nordhøy\"\n#~ msgstr \"Norsk bokmål av Allan Nordhøy\"\n\n#~ msgid \"Spanish by lvaskz\"\n#~ msgstr \"Spanska av lvaskz\"\n\n#~ msgid \"Support for 32 bit applications in Flatpak\"\n#~ msgstr \"Stöd för 32-bitarsprogram i Flatpak\"\n\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Kör .bat-filer i dina buteljer\"\n\n#~ msgid \"Bugfix:\"\n#~ msgstr \"Felfix:\"\n\n#~ msgid \"\"\n#~ \"Proposed a fix that should resolve the execution of executables on Flatpak\"\n#~ msgstr \"\"\n#~ \"Föreslog en korrigering som skall lösa exekvering av körbara filer på \"\n#~ \"Flatpak\"\n\n#~ msgid \"The window can now be resized\"\n#~ msgstr \"Fönstret kan nu storleksändras\"\n\n#~ msgid \"\"\n#~ \"New friendly pages are shown when there are no bottles, dependencies, \"\n#~ \"installers and programs\"\n#~ msgstr \"\"\n#~ \"Nya användarvänliga sidor visas när det inte finns några buteljer, \"\n#~ \"beroenden, installatörer och program\"\n\n#~ msgid \"Now the list of bottles can be reached from the right\"\n#~ msgstr \"Nu kan listan över buteljer nås från höger\"\n\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"Experiment kan nu aktiveras från inställningarna\"\n\n#~ msgid \"Improved connection check method\"\n#~ msgstr \"Förbättrad metod för anslutningskontroll\"\n\n#~ msgid \"Now the shortcut [F1] and the menu entry open the new documentation\"\n#~ msgstr \"Nu öppnar genvägen [F1] och menyposten den nya dokumentationen\"\n\n#~ msgid \"Use the [Escape] shortcut to go back\"\n#~ msgstr \"Använd genvägen [Esc] för att gå tillbaka\"\n\n#~ msgid \"The wine debug console now runs in the system terminal\"\n#~ msgstr \"Wines felsökningskonsol körs nu i systemets terminal\"\n\n#~ msgid \"Improved RunAsync method\"\n#~ msgstr \"Förbättrad metod för RunAsync\"\n\n#~ msgid \"Use the [F1] shortcut to open documentation\"\n#~ msgstr \"Använd genvägen [F1] för att öppna dokumentationen\"\n\n#~ msgid \"Use the [Esc] shortcut to go back\"\n#~ msgstr \"Använd genvägen [Esc] för att gå tillbaka\"\n\n#~ msgid \"The Wine debug console now runs in the system terminal\"\n#~ msgstr \"Wines felsökningskonsol körs nu i systemets terminal\"\n\n#~ msgid \"New shocking icon powered by @jannuary\"\n#~ msgstr \"Ny chockerande ikon drivs av @jannuary\"\n\n#~ msgid \"No more crashes when creating the bottle if there is no temp path\"\n#~ msgstr \"\"\n#~ \"Inga fler krascher vid skapande av buteljer, om det inte finns någon temp-\"\n#~ \"sökväg\"\n\n#~ msgid \"Happy 2021🎉!\"\n#~ msgstr \"Gott Nytt 2021🎉!\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"The new experimental bottle Versioning feature is here! Save the status \"\n#~ \"of a bottle and restore it later with a click.\"\n#~ msgstr \"\"\n#~ \"Den nya experimentella buteljversionsfunktionen är här! Spara status för \"\n#~ \"en butelj och återställ den senare med ett klick.\"\n\n#~ msgid \"All wine processes are now spawned asynchronously\"\n#~ msgstr \"Alla wine-processer skapas nu asynkront\"\n\n#~ msgid \"Compact logs, now showing only essential data\"\n#~ msgstr \"Kompakta loggar, visar nu endast väsentliga data\"\n\n#~ msgid \"\"\n#~ \"Fix wrong condition (in some cases it does not allow the use of the \"\n#~ \"application).\"\n#~ msgstr \"\"\n#~ \"Åtgärdar feltillstånd (i vissa fall tillåter det inte att applikationen \"\n#~ \"används).\"\n\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Säkerhetskopiera och återställ buteljer\"\n\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"Buteljkonfigurationsuppdatering över programuppdateringar\"\n\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"RC-utgåvor för körprogram av/på\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Miljöbeskrivning\"\n\n#~ msgid \"Minor bugfix\"\n#~ msgstr \"Mindre felfix\"\n\n#~ msgid \"Display informations for Bottles v3\"\n#~ msgstr \"Visa information för Bottles v3\"\n\n#~ msgid \"v3 note\"\n#~ msgstr \"v3-notis\"\n\n#~ msgid \"Toggle the v3 notice\"\n#~ msgstr \"v3-notis av/på\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"Anpassad sökväg stöds inte i den här versionen\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/MinNyaButelj\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"Versionshantering är en ny funktion i Bottles. Vi rekommenderar inte att \"\n#~ \"den används i produktion. Fortsätt med försiktighet!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"Körprogram kan ändras från inställningsfliken.\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Öppna winecfg i denna butelj för avancerad konfiguration.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Starta en felsökningskonsol i den här buteljen. Läs om felsökning i vår \"\n#~ \"dokumentation. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Använd detta för att avinstallera program från buteljen.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Öppna en CMD i denna butelj.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Använd regedit för att lägga till, redigera och ta bort Wine \"\n#~ \"registernycklar.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Bläddra i C:\\\\ för denna butelj.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Döda alla processer som körs i denna butelj.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"Simulerar en systemomstart (detta avbryter inte processer).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Simulerar ett systemavslut (detta avbryter inte processer).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Återstående diskutrymme:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X av Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Instrumentpanel\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (futex synkronisering)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Aktivera eventfd-baserad synkronisering för ökad prestanda i flerkärniga \"\n#~ \"processorer.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (eventfd synkronisering)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"Aktivera ACO för att öka prestandan i spel vid användning av Mesa-\"\n#~ \"drivrutiner.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"I bärbara datorer med två GPU:er (Intel+NVIDIA eller AMD+Nvidia eller \"\n#~ \"Intel+AMD) väljer du detta för att använda det mest diskreta kortet.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Skrivbordsvirtualisering\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"Virtualisera ett skrivbord där alla Windows-program skapas.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Syntax: dll1,dll2=värde;dll3=värde\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"Spara DLL-undantag.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Lägg till ny DLL-undantag\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Anpassa inställningarna för denna butelj.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"Följande paket laddas ner från externa källor (huvudsakligen från \"\n#~ \"Microsoft).\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Öppna ett ärende\"\n\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Installera beroenden (som corefonts, vcrun6...)  för bättre \"\n#~ \"programvarukompatibilitet.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"Programinstallatören är en experimentell funktion och kanske inte \"\n#~ \"fungerar.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Sök efter nya installatörer\"\n\n#~ msgid \"Here you can see, create, revert and delete bottle states.\"\n#~ msgstr \"Här kan du se, skapa, återställa och ta bort buteljstatus.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Körprogram x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"Avbryt nerladdning\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"Nerladdningsinställningar\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Hjälp till med översättning\"\n\n#~ msgid \"More info\"\n#~ msgstr \"Mer info\"\n\n#~ msgid \"We are working on Bottles v3.\"\n#~ msgstr \"Vi jobbar på Bottles v3.\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Ny butelj detaljerat\"\n\n#~ msgid \"Proceed with the installation of the latest version?\"\n#~ msgstr \"Vill du fortsätta med installation av den senaste versionen?\"\n\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"Men du verkar inte vara ansluten till internet och du kommer inte att \"\n#~ \"kunna ladda ner ett körprogram. Anslut till internet och bekräfta det här \"\n#~ \"meddelandet för att starta nerladdningen.\"\n\n#~ msgid \"OK status received\"\n#~ msgstr \"OK-status mottaget\"\n\n#~ msgid \"Cancel status received\"\n#~ msgstr \"Avbryt-status mottaget\"\n\n#~ msgid \"\"\n#~ \"The gaming environment has everything needed to run modern Windows games \"\n#~ \"on Linux\"\n#~ msgstr \"\"\n#~ \"Spelmiljön har allt som behövs för att köra moderna Windows-spel på Linux\"\n\n#~ msgid \"\"\n#~ \"The software environment includes dependencies commonly used by modern \"\n#~ \"software.\"\n#~ msgstr \"\"\n#~ \"Programvarumiljön innehåller beroenden som ofta används av modern \"\n#~ \"programvara.\"\n\n#~ msgid \"Selected env is: [{0}]\"\n#~ msgstr \"Vald miljö är: [{0}]\"\n\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"Program installerade i denna butelj, kommer att listas här.\"\n\n#~ msgid \"\"\n#~ \"There are no dependencies installed and we can't fetch from repository.\"\n#~ msgstr \"\"\n#~ \"Det finns inga beroenden installerade och vi kan inte hämta några från \"\n#~ \"förråd.\"\n\n#~ msgid \"We can't fetch the installers from the repository right now.\"\n#~ msgstr \"Vi kan inte hämta installatörerna från förrådet just nu.\"\n\n#~ msgid \"Use the '+' button to create one.\"\n#~ msgstr \"Använd knappen med \\\"+\\\" för att skapa en.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Ny ikon för beroenden på sidan för detaljerad information\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Namnge din butelj\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Byt körprogram\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Stäng av Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Avsluta alla wine-processer\"\n\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Senaste uppdatering för denna butelj.\"\n"
  },
  {
    "path": "po/ta.po",
    "content": "# Tamil translation\n# Copyright (C) 2022 Bottles Contributors\n# This file is distributed under the same license as the bottles package.\n# K.B.Dharun Krishna <kbdharunkrishna@gmail.com>, 2022.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 14:47+0000\\n\"\n\"Last-Translator: Anonymous <noreply@weblate.org>\\n\"\n\"Language-Team: Tamil <https://hosted.weblate.org/projects/bottles/bottles/ta/\"\n\">\\n\"\n\"Language: ta\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"பாதை எதுவும் குறிப்பிடப்படவில்லை\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"காப்புப்பிரதி {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"காப்புப்பிரதியை இறக்குமதி செய்கிறது: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"கூறுகளை நிறுவ முடியவில்லை, 3 முறை முயற்சித்தேன்.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"அத்தியாவசிய கூறுகளைக் காணவில்லை. நிறுவுகிறது…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"பாட்டில் கோப்பகத்தை உருவாக்குவதில் தோல்வி.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"ஒதுக்கிட கோப்பகம்/கோப்பை உருவாக்க முடியவில்லை.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"பாட்டில் உள்ளமைவை உருவாக்குகிறது…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"டெம்ப்ளேட் கிடைத்தது, பயன்படுத்துகிறது…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"ஒயின் கட்டமைப்பு புதுப்பிக்கப்படுகிறது…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"ஒயின் கட்டமைப்பு புதுப்பிக்கப்பட்டது!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Flatpak ஆக இயங்குகிறது, சாண்ட்பாக்சிங் பயனர்டிர்…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"சாண்ட்பாக்சிங் பயனர்டிர் …\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"விண்டோஸ் பதிப்பை அமைக்கிறது…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD இயல்புநிலை அமைப்புகளைப் பயன்படுத்து…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"சூழலை மேம்படுத்துகிறது…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"விண்ணப்பிக்கும் சூழல்: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) தனிப்பயன் சூழல் செய்முறையைப் பயன்படுத்துதல்…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) செய்முறை கிடைக்கவில்லை அல்லது செல்லாது…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK ஐ நிறுவுகிறது…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D ஐ நிறுவுகிறது…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI ஐ நிறுவுகிறது…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"சார்புநிலையை நிறுவுகிறது: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"பதிப்பு நிலை 0 ஐ உருவாக்குகிறது…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"இறுதி செய்கிறது…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"டெம்ப்ளேட்டை தற்காலிகமாக சேமிக்கிறது…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"உறுதியளிக்கும் நிலை…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"கமிட் செய்ய எதுவும் இல்லை\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"புதிய மாநிலம் [{0}] உருவாக்கப்பட்டது!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"மாநிலங்களின் பட்டியல் வெற்றிகரமாக மீட்டெடுக்கப்பட்டது!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"நிலை {0} வெற்றிகரமாக மீட்டெடுக்கப்பட்டது!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"நிலையை மீட்டெடுக்கிறது {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"மாநிலம் கிடைக்கவில்லை\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"மாநிலம் {} ஏற்கனவே செயலில் உள்ள நிலை\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"பதிப்பைக் காட்டு\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"இயங்கக்கூடிய பாதை\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"இணைப்பு பாதை\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"பாட்டில் பெயர்\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"வாதங்களை அனுப்பவும்\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"தவறான URI (தொடரியல்: பாட்டில்கள்:ரன்/<பாட்டில்>/<நிரல்>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[வெளியேறு] கோரிக்கை பெறப்பட்டது.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Help] கோரிக்கை பெறப்பட்டது.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Refresh] கோரிக்கை பெறப்பட்டது.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"நன்கொடையளி\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"மூன்றாம்-தரப்பு நூலகங்கள் மற்றும் சிறப்பு நன்றி\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"நிதியுதவி மற்றும் நிதியளிக்கப்பட்டது இவர்களால்\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"பதிப்புரிமை © 2017 பாட்டில்ஸ் டெவலப்பர்கள்\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"பாட்டில்ஸ் டெவலப்பர்கள்\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"K.B.Dharun Krishna https://github.com/kbdharun\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"கூறு பதிப்பு\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"நிறுவல் நீக்கவும்\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"கோப்புகளை உலாவவும்\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"நிறுவல் தோல்வி அடைந்தது. இது களஞ்சியப் பிழை, பகுதி பதிவிறக்கம் அல்லது செக்சம் பொருத்தமின்மை காரணமாக இருக்கலாம். \"\n\"மீண்டும் முயற்சிக்க அழுத்தவும்.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"பதிவிறக்கி நிறுவவும்\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"மேனிஃபெஸ்டைக் காட்டு\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"உரிமம்\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"மீண்டும் நிறுவவும்\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"பிழையைப் புகாரளிக்கவும்…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"சார்பு பெயர்\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"சார்பு விளக்கம்\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"வகையினம்\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"இந்த சார்புநிலையைப் பதிவிறக்கி நிறுவவும்\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"நிறுவல் பிழை ஏற்பட்டது. செயலிழப்பு அறிக்கையைப் படிக்க பாட்டில்களை மறுதொடக்கம் செய்யவும் அல்லது வெளியீட்டைப் படிக்க \"\n\"டெர்மினல் வழியாக இயக்கவும்.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"சார்பு மெனு\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"பழுது நீக்கும்\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"கோப்புகளை உலாவுக…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"நகல் பாட்டில்…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"இது தனிப்பட்ட கோப்புகள் உட்பட உங்கள் பாட்டிலின் முழுமையான காப்பகமாகும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"முழு காப்புப்பிரதி…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"இது பாட்டில் உள்ளமைவு மட்டுமே, நீங்கள் புதிய ஒன்றை உருவாக்க விரும்பினால், ஆனால் தனிப்பட்ட கோப்புகள் இல்லாமல் இருந்தால் \"\n\"இது சரியானது.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"ஏற்றுமதி உள்ளமைவு…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"மறைக்கப்பட்ட நிரல்களைக் காட்டு\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"புதிய நிரல்களைத் தேடுங்கள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"பாட்டிலை நீக்கு…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"இரண்டாம் நிலை மெனு\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"அனைத்து செயல்முறைகளையும் கட்டாயப்படுத்தி நிறுத்துங்கள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"விண்டோஸ் சிஸ்டம் பணிநிறுத்தத்தை உருவகப்படுத்தவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"பணிநிறுத்தம்\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"விண்டோஸ் சிஸ்டம் ரீபூட்டை உருவகப்படுத்தவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"மறுதொடக்கம்\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"விருப்பங்களைத் திறக்கவும்\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"டெர்மினலில் இயக்கவும்\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"அவற்றை இயக்க கோப்புகளை கைவிடவும்\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"என் பாட்டில்\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"வின்64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"சுற்றுச்சூழல்\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"ஓடுபவர்\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"இந்த பாட்டிலுக்கான பதிப்பு இயக்கப்பட்டது\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"இந்த பாட்டிலுக்கான பதிப்பு செயலில் உள்ளது.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"இயங்கக்கூடியது…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"நிகழ்ச்சிகள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"இயங்கக்கூடிய ஒன்றை இயக்க \\\"இயக்கக்கூடியது...\\\" என்பதைக் கிளிக் செய்யவும், நிரல் பட்டியலில் இயங்கக்கூடிய ஒன்றைச் \"\n\"சேர்க்க \\\"குறுக்குவழிகளைச் சேர்...\\\" அல்லது சமூகத்தால் நிர்வகிக்கப்படும் நிரல்களை நிறுவ \\\"நிரல்களை நிறுவு...\\\" \"\n\"என்பதைக் கிளிக் செய்யவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"குறுக்குவழிகளைச் சேர்…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"நிரல்களை நிறுவவும்…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"விருப்பங்கள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"அமைப்புகள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"பாட்டில் அமைப்புகளை உள்ளமைக்கவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"சார்புநிலைகள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"நிரல்களுக்கான சார்புகளை நிறுவவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"ஸ்னாப்ஷாட்கள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"பாட்டில் நிலைகளை உருவாக்கி நிர்வகிக்கவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"பணி மேலாளர்\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"இயங்கும் நிரல்களை நிர்வகிக்கவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"கருவிகள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"கட்டளை வரி\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"பாட்டிலின் உள்ளே கட்டளைகளை இயக்கவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"ரெஜிஸ்ட்ரி எடிட்டர்\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"உள் பதிவேட்டைத் திருத்தவும்.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"பாரம்பரிய ஒயின் கருவிகள்\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"எக்ஸ்ப்ளோரர்\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"பிழைத்திருத்தி\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"உள்ளமைவு\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"நிறுவல் நீக்கி\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"கண்ட்ரோல் பேனல்\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"சார்புகளைத் தேடு…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"நீங்கள் ஆஃப்லைனில் இருக்கிறீர்கள் :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"பாட்டில்கள் ஆஃப்லைன் பயன்முறையில் இயங்குவதால் சார்புநிலைகள் கிடைக்காது.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"சார்புகள் என்பது விண்டோஸ் மென்பொருளின் இணக்கத்தன்மையை மேம்படுத்தும் ஆதாரங்கள்.\\n\"\n\"\\n\"\n\"இந்தப் பக்கத்தில் உள்ள கோப்புகள் தனியுரிம உரிமத்தின் கீழ் மூன்றாம் தரப்பினரால் வழங்கப்படுகின்றன. அவற்றை நிறுவுவதன் \"\n\"மூலம், அந்தந்த உரிம விதிமுறைகளை நீங்கள் ஏற்றுக்கொள்கிறீர்கள்.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"சிக்கல் அல்லது விடுபட்ட சார்புநிலையைப் புகாரளிக்கவும்.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"விடுபட்ட சார்புநிலையைப் புகாரளிக்கவும்\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"ஆவணங்களைப் படிக்கவும்.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"ஆவணமாக்கம்\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"தேடு\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"நிரல்களைத் தேடு…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"எங்கள் சமூகத்தால் நிர்வகிக்கப்பட்ட நிரல்களை நிறுவவும்.\\n\"\n\"\\n\"\n\"இந்தப் பக்கத்தில் உள்ள கோப்புகள் தனியுரிம உரிமத்தின் கீழ் மூன்றாம் தரப்பினரால் வழங்கப்படுகின்றன. அவற்றை நிறுவுவதன் \"\n\"மூலம், அந்தந்த உரிம விதிமுறைகளை நீங்கள் ஏற்றுக்கொள்கிறீர்கள்.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"நிறுவிகள் எதுவும் இல்லை\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"களஞ்சியத்தை அணுக முடியவில்லை அல்லது இந்த பாட்டிலுடன் எந்த நிறுவியும் இணக்கமாக இல்லை.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"ஆவணங்களைப் படிக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"பெயர்\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"கூறுகள்\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"ஒயின் இணக்கத்தன்மை லேயரின் பதிப்பு.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"ரன்னர் மற்றும் கூறுகளைப் புதுப்பிக்கிறது, காத்திருக்கவும்…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Direct3D 8/9/10/11 இணக்கத்தன்மையை வல்கனுக்கு மொழிபெயர்ப்பதன் மூலம் மேம்படுத்தவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVKஐப் புதுப்பிக்கிறது, காத்திருக்கவும்…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Direct3D 12 இணக்கத்தன்மையை வல்கனுக்கு மொழிபெயர்ப்பதன் மூலம் மேம்படுத்தவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3Dஐப் புதுப்பிக்கிறது, காத்திருக்கவும்…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK-NVAPI ஐப் புதுப்பிக்கிறது, காத்திருக்கவும்…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"லேடென்சிஃப்ளெக்ஸ்\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"பதிலளிக்கும் திறனை அதிகரிக்கவும். சில ஏமாற்று எதிர்ப்பு மென்பொருள் மூலம் கண்டறியபடலாம்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleXஐப் புதுப்பிக்கிறது, காத்திருக்கவும்…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"காட்சி\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"ஆழ்ந்த கற்றல் சூப்பர் மாதிரி\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"DXVK-NVAPI ஐப் பயன்படுத்தி காட்சிகளின் செலவில் செயல்திறனை அதிகரிக்கவும். புதிய NVIDIA GPUகளில் மட்டுமே வேலை \"\n\"செய்யும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX சூப்பர் தெளிவுத்திறன்\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"காட்சிகளின் இழப்பில் செயல்திறனை அதிகரிக்கவும். வல்கனில் மட்டுமே வேலை செய்கிறது.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"FidelityFX சூப்பர் தெளிவுத்திறன் அமைப்புகளை நிர்வகிக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"தனித்துவமான கிராபிக்ஸ்\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"ஆற்றல் நுகர்வு செலவில் செயல்திறனை அதிகரிக்க தனித்துவமான கிராபிக்ஸ் அட்டையைப் பயன்படுத்தவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"பிந்தைய செயலாக்க விளைவுகள்\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"vkBasalt ஐப் பயன்படுத்தி பல்வேறு பிந்தைய செயலாக்க விளைவுகளைச் சேர்க்கவும். வல்கனில் மட்டுமே வேலை செய்கிறது.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"பிந்தைய செயலாக்க லேயர் அமைப்புகளை நிர்வகிக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\"கேம்ஸ்கோப்பைப் பயன்படுத்தி கேம்கள் எப்படி திரையில் காட்டப்பட வேண்டும் என்பதை நிர்வகிக்கவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"கேம்ஸ்கோப் அமைப்புகளை நிர்வகிக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"மேம்பட்ட காட்சி அமைப்புகள்\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"செயல்திறன்\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"மல்டிகோர் செயலிகளின் செயல்திறனை அதிகரிக்க ஒத்திசைவை இயக்கவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"ஒத்திசைவு\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"சிஸ்டம்\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"ஈசின்க்\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"எப் சின்க்\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"ஃபியூடெக்ஸ்2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"செயல்திறனைக் கண்காணிக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"MangoHud ஐப் பயன்படுத்தி OpenGL மற்றும் Vulkan இல் ஃப்ரேம்ரேட், வெப்பநிலை, CPU/GPU சுமை மற்றும் பல \"\n\"போன்ற கண்காணிப்புத் தகவலைக் காண்பி.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"ஃபெரல் கேம்மோட்\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"உங்கள் சாதனத்தில் மேம்படுத்தல்களின் தொகுப்பைப் பயன்படுத்தவும். விளையாட்டு செயல்திறனை மேம்படுத்த முடியும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"கேம் கோப்புகளை முன்கூட்டியே ஏற்றவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"விளையாட்டை பல முறை தொடங்கும் போது ஏற்றுதல் நேரத்தை மேம்படுத்தவும். விளையாட்டு முதல் முறையாக தொடங்குவதற்கு அதிக நேரம் \"\n\"எடுக்கும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"vmtouch அமைப்புகளை நிர்வகிக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS கேம் பிடிப்பு\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"அனைத்து Vulkan மற்றும் OpenGL நிரல்களுக்கும் OBS கேம் கேப்சரை நிலைமாற்று.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"இணக்கத்தன்மை\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"விண்டோஸ் பதிப்பு\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"விண்டோஸ் பதிப்பைப் புதுப்பிக்கிறது, காத்திருக்கவும்…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"மொழி\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"நிரல்களுடன் பயன்படுத்த மொழியைத் தேர்ந்தெடுக்கவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"பிரத்யேக சாண்ட்பாக்ஸ்\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\"இந்த பாட்டிலுக்கு கட்டுப்படுத்தப்பட்ட/நிர்வகிக்கப்பட்ட சூழலைப் பயன்படுத்தவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"சாண்ட்பாக்ஸ் அனுமதிகளை நிர்வகிக்கவும்\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"பாட்டில்கள் இயங்கும் நேரம்\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"மேலும் இணக்கத்தன்மைக்கு கூடுதல் நூலகங்களின் தொகுப்பை வழங்குகிறது, நீங்கள் சிக்கல்களைச் சந்தித்தால் முடக்கவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"ஸ்டீம் இயக்க நேரம்\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"மேலும் இணக்கத்தன்மைக்கு கூடுதல் நூலகங்களின் தொகுப்பை வழங்குகிறது, நீங்கள் சிக்கல்களைச் சந்தித்தால் முடக்கவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"பணி அடைவு\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"இயல்புநிலைக்கு மீட்டமைக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(இயல்புநிலை)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL மேலெழுதுகிறது\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"சுற்றுச்சூழல் மாறிகள்\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"இயக்ககங்களை நிர்வகிக்கவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"தானியங்கி ஸ்னாப்ஷாட்கள்\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"மென்பொருளை நிறுவும் முன் அல்லது அமைப்புகளை மாற்றும் முன் தானாகவே ஸ்னாப்ஷாட்களை உருவாக்கவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"சுருக்கம்\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"இடத்தைக் குறைக்க ஸ்னாப்ஷாட்களை சுருக்கவும். இது ஸ்னாப்ஷாட்களை உருவாக்குவதை மெதுவாக்கும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"விலக்கு வடிவங்களைப் பயன்படுத்தவும்\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"ஸ்னாப்ஷாட்களில் பாதைகளை விலக்கவும்.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"வடிவங்களை நிர்வகிக்கவும்\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"புதுப்பிப்பு\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"செயல்முறையை நிறுத்து\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"ஸ்னாப்ஷாட்கள் எதுவும் கிடைக்கவில்லை\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"உங்கள் விருப்பங்களின் நிலைகளைச் சேமிக்கத் தொடங்க உங்கள் முதல் ஸ்னாப்ஷாட்டை உருவாக்கவும்.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"ஒரு சிறு கருத்து\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"பாட்டில் நிலையை சேமிக்கவும்.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"புதிய ஸ்னாப்ஷாட்டை உருவாக்கவும்\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"விவரங்கள்\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"திரும்பி செல்\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"செயல்பாடுகள்\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"பாட்டிலைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"ரத்துசெய்\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"தேர்ந்தெடு\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"புதிய பாட்டிலை உருவாக்கவும்\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"பாட்டில்கள் விபத்து அறிக்கை\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_ரத்துசெய்\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"அறிக்கையை அனுப்பு\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"கடந்த முறை பாட்டில்கள் நொறுங்கின. இது மீண்டும் நிகழாமல் தடுக்கும் சிக்கலைக் கண்டறிய எங்களுக்கு உதவ, பின்வரும் \"\n\"ட்ரேஸ்பேக்கை இணைக்கும் அறிக்கையை நிரப்பவும்.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"ஒன்று அல்லது அதற்கு மேற்பட்ட ஒத்த (அல்லது ஒரே மாதிரியான) அறிக்கைகளைக் கண்டறிந்தோம். புதிய ஒன்றைச் சமர்ப்பிக்கும் முன்\"\n\", அது ஏற்கனவே புகாரளிக்கப்படவில்லை என்பதை கவனமாகச் சரிபார்க்கவும். ஒவ்வொரு அறிக்கையும் கண்டறிய டெவலப்பர்களின் \"\n\"தரப்பில் முயற்சி தேவைப்படுகிறது, தயவுசெய்து அவர்களின் வேலையை மதிக்கவும் மற்றும் நீங்கள் நகல்களை இடுகையிடவில்லை என்பதை \"\n\"உறுதிப்படுத்தவும்.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"நான் இன்னும் புகாரளிக்க விரும்புகிறேன்.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"மேம்பட்ட விருப்பங்கள்\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"முழுமையற்ற தொகுப்பு\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"பாட்டில்களின் இந்தப் பதிப்பு தேவையான அனைத்து அடிப்படை சார்புகளையும் வழங்குவதாகத் தெரியவில்லை, தயவுசெய்து தொகுப்பு \"\n\"பராமரிப்பாளரைத் தொடர்புகொள்ளவும் அல்லது அதிகாரப்பூர்வ பதிப்பைப் பயன்படுத்தவும்.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"வெளியேறு\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"டைனமிக் லிங்க் லைப்ரரிகள் கட்டமைக்கப்பட்டவையாக (ஒயின் மூலம் வழங்கப்பட்டவை) அல்லது சொந்தமாக \"\n\"(திட்டத்தால் வழங்கப்பட்டவை) குறிப்பிடப்படலாம்.\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"புதிய மேலெழுதல்\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"மீறுகிறது\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"இயக்கிகள்\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"இவை உங்கள் புரவலன் அமைப்பிலிருந்து வரும் பாதைகளாகும் அவை வரைபடமாக்கப்பட்டது ரன்னர் மூலம் சாதனங்களாக \"\n\"அங்கீகரிக்கப்பட்டது(எ.கா. C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"எழுத்து\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"தற்போதுள்ள இயக்கிகள்\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"டூப்ளிகேட் பாட்டில்\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"நகல்\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"பாட்டிலின் நகலுக்கு ஒரு பெயரை உள்ளிடவும்.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"நகலெடுக்கிறது…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"இதற்கு சிறிது நேரம் ஆகலாம்.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"பாட்டில் நகல் எடுக்கப்பட்டது\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"சுற்றுச்சூழல் மாறிகள் என்பது டைனமிக்-பெயரிடப்பட்ட மதிப்பாகும், இது உங்கள் பாட்டிலில் இயங்கும் செயல்முறைகள் செயல்படும் \"\n\"விதத்தை பாதிக்கலாம்.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"மாறி பெயர்\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"இருக்கும் மாறிகள்\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"விலக்கு வடிவங்கள்\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"சில கோப்பகங்கள் பதிப்பு செய்யப்படுவதைத் தடுக்கப் பயன்படுத்தப்படும் வடிவங்களை வரையறுக்கவும்.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"வடிவம்\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"தற்போதுள்ள வடிவங்கள்\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"கேம்ஸ்கோப் அமைப்புகள்\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"சேமி\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"கேம்கள் எவ்வாறு காட்டப்பட வேண்டும் என்பதை நிர்வகிக்கவும்.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"விளையாட்டு தீர்மானம்\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\"வீடியோ கேமின் தெளிவுத்திறனை பிக்சல்களில் குறிப்புகளாகப் பயன்படுத்துகிறது.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"அகலம்\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"உயரம்\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"சாளர தெளிவுத்திறன்\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"பிக்சல்களில் கேம் தெளிவுத்திறனை விட அதிக தெளிவுத்திறனைப் பயன்படுத்தும் போது தெளிவுத்திறனை மேம்படுத்துகிறது.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"இதர\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"பிரேம் வீத வரம்பு\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"கவனம் செலுத்தாத போது பிரேம் வீத வரம்பு\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"முழு எண் அளவிடுதல்\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"ஜன்னல் வகை\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"எல்லையற்ற\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"முழுத்திரை\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"நிறுவலைத் தொடர விரும்புகிறீர்களா?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"நிறுவலைத் தொடங்கவும்\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"இந்த நிறுவிக்கு சில உள்ளூர் ஆதாரங்கள் தேவை, இல்லையெனில் வழங்க முடியாது.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"முன்செல்\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"முடிக்கப்பட்டது!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"நிரல்களைக் காட்டு\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"நிறுவல் தோல்வி அடைந்தது!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"ஏதோ தவறு நடந்தது.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"அனைத்து செய்திகளும்\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"முக்கியமான\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"பிழைகள்\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"எச்சரிக்கைகள்\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"தகவல்\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"ஜர்னல் உலாவி\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"ஜர்னல் உலாவி\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"உள்நுழைவு நிலையை மாற்றவும்.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"எல்லா\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"அந்த வாதங்கள் துவக்கத்தில் நிறைவேற்றப்படும்.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"விருப்ப வாதங்கள்\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"கட்டளை வாதங்கள்\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"எ.கா.:VAR=மதிப்பு %command% -example1 -example2 -example3=வணக்கம்\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"பிந்தைய-ரன் ஸ்கிரிப்ட்\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\"இயக்கத்திற்குப் பிறகு செயல்படுத்தப்பட வேண்டிய ஸ்கிரிப்டைத் தேர்ந்தெடுக்கவும்.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"ஸ்கிரிப்டைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"நிரலை எங்கிருந்து தொடங்குவது என்பதைத் தேர்ந்தெடுக்கவும்.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"ஒரு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"இந்த இயங்குதளத்திற்கான இயல்புநிலை அமைப்புகளை இந்த அமைப்புகள் மேலெழுதும்.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"விருப்பத்தேர்வுகள் மேலெழுதப்படுகின்றன\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"பாட்டிலின் இயல்புநிலைக்கு மீட்டமைக்கவும்\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"மெய்நிகர் டெஸ்க்டாப்\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"புரோட்டான் மறுப்பு\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"புரோட்டானைப் பயன்படுத்தவும்\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"ஜாக்கிரதை, ஸ்டீம் அல்லாத பாட்டில்களில் புரோட்டான்-அடிப்படையிலான ரன்னர்களைப் பயன்படுத்துவது சிக்கல்களை ஏற்படுத்தலாம் மற்றும்\"\n\" அவை சரியாக நடந்து கொள்வதைத் தடுக்கலாம்.\\n\"\n\"\\n\"\n\"நீராவிக்கு வெளியே இயங்கும் புரோட்டானின் பதிப்பு Wine-GE ஐப் பயன்படுத்த பரிந்துரைக்கிறோம்.\\n\"\n\"\\n\"\n\"தேவையான நூலகங்களை அணுகவும், இணக்கத்தன்மை சிக்கல்களை வரம்பிடவும், ஸ்டீம் இயக்க நேரத்தை \"\n\"(கணினியில் இருந்தால் மற்றும் பாட்டில்களால் கண்டறியப்பட்டால்) செயல்முறை தானாகவே செயல்படுத்தும். ரன்னர் வழங்குநரான \"\n\"GloriousEggroll எந்த பிரச்சனைகளுக்கும் பொறுப்பேற்காது என்பதை அறிந்து கொள்ளுங்கள், மேலும் அவர்களிடம் புகாரளிக்க \"\n\"வேண்டாம் என்று கேட்டுக்கொள்கிறோம்.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"எனக்கு கிடைத்துவிட்டது.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"மறுபெயரிடுங்கள்\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"தேர்ந்தெடுக்கப்பட்ட நிரலுக்கு புதிய பெயரைத் தேர்ந்தெடுக்கவும்.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"புதிய பெயர்\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"வாதங்களுடன் இயக்கவும்\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"ஓடு\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"எக்ஸிகியூட்டபிள்க்கு அனுப்ப வேண்டிய வாதங்களை கீழே எழுதவும்.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"எ.கா.: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"சாண்ட்பாக்ஸ் அமைப்புகள்\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"பகிர்வு பிணையம்\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"ஒலியைப் பகிரவும்\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"மேம்படுத்தல் தேவை\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"தொடரவும்\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"மேம்படுத்தலை துவக்கவும்\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"புதிய பதிப்பு அமைப்பு\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"புதிய பாட்டில் பதிப்பு அமைப்பு இறங்கியுள்ளது.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"பாட்டில்கள் பின்னோக்கி இணக்கமாக இல்லாத முற்றிலும் புதிய பதிப்பு முறைமையைக் கொண்டுள்ளது.\\n\"\n\"\\n\"\n\"பதிப்பைத் தொடர்ந்து பயன்படுத்த, பாட்டில் களஞ்சியத்தை மீண்டும் தொடங்க வேண்டும். இது உங்கள் பாட்டிலிலிருந்து தரவை நீக்காது, \"\n\"ஆனால் ஏற்கனவே உள்ள எல்லா நிலைகளையும் நீக்கி புதிய ஒன்றை உருவாக்கும்.\\n\"\n\"\\n\"\n\"தொடர்வதற்கு முன் முந்தைய நிலைக்குச் செல்ல வேண்டும் என்றால், இந்தச் சாளரத்தை மூடிவிட்டு நிலையை மீட்டெடுக்கவும், பின்னர் இந்தச்\"\n\" சாளரத்தைக் காட்ட பாட்டிலை மீண்டும் திறக்கவும்.\\n\"\n\"\\n\"\n\"பழைய முறை அடுத்த வெளியீடுகளில் ஒன்றில் நிறுத்தப்படும்.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"களஞ்சியத்தை மீண்டும் துவக்குகிறது…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"முடிந்தது! பாட்டில்களை மீண்டும் தொடங்கவும்.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"பிந்தைய செயலாக்க விளைவுகள் அமைப்புகள்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"இயல்புநிலை\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"இயல்புநிலை அமைப்புகள்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"பட்டியல் வரிசையின் படி விளைவுகள் பயன்படுத்தப்படுகின்றன.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"விளைவுகள்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"கான்ட்ராஸ்ட் அடாப்டிவ் ஷார்ப்பனிங்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"கூர்மை\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"தகவலைக் காட்டு\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"டினோய்ஸ்ட் லும கூர்மைப்படுத்துதல்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"டினோய்ஸ்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"வேகமான தோராயமான எதிர்ப்பு-மாற்றுப்பெயர்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"துணைபிக்சல் தரம்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"தர எட்ஜ் த்ரெஷோல்ட்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"தர எட்ஜ் த்ரெஷோல்ட் குறைந்தபட்சம்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"துணை-பிக்சல் உருவவியல் எதிர்ப்பு மாற்றுப்-பெயர்ப்பு\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"விளிம்பு கண்டறிதல்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"லுமா\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"நிறம்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"வாசல்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"அதிகபட்ச தேடல் படிகள்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"அதிகபட்ச தேடல் படிகள் மூலைவிட்டம்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"மேக்ஸ் கார்னர் ரவுண்டிங்\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"சிஏஎஸ் கூர்மை ஒரு சட்டகத்தின் கூர்மையை அதிகரிக்கிறது. அதிக மதிப்புகள் சட்டகத்தை கூர்மையாக்குகின்றன, அதேசமயம் 0 ஐ வி\"\n\"ட குறைவான மதிப்புகள் சட்டத்தை நேட்டிவ்வை விட மென்மையாக்குகிறது.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"டிஎல்எஸ் கூர்மை ஒரு சட்டகத்தின் கூர்மையை அதிகரிக்கிறது. அதிக மதிப்புகள் சட்டகத்தை கூர்மையாக்கும்.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"டிஎல்எஸ் டெனோயிஸ் ஒரு சட்டத்தின் இரைச்சலைக் குறைக்கிறது. அதிக மதிப்புகள் சட்டத்தை மென்மையானது.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA துணை பிக்சல் தரம் துணை பிக்சல் மட்டத்தில் மாற்றுப்பெயர் குறைகிறது. அதிக மதிப்புகள் சட்டத்தை மென்மையானது.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA எட்ஜ் த்ரெஷோல்ட் என்பது FXAA அல்காரிதத்தைப் பயன்படுத்துவதற்கு தேவைப்படும் குறைந்தபட்ச அளவு மாறுபாடு ஆகும். அதி\"\n\"க மதிப்புகள் சட்டகத்தை அதிக மாறுபாட்டைக் கொண்டிருக்கச் செய்கிறது.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA தர எட்ஜ் த்ரெஷோல்ட் குறைந்தபட்சம் என்பது FXAA அல்காரிதத்தால் புறக்கணிக்கப்படும் டார்க் பிக்சல்களின் குறைந்தபட்\"\n\"ச மதிப்பாகும். அதிக மதிப்புகள் FXAA குறிப்பிட்ட மதிப்புக்குக் கீழே உள்ள பிக்சல்களைப் புறக்கணிக்கச் செய்து, செயல்திறன் \"\n\"அதிகரிப்புக்கு வழிவகுக்கும்.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"லுமா ஒரே வண்ணமுடைய கண்ணோட்டத்தில் விளிம்புகளைக் கண்டறிகிறது, அதே சமயம் வண்ணம் வண்ணங்களின் அடிப்படையில் விளிம்புகளைக் \"\n\"கண்டறிகிறது. லூமா நிறத்தை விட செயல்திறன் மிக்கவர்.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA த்ரெஷோல்ட் விளிம்பு கண்டறிதலின் உணர்திறனைக் குறிப்பிடுகிறது. குறைந்த மதிப்புகள் செயல்திறன் செலவில் அதிக விளிம்புகள் \"\n\"கண்டறியும்.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"எஸ்எம்ஏஏ அதிகபட்ச தேடல் படிகள் விளிம்புகளைத் தேடும்போது எத்தனை கிடைமட்ட மற்றும் செங்குத்து தேடல் படிகள் செய்யப்படுகின்\"\n\"றன என்பதைக் குறிப்பிடுகிறது.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"எஸ்எம்ஏஏ அதிகபட்ச மூலைவிட்ட தேடல் படிகள் விளிம்புகளைத் தேடும் போது எத்தனை மூலைவிட்ட தேடல் படிகள் செய்யப்படுகின்றன \"\n\"என்பதைக் குறிப்பிடுகிறது.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\"SMAA கார்னர் ரவுண்டிங் என்பது ரவுண்டிங் எட்ஜ் கார்னர்களின் வலிமையைக் குறிப்பிடுகிறது.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"உள்ளமைக்கப்பட்ட (ஒயின்)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"பூர்வீகம் (விண்டோஸ்)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"பில்டின், பின்னர் பூர்வீகம்\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"பூர்வீகம், பின்னர் பில்டின்\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"முடக்கப்பட்ட\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"அகற்று\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/புள்ளி/இடு/பாதை\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"மதிப்பு\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"கோப்புகளை உலாவவும்\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"ஒயின் முன்னொட்டு பெயர்\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"மேலாளர்\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"இந்த ஒயின் முன்னொட்டு ஏற்கனவே பாட்டில்களில் இறக்குமதி செய்யப்பட்டது.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"ஒரு பாட்டில் காப்புப்பிரதியை இறக்குமதி செய்யவும்\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"முன்னொட்டுகளை மீண்டும் தேடவும்\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"முன்னொட்டுகள் எதுவும் இல்லை\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"வெளிப்புற முன்னொட்டுகள் எதுவும் கண்டறியப்படவில்லை. பாட்டில்களுக்கு அவற்றை அணுக முடியுமா? \\n\"\n\"காப்புப்பிரதியிலிருந்து பாட்டிலை இறக்குமதி செய்ய மேலே உள்ள ஐகானைப் பயன்படுத்தவும்.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"முழு காப்பகம்\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"மேனிஃபெஸ்ட்டைக் காட்டு…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"மதிப்பாய்வைப் படிக்கவும்…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"நிறுவி பெயர்\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"நிறுவி விளக்கம்\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"அறியப்படாத\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"இந்த நிரலை நிறுவவும்\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"நிரல் மெனு\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"சிறுபடம் இல்லை\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"துவக்கவும்\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"ஸ்டீம் உடன் ஏவவும்\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"பொருளின் பெயர்\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"நூலகத்திலிருந்து அகற்று\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"நிறுத்து\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"நூலகம்\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"உங்கள் பாட்டிலின் நிரல் பட்டியலிலிருந்து பொருட்களை இங்கே சேர்க்கவும்\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"இந்த பாட்டில் பதிப்பு செயலில் உள்ளது.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"இந்த பாட்டில் சேதமடைந்து காணப்படுகிறது.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"இந்த பாட்டிலில் இயக்கவும்\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"இங்கே இயக்கவும்\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"இந்த பாட்டில் சேதமடைந்ததாகத் தெரிகிறது, உள்ளமைவு கோப்பு இல்லை. நான் ஒரு புதிய கட்டமைப்பை உருவாக்குவதன் மூலம் தீர்க்க \"\n\"முயற்சி செய்யலாம்.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"உங்கள் பாட்டில்களைத் தேடுங்கள்…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"ஸ்டீம் புரோட்டான்\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"பாட்டில்கள்\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"புதிய பாட்டிலை உருவாக்கவும்…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"முடிவுகள் எதுவும் இல்லை\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"வேறு தேடலை முயற்சிக்கவும்.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"துவங்குகிறது…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"இந்த வளம் காணவில்லை.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"உலவ\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"உருவாக்கு (_r)\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"பாட்டில்கள் பெயர்\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"பயன்பாடு (_A)\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"விளையாடுவது (_G)\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"தனிப்பயன் (_u)\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"தனிப்பயன்\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"பயனர் கோப்பகத்தைப் பகிரவும்\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"இது Windows மென்பொருளுடன் தனிப்பட்ட தகவல்களைப் பகிரும் அபாயத்தில் பயனர் கோப்பகத்தை பாட்டிலில் கண்டறியக்கூடியதாக \"\n\"ஆக்குகிறது. பாட்டில் உருவாக்கப்பட்ட பிறகு இந்த விருப்பத்தை மாற்ற முடியாது.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"கட்டிடக்கலை\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32-பிட் கண்டிப்பாக தேவைப்பட்டால் மட்டுமே பயன்படுத்தப்பட வேண்டும்.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"தனிப்பயன் உள்ளமைவை இறக்குமதி செய்யவும்.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"பாட்டில் அடைவு\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"இந்த பாட்டிலின் தரவைக் கொண்டிருக்கும் அடைவு.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"மூடு (_C)\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"இந்தப் பெயர் கிடைக்கவில்லை, வேறொன்றை முயற்சிக்கவும்.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"முந்தைய\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"பாட்டில்களுக்கு வரவேற்கிறோம்\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"லினக்ஸில் விண்டோஸ் மென்பொருளை இயக்கவும்.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"பாட்டில்களில் விண்டோஸ்\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"நிரல் இயங்கும் தனிமைப்படுத்தப்பட்ட கன்டெய்னரைஸ் செய்யப்பட்ட விண்டோஸ் போன்ற சூழலை வழங்க பாட்டில்கள் இணக்கத்தன்மை \"\n\"ரன்னர்களைப் பயன்படுத்துகின்றன.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"கிட்டத்தட்ட முடிந்து விட்டது\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"எல்லாவற்றையும் அமைக்க இன்னும் சில நிமிடங்கள் தேவை…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"எல்லாம் தயார்!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"முதலில் அமைவை முடிக்கவும்\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"பாட்டில்களைப் பயன்படுத்தத் தொடங்கவும்\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"அடுத்தது\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"விருப்பங்கள்\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"பொது\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"தோற்றம்\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"டார்க் மோடு\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"பாட்டில்கள் அடர் வண்ணத் திட்டத்தைப் பயன்படுத்த வேண்டுமா.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"புதுப்பிப்பு தேதியைக் காட்டு\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"புதுப்பித்த தேதியை பாட்டில் பட்டியலில் காட்ட வேண்டுமா.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"அறிவிப்புகள்\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"பதிவிறக்கங்கள் மற்றும் நிறுவல்களுக்கான அறிவிப்புகளைக் காட்டு.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"தற்காலிக கோப்புகள்\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"பாட்டில்கள் தொடங்கும் போது தற்காலிக கோப்புகளை சுத்தம் செய்யவா?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"ஒரு நிரலைத் தொடங்கிய பிறகு பாட்டில்களை மூடு\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"கோப்பு மேலாளரிடமிருந்து ஒரு நிரலைத் தொடங்கிய பிறகு பாட்டில்களை மூடு.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"ஒருங்கிணைப்புகள்\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"ஸ்டீம் புரோட்டான் முன்னொட்டுகள்\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"ஸ்டீம் புரோட்டான் முன்னொட்டு களைப் பட்டியலிட்டு நிர்வகிக்கவும்.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"நிரல் பட்டியலில் ஸ்டீம் பயன்பாடுகளை பட்டியலிடுங்கள்\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"பாட்டிலில் நிறுவப்பட்ட விண்டோஸிற்காக ஸ்டீம் தேவை.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"நிகழ்ச்சிகள் பட்டியலில் எபிக் கேம்களை பட்டியலிடவும்\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"பாட்டிலில் நிறுவப்பட்ட எபிக் கேம்ஸ் ஸ்டோர் தேவை.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"நிரல் பட்டியலில் யுபிசாஃப்ட் கேம்களை பட்டியலிடவும்\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"பாட்டிலில் யூபிசாஃப்ட் கனெக்ட் நிறுவப்பட்டிருக்க வேண்டும்.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"மேம்பட்ட\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"பாட்டில்கள் அடைவு\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"உங்கள் பாட்டில்களின் தரவைக் கொண்டிருக்கும் அடைவு.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"ரன்னர்ஸ்\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"பாட்டில்கள் ஆஃப்லைன் பயன்முறையில் இயங்குவதால், ஓடுபவர்கள் கிடைக்கவில்லை.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"முன்-வெளியீடு\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"ரன்னர்களின் நிலையற்ற பதிப்புகளைக் காண்பி.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"டிஎல்எல் கூறுகள்\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"பாட்டில்கள் ஆஃப்லைன் பயன்முறையில் இயங்குவதால் DLLகள் கிடைக்காது.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"கோர்\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"இயக்க நேரம்\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"ஒயின்பிரிட்ஜ்\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"பரிசோதனைகள்\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"இந்த அம்சங்கள் அதிக வளர்ச்சியில் உள்ளன மற்றும் நிலையற்றதாக இருக்கலாம், பிழைகள் மற்றும் உடைப்புகளை எதிர்பார்க்கலாம்.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"ஒரு பாட்டிலுக்கு சாண்ட்பாக்ஸ்\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"ஆரம்ப வளர்ச்சியில்.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"முனையத்துடன் தொடங்கவும்\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"பாதையை உலாவவும்\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"ஏவுதல் விருப்பங்களை மாற்றவும்…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"நூலகத்தில் சேர்க்கவும்\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"டெஸ்க்டாப் உள்ளீட்டைச் சேர்க்கவும்\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"ஸ்டீமில் சேர்க்கவும்\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"மறுபெயரிடுங்கள்…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"நிரலை மறை\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"நிரலைக் காட்டு\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"பட்டியலில் இருந்து நீக்கு\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"நிரல் பெயர்\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"மாநில ஐடி\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"மாநில கருத்து\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"இந்த ஸ்னாப்ஷாட்டை மீட்டெடுக்கவும்\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"செய்தியை நீக்கு\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"முதன்மை பட்டியல்\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"நீங்கள் இணையத்துடன் இணைக்கப்பட்டதாகத் தெரியவில்லை. இது இல்லாமல் நீங்கள் அத்தியாவசிய கூறுகளை பதிவிறக்க முடியாது. இணைப்பை\"\n\" மீண்டும் நிறுவியவுடன் இந்த ஐகானைக் கிளிக் செய்யவும்.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"இறக்குமதி…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"உதவி\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"பாட்டில்கள் பற்றி\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\\\"{0}\\\" கோப்பு .exe அல்லது .msi கோப்பு அல்ல\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"புதுப்பிக்கப்பட்டது: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" சேர்க்கப்பட்டது\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"இயங்கக்கூடியதைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"கூட்டு\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"மறைக்கப்பட்ட நிரல்களை மறை\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" தொடங்கப்படுகிறது…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"சாண்ட்பாக்ஸ் பற்றி விழிப்புடன் இருங்கள்\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"சாண்ட்பாக்ஸில் பாட்டில்கள் இயங்குகின்றன, உங்களைப் பாதுகாப்பாக வைத்திருக்க தடைசெய்யப்பட்ட அனுமதிச் சூழல் தேவை. நிரல் \"\n\"இயங்கவில்லை என்றால், பாட்டிலின் உள்ளே நகர்த்துவதைக் கவனியுங்கள் (மேலே உள்ள 3 புள்ளிகள் ஐகான்), பின்னர் அங்கிருந்து \"\n\"தொடங்கவும்.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_ நிராகரி\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"காப்புப்பிரதி கட்டமைப்பைச் சேமிக்கும் இடத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"ஏற்றுமதி\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"காப்பு காப்பகத்தை சேமிக்க வேண்டிய இடத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"காப்புப்பிரதி\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\"க்கான காப்புப்பிரதி உருவாக்கப்பட்டது\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\"க்கான காப்புப்பிரதி தோல்வியடைந்தது\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\\\"{}\\\" ஐ நிரந்தரமாக நீக்க விரும்புகிறீர்களா?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"இது அதனுடன் தொடர்புடைய அனைத்து நிரல்களையும் அமைப்புகளையும் நிரந்தரமாக நீக்கும்.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_அழி\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"ரன்னர் காணவில்லை\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"இந்த பாட்டில் கோரிய ரன்னர் இல்லை. பாட்டில்கள் விருப்பத்தேர்வுகள் மூலம் அதை நிறுவவும் அல்லது பயன்பாடுகளை இயக்க புதிய \"\n\"ஒன்றைத் தேர்வு செய்யவும்.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"எல்லா செயல்முறைகளையும் கட்டாயப்படுத்தி நிறுத்த விரும்புகிறீர்களா?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"இது தரவு இழப்பு, ஊழல் மற்றும் நிரல்களை செயலிழக்கச் செய்யலாம்.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"கட்டாயப்படுத்தி _நிறுத்து\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"இந்த அம்சம் உங்கள் கணினியில் இல்லை.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} இந்த அம்சத்தைச் சேர்க்க, தயவுசெய்து பிளாட்பேக் நிறுவலை இயக்கவும்\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"இந்த பாட்டில் பெயர் ஏற்கனவே பயன்பாட்டில் உள்ளது.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"பணி அடைவைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\\\"{}\\\" இன் தரவைக் கொண்ட கோப்பகம்.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"எல்லா ஸ்னாப்ஷாட்களையும் நிச்சயமாக நீக்க விரும்புகிறீர்களா?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\"இது அனைத்து ஸ்னாப்ஷாட்களையும் நீக்கும், ஆனால் உங்கள் கோப்புகளை வைத்திருக்கும்.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"புதிய நிலைகளை உருவாக்க, புதிய பதிப்பு முறைக்கு மாறவும்.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"நிறுவிகள்\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"செயல்பாடுகள் நடந்து வருகின்றன, காத்திருக்கவும்.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"உங்கள் பாட்டில்களுக்குத் திரும்பு.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"காப்புப்பிரதி வெற்றிகரமாக இறக்குமதி செய்யப்பட்டது\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"இறக்குமதி தோல்வியடைந்தது\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"இறக்குமதி தோல்வியடைந்தது…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"காப்புப்பிரதி காப்பகத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"இறக்குமதி\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"உள்ளமைவு கோப்பைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\\\"{self.config.Name}\\\" இல் இயங்கக்கூடியதாக இயக்கவும்\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\\\"{1}\\\" இல் \\\"{0}\\\" தொடங்கப்படுகிறது…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"உங்கள் பாட்டில்கள்\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"~{0} தொகுப்புகளைப் பதிவிறக்குகிறது…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"{1} தொகுப்புகளில் {0} எடுக்கப்பட்டது\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"பாட்டில் கோப்பகத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"பாட்டிலை உருவாக்குகிறது…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"பாட்டிலை உருவாக்க முடியவில்லை\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"ஒன்று அல்லது அதற்கு மேற்பட்ட பிழைகளுடன் பாட்டிலை உருவாக்க முடியவில்லை.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"பாட்டில் உருவாக்கப்பட்டது\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" வெற்றிகரமாக உருவாக்கப்பட்டது.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\"ஸ்டீம் கண்டுபிடிக்கப்படவில்லை அல்லது பாட்டில்களுக்கு போதுமான அனுமதிகள் இல்லை.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"பாட்டில்கள் பாதையைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"பாட்டில்களை மீண்டும் தொடங்கவா?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"இந்தக் கோப்பகத்தைப் பயன்படுத்த, பாட்டில்களை மீண்டும் தொடங்க வேண்டும். \\n\"\n\" \\n\"\n\"பாட்டில்களை மறுதொடக்கம் செய்வதற்கு முன், பாட்டில்களில் இருந்து தொடங்கப்பட்ட ஒவ்வொரு நிரலையும் மூடுவதை உறுதிப்படுத்திக் \"\n\"கொள்ளுங்கள், அவ்வாறு செய்யாதது தரவு இழப்பு, ஊழல் மற்றும் திட்டங்கள் செயலிழக்கச் செய்யலாம்.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_மீண்டும் துவக்கவும்\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"வால்வின் ஒயின் அடிப்படையில், ஸ்டேஜிங் மற்றும் புரோட்டான் பேட்ச்கள் அடங்கும்.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"ஒயின் அப்ஸ்ட்ரீம் அடிப்படையில், ஸ்டேஜிங் மற்றும் புரோட்டான் பேட்ச்கள் அடங்கும்.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"ஒயின் அப்ஸ்ட்ரீம் அடிப்படையில், ஸ்டேஜிங் பேட்ச்கள் அடங்கும்.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"வால்வின் ஒயின் அடிப்படையில், ஸ்டேஜிங், புரோட்டான் மற்றும் ஸ்டீம்-குறிப்பிட்ட இணைப்புகளை உள்ளடக்கியது. ஸ்டீம் இயக்க நேரம் \"\n\"இயக்கப்பட்டிருக்க வேண்டும்.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"வேறு\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"மேம்படுத்தல்\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"நிறுவுகிறது…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"{0}க்கான மேனிஃபெஸ்ட்\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" நிறுவல் நீக்கப்பட்டது\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" நிறுவப்பட்டது\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" ஐ நிறுவ முடியவில்லை\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" இறக்குமதி செய்யப்பட்டது\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"இந்த பயன்பாடு மோசமாக வேலை செய்யக்கூடும். நிறுவி சிறந்த அனுபவத்தை வழங்கும் வகையில் கட்டமைக்கப்பட்டுள்ளது, ஆனால் \"\n\"குறைபாடுகள், உறுதியற்ற தன்மை மற்றும் வேலை செய்யும் அம்சங்களின் பற்றாக்குறை ஆகியவற்றை எதிர்பார்க்கலாம்.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"இந்த நிரல் குறிப்பிடத்தக்க குறைபாடுகளுடன் செயல்படுகிறது, ஆனால் இந்த குறைபாடுகள் பயன்பாட்டின் செயல்பாட்டை பாதிக்காது.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"இந்த நிரல் சிறிய குறைபாடுகளுடன் வேலை செய்கிறது.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"இந்த நிரல் சிறப்பாக செயல்படுகிறது.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"{0} க்கான மதிப்பாய்வு\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"'{0}' தொடங்கப்படுகிறது…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"ஸ்டீம் மூலம் \\\"{0}\\\" ஐத் தொடங்கப்படுகிறது…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" மறைக்கப்பட்டுள்ளது\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" காட்டப்பட்டது\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" அகற்றப்பட்டது\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" , \\\"{1}\\\" என மறுபெயரிடப்பட்டது\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\" க்காக டெஸ்க்டாப் உள்ளீடு உருவாக்கப்பட்டது\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"உங்கள் நூலகத்தில் \\\"{0}\\\" சேர்க்கப்பட்டது\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" உங்கள் ஸ்டீம் லைப்ரரியில் சேர்க்கப்பட்டது\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"அறிக்கையைக் காட்டு\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            இந்தச் சிக்கல் 5 முறை புகாரளிக்கப்பட்டதால் மீண்டும் அனுப்ப முடியாது.\\n\"\n\"               கீழே உள்ள அறிக்கைகளில் ஒன்றில் உங்கள் கருத்தை தெரிவிக்கவும்.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"காட்சி அமைப்புகளைப் புதுப்பிக்கிறது, காத்திருக்கவும்…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"காட்சி அமைப்புகள் புதுப்பிக்கப்பட்டன\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"மீறல்கள் எதுவும் இல்லை.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"இயக்கி பாதையைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"சூழல் மாறிகள் எதுவும் வரையறுக்கப்படவில்லை.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"விதிவிலக்கு வடிவங்கள் எதுவும் வரையறுக்கப்படவில்லை.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"ஒரு பிழை ஏற்பட்டுள்ளது.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"கிளிப்போர்டுக்கு நகலெடுக்கவும்\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"ஆதாரக் கோப்பைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"விண்டோஸ் சார்புகளை நிறுவுகிறது…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"பாட்டிலை உள்ளமைக்கிறது…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"நிறுவி படிகளை செயலாக்குகிறது…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"{}ஐ நிறுவுகிறது…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"இறுதிச் சோதனைகளைச் செய்கிறது…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0}ஐ நிறுவுகிறது…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} இப்போது நிரல் பார்வையில் கிடைக்கிறது.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"அறியப்படாத பிழையால் நிறுவி தோல்வியடைந்தது\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"இந்த பாட்டிலுக்கு {0} ஏற்கனவே முடக்கப்பட்டுள்ளது.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"இந்த அமைப்பு பாட்டிலின் இயல்புநிலையிலிருந்து வேறுபட்டது.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"ஸ்கிரிப்டைத் தேர்ந்தெடுக்கவும்\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"தனிப்பயன் பாட்டில்கள் பாதை கிடைக்கவில்லை\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"இயல்புநிலை பாதைக்குத் திரும்புகிறது. கொடுக்கப்பட்ட பாதையிலிருந்து பாட்டில்கள் எதுவும் பட்டியலிடப்படாது.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"விண்டோஸ் மென்பொருளை இயக்கவும்\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"ஒயின்;விண்டோஸ்;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"பிளாட்பாக் இடம்பெயர்வு\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"பிளாட்பாக் இடம்பெயர்வு உரையாடலை நிலைமாற்று.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"டார்க் தீம்\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"டார்க் தீம் பயன்படுத்துவதை கட்டாயப்படுத்தவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"பட்டியலில் புதுப்பிப்பு தேதியை நிலைமாற்று\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"பாட்டில்களின் பட்டியலில் புதுப்பிப்பு தேதியை மாற்றவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"ஸ்டீம் ஆப்ஸ் பட்டியல்\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"ஸ்டீம் ஆப்ஸ் பட்டியலை நிலைமாற்று.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"எபிக் கேம்களின் பட்டியல்கள்\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"எபிக் கேம்கள் பட்டியலை நிலைமாற்று.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"யுபிசாஃப்ட் இணைப்பு பட்டியல்\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"யுபிசாஃப்ட் இணைப்பு பட்டியலை நிலைமாற்று.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"ஜன்னல் அகலம்\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"ஜன்னல் அகலத்தை மாற்றவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"ஜன்னல் உயரம்\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"ஜன்னல் உயரத்தை மாற்றவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"அறிவிப்புகளைக் காட்டு.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"வெப்பநிலை சுத்தம்\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"கணினியை துவக்கும் போது தற்காலிக பாதையை சுத்தம் செய்யவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"வெளியிடு வேட்பாளர்\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"ரன்னர்களுக்கான வெளியீட்டு வேட்பாளரை நிலைமாற்று.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"தொடக்கக் காட்சி\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\"எந்தப் பார்வையில் பயன்பாடு தொடங்கப்பட வேண்டும் என்பதைத் தேர்வுசெய்யவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"பதிப்பு மற்றும் நிறுவிகள் போன்ற சோதனை அம்சங்களை மாற்றவும். ரன்னர்களுக்கான வேட்பாளரை விடுவிக்கவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"ஸ்டீம் புரோட்டான் ஆதரவு\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"ஸ்டீம் புரோட்டான் முன்னொட்டு ஆதரவை நிலைமாற்று.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"சோதனைகள்:மணல்பெட்டி\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"ஒவ்வொரு பாட்டிலுக்கும் சோதனை சாண்ட்பாக்ஸை மாற்றவும்.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"பாட்டில்களை தானாக மூடு\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"கோப்பு மேலாளரிடமிருந்து இயங்கக்கூடிய ஒன்றைத் தொடங்கிய பிறகு பாட்டில்களை மூடு.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"சாண்ட்பாக்ஸ் எச்சரிக்கையைக் காட்டு\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"சாண்ட்பாக்ஸ் எச்சரிக்கையை நிலைமாற்று.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"விண்டோஸ் மென்பொருளை லினக்ஸில் பாட்டில்களுடன் இயக்கவும்!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"மென்பொருளை பாட்டில் செய்து உங்கள் ஓய்வு நேரத்தில் மகிழுங்கள்!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"எங்கள் உள்ளமைக்கப்பட்ட சார்பு நிறுவல் அமைப்பு தானியங்கு மென்பொருள் இணக்கத்தன்மை அணுகலை வழங்குகிறது. அதிகாரப்பூர்வ \"\n\"கூறுகளைப் பதிவிறக்க பதிவிறக்கம் மேலாளரைப் பயன்படுத்தவும்: ரன்னர் (ஒயின், புரோட்டான்), DXVK, சார்புகள், போன்றவை.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"பாட்டில் பதிப்பானது இப்போது உங்கள் வேலையைப் பாதுகாப்பாக வைத்திருக்கிறது, பின்னர் அதை மீட்டெடுக்க உங்களை அனுமதிக்கிறது!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"அம்சங்கள்:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"முன் கட்டமைக்கப்பட்ட சூழல்களைப் பயன்படுத்தி பாட்டில்களை உருவாக்கவும் அல்லது சொந்தமாக உருவாக்கவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"உங்கள் கோப்பு மேலாளரின் சூழல் மெனுவிலிருந்து நேரடியாக உங்கள் பாட்டில்களில் இயங்கக்கூடியவற்றை (.exe/.msi) இயக்கவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"\"\n\"உங்கள் பாட்டில்களில் நிறுவப்பட்டுள்ள பயன்பாடுகளை தானியங்கி முறையில் கண்டறிதல்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"சூழல் மாறிகளை விரைவாகச் சேர்க்கவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"ஒரு பாட்டில் விருப்பங்களிலிருந்து நேரடியாக DLLகளை மேலெழுதவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"எந்த பாட்டிலுக்கும் பறக்கும் போது ரன்னர் மாற்றம்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"பல்வேறு கேமிங்-செயல்திறன் மேம்படுத்தல்கள் \"\n\"(esync, fsync, DXVK, கேச், ஷேடர் கம்பைலர், ஆஃப்லோட் ... மற்றும் பல.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"ஒயின் மற்றும் புரோட்டான் ரன்னர்களின் தானியங்கி நிறுவல் மற்றும் மேலாண்மை\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"பாட்டில் உடைந்தால் தானாக பழுதுபார்க்கும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"சமூகத்தால் இயக்கப்படும் களஞ்சியத்தை அடிப்படையாகக் கொண்ட ஒருங்கிணைந்த சார்பு நிறுவி\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"ஒயின் செயல்முறைகளுக்கான ஒருங்கிணைந்த பணி மேலாளர்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"ஆதரவுக்காக ProtonDB மற்றும் WineHQ ஐ அணுகவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"\"\n\"பாட்டில்களின் புதிய பதிப்பிற்கு உங்கள் உள்ளமைவைக் கொண்டுவருவதற்கான அமைப்பு\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"காப்பு மற்றும் இறக்குமதி பாட்டில்கள்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"மற்ற மேலாளர்களிடமிருந்து ஒயின் முன்னொட்டுகளை இறக்குமதி செய்யவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"பாட்டில்கள் பதிப்பு\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... மேலும் பாட்டில்களை நிறுவுவதன் மூலம் நீங்கள் கண்டுபிடிக்கக்கூடிய பல!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"மீத்தரவு தகவலைப் புதுப்பிக்கவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"மேலும் புதுப்பிப்புத் தகவல் மற்றும் சரியான வெளியீட்டு குறிப்புகளின் பதிப்பைச் சேர்க்கவும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\\\"ஸ்டீமில் சேர்\\\" பொத்தான் சரி செய்யப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"நிலையான BottleConfig வரிசைப்படுத்த முடியாதது சரி செய்யப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"நிலையான படூல் இரட்டை பிரித்தெடுத்தல் தோல்வி\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"சரியான பதிப்பு\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"பாட்டிலை உருவாக்கும் போது செயலிழப்பு சரிசெய்யப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"பெரிய மாற்றம்: புதிய பாட்டில் இடைமுகத்தை மறுவடிவமைப்பு\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"வாழ்க்கைத் தர மேம்பாடுகள்:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"எமோட்-லவ் ஐகானை நூலகப் பக்கத்தில் நூலகமாக மாற்றப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\\\"இயக்கு இயங்கக்கூடியது\\\" க்கு டோஸ்ட் சேர்க்கப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"பிழை திருத்தங்கள்:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"ஸ்டீமில் (Steam) குறுக்குவழியைச் சேர்ப்பதில் பிழை ஏற்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"காப்புப்பிரதிகளை இறக்குமதி செய்வதில் பிழை ஏற்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"wine-ge-custom பயன்படுத்தும் போது ஸ்டீம் (Steam) இயக்க நேரம் தானாகவே இயக்கப்படும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"வெற்று அட்டைகள் மற்றும் விடுபட்ட உள்ளீடுகள் தொடர்பான செயலிழப்புகள் போன்ற பல்வேறு நூலகம் தொடர்பான திருத்தங்கள்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"உரை குறியாக்கம் தொடர்பான பல்வேறு சிக்கல்கள் சரிசெய்யப்பட்டன\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"டெர்மினலில் இருந்து பாட்டில்கள் இயக்கப்படாவிட்டால் பதிவிறக்கும் போது பிழை சரி செய்யப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"சரியான பதிப்பு தேதி\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"NVIDIA அல்லாத கணினிகளில் NVIDIA தொடர்பான முக்கியமான பிழைகளை மறை\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"கேம்ஸ்கோப் மேம்பாடுகள் மற்றும் திருத்தங்கள்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"சார்பு நிறுவல் வேகமானது மற்றும் நிலையானது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\"விரைவான பிழைத்திருத்தத்திற்கான கூடுதல் தகவல்கள் சுகாதாரச் சோதனையில் உள்ளன\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI ஆனது நிறைய திருத்தங்களைக் கொண்டுள்ளது மற்றும் மிகவும் நிலையானது, இப்போது சரியாக வேலை செய்ய வேண்டும்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"ஒரு கூறுகளைப் பதிவிறக்கும் போது நிலையான செயலிழப்பு சரி செய்யப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"ஸ்பின்-லாக்கைத் தவிர்ப்பதன் மூலம் பின்தள குறியீடு மேம்பாடு\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"நிறுவி ஸ்கிரிப்டிங்கிற்கான கூடுதல் மாறிகள்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"\\\"அனைத்தும் தயார்\\\" எனக் காட்டும் நிலையான உள் உரையாடல் உண்மையில் தயாராக இல்லை நிலையிலும் காட்டுவது செரிசெய்யப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"கட்டமைப்பு மேம்படுத்துதல்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\"விளையாட்டிற்காக பாட்டில்களை உருவாக்கும் போது இயல்பாக VKD3D ஐ இயக்குகிறது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\"மோசமான குறியாக்கங்களைக் கொண்ட ஸ்டீம் (Steam) கோப்புகளைப் படிக்கும்போது செயலிழப்புகள் சரி செய்யப்பட்டன\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"நிறுவல்/நிறுவலுக்குப் பிறகு UI இல் சரியாகப் புதுப்பிக்கப்படாத கூறுகளைச் செரிசெய்யப்பட்டன\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"மேலும் FSR திருத்தங்கள்\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"\\\" இயக்கு செயல்படுத்தக்கூடியவை\\\" இலிருந்து தொடங்கப்பட்ட பிறகு ஒரு நிரல் மூடப்படும் போது சிக்கல் சரி செய்யப்பட்டது\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"மற்றும் பல, பல, பல!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"கணக்கீடு செய்கிறது…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"இந்த பாட்டில் .exe/.msi ஐ இயக்கவும்\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"\"\n#~ \"புதிய பாட்டிலை உருவாக்க \\\"புதிய பாட்டிலை உருவாக்கவும்…\\\" என்பதைக் கிளிக் செய்யவும்.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"புதிய பாட்டிலை உருவாக்கவும்…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"புதிய பாட்டில்\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"பாட்டில் தகவல்\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"விண்டோஸ் கேம்களுக்கான சூழல் மேம்படுத்தப்பட்டுள்ளது.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"விண்டோஸ் பயன்பாடுகளுக்கான சூழல் மேம்படுத்தப்பட்டுள்ளது.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"உங்கள் சோதனைகளுக்கு தெளிவான சூழல்.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"இணைக்கப்படாத முகப்பு கோப்பகம்\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"யூசர்டிரை ஹோம்டிருடன் இணைக்க வேண்டாம்\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 பிட்\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 பிட்\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"தனிப்பயன் செய்முறை\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"உங்களிடம் இருந்தால் சுற்றுச்சூழலுக்கான தனிப்பயன் செய்முறையைத் தேர்வு செய்யவும்.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"தனிப்பயன் பாதை\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"இந்த பாட்டிலை வேறொரு இடத்தில் சேமித்து வைக்கவும்.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"நீங்கள் ஆஃப்லைனில் உள்ளீர்கள், பதிவிறக்க முடியவில்லை.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"இயங்கக்கூடிய பாதையைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"விண்டோஸ் இயங்கக்கூடிய கோப்பைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"எக்ஸிகியூட்டபிள்களுக்கு வேலை செய்யும் கோப்பகத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"ஒரு செய்முறைக் கோப்பைத் தேர்வு செய்யவும்\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"பாட்டிலை எங்கு சேமிப்பது என்பதைத் தேர்வுசெய்க\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"புதிய பாட்டில் பாதையைத் தேர்வு செய்யவும்\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"ஸ்கிரிப்டைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"வேலை செய்யும் கோப்பகத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"\"\n#~ \"பல்ஸ் ஆடியோ லேட்டன்சி அமைப்பு இப்போது நிராகரிக்கப்பட்டது மற்றும் இயல்பாகவே இயக்கப்பட்டது\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"பாட்டில் விவரங்கள் பாட்டில் உருவாக்கத்தில் தானாகவே காண்பிக்கப்படும்\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"பாட்டில்கள் இப்போது க்னோம் வட்ட வழிகாட்டுதல்களுடன் இணங்குகின்றன\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"இயல்புநிலையாக pulsaudio_latency ஐ முடக்கவும்.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"நிறுவல் நீக்கியதால் தொடக்கத்தின் போது ஒரு செயலிழப்பு சரி செய்யப்பட்டது.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"கூறுகளை நிறுவுவதற்கு ஒரு வரிசை செயல்படுத்தப்பட்டது.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"பாட்டில் நீக்குதல் சில நேரங்களில் வேலை செய்யாது சரி செய்யப்பட்டது.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"சமீபத்திய dxvk க்கான ஆதரவு @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"DLSS க்கு சரிசெய்தல்\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"நிரல் தரங்களுக்கான உதவிக்குறிப்பு சேர்க்கப்பட்டது\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"நிறுவி முடிவதை சரிசெய்யபட்டது @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"கேம்ஸ்கோப் வாதங்கள் சரிசெய்யபட்டது @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"சாளரங்களை மூடுவதற்கு Ctrl + W குறுக்குவழி சேர்க்கப்பட்டது @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"பாட்டில்கள் XDG_DATA_HOME ஐ அமைக்காமல் இருப்பது சரி செய்யப்பட்டது\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"பிரெஞ்சு மொழிபெயர்ப்புகள் @julroy மற்றும் @tymmsyde ஆகியோருக்கு நன்றி\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"துருக்கிய மொழிபெயர்ப்பு @54linux-ea மற்றும் @ruizlenato க்கு நன்றி\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"ரஷ்ய மொழிபெயர்ப்புகள் @lenemter மற்றும் @Smoque க்கு நன்றி\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"கேட்டலான் மொழிபெயர்ப்பு @rogervc க்கு நன்றி\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"அரபு மொழிபெயர்ப்புகள் @TheDarkEvil க்கு நன்றி\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"கொரிய மொழிபெயர்ப்புகள் @MarongHappy க்கு நன்றி\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"போர்த்துகீசிய மொழிபெயர்ப்புகள் @davipatricio, @SantosSi மற்றும் @vitorhcl \"\n#~ \"ஆகியோருக்கு நன்றி\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"காலிசியன் மொழிபெயர்ப்புகள் @NicoSGF64 க்கு நன்றி\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"ஹீப்ரு மொழிபெயர்ப்புகள் @itayweb க்கு நன்றி\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"போலிஷ் மொழிபெயர்ப்புகள் @Mikutut க்கு நன்றி\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"அடுக்குகள்\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"அல்ட்ரா தரம்\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"தரம்\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"சமநிலையானது\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"அடுக்கு\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"ஒரு அடுக்கு சூழல், ஒவ்வொரு பயன்பாடும் ஒரு அடுக்கு.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility. Disable if \"\n#~ \"you run into issues.\"\n#~ msgstr \"\"\n#~ \"மேலும் இணக்கத்தன்மைக்கு கூடுதல் நூலகங்களின் தொகுப்பை வழங்குகிறது, நீங்கள் சிக்கல்களைச் \"\n#~ \"சந்தித்தால் அதை முடக்கவும்.\"\n\n#~ msgid \"\"\n#~ \"Provide a bundle of extra libraries for more compatibility with Steam \"\n#~ \"games. Disable if you run into issues.\"\n#~ msgstr \"\"\n#~ \"ஸ்டீம் கேம்களுடன் அதிக இணக்கத்தன்மைக்கு கூடுதல் நூலகங்களின் தொகுப்பை வழங்குகிறது. \"\n#~ \"உங்களுக்கு சிக்கல்கள் ஏற்பட்டால் அதை முடக்கவும்.\"\n\n#~ msgid \"\"\n#~ \"Compress snapshots to reduce space. This will slow down creation of \"\n#~ \"snapshots.\"\n#~ msgstr \"\"\n#~ \"இடத்தைக் குறைக்க ஸ்னாப்ஷாட்களை சுருக்கவும். இது ஸ்னாப்ஷாட்களை உருவாக்குவதை மெதுவாக்கும்.\"\n\n#~ msgid \"Something goes wrong.\"\n#~ msgstr \"ஏதோ தவறு நடக்கிறது.\"\n\n#~ msgid \"This feature is not available on your system.\"\n#~ msgstr \"இந்த அம்சம் உங்கள் கணினியில் இல்லை.\"\n\n#~ msgid \"This will delete all snapshots, but keep your files.\"\n#~ msgstr \"இது அனைத்து ஸ்னாப்ஷாட்களையும் நீக்கும், ஆனால் உங்கள் கோப்புகளை வைத்திருக்கும்.\"\n\n#~ msgid \"Name has special characters or already in use\"\n#~ msgstr \"பெயரில் சிறப்பு எழுத்துகள் உள்ளன அல்லது ஏற்கனவே பயன்பாட்டில் உள்ளன\"\n\n#~ msgid \"Choose new Bottles path\"\n#~ msgstr \"புதிய பாட்டில் பாதையைத் தேர்வு செய்யவும்\"\n\n#~ msgid \"Added tooltips for program gades\"\n#~ msgstr \"நிரல் தரங்களுக்கான உதவிக்குறிப்பு சேர்க்கப்பட்டது\"\n\n#~ msgid \"Arabic tran*slations thanks to @TheDarkEvil\"\n#~ msgstr \"அரபு மொழிபெயர்ப்புகள் @TheDarkEvil க்கு நன்றி\"\n\n#~ msgid \"\"\n#~ \"Protuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"போர்த்துகீசிய மொழிபெயர்ப்புகள் @davipatricio, @SantosSi மற்றும் @vitorhcl \"\n#~ \"ஆகியோருக்கு நன்றி\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"பாதையைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"கோப்பைத் தேர்ந்தெடுக்கவும்.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"கோப்பு கிடைக்கவில்லை\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"கொடுக்கப்பட்ட கோப்பு இல்லை. பொருத்தமான கோப்பைத் தேர்ந்தெடுக்கவும்.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"கோப்பு பெயரில் உள்ள இடைவெளிகள்\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"வண்ணத் தேடல் அட்டவணைப் பாதையில் எந்த இடைவெளிகளும் இருக்கக்கூடாது. எல்லா \"\n#~ \"இடைவெளிகளையும் அகற்ற கோப்பின் மறுபெயரிடவும்.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"தவறான படப் பரிமாணம்\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"படத்தின் உயரமும் அகலமும் சமமாக இருக்க வேண்டும்.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"சூழல்களைப் பயன்படுத்தி ஒயின் முன்னொட்டை எளிதாக நிர்வகிக்கவும்\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"வாதங்களுடன் இயக்கவும்…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"ஒயின் எக்ஸ்ப்ளோரர் மூலம் உள் கோப்புகளை உலாவவும்.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"ஒயின் பணி மேலாளருடன் செயல்முறைகளை நிர்வகிக்கவும்.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"ஒயின் செயல்முறைகளை பிழைத்திருத்துதல்.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"ஒயின் கட்டமைப்பு\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"உள் அமைப்புகளை சரிசெய்யவும்.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"ஒயின் நிறுவல் நீக்கியைப் பயன்படுத்தி நிரல்களை நிறுவல் நீக்கவும்.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"உள் ஒயின் கண்ட்ரோல் பேனலை அணுகவும்.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"நிறுவிகள் பிரிவு அல்லது \\\"இயக்கக்கூடியது\\\" பொத்தானைப் பயன்படுத்தவும்.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"சார்புநிலைகள் என்பது விண்டோஸ் மென்பொருளின் இணக்கத்தன்மையை மேம்படுத்தும் மென்பொருள், \"\n#~ \"நூலகங்கள் மற்றும் கோடெக்குகள். உங்கள் நிரல் தேவைகளைப் பூர்த்தி செய்ய இங்கிருந்து \"\n#~ \"நிறுவவும்.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"ஆவணங்களைப் படிக்கவும்.\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"ஒரே நேரத்தில் பல சார்புகளை நிறுவுவதற்கு எதிராக நாங்கள் கடுமையாக அறிவுறுத்துகிறோம்.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"சார்புகளைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"கைமுறையாகத் தொடராமல், எங்கள் சமூகத்தால் நிர்வகிக்கப்பட்ட நிரல்களை நிறுவ இந்தப் \"\n#~ \"பகுதியைப் பயன்படுத்தவும்.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"ஆவணங்களைப் படிக்கவும்\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"வரைகலை\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"DirectX 11 கேம்கள் மற்றும் 3D பயன்பாடுகளின் செயல்திறனை மேம்படுத்துகிறது.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"DirectX 12 கேம்கள் மற்றும் 3D பயன்பாடுகளின் செயல்திறனை மேம்படுத்துகிறது.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"DLSS ஆதரவு மற்றும் Nvidia இன் NVAPI இருந்தால் வழங்கவும்.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR உங்கள் பிரேம்ரேட்டை அதிகரிக்க உதவும் அதிநவீன அப்-ஸ்கேலிங் தொழில்நுட்பங்களைப் \"\n#~ \"பயன்படுத்துகிறது.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"விகேபாசால்ட்டு\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt என்பது கேம்களின் காட்சி கிராபிக்ஸை மேம்படுத்த வல்கன் போஸ்ட் ப்ராசசிங் லேயர் \"\n#~ \"ஆகும்.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"vkBasalt அமைப்புகளை நிர்வகிக்கவும்\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"ஒயின் மெய்நிகர் டெஸ்க்டாப்பைப் பயன்படுத்தவும்.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"முழுத்திரை சுட்டி பிடிப்பு\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"முழுத்திரையில் நிரல் சுட்டி உள்ளீட்டைப் பிடிக்கட்டும்.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"ஃபோகஸ் எடுக்கவும்\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"நிரல் சுவிட்சில் கவனம் செலுத்தவில்லை என்றால் அதைச் செயல்படுத்தவும்.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"மவுஸ் வார்ப்\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"நீங்கள் மவுஸ் லேக் அல்லது டிசைனில் இயங்கினால் இதை மாற்றவும்.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"திரை அளவிடுதல்\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"தனிப்பயன் DPI ஐ அமைக்கவும்.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"வழங்குபவர்\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"wined3d க்கு பயன்படுத்த வேண்டிய பின்தளத்தைத் தேர்ந்தெடுக்கவும்.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (இயல்புநிலை)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"ஜிடிஐ\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"வல்கன்\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"கூறுகள் பதிப்புகளை நிர்வகிக்கவும்\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK பதிப்பு\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D பதிப்பு\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI பதிப்பு\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX பதிப்பு\"\n\n#~ msgid \"false\"\n#~ msgstr \"பொய்\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"பாட்டில்கள் ஒன்று, ஆனால் நீராவி மூலம் வழங்கப்படுகிறது.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"தேவைக்கேற்ப கேமிங் செயல்திறனை மேம்படுத்தவும்.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"கேம்ஸ்கோப்\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"கேம்ஸ்கோப் மைக்ரோ கம்போசிட்டரைப் பயன்படுத்தவும்.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"விஎம்டச்\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"பாட்டில் பாதைக்கு இயல்புநிலை.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"இயல்புநிலைக்கு மீட்டமைக்கவும்\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"ஒரு கோப்பகத்தைத் தேர்ந்தெடுக்கவும்\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"ஆடியோ\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"தாமதத்தை குறைக்கவும்\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"PulseAudio தாமதத்தை 60 ms ஆக அமைக்கவும், ஒலி தரத்தை அதிகரிக்கும்.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"பதிப்பு செய்தல்\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"மாநிலங்களுக்கான சுருக்கத்தைப் பயன்படுத்தவும்\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"இது மாநிலங்கள் பயன்படுத்தும் இடத்தைக் குறைக்கும், ஆனால் அவற்றின் உருவாக்கத்தை \"\n#~ \"மெதுவாக்கும்.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"எந்த சார்பு அல்லது நிறுவிகளை இயக்கும் முன் பாட்டில்கள் ஒரு நிலையை உருவாக்கும்.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"பதிப்பிலிருந்து சில பாதைகளை விலக்க தனிப்பயன் வடிவங்களைப் பயன்படுத்தவும்.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"மேம்பாடு மற்றும் பிழைத்திருத்தம்\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"மாங்கோஹட்\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"FPS, வெப்பநிலை, CPU/GPU சுமை மற்றும் பலவற்றைக் கண்காணிப்பதற்கான வல்கன் மற்றும் \"\n#~ \"ஓபன்ஜிஎல் மேலடுக்கு.\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"ஒயின் 'ஃபிக்ஸ்மி' பதிவுகள்\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"ஒயினில் செயல்படுத்தப்படாத பதிவுக் குறியீடு பாதைகள்.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"நிரல் எதுவும் இல்லை\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"நிறுவிகள் பிரிவில் இருந்து நிரல்களை நிறுவவும் அல்லது நிறுவி இயங்கக்கூடிய நிரலை \"\n#~ \"இயக்குவதன் மூலம், \\\"+\\\" பொத்தானைக் கொண்டு கைமுறையாக இயங்கக்கூடியவற்றைச் சேர்க்கலாம்.\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"மாறுதல் மறைக்கப்பட்டது\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"ஓய்வு எடுத்துக் கொள்ளுங்கள், சிறிது நேரம் ஆகலாம்.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"நீங்கள் இயக்கும் கேம்களுக்கான சாளரத்தை கேம்ஸ்கோப் எவ்வாறு நிர்வகிக்க வேண்டும் என்பதை \"\n#~ \"உள்ளமைக்கவும்.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"அகலம் (எ.கா. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"உயரம் (எ.கா. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"கேம்ஸ்கோப் தீர்மானம்\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"பதிவு நிலை மாற்றவும்.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"vkBasalt அமைப்புகள்\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"வண்ணத் தேடல் அட்டவணை\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT ஒரு .CUBE கோப்பு அல்லது உயரம் அகலத்திற்கு சமமாக இருக்கும் .png கோப்பைப் \"\n#~ \"பயன்படுத்தி வண்ணங்களின் வரம்பை மற்றொரு வரம்பாக மாற்றுகிறது.\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"ஒரு பாட்டிலை உருவாக்குவதன் மூலம் தொடங்கவும்.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"விண்டோஸ் மென்பொருளை லினக்ஸில் இயக்கவும்.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"தனிப்பயன் பாட்டில்கள் பாதை (மறுதொடக்கம் தேவை)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"புதிய பாட்டில்களை எங்கு சேமிப்பது என்பதைத் தேர்வுசெய்யவும் (இது ஏற்கனவே உள்ளவற்றை \"\n#~ \"நகர்த்தாது).\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"ஆரம்ப வளர்ச்சியில் (மறுதொடக்கம் தேவை).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"இறக்குமதி/ஏற்றுமதி…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"ஆதரவு\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"கருத்துக்களம்\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"மெனுவைத் திற\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"புதிய பாட்டில்\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"சரி\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"உறுதிப்படுத்தவும்\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"அனைத்து செயல்முறைகளையும் நிச்சயமாக நிறுத்த விரும்புகிறீர்களா?\\n\"\n#~ \"இது தரவு இழப்பை ஏற்படுத்தும்.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"பாட்டில் பாதைக்கு இயல்புநிலை.\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"சுருக்கத்தை மாற்றுவதற்கு மறு-தொடக்கம் தேவை\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"\"\n#~ \"இது உங்கள் எல்லா கோப்புகளையும் வைத்திருக்கும் ஆனால் எல்லா நிலைகளையும் நீக்கும். தொடர \"\n#~ \"வேண்டுமா?\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"விவரங்கள் & பயன்பாடுகள்\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"உங்கள் பாட்டிலின் தொடக்க மெனுவில் உள்ளது.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"“{0}” என்ற பாட்டில் வெற்றிகரமாக உருவாக்கப்பட்டது\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"மிர்கோ ப்ரோம்பின்\"\n\n#~ msgid \"News\"\n#~ msgstr \"செய்தி\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"\"\n#~ \"முழு பாட்டிலையும் பதிப்பு செய்ய அனுமதிக்கும் புதிய பதிப்பு அமைப்பு (மேலும் உள்ளமைவு)\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"தானியங்கு பதிப்பை இப்போது ஆன் மற்றும் ஆஃப் செய்ய முடியும்\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"பதிப்பு நிலைகளுக்கு சுருக்கத்தைப் பயன்படுத்தவும்\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"UI ஐ பலமுறை புதுப்பிக்காமல் வெளியீட்டு விருப்பங்களைச் சேமிப்பதை மேம்படுத்தவும்\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"\"\n#~ \"libyaml ஐப் பயன்படுத்தி மேம்படுத்தப்பட்ட YAML செயல்திறன் (python-yaml தொகுப்பு \"\n#~ \"அதற்கான ஆதரவை வழங்க வேண்டும்)\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"உரையாடல் பற்றி புதியது\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"நூலக பயன்முறையில் ஆதரவை உள்ளடக்கியது (SteamGridDB க்கு நன்றி)\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"\"\n#~ \"DXVK HUD விருப்பம் அகற்றப்பட்டது, அதற்குப் பதிலாக சுற்றுச்சூழல் மாறிகள் பகுதியைப் \"\n#~ \"பயன்படுத்தவும்\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"பாட்டில்கள்-கிளி ஷெல் விருப்பம் இப்போது கட்டளை வெளியீட்டை வழங்குகிறது\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"உடல்நலச் சரிபார்ப்பு இப்போது சரிசெய்தல் பற்றி பிரிவில் உள்ளது\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"\"\n#~ \"விரிவாக்கப்பட்ட கோர் சார்புநிலை சரிபார்ப்பு, பேக்கேஜர்கள் தங்கள் தொகுப்புகளை இருமுறை \"\n#~ \"சரிபார்க்க அழைக்கப்படுகிறார்கள்\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Flatpak தொகுப்பிற்கான புதிய இயல்புநிலை அனுமதி: xdg-பதிவிறக்கம்\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"கிரெடிட்ஸ் பிரிவில் மூன்றாம் தரப்பு நூலகங்களுக்கான கிரெடிட்கள் சேர்க்கப்பட்டன\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"சரிசெய்கிறது\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"தவிர்க்கக்கூடிய உள் உரையாடலை சரிசெய்யவும்\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"வெற்று பாட்டில் பெயரை சரிசெய்யவும்\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"வின்32 பாட்டில்களுக்கு ஜிஸ்ட்ரீமர் லிப்களை சரிசெய்யவும்\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"செயலிழப்பை ஏற்படுத்தும் ரிமோட் டிஸ்கனெக்ட் பிழையை சரிசெய்யவும்\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"தவறான வனிகிலியா பட்டியலை சரிசெய்யவும்\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"\"\n#~ \"லூப்களை ஏற்படுத்தும் சிம்லிங்க்ட் பாதைகள் மூலம் உருவாக்கப்படும் டெம்ப்ளேட்களை சரிசெய்யவும்\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"\"\n#~ \"பயனர் உள்ளமைவை மாற்றும்போது செயலிழப்பை ஏற்படுத்தும் உள்ளமைவு இடம்பெயர்வை சரிசெய்யவும்\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"mscoree.dll ஐ சரிசெய்யவில்லை\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"மரபு பாட்டில்கள் cli இன் -b விருப்பத்திற்கான பின்னடைவை சரிசெய்யவும்\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"செயலிழப்பை ஏற்படுத்தும் ஸ்டீம் வெளியீட்டு விருப்பங்கள் பாகுபடுத்தலை சரிசெய்யவும்\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"ஸ்டீம் புதிய உள்ளீட்டைச் சேர்க்காமல், ஸ்டீம் சேர் பட்டனில் பின்னடைவைச் சரிசெய்யவும்\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"பின்னிஷ் மொழிபெயர்ப்புகள் ஜிரி க்ரோன்ரூஸுக்கு நன்றி\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"இந்தோனேசிய மொழிபெயர்ப்புகள் @liimee க்கு நன்றி\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"ஸ்பானிஷ் மொழிபெயர்ப்புகளுக்கு நன்றி பாப்லோ முனோஸ் அலபாவ், @oscfdezdz\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"ஜெர்மன் மொழிபெயர்ப்புகள் பேட்ரிக் உல்ப்ரிக்ட் க்கு நன்றி\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"ஒயின் முன்னொட்டை எளிதாக நிர்வகிக்கவும்\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"பரிசோதனைகள்:நூலகம்\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"பரிசோதனை நூலகப் பயன்முறையை நிலைமாற்று.\"\n"
  },
  {
    "path": "po/th.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-29 16:00+0000\\n\"\n\"Last-Translator: Jiraroj Leelarattanawong <legendarybuilder@gmail.com>\\n\"\n\"Language-Team: Thai <https://hosted.weblate.org/projects/bottles/bottles/th/>\"\n\"\\n\"\n\"Language: th\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"ไม่ได้ระบุ Path\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"แบ็กอัป {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"กำลังนำเข้าแบ็กอัป: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"ติดตั้งชิ้นส่วนล้มเหลว ลองแล้ว 3 ครั้ง\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"ชิ้นส่วนที่สำคัญขาดหายไป กำลังติดตั้ง…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"ไม่สามารถสร้างไดเรกทอรีของขวดได้\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"ไม่สามารถสร้างไดเรกทอรี/ไฟล์ได้\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"กำลังสร้างการตั้งค่าขวด…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"พบเทมเพลต กำลังนำมาใช้…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"กำลังอัปเดตการตั้งค่า Wine…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"อัปเดตการตั้งค่า Wine แล้ว!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"กำลังรันด้วย Flatpak, แซนด์บอกซ์ไดเรกทอรีของผู้ใช้…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"กำลังแซนด์บอกซ์ไดเรกทอรีของผู้ใช้…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"กำลังกำหนดเวอร์ชันของวินโดวส์…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"กำลังนำค่าเริ่มต้นของ CMD มาใช้…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"กำลังปรับปรุงสภาพแวดล้อม…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"กำลังนำสภาพแวดล้อมมาใช้: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) กำลังใช้สูตรสภาพแวดล้อมที่กำหนดเอง…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) ไม่พบสูตรหรือไม่ถูกต้อง…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"กำลังติดตั้ง DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"กำลังติดตั้ง VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"กำลังติดตั้ง DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"กำลังติดตั้ง Dependency: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"กำลังสร้างสถานะเวอร์ชัน 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"กำลังทำให้เสร็จสิ้น…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"กำลังแคชเทมเพลต…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"กำลังบันทึก…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"ไม่มีอะไรให้บันทึก\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"สรา้งสถานะ [{0}] ใหม่เรียบร้อยแล้ว!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"การดึงรายการสถานะสำเร็จแล้ว!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"สถานะ [{0}] กู้คืนสำเร็จแล้ว!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"กำลังกู้คืน {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"ไม่พบสถานะ\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"State {} อยู่ในสถานะพร้อมใช้งาน\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"แสดงเวอร์ชัน\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Path ของ Executable\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Path ของ lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"ชื่อขวด\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"ส่งต่อ Arguments\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI ไม่ถูกต้อง (syntax: bottles:run/<ขวด>/<โปรแกรม>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[ปิด] ได้รับรีเควสต์แล้ว\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[ช่วยเหลือ] ได้รับรีเควสต์แล้ว\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[รีเฟรช] ได้รับรีเควสต์แล้ว\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"บริจาค\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"ไลบรารีภายนอก และขอขอบคุณเป็นพิเศษ\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"ได้รับการสนับสนุนและทุนสนับสนุนจาก\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"สงวนลิขสิทธิ์ © 2017 ทีมพัฒนา Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"ทีมพัฒนา Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"เครดิตผู้แปล\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"เวอร์ชันของชิ้นส่วน\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"ถอนการติดตั้ง\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"เรียกดูไฟล์\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"การติดตั้งล้มเหลว อาจเกิดจากข้อผิดพลาดของที่เก็บข้อมูล การดาวน์โหลดไม่ครบถ้วน \"\n\"หรือการตรวจสอบความถูกต้องไม่ตรงกัน กดเพื่อลองอีกครั้ง\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"ดาวน์โหลดและติดตั้ง\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"แสดง Manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"ลิขสิทธิ์\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"ติดตั้งใหม่\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"รายงานบั๊ก…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"ชื่อส่วนที่เกี่ยวพันอยู่\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"รายละเอียด Dependency\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"หมวดหมู่\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"ดาวน์โหลดและติดตั้ง Dependency นี้\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"เกิดข้อผิดพลาดในการติดตั้ง รีสตาร์ท Bottles เพื่ออ่านรายงานข้อขัดข้อง \"\n\"หรือรันผ่านเทอร์มินัลเพื่ออ่านผลลัพธ์\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"เมนู Dependency\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"การแก้ปัญหา\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"เรียกดูไฟล์…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"โคลนขวด…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"นี่คือที่เก็บ bottle สมบูรณ์ของคุณ รวมถึงไฟล์ส่วนตัวด้วย\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"แบ็กอัปเต็มรูปแบบ…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"นี่เป็นเพียงการกำหนดค่า bottle เท่านั้น ซึ่งเหมาะอย่างยิ่งหากคุณต้องการสร้างใหม่แต่ไม่มีไฟล์ส่วนตัว\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"ส่งออกการตั้งค่า…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"แสดงโปรแกรมที่ซ่อนไว้\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"ค้นหาโปรแกรมใหม่\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"ลบ Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"เมนูรอง\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"บังคับหยุดทุกขั้นตอน\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"จำลองการปิดระบบวินโดวส์\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"ปิดระบบ\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"จำลองการรีบูตระบบวินโดวส์\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"รีบูต\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"ตัวเลือกการเปิดตัว\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"รันใน Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"หย่อนไฟล์เพื่อดำเนินการ\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Bottle ของฉัน\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"สภาพแวดล้อม\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"รันเนอร์\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"เปิดใช้งานระบบเวอร์ชันสำหรับขวดนี้\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"ระบบเวอร์ชันเปิดใช้งานแล้วใน bottle นี้\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"รัน Executable…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"โปรแกรม\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"คลิก \\\"เรียกใช้ไฟล์ปฏิบัติการ...\\\" เพื่อรันไฟล์ปฏิบัติการ, คลิก \\\"เพิ่มทางลัด...\\\" \"\n\"เพื่อเพิ่มไฟล์ปฏิบัติการลงในรายการโปรแกรม หรือคลิก \\\"ติดตั้งโปรแกรม...\\\" \"\n\"เพื่อติดตั้งโปรแกรมที่คัดสรรโดยชุมชน\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"เพิ่มทางลัด…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"ติดตั้งโปรแกรม…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"ตัวเลือก\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"การตั้งค่า\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"การกำหนดการตั้งค่า bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"ไฟล์ Dependencies\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"ติดตั้ง dependencies สำหรับโปรแกรม\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"สแนปช็อต\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"สร้างและจัดการสถานะ bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"ตัวจัดการงาน\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"จัดโปรแกรมที่ใช้งานอยู่\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"เครื่องมือ\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"คอมมานด์ไลน์\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"รันคำสั่งภายใน Bottle\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"ตัวแก้ไข Registry\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"แก้ไข Registry ภายใน\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"เครื่อง Legacy Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"ตัวสำรวจ\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"ตัวแก้ไขบั๊ก\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"การกำหนดค่า\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"ตัวถอนการติดตั้ง\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"แผงควบคุม\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"ค้นหา dependencies…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"คุณออฟไลน์อยู่ :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles กำลังทำงานในโหมดออฟไลน์ ดังนั้นจึงไม่สามารถใช้งาน dependencies ได้\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Dependencies คือทรัพยากรที่ช่วยเพิ่มความเข้ากันได้ของซอฟต์แวร์ Windows\\n\"\n\"\\n\"\n\"ไฟล์ในหน้านี้จัดทำขึ้นภายนอกภายใต้ลิขสิทธิ์ที่เป็นกรรมสิทธิ์ การติดตั้งไฟล์เหล่านี้ \"\n\"หมายความว่าคุณยอมรับข้อกำหนดสิทธิ์การใช้งานที่เกี่ยวข้อง\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"แจ้งปัญหา หรือ dependency ที่หายไป\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"แจ้ง Dependency ที่หายไป\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"อ่านเอกสารข้อมูล\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"เอกสาร\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"ค้นหา\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"ค้นหาโปรแกรม…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"ติดตั้งโปรแกรมที่คัดสรรโดยชุมชนของเรา\\n\"\n\"\\n\"\n\"ไฟล์ในหน้านี้จัดทำขึ้นภายนอกภายใต้ลิขสิทธิ์ที่เป็นกรรมสิทธิ์ การติดตั้งไฟล์เหล่านี้ \"\n\"หมายความว่าคุณยอมรับข้อกำหนดสิทธิ์การใช้งานที่เกี่ยวข้อง\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"ไม่พบตัวติดตั้ง\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"ไม่สามารถเข้าถึงที่เก็บข้อมูลได้หรือไม่มีตัวติดตั้งที่เข้ากันได้กับ bottle นี้\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"อ่านเอกสารข้อมูล\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"ชื่อ\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"ส่วนประกอบ\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"เวอร์ชันของเลเยอร์ความเข้ากันได้ของ Wine\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"กำลังอัปเดต Runner และส่วนประกอบ กรุณารอ…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"ดีเอ็กซ์วีเค (DXVK)\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"ปรับปรุงความเข้ากันได้ของ Direct3D 8/9/10/11 โดยการแปลเป็น Vulkan\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"กำลังอัปเดต DXVK กรุณารอ…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"วีเคดี3ดี (VKD3D)\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"ปรับปรุงความเข้ากันได้ของ Direct3D 12 โดยการแปลเป็น Vulkan\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"กำลังอัปเดต VKD3D กรุณารอ…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"ดีเอ็กซ์วีเค เอ็นวีเอพีไอ (DXVK NVAPI)\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"กำลังอัปเดต DXVK-NVAPI กรุณารอ…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"ลาเทนซี่เฟล็กซ์ (LatencyFleX)\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"การเพิ่มการตอบสนอง สามารถตรวจพบได้โดยซอฟต์แวร์ป้องกันการโกงบางประเภท\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"กำลังอัปเดต LatencyFleX กรุณารอ…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"การแสดงผล\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"การเรียนรู้เชิงลึกแบบการสุ่มซูเปอร์\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"เพิ่มประสิทธิภาพโดยแลกกับภาพด้วย DXVK-NVAPI ใช้งานได้เฉพาะกับ GPU NVIDIA รุ่นใหม่เท่านั้น\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"ความละเอียดสูง FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"เพิ่มประสิทธิภาพโดยแลกกับภาพ ใช้งานได้บน Vulkan เท่านั้น\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"จัดการการตั้งค่าความละเอียดสูง FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"กราฟิกแบบแยก\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"ใช้การ์ดจอแยกเพื่อเพิ่มประสิทธิภาพการทำงานโดยแลกกับการใช้พลังงาน\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"เอฟเฟกต์หลังการประมวลผล\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"เพิ่มเอฟเฟกต์หลังการประมวลผลด้วยการใช้ vkBasalt ใช้งานได้บน Vulkan เท่านั้น\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"การจัดการตั้งค่าเลเยอร์หลังการประมวลผล\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"จัดการวิธีการแสดงเกมบนหน้าจอโดยใช้ Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"การจัดการตั้งค่า Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"การตั้งค่าการแสดงผลขั้นสูง\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"ประสิทธิภาพ\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"เปิดใช้งานการซิงโครไนซ์เพื่อเพิ่มประสิทธิภาพของหน่วยประมวลผลหลายแกน\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"การซิงโครไนซ์\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"ระบบ\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"อีซิงก์ (Esync)\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"เอฟซิงก์ (Fsync)\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"ประสิทธิภาพของจอภาพ\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"แสดงข้อมูลการมอนิเตอร์ เช่น เฟรมเรต อุณหภูมิ การทำงานของ CPU/GPU และอื่น ๆ บน OpenGL \"\n\"และ Vulkan โดยใช้ MangoHud\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"โหมดเกมป่าเถื่อน\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"ใช้ชุดการปรับแต่งประสิทธิภาพกับอุปกรณ์ของคุณ เพื่อปรับปรุงประสิทธิภาพการเล่นเกม\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"เตรียมโหลดไฟล์เกม\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"ปรับปรุงเวลาในการโหลดเมื่อเปิดเกมซ้ำหลายครั้ง เกมจะใช้เวลานานขึ้นในการเริ่มต้นครั้งแรก\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"การจัดการตั้งค่า vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"การบันทึกเกม OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"สลับการบันทึกเกม OBS สำหรับโปรแกรม Vulkan และ OpenGL ทั้งหมด\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"ความเข้ากันได้\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"เวอร์ชันของวินโดวส์\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"กำลังอัปเดตเวอร์ชั่นวินโดวส์ กรุณารอ…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"ภาษา\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"เลือกภาษาที่ใช้ในโปรแกรม\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"แซนด์บ็อกซ์เฉพาะ\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"ใช้สภาพแวดล้อมที่จำกัด/จัดการสำหรับ bottle นี้\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"การจัดการอนุญาตแซนด์บ็อกซ์\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"รันไทม์ Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"จัดเตรียมชุดไลบรารีเสริมเพื่อความเข้ากันได้ที่มากขึ้น ปิดใช้งานหากพบปัญหา\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"รันไทม์ Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"จัดเตรียมชุดไลบรารีเสริมเพื่อความเข้ากันได้ที่มากขึ้นด้วย Steam ปิดใช้งานหากพบปัญหา\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"ไดเรกทอรีการทำงาน\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"รีเซ็ตเป็นค่าเริ่มต้น\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(ค่าเริ่มต้น)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"การแทนที่ DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"สภาพแวดล้อมตัวแปร\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"การจัดการไดร์ฟ\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"สแน็ปช็อตอัตโนมัติ\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"สร้างสแน็ปช็อตอัตโนมัติก่อนการติดตั้งซอฟต์แวร์หรือเปลี่ยนแปลงการตั้งค่า\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"การบีบอัด\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"บีบอัดสแนปช็อตเพื่อลดพื้นที่ ซึ่งจะทำให้การสร้างสแนปช็อตช้าลง\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"ใช้รูปแบบการยกเว้น\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"ยกเว้นเส้นทางในสแนปช็อต\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"จัดการรูปแบบ\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"รีเฟรช\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"หยุดกระบวนการ\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"ไม่พบสแนปช็อต\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"สร้างสแนปช็อตแรกเพื่อเริ่มการบันทึกสถานะการตั้งค่าของคุณ\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"ความคิดเห็นย่อ\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"บันทึกสถานะ bottle\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"สร้างสแนปช็อตใหม่\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"รายละเอียด\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"ย้อนกลับ\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"การดำเนินงาน\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"เลือก Bottle\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"ยกเลิก\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"เลือก\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"สร้าง Bottle ใหม่\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"แจ้งรายงานปัญหา Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_ยกเลิก\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"ส่งรายงาน\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles หยุดการทำงานครั้งที่แล้ว \"\n\"กรุณากรอกรายงานพร้อมแนบข้อมูลติดตามย้อนกลับเพื่อช่วยเราระบุปัญหาที่ป้องกันไม่ให้เกิดขึ้นซ้ำอีก\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"เราพบรายงานที่คล้ายคลึงกัน (หรือเหมือนกันทุกประการ) อย่างน้อยหนึ่งรายงาน \"\n\"โปรดตรวจสอบอย่างละเอียดว่ารายงานดังกล่าวยังไม่มีการรายงานเข้ามาก่อนที่จะส่งรายงานฉบับใหม่ \"\n\"รายงานแต่ละฉบับต้องใช้ความพยายามของนักพัฒนาในการวินิจฉัย \"\n\"โปรดเคารพผลงานของพวกเขาและตรวจสอบให้แน่ใจว่าคุณไม่ได้โพสต์รายงานซ้ำซ้อน\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"ฉันยืนยันการส่งรายงาน\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"ตัวเลือกขั้นสูง\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"แพ็กเกจไม่สมบูรณ์\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Bottles เวอร์ชันนี้ดูเหมือนจะไม่ได้จัดเตรียม dependency ที่จำเป็นทั้งหมด \"\n\"โปรดติดต่อผู้ดูแลแพ็คเกจหรือใช้เวอร์ชันอย่างเป็นทางการ\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"ออก\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"ไลบรารีลิงก์ไดนามิกสามารถระบุให้เป็นแบบสร้างขึ้นในตัว (จัดทำโดย Wine) หรือแบบเนทีฟ \"\n\"(จัดทำโดยโปรแกรม) ได้\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"การแทรกแซงใหม่\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"การแทรกแซง\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"ไดร์ฟ\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"เหล่านี้เป็นเส้นทางจากระบบในเครื่องของคุณที่ถูกจับคู่และรู้จักว่าเป็นอุปกรณ์โดยผู้ดำเนินการ \"\n\"(เช่น C: D:…)\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"ตัวอักษร\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"ไดร์ฟที่มีอยู่\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"สร้าง Bottle ซ้ำ\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"ทำซ้ำ\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"ตั้งชื่อ Bottle ที่สร้างซ้ำ\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"กำลังสร้างซ้ำ…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"ขั้นตอนนี้อาจใช้เวลาสักครู่\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottle สร้างซ้ำเรียบร้อย\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"ตัวแปรแวดล้อมเป็นชื่อชนิดแปรผันซึ่งมีผลต่อวิธีการทำงานของการประมวลผลของ bottle ของคุณได้\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"ชื่อตัวแปร\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"ตัวแปรที่มีอยู่\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"รูปแบบการแยกออก\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"กำหนดรูปแบบซึ่งจะใช้เพื่อป้องกันบางไดเรกทอรี่ในการกำหนดเวอร์ชั่น\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"รูปแบบ\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"รูปแบบที่มีอยู่\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"การตั้งค่า Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"บันทึก\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"จัดการแสดงผลเกมให้เป็นอย่างไร\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"ความละเอียดเกม\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"ใช้ความละเอียดของวิดีโอเกมเป็นตัวอ้างอิงในพิกเซล\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"ความกว้าง\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"ความสูง\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"ความละเอียดหน้าต่าง\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"เพิ่มความละเอียดเมื่อมีการกำหนดความละเอียดที่สูงกว่าในเกมเป็นพิกเซล\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"อื่น ๆ\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"จำกัดเฟรมเรต\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"จำกัดเฟรมเรตเมื่อหลุดโฟกัส\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"ตัวเลขการขยาย\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"ประเภทของหน้าต่าง\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"ไร้ขอบ\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"เต็มจอ\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"คุณต้องการดำเนินการต่อด้วยการติดตั้งหรือไม่?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"เริ่มการติดตั้ง\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"ตัวติดตั้งนี้จำเป็นต้องใช้ทรัพยากรบางอย่างในเครื่องซึ่งสามารถพบได้\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"ดำเนินการ\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"เสร็จสมบูรณ์!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"แสดงโปรแกรม\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"การติดตั้งล้มเหลว\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"พบบางอย่างผิดปกติ\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"ข้อความทั้งหมด\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"วิกฤต\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"ผิดพลาด\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"คำเตือน\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"ข้อมูล\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"เรียกดูวารสาร\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"เปลี่ยนระดับการบันทึก\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"ทั้งหมด\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"ตัวแปรอ้างอิงเหล่านั้นจะถูกยกเว้นเมื่อเปิดใช้งาน\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"ตัวแปรอ้างอิงแบบกำหนดเอง\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"คำสั่งตัวแปรอ้างอิง\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"เช่น: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"สคริปต์หลังการรัน\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"เลือกสคริปต์ที่จะเรียกใช้หลังจากการรัน\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"เลือกสคริปต์\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"เลือกว่าจะเริ่มโปรแกรมในที่ใด\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"เลือกไดเรกทอรี่\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"การตั้งค่าเหล่านี้จะแทรกแซงการตั้งค่าเริ่มต้นสำหรับการเรียกใช้งานนี้\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"การกำหนดค่าการแทรกแซง\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"รีเซ็ตเป็นค่าเริ่มต้น Bottle\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"เดสก์ท็อปเสมือน\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"คำสงวนสิทธิ์ Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"ใช้ Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"โปรดระวัง การใช้รันเนอร์พื้นฐาน Proton ใน bottles ที่ไม่ใช่ Steam \"\n\"อาจทำให้เกิดปัญหาและทำให้ทำงานไม่ถูกต้อง\\n\"\n\"\\n\"\n\"เราขอแนะนำให้ใช้ Wine-GE แทน ซึ่งเป็น Proton เวอร์ชันที่ออกแบบมาเพื่อใช้งานนอก Steam\\n\"\n\"\\n\"\n\"การดำเนินการนี้จะเปิดใช้งานรันไทม์ Steam โดยอัตโนมัติ (หากมีอยู่ในระบบและ Bottles ตรวจพบ) \"\n\"เพื่อให้สามารถเข้าถึงไลบรารีที่จำเป็นและจำกัดปัญหาความเข้ากันได้ โปรดทราบว่า \"\n\"GloriousEggroll ซึ่งเป็นผู้ให้บริการรันเนอร์ จะไม่รับผิดชอบต่อปัญหาใด ๆ \"\n\"และเราขอให้คุณอย่ารายงานปัญหาดังกล่าว\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"ฉันเข้าใจแล้ว\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"แก้ไขชื่อ\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"กำหนดชื่อใหม่สำหรับโปรแกรมที่เลือก\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"ชื่อใหม่\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"รันด้วยตัวแปรอ้างอิง\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"รัน\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"เขียนอาร์กิวเมนต์ด้านล่างเพื่อส่งไปยังไฟล์ปฏิบัติการ\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"เช่น: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"การตั้งค่าแซนด์บ็อกซ์\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"แชร์เครือข่าย\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"แชร์เสียง\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"จำเป็นต้องอัปเกรด\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"ดำเนินการต่อ\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"เปิดการอัปเกรด\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"ระบบการกำหนดเวอร์ชั่นแบบใหม่\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"ระบบกำหนดเวอร์ชั่น bottle ใหม่มาถึงแล้ว\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles มีระบบการกำหนดเวอร์ชันใหม่ทั้งหมดซึ่งไม่สามารถใช้งานร่วมกับเวอร์ชันก่อนหน้าได้\\n\"\n\"\\n\"\n\"เพื่อใช้งานการกำหนดเวอร์ชันต่อเนื่อง เราจำเป็นต้องเริ่มต้นพื้นที่เก็บข้อมูลของ Bottle อีกครั้ง \"\n\"การดำเนินการนี้จะไม่ลบข้อมูลใน Bottle ของคุณ แต่จะลบสแนปช็อตที่มีอยู่ทั้งหมดและสร้างสแนปช็อตใหม่\"\n\"\\n\"\n\"\\n\"\n\"หากคุณต้องการกลับไปยังสแนปช็อตก่อนหน้าเพื่อดำเนินการต่อ ให้ปิดหน้าต่างนี้และกู้คืนสแนปช็อต จากนั้นเปิ\"\n\"ด bottle ขึ้นมาใหม่เพื่อแสดงหน้าต่างนี้อีกครั้ง\\n\"\n\"\\n\"\n\"ระบบเก่าจะถูกยกเลิกในการเผยแพร่ถัดไป\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"กำลังเริ่มต้น Repository อีกครั้ง…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"เรียบร้อย! โปรดรีสตาร์ท Bottles\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"การตั้งค่าเอฟเฟกต์หลังการประมวลผล\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"ค่าเริ่มต้น\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"การตั้งค่าเริ่มต้น\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"เอฟเฟ็กต์จะถูกนำไปใช้ตามการเรียงลำดับรายการ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"เอฟเฟกต์\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"การปรับความคมชัดแบบความคม\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"ความคมชัด\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"แสดงข้อมูล\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"การทำให้ความชัด Luma แบบลดเสียงรบกวน\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"ลดคลื่นรบกวน\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"การป้องกันรอยหยักแบบประมาณการอย่างเร็ว\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"คุณภาพพิกเซลรอง\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"เกณฑ์ขอบคุณภาพ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"เกณฑ์ขั้นต่ำขอบคุณภาพ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"การป้องกันรอยหยักทางสัณฐานวิทยาแบบพิกเซลรอง\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"การตรวจจับขอบ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"ความสว่าง Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"สี\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"เกณฑ์\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"ขั้นตอนการค้นหาสูงสุด\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"ขั้นตอนการค้นหาสูงสุดในแนวทแยง\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"การทำมุมมนสูงสุด\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"ความคมชัดของ CAS จะเพิ่มความคมชัดของเฟรม ค่าที่สูงขึ้นจะทำให้เฟรมคมชัดขึ้น ในขณะที่ค่าที่ต่ำกว่า \"\n\"0 จะทำให้เฟรมนุ่มนวลกว่าค่าดั้งเดิม\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"ความคมชัดของ DLS ช่วยเพิ่มความคมชัดของเฟรม ค่าที่สูงขึ้นจะทำให้เฟรมคมชัดยิ่งขึ้น\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"การลดคลื่นรบกวน DLS จะช่วยลดเสียงรบกวนของเฟรม ค่าที่สูงขึ้นจะทำให้เฟรมนุ่มนวลขึ้น\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"คุณภาพพิกเซลรอง FXAA จะลดการเกิดรอยหยักที่ระดับพิกเซลรอง ค่าที่สูงขึ้นจะทำให้เฟรมดูนุ่มนวลขึ้น\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"เกณฑ์ขอบ FXAA คือ ค่าคอนทราสต์ขั้นต่ำที่จำเป็นต่อการใช้อัลกอริทึม FXAA \"\n\"ค่าที่สูงขึ้นจะทำให้เฟรมมีคอนทราสต์มากขึ้น\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"เกณฑ์คุณภาพขอบ FXAA ขั้นต่ำ คือ ค่าต่ำสุดของพิกเซลมืดที่อัลกอริทึม FXAA ละเว้น ค่าที่สูงขึ้นจะทำให้ \"\n\"FXAA ละเว้นพิกเซลที่ต่ำกว่าค่าที่กำหนด และอาจนำไปสู่การเพิ่มประสิทธิภาพ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma ตรวจจับขอบจากมุมมองขาวดำ ในขณะที่ Color ตรวจจับขอบจากสี Luma มีประสิทธิภาพมากกว่า \"\n\"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"เกณฑ์ SMAA กำหนดความไวในการตรวจจับขอบ ค่าที่ต่ำกว่าจะตรวจจับขอบได้มากขึ้น \"\n\"แต่ประสิทธิภาพกลับลดลง\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"ขั้นตอนการค้นหาสูงสุดของ SMAA \"\n\"ระบุจำนวนขั้นตอนการค้นหาแนวนอนและแนวตั้งที่ดำเนินการเมื่อค้นหาขอบ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"ขั้นตอนการค้นหาแนวทแยงสูงสุดของ SMAA \"\n\"ระบุจำนวนขั้นตอนการค้นหาแนวทแยงที่จะดำเนินการเมื่อค้นหาขอบ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"การทำมุมมน SMAA กำหนดความเข้มของการทำมุมขอบ\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"บิวท์อิน (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"ดั้งเดิม (วินโดวส์)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"บิวท์อิน แล้วจึงเป็นดั้งเดิม\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"ดั้งเดิม แล้วจึงเป็นบิวท์อิน\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"ปิดการใช้งาน\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"ลบ\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/point/to/path\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"ค่า\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"เรียกดูไฟล์\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"คำนำหน้า Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"ตัวจัดการ\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"คำนำหน้า Wine นำเข้า Bottles แล้ว\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"นำเข้าข้อมูลสำรอง Bottle\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"ค้นหาคำนำหน้าอีกครั้ง\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"ไม่พบคำนำหน้า\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"ไม่พบคำนำหน้าภายนอก Bottles เข้าถึงคำนำหน้าเหล่านี้ได้หรือไม่?\\n\"\n\"ใช้ไอคอนด้านบนเพื่อนำเข้า bottle จากข้อมูลสำรอง\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"เก็บถาวรทั้งหมด\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"แสดง Manifest…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"อ่านรีวิว…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"ชื่อตัวติดตั้ง\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"รายละเอียดตัวติดตั้ง\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"ไม่ทราบ\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"ติดตั้งโปรแกรมนี้\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"เมนูโปรแกรม\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"ไม่มีรูปย่อ\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"เปิดตัว\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"เปิดตัวพร้อม Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"ชื่อรายการ\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"ลบออกจากไลบรารี\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"หยุด\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"ไลบรารี\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"เพิ่มรายการนี้จากรายการโปรแกรม bottle ของคุณ\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"ระบบเวอร์ชันเปิดใช้งานแล้วใน bottle นี้\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Bottle นี้ดูเหมือนมีความเสียหาย\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"ดำเนินการใน Bottle นี้\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"รันที่นี่\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Bottle นี้ดูเหมือนมีความเสียหาย ไม่พบไฟล์กำหนดค่า \"\n\"ฉันสามารถพยายามแก้ไขปัญหาได้โดยการสร้างการกำหนดค่าใหม่\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"ค้นหา bottles ของคุณ…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"เครื่องมือ Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"สร้าง Bottle ใหม่…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"ไม่พบผลลัพธ์\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"ลองการค้นหาที่แตกต่าง\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"กำลังเริ่มต้น…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"ไม่พบทรัพยากรนี้\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"เรียกดู\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"ส_ร้าง\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"ชื่อขวด\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_แอปพลิเคชัน\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_เกมมิ่ง\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"กำ_หนดเอง\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"กำหนดเอง\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"แชร์ไดเรกทอรีผู้ใช้งาน\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"การดำเนินการนี้ทำให้ไดเรกทอรีของผู้ใช้สามารถค้นพบได้ใน bottle \"\n\"โดยความเสี่ยงที่ข้อมูลส่วนบุคคลอาจถูกแชร์ไปยังซอฟต์แวร์ Windows \"\n\"จึงทำให้ตัวเลือกนี้ไม่สามารถเปลี่ยนแปลงได้หลังจากสร้าง bottle แล้ว\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"สถาปัตยกรรม\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"ให้ใช้ 32-bit เฉพาะเมื่อจำเป็นเท่านั้น\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"นำเข้าการกำหนดค่าปรับแต่งเอง\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"ไดเรกทอรี Bottle\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"ไดเรกทอรีที่ประกอบด้วยข้อมูล bottle นี้\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_ปิด\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"ชื่อนี้ไม่ว่าง โปรดลองชื่ออื่น\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"ก่อนหน้า\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"ยินดีต้อนรับสู่ Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"รันซอฟต์แวร์วินโดวส์บนลินุกซ์\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"วินโดวส์ใน Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles ใช้รันเนอร์ที่เข้ากันได้เพื่อจัดเตรียมสภาพแวดล้อมแบบคอนเทนเนอร์แบบแยกส่วนคล้ายกับ \"\n\"Windows ที่โปรแกรมต่าง ๆ สามารถรันได้\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"เกือบเสร็จสมบูรณ์\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"เราต้องการเวลาอีกไม่กี่นาทีเพื่อจัดเตรียมทุกอย่าง…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"ทุกอย่างพร้อม!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"กรุณาทำการตั้งค่าให้เสร็จก่อน\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"เริ่มต้นใช้งาน Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"ถัดไป\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"การตั้งค่า\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"ทั่วไป\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"รูปร่าง\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"โหมดมืด\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"ไม่ว่าอย่างไร Bottles ก็ควรใช้โทนสีเข้ม\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"แสดงวันที่อัปเดต\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"ไม่ว่าอย่างไรก็ต้องแสดงวันที่อัปเดตในรายการ bottle\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"การแจ้งเตือน\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"แสดงการแจ้งเตือนสำหรับการดาวน์โหลดและติดตั้ง\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"ไฟล์ชั่วคราว\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"ลบไฟล์ชั่วคราวออกเมื่อเปิดตัว Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"ปิด Bottles หลังจากเริ่มใช้โปรแกรม\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"ปิด Bottles หลังการเริ่มโปรแกรมจากตัวจัดการไฟล์\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"การผนวก\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"คำนำหน้า Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"แสดงและจัดการคำนำหน้า Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"แสดงแอป Steam ในรายการโปรแกรม\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"จำเป็นต้องติดตั้ง Steam สำหรับวินโดวส์ใน bottle\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"แสดงรายการเกม Epic ในรายการโปรแกรม\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"จำเป็นต้องติดตั้งร้านค้าเกม Epic ใน bottle\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"แสดงรายการเกม Ubisoft ในรายการโปรแกรม\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"จำเป็นต้องติดตั้ง Ubisoft Connect ใน bottle\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"ขั้นสูง\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"ไดเรกทอรี Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"ไดเรกทอรีที่ประกอบด้วยข้อมูล Bottles ของคุณ\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"รันเนอร์\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles ทำงานในโหมดออฟไลน์ ดังนั้น จึงไม่พบรันเนอร์\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"เผยแพร่ก่อน\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"ส่วนประกอบ DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles ทำงานอยู่ในโหมดออฟไลน์ ดังนั้น จึงไม่พบ DLL\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"ดีเอ็กซ์วีเค-เอ็นวีเอพีไอ (DXVK-NVAPI)\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"แกน\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"รันไทม์\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"ไวน์บริดจ์ (WineBridge)\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"การทดลอง\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"คุณสมบัติเหล่านี้อยู่ระหว่างการพัฒนาอย่างหนักและอาจไม่เสถียร คาดว่าจะมีข้อบกพร่องและการเสียหาย\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"แซนด์บ็อกซ์ต่อ bottle\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"ในช่วงต้นของการพัฒนา\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"เปิดด้วย Terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"เรียกดูเส้นทาง\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"เปลี่ยนตัวเลือกการเปิดตัว…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"เพิ่มไปยังไลบรารี\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"เพิ่มทางเข้าเดสก์ท็อป\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"เพิ่มไปยัง Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"แก้ไขชื่อ…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"ซ่อนโปรแกรม\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"แสดงโปรแกรม\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"ลบออกจากรายการ\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"ชื่อโปรแกรม\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ไอดี State\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"ความคิดเห็น State\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"กู้คืนสแน็ปช็อตนี้\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"ลบข้อความ\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"เมนูหลัก\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"ดูเหมือนคุณไม่ได้เชื่อมต่ออินเทอร์เน็ต ปราศจากมันแล้วคุณจะไม่สามารถดาวน์โหลดส่วนประกอบสำคัญได้ \"\n\"คลิกที่ไอคอนนี้เมื่อคุณกลับมาเชื่อมต่อแล้ว\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"นำเข้า…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"ช่วยเหลือ\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"เกี่ยวกับ Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"ไฟล์ \\\"{0}\\\" ไม่ได้เป็นไฟล์ .exe หรือ .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"อัปเดตแล้ว: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" เพิ่มแล้ว\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"เลือกไฟล์ที่รันได้\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"เพิ่ม\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"ซ่อนโปรแกรมที่ซ่อนไว้\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"กำลังเปิด \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"ระวังแซนด์บ็อกซ์\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles กำลังทำงานอยู่ในแซนด์บ็อกซ์ \"\n\"ซึ่งเป็นสภาพแวดล้อมแบบจำกัดสิทธิ์การใช้งานที่จำเป็นต่อความปลอดภัยของคุณ หากโปรแกรมไม่ทำงาน \"\n\"ให้พิจารณาย้ายเข้าไปอยู่ใน bottle (ไอคอน 3 จุดที่ด้านบน) แล้วจึงเปิดใช้งานจากตรงนั้น\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_ยกเลิก\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"เลือกตำแหน่งที่ใช้บันทึกการตั้งค่าการสำรองข้อมูล\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"ส่งออก\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"เลือกตำแหน่งที่ใช้บันทึกคลังเก็บข้อมูลสำรอง\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"สำรอง\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"การสำรองข้อมูลสร้างแล้วสำหรับ \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"การสำรองข้อมูลล้มเหลวสำหรับ \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"คุณแน่ใจที่จะต้องการลบถาวร \\\"{}\\\"?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"ขั้นตอนนี้จะเป็นการลบทุกโปรแกรมและการตั้งค่าที่เกี่ยวข้องเป็นการถาวร\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_ลบ\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"ไม่พบรันเนอร์\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"รันเนอร์ที่ร้องขอโดย bottle นี้หายไป ให้ติดตั้งผ่านการตั้งค่าของ Bottles \"\n\"หรือเลือกรันเนอร์ใหม่เพื่อรันแอปพลิเคชัน\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"คุณแน่ใจที่จะบังคับหยุดทุกกระบวนการใช่หรือไม่?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"ขั้นตอนนี้สามารถเป็นเหตุให้ข้อมูลสูญหาย ระบบฟัง และโปรแกรมทำงานผิดปกติ\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"บังคับ_หยุด\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"ไม่มีฟีเจอร์นี้ในระบบของคุณ\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} ในการเพิ่มฟีเจอร์นี้ โปรดรันตัวติดตั้ง flatpak\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"ชื่อ bottle นี้ถูกใช้งานอยู่\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"เลือกไดเรกทอรีในการทำงาน\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"ไดเรกทอรีที่ประกอบด้วยข้อมูล \\\"{}\\\"\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"คุณแน่ใจต้องการลบทุกสแน็ปช็อต?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"ขั้นตอนนี้จะลบทุกสแน็ปช็อตยกเว้นไฟล์ของคุณ\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"โปรดย้ายไปในระบบเวอร์ชั่นใหม่เพื่อสร้างสถานะใหม่\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"ตัวติดตั้ง\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"การปฏิบัติการกำลังดำเนินการอยู่ กรุณารอสักครู่\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"กลับไปยัง bottles ของคุณ\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"นำเข้าข้อมูลสำรองสำเร็จแล้ว\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"นำเข้าล้มเหลว\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"กำลังนำเข้าข้อมูลสำรอง…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"เลือกคลังสำรองข้อมูล\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"นำเข้า\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"เลือกไฟล์การตั้งค่า\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"เรียกใช้ไฟล์ปฏิบัติการใน \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"กำลังเปิด \\\"{0}\\\" ใน \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Bottles ของคุณ\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"ดาวน์โหลด ~{0} ของแพ็กเกจ…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"ดึงข้อมูล {0} ของ {1} แพ็กเกจ\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"เลือกไดเรกทอรี Bottle\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"กำลังสร้าง Bottle…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"ไม่สามารถสร้าง Bottle\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"การสร้าง Bottle ล้มเหลวด้วยข้อผิดพลาดหนึ่งรายการหรือมากกว่านั้น\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bottle สร้างแล้ว\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" สร้างเสร็จแล้วเรียบร้อยแล้ว\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"ไม่พบ Steam หรือ Bottles มีสิทธิ์ไม่เพียงพอ\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"เลือกเส้นทาง Bottles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"เปิด Bottles อีกครั้ง?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles จำเป็นต้องเปิดใหม่เพื่อใช้ไดเรกทอรีนี้\\n\"\n\"\\n\"\n\"ให้แน่ใจว่าปิดทุกโปรแกรมที่เปิดจาก Bottles ก่อนเปิด Bottles ใหม่ หาไม่แล้วอาจทำให้ข้อมูลสู\"\n\"ญหาย ระบบพัง และโปรแกรมทำงานผิดปกติได้\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_เปิดใหม่\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"อื่น ๆ\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"อัปเกรด\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"กำลังติดตั้ง…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Manifest สำหรับ {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" ถอนออกแล้ว\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" ติดตั้งแล้ว\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" ติดตั้งผิดพลาด\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" นำเข้าแล้ว\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"แอปพลิเคชันนี้อาจทำงานได้ไม่ดี ตัวติดตั้งได้รับการกำหนดค่าเพื่อมอบประสบการณ์ที่ดีที่สุดเท่าที่จะเป็นไปได้\"\n\" แต่อาจพบปัญหา ความไม่เสถียร และฟีเจอร์ที่ใช้งานได้ไม่เต็มที่\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"โปรแกรมนี้ทำงานได้แม้จะมีข้อผิดพลาดที่สังเกตได้ \"\n\"แต่ข้อผิดพลาดเหล่านี้ไม่ส่งผลกระทบต่อการทำงานของแอปพลิเคชัน\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"โปรแกรมนี้ทำงานพร้อมกับข้อผิดพลาดเล็กน้อย\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"โปรแกรมนี้ทำงานสมบูรณ์แบบ\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"รีวิวสำหรับ {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"กำลังหยุด \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"กำลังเปิด \\\"{0}\\\" ด้วย Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" ถูกซ่อน\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" แสดงแล้ว\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" ลบแล้ว\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" แก้ไขชื่อเป็น \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"สร้างทางเข้าเดสก์ท็อปแล้วสำหรับ \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" เพิ่มในไลบรารีคุณแล้ว\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" เพิ่มในไลบรารี Steam คุณแล้ว\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"แสดงรายงาน\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            ปัญหานี้ถูกรายงานแล้ว 5 ครั้ง และไม่สามารถส่งได้อีก\\n\"\n\"            รายงานการตอบกลับของคุณในรายงานที่มีอยู่แล้วด้านล่าง\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"กำลังอัปเดตการตั้งค่าแสดงผล กรุณารอสักครู่…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"การตั้งค่าแสดงผลอัปเดตแล้ว\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"ไม่พบการแทรกแซง\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"เลือกเส้นทางไดร์ฟ\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"ไม่ได้กำหนดตัวแปรแวดล้อม\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"ไม่ได้กำหนดการยกเว้นรูปแบบ\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"เกิดข้อผิดพลาดขึ้น\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"คัดลอกไปยังคลิปบอร์ด\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"เลือกไฟล์ทรัพยากร\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"กำลังติดตั้งไฟล์ที่เกี่ยวข้องของวินโดวส์…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"กำลังกำหนดค่า bottle…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"กำลังประมวลผลขั้นตอนตัวติดตั้ง…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"กำลังติดตั้ง {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"กำลังดำเนินการตรวจสอบขั้นสุดท้าย…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"กำลังติดตั้ง {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} พร้อมใช้งานในมุมมองโปรแกรมแล้ว\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"ตัวติดตั้งล้มเหลวด้วยข้อผิดพลาดที่ไม่รู้จัก\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} ถูกปิดการใช้งานสำหรับ bottle นี้แล้ว\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"การตั้งค่านี้ต่างจากค่าเริ่มต้นของ bottle\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"เลือกสคริปต์\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"ไม่พบเส้นทาง Bottles ปรับแต่งเอง\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"ย้อนกลับไปยังเส้นทางเริ่มต้น ไม่พบรายการ bottles จากเส้นทางที่แจ้งไว้\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"รันซอฟต์แวร์วินโดวส์\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"การย้ายไป Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"เปิดหรือปิดหน้าต่างการย้ายไป Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"ธีมมืด\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"บังคับใช้ธีมมืด\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"เปิดหรือปิดการแสดงวันที่อัปเดตในรายการ\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"เปิดใช้วันที่อัปเดตในรายชื่อขวด\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"แสดงแอปพลิเคชันจาก Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"เปิดหรือปิดการแสดงแอปพลิเคชันจาก Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"แสดงรายการจาก Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"เปิดหรือปิดการแสดงแอปพลิเคชันจาก Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"แสดงรายการ Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"สลับรายการเชื่อมต่อ ubisoft\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"ความกว้างของหน้าต่าง\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"เปลี่ยนความกว้างของหน้าต่าง\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"ความสูงของหน้าต่าง\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"เปลี่ยนความสูงของหน้าต่าง\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"แสดงการแจ้งเตือน\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"ทำความสะอาดไฟล์ชั่วคราว\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"ทำความสะอาดพาธของไฟล์ชั่วคราวเมื่อบูตระบบ\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Release Candidate\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"เปิดใช้ Release candidate สำหรับรันเนอร์\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"มุมของเมื่อเปิดโปรแกรม\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"เลือกมุมมองเมื่อเปิดแอปพลิเคชัน\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"เปิดใช้ฟีเจอร์ทดลองเช่นระบบเวอร์ชันและตัวติดตั้ง และ Release candidate สำหรับรันเนอร์\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"การรองรับ Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"เปิดหรือปิดการรองรับ Prefixes ของ Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"การทดลอง:แซนด์บอกซ์\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"เปิดหรือปิดการทดลองใช้งานแซนด์บอกซ์ของแต่ละขวด\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"ปิดขวดโดยอัตโนมัติ\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"ปิด Bottles หลังจากเปิด Executable จากตัวจัดการไฟล์\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"แสดงการแจ้งเตือนแซนด์บ็อกซ์\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"สลับการแจ้งเตือนแซนด์บ็อกซ์\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"รันซอฟต์แวร์วินโดวส์บนลินุกซ์ด้วย Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"จับซอฟต์แวร์ใส่ขวดใช้งานสบาย ๆ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"ระบบติดตั้ง Dependency ภายในของเราจะทำให้แอปพลิเคชันสามารถเข้ากันได้โดยอัตโนมัติ ใช้ \"\n\"Download managerในการติดตั้ง Components ที่เป็นทางการต่าง ๆ: รันเนอร์ (Wine, Proton), \"\n\"DXVK, dependencies, ฯลฯ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"ระบบเวอร์ชันขวด จะรักษางานของคุณให้ปลอดภัยและทำให้สามารถกู้คืนได้ในภายหลัง!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"ฟีเจอร์:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"สร้างขวดด้วย Environments ที่ตั้งค่าไว้ล่วงหน้า หรือสร้างด้วยตนเอง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"รัน Executables (.exe/.msi) ในขวดของคุณโดยตรงจาก Context menu \"\n\"ของตัวจัดการไฟล์ของคุณ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"ตรวจจับแอปพลิเคชันที่ติดตั้งในขวดโดยอัตโนมัติ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"เพิ่ม Environment variables อย่างรวดเร็ว\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Override DLLs โดยตรงจากการตั้งค่ารายขวด\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"เปลี่ยน Runner สำหรับขวดใดก็ได้แบบ On-the-fly\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"การปรับปรุงประสิทธิภาพในการเล่นเกมต่าง ๆ (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … และอื่น ๆ อีกมากมาย.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"ติดตั้งและจัดการ Wine และ Proton runners โดยอัตโนมัติ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"ซ่อมแซมขวดที่เสียหายโดยอัตโนมัติ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"ติดตั้ง Dependency อัตโนมัติ จาก Repository ที่ขับเคลื่อนโดยชุมชน\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"มาพร้อม Task manager สำหรับ Wine processes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"เข้าถึง ProtonDB และ WineHQ เพื่อการสนับสนุน\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"ระบบสำหรับการย้ายการตั้งค่าไปยัง Bottles เวอร์ชันใหม่\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"สำรองข้อมูลและนำเข้าขวด\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"นำเข้า Wine prefixes จากตัวจัดการอื่น ๆ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"ระบบเวอร์ชันขวด\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"และอื่น ๆ อีกมากมายให้ค้นหาจากการติดตั้ง Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"อัปเดตข้อมูล metadata\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"เพิ่มข้อมูลอัปเดตเพิ่มเติมและเวอร์ชันบันทึกการเผยแพร่ที่ถูกต้อง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"แก้ไขปุ่ม \\\"เพิ่มไปยัง Steam\\\" แล้ว\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"แก้ไข BottleConfig ที่ไม่สามารถทำการเรียงลำดับได้\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"แก้ไขการสกัด Patool ล้มเหลวสองครั้ง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"เวอร์ชันที่ถูกต้อง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"แก้ไขข้อผิดพลาดเมื่อสร้าง bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"การเปลี่ยนแปลงหลัก: ออกแบบอินเทอร์เฟซ Bottle ใหม่\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"การปรับปรุงคุณภาพชีวิต:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"เพิ่มการยินดีสำหรับ \\\"เรียกใช้ไฟล์ปฏิบัติการ\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"แก้ไขบั๊ก:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"การนำเข้าข้อมูลสำรองเกิดข้อผิดพลาด\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"เปิดใช้งานรันไทม์ Steam อัตโนมัติเมื่อใช้งาน wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"แก้ไขปัญหาต่าง ๆ ที่เกี่ยวข้องกับการเข้ารหัสข้อความ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"แก้ไขข้อผิดพลาดเมื่อดาวน์โหลดหากไม่ได้รัน Bottles จาก terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"วันที่เวอร์ชันที่ถูกต้อง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"การปรับปรุงและแก้ไข Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"การติดตั้ง Dependency นั้นรวดเร็ว และมีความเสถียรมาก\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"การตรวจสุขภาพระบบจะทำให้มีข้อมูลที่มากพอสำหรับการแก้ไขบั๊กที่เร็วขึ้น\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI มีการแก้ไขมากมาย และเสถียรมากกว่า ซึ่งปัจจุบันน่าจะทำงานได้สมบูรณ์แล้ว\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"แก้ไขข้อผิดพลาดเมื่อดาวน์โหลดส่วนประกอบ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"การปรับปรุงโค้ดหลังบ้านด้วยการหลีกเลี่ยง spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"ตัวแปรเพิ่มเติมสำหรับสคริปต์ตัวติดตั้ง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"การปรับปรุงระบบการสร้าง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"เปิดใช้งาน VKD3D ค่าเริ่มต้นเมื่อมีการสร้าง bottles สำหรับการเล่นเกม\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"แก้ไขข้อผิดพลาดเมื่ออ่านไฟล์ Steam ที่มีการเข้ารหัสไม่ถูกต้อง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"แก้ไขส่วนประกอบที่อัปเดตไม่ถูกต้องใน UI หลังการติดตั้ง/ถอนการติดตั้ง\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"แก้ไข FSR เพิ่มเติม\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"แก้ไขปัญหาเมื่อโปรแกรมปิดลงหลังจากเปิดใช้งานจาก \\\"เรียกใช้ไฟล์ปฏิบัติการ\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"และอื่น ๆ อีกมากมาย!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"กำลังคำนวณ…\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"โคลนขวด\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"สูตรที่กำหนดเอง\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Path ที่กำหนดเอง\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"คุณกำลังออฟไลน์ ไม่สามารถดาวน์โหลดได้\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"เลือก Path ของ Executable\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"เลือกไฟล์ Executable ของวินโดวส์\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"เลือกไดเรกทอรีในการทำงานของ Executables\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"เลือกไฟล์สูตร\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"เลือกที่จัดเก็บขวด\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"เลือก Path สำหรับขวดใหม่\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"เลือกสคริปต์\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"ติดตั้งชิ้นส่วนล้มเหลว ลองแล้ว 3 ครั้ง\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"เลเยอร์\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"เลือก Path\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"เลือกไฟล์สูตร\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"ไม่พบสถานะ\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"จัดการ wineprefix อย่างง่ายดายด้วย Environments\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"รันด้วย Arguments…\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"การตั้งค่า Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"แก้ไขการตั้งค่าภายใน\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"ถอนการติดตั้งโปรแกรมด้วยตัวถอนการติดตั้งของ Wine\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"เข้าถึงแผงควบคุมภายในของ Wine\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"เอกสาร\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"เลือก Dependencies\"\n\n#, fuzzy\n#~ msgid \"Read documentation\"\n#~ msgstr \"เอกสาร\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Renderer\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"Vulkan\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"เวอร์ชันของ DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"เวอร์ชันของ VKD3D\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"ระบบเวอร์ชัน\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"ไม่พบโปรแกรม\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"เลือกที่จัดเก็บขวดใหม่ (จะไม่ย้ายขวดที่สร้างไว้ก่อนหน้านี้)\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"รายละเอียดและเครื่องมือ\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"พบใน Start menu ของขวดของคุณ\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"ขวดชื่อ “{0}” ถูกสร้างสำเร็จแล้ว\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"ติดตั้ง '{0}' แล้ว\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"กำลังสร้างสถานะเวอร์ชัน 0…\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"จัดการ wineprefix อย่างง่ายดาย\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"การทดลอง:ไลบรารี\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"เปิดหรือปิดการทดลองใช้งานโหมดไลบรารี\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"กำลังโหลด…\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"ตรวจสุขภาพและความสมบูรณ์ของระบบ\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"กำลังสร้าง Index ของไฟล์สถานะ…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"กำลังสร้าง Restore point …\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"ไม่สามารถสร้างโฟลเดอร์สถานะได้\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"กำลังอัปเดต Index…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"ไม่สามารถอัปเดตไฟล์สถานะได้\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"ไม่สามารถอัปเดตไฟล์ Index ได้\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"พบ Arguments สำหรับ Executable: [{executable}]\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"ขั้นตอนที่ {self.__step} จาก {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"เปิด '{0}' แล้ว\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"เปิด {0} แล้วด้วย Steam\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Index สำหรับสถานะ {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"อ่านเอกสารเกี่ยวกับ dependencies\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"อ่านเอกสารเกี่ยวกับโปรแกรม\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"รันเนอร์ Lutris\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">แปลภาษา</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">การระดมทุน</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">รายงานบั๊ก</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">บล็อก</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">ทวิตเตอร์</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"รายงานบั๊ก\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"เปิดด้วย Explorer\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"ย้ายเข้าไปใน Sandbox\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"กำลังย้ายเข้าไปใน Sandbox…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"เครื่องมือ\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"รันเนอร์ Caffe\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"รันเนอร์ Proton\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"รันเนอร์อื่น ๆ\"\n"
  },
  {
    "path": "po/tr.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-11-08 14:26+0000\\n\"\n\"Last-Translator: Arif <arifmasrab@gmail.com>\\n\"\n\"Language-Team: Turkish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"tr/>\\n\"\n\"Language: tr\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Herhangi bir yol belirtilmedi\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"{0} yedeklemesi\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Yedekleme içe aktarılıyor: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Bileşenler kurulamadı, 3 defa denendi.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Temel bileşenler eksik. Kuruluyor…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Şişe dizini oluşturulamadı.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Yer tutucu dizini/dosyası oluşturulamadı.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Şişe yapılandırması oluşturuluyor…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Şablon bulundu, uygulanıyor…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Wine yapılandırması güncelleniyor…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine yapılandırması güncellendi!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Flatpak olarak çalışıyor, kullanıcı dizini korumalı yapılıyor…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Kullanıcı dizini korumalı yapılıyor…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Windows sürümü ayarlanıyor…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"CMD öntanımlı ayarlarını uygula…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Ortam en iyi duruma getiriliyor…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Ortam uygulanıyor: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Özel bir ortam tanımı kullanılıyor…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Tanım bulunamadı veya geçerli değil…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"DXVK kuruluyor…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"VKD3D kuruluyor…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"DXVK-NVAPI kuruluyor…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Bağımlılık kuruluyor: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Sürümleme durumu 0 oluşturuluyor…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Sonuçlandırılıyor…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Şablon önbelleğe alınıyor…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Durumlar güncelleniyor…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Güncellenecek bir şey bulunamadı\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Yeni durum [{0}] başarıyla oluşturuldu!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Durumlar listesi başarıyla alındı!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Yeni durum [{0}] başarıyla geri yüklendi!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Durum geri yükleniyor {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Durum bulunamadı\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"{} durumu zaten etkin\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Sürümü göster\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Çalıştırılabilir dosya yolu\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"lnk yolu\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Şişe adı\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Argümanları ilet\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Geçersiz URI (sözdizimi: bottles:run/<bottle>/<program>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Çık] isteği alındı.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Yardım] isteği alındı.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Yenile] isteği alındı.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Bağış Yap\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Üçüncü Parti Kitaplıklar ve Özel Teşekkürler\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Sponsor ve Finanse Eden\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017-2023 - Şişeler Geliştiricileri\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Şişeler Geliştiricileri\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Şişeler Weblate Çevirmenleri\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Bileşen sürümü\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Kaldır\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Dosyalara Göz At\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Kurulum başarısız oldu. Buna depo hatası, kısmi indirme ya da sağlama \"\n\"toplamı uyuşmaması neden olabilir. Lütfen tekrar deneyin.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"İndir ve Kur\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"%%0\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Manifestoyu Göster\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Lisans\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Yeniden Kur\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Hata Bildir…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Bağımlılık adı\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Bağımlılık açıklaması\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Bu Bağımlılığı İndir ve Kur\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Kurulum hatası oluştu. Çökme Raporunu okumak için Şişeler'i yeniden başlatın \"\n\"ya da çıktıyı okumak için uçbirim ile çalıştırın.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Bağımlılık Menüsü\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Sorun giderme\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Dosyalara Göz At…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Şişeyi Çoğalt…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Kişisel dosyalarınız da dahil, bu sizin şişenizin eksiksiz arşividir.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Tam Yedekleme…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Bu sadece şişe yapılandırmasıdır, kişisel dosyalarını kullanmadan yeni bir \"\n\"tane oluşturmak istiyorsanız mükemmeldir.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Yapılandırmayı Dışa Aktar…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Gizlenmiş Programları Göster\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Yeni programları arayın\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Şişeyi Sil…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"İkincil Menü\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Bütün İşlemleri Zorla Sonlandır\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Bir Windows sistemi gibi kapat.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Kapat\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Bir Windows sistemi gibi yeniden başlat.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Yeniden Başlat\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Başlatma Seçenekleri\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Uçbirimde Başlat\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Dosyaları yürütmek için sürükleyip bırakın\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Şişem\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Ortam\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Çalıştırıcı\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Sürümleme bu şişe için etkinleştirildi\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Sürümleme bu şişede etkin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Dosyayı Çalıştır…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Programlar\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Bir yürütülebilir dosyayı çalıştırmak için \\\"Yürütülebilir Çalıştır...\\\", \"\n\"Programlar listesine bir yürütülebilir dosya eklemek için \\\"Kısayol Ekle...\\\"\"\n\" veya topluluk tarafından seçilen programları kurmak için \\\"Program Kur...\\\" \"\n\"seçeneğine tıklayın.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Kısayol Ekle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Programlar Kur…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Seçenekler\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Ayarlar\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Bottle ayarlarını düzenle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Bağımlılıklar\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Programların bağımlılıklarını kur.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Anlık Görüntüler\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Bottle durumları oluşturun ve yönetin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Görev yöneticisi\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Çalışan programları yönetin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Araçlar\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Komut Satırı\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Şişenin içindeki komutları çalıştırın.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Kayıt Defteri Düzenleyicisi\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Dahili kayıt defterini düzenleyin.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Eski Wine Araçları\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Gezgin\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Hata ayıklayıcı\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Yapılandırma\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Kaldırıcı\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Denetim Masası\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Bağımlılıkları ara…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Çevrimdışısınız :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Şişeler çevrimdışı kipte çalıştığından, bağımlılıklar kullanılamaz.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Bağımlılıklar, Windows yazılımının uyumluluğunu artıran kaynaklardır.\\n\"\n\"\\n\"\n\"Bu sayfadaki dosyalar, özel bir lisans altında üçüncü şahıslar tarafından \"\n\"sağlanmaktadır. Bunları kurarak ilgili lisanslama şartlarını kabul etmiş \"\n\"olursunuz.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Sorun veya eksik bağımlılık bildir.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Eksik Bağımlılığı Bildir\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Belgeleri Okuyun.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Belgelendirme\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Ara\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Programları Arayın…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Bağımlılıklar, Windows yazılımının uyumluluğunu artıran kaynaklardır.\\n\"\n\"\\n\"\n\"Bu sayfadaki dosyalar, özel bir lisans altında üçüncü şahıslar tarafından \"\n\"sağlanmaktadır. Bunları kurarak ilgili lisanslama şartlarını kabul etmiş \"\n\"olursunuz.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Kurucu Bulunamadı\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"Depo erişilebilir değil veya hiçbir kurucu bu şişe ile uyumlu değil.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Belgelendirmeyi Oku\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Ad\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Bileşenler\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine uyumluluk katmanı sürümü.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Çalıştırıcı ve bileşenler güncelleniyor, lütfen bekleyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Direct3D 8/9/10/11 uyumluluğunu Vulkan'a çevirerek performansı geliştirin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"DXVK güncelleniyor, lütfen bekleyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Direct3D 12 uyumluluğunu Vulkan'a çevirerek geliştirin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"VKD3D güncelleniyor, lütfen bekleyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"DXVK-NVAPI güncelleniyor, lütfen bekleyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Gecikmeyi Azaltır. Bazı hile önleme programları tarafından tespit edilebilir.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"LatencyFleX güncelleniyor, lütfen bekleyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Ekran\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Derin Öğrenme Mükemmel Örnekleme (DLSS)\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"DXVK-NVAPI kullanarak görselliği düşürme pahasına performansı artırın. \"\n\"Yalnızca yeni NVIDIA GPU'larda çalışır.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Süper Örnekleme\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Görsel kalite karşılığında performansı artırır. Sadece Vulkan'da çalışır.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"FidelityFX Süper Örneklendirme ayarlarını yönet\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Ayrık Grafikler\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Güç tüketimi pahasına performansı artırmak için ayrı grafik kartı kullan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"İşlem Sonrası Efektleri\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"vkBasalt kullanarak çeşitli işlem sonrası efektler ekleyin. Sadece Vulkan \"\n\"üzerinde çalışır.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"İşlem Sonrası Katman ayarlarını yönet\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Gamescope kullanarak oyunların ekranda nasıl görüntüleneceğini yönetin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Gamescope ayarlarını yönet\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Gelişmiş Görüntü Ayarları\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Performans\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Çok çekirdekli işlemcilerin performansını artırmak için senkronizasyonu \"\n\"etkinleştirin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Eşzamanlama\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Sistem\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Monitör Performansı\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"MangoHud kullanarak OpenGL ve Vulkan'da kare hızı, sıcaklıklar, CPU/GPU yükü \"\n\"ve daha fazlası gibi izleme bilgilerini görüntüleyin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral OyunKipi\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Cihazınıza bir dizi optimizasyon uygulayın. Oyun performansını artırabilir.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Oyun Dosyalarını Ön-Yükle\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Oyun birden fazla kez başlatıldığında toplam yükleme süresini azaltır. \"\n\"Oyunun ilk kez başlaması daha uzun sürer.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"vmtouch ayarlarını yönet\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS Oyun Yakalama\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Tüm Vulkan ve OpenGL programları için OBS Game Capture'ı aç.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Uyumluluk\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows Sürümü\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Windows sürümü güncelleniyor, lütfen bekleyin…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Dil\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Programlarla kullanılacak dili seçin.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Özel Korumalı Alan\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Bu şişe için kısıtlı/yönetilen bir ortam kullanın.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Korumalı Alan İzinlerini Yönet\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Şişeler Çalışma Zamanı\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Uyumluluğu artırmak için fazladan kütüphane sağlar, sorunla karşılaşırsanız \"\n\"devre dışı bırakın.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam Çalışma Zamanı\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Steam oyunları ile daha fazla uyumluluk için ekstra kütüphaneler paketi \"\n\"sağlayın. Sorunlarla karşılaşırsanız devre dışı bırakın.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Çalışma Dizini\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Varsayılana sıfırla\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Varsayılan)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL Geçersiz Kılmaları\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Ortam Değişkenleri\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Sürücüleri Yönet\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Otomatik sürüm oluşturma\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Yazılım kurmadan veya ayarları değiştirmeden önce otomatik olarak anlık \"\n\"görüntüler oluştur.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Sıkıştırma\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Alanı azaltmak için anlık görüntüleri sıkıştırın. Bu, anlık görüntülerin \"\n\"oluşturulmasını yavaşlatacaktır.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Dışlama Kalıplarını Kullanın\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Anlık görüntülerde yolları hariç tutun.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Çalıştırıcıları Yönet\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Yenile\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"İşlemi durdur\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Anlık Görüntü Bulunamadı\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Tercihlerinizin durumlarını kaydetmeye başlamak için ilk anlık görüntünüzü \"\n\"oluşturun.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Kısa bir yorum\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Şişenin durumunu kaydet.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Yeni Anlık Görüntü Oluştur\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Detaylar\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Geri git\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"İşlemler\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Şişe Seç\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"İptal\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Seç\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Yeni Şişe Oluştur\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Şişeler Çökme Raporu\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_İptal\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Rapor Gönder\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Geçen sefer şişeler çöktü. Lütfen, tekrar olmasını engellemek amacıyla, \"\n\"sorunu belirlememize yardımcı olmak için, aşağıdaki geri izlemeyi ekleyerek \"\n\"bir hata raporu oluşturun.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Bir veya daha fazla benzer (veya aynı) rapor bulduk. Lütfen yeni bir tane \"\n\"göndermeden daha önce bildirilmediğine dikkatlice baktığınızdan emin olun. \"\n\"Her rapor, geliştiricilerin teşhis koyması için çaba gerektirir, lütfen \"\n\"çalışmalarına saygı gösterin ve daha öncekilerin aynısından göndermediğinize \"\n\"emin olun.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Yine de bildirmek istiyorum.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Gelişmiş seçenekler\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Tamamlanmamış paket\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Şişeler'in bu sürümü gerekli tüm çekirdek bağımlılıkları sağlamıyor gibi \"\n\"görünüyor, lütfen paket yöneticisiyle iletişime geçin veya resmi bir sürüm \"\n\"kullanın.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"istifa etmek\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Dinamik Bağlantı Kütüphaneleri yerleşik (Wine tarafından sağlanır) veya \"\n\"yerel (program tarafından sağlanır) olarak belirtilebilir.\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Yeni geçersiz kılma\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Geçersiz Kılmalar\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Sürücüler\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Bunlar, ana sisteminizde bulunan ve çalıştırıcı tarafından aygıt olarak \"\n\"eşlenen ve tanınan yollardır (örn. C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Harf\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Mevcut Sürücüler\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Şişeyi Çoğalt\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Çoğalt\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Çoğaltılan Şişe için bir ad girin.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Kopyalanıyor…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Bu biraz zaman alabilir.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Şişe Çoğaltıldı\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Ortam değişkenleri, çalışan işlemlerin şişenizde nasıl davranacağını \"\n\"etkileyebilecek dinamik adlı değerlerdir.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Değişken Adı\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Mevcut değişkenler\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Dışlama Kalıpları\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Bazı dizinlerin sürümlenmesini önlemek için kullanılacak kalıpları \"\n\"tanımlayın.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Örüntü\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Mevcut Kalıplar\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope Ayarları\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Kaydet\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Oyunların nasıl görüntüleneceğini yönetin.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Oyun çözünürlüğü\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Video oyununun çözünürlüğünü piksel cinsinden referans olarak kullanır.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Genişlik\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Yükseklik\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Pencere Çözünürlüğü\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Piksel cinsinden oyun çözünürlüğünden daha yüksek bir çözünürlük \"\n\"kullanıldığında çözünürlüğü yükseltir.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Çeşitli\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Kare Hızı Sınırı\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Odaklanılmadığında Kare Hızı Sınırı\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Tamsayı Ölçekleme\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Pencere Türü\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Çerçevesiz\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Tam ekran\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Kuruluma devam etmek istiyor musunuz?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Kurulumu Başlat\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"Bu kurucu, başka türlü sağlanamayacak bazı yerel kaynaklar gerektirir.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Sürdür\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Tamamlandı!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Programları Göster\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Kurulum Başarısız!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Bir şeyler ters gitti.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Bütün mesajlar\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Ciddi\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Hatalar\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Uyarılar\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Bilgi\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Günlük gezgini\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Günlük Gezgini\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Günlük Seviyesini Değiştir.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Hepsi\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Bu argümanlar program başlangıcında aktarılır.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Özel Değişkenler\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Komut Değişkenleri\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"örn: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Çalışma Sonrası Kodları\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Çalışmadan sonra aktif edilecek komutu seç.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Komut seç\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Programın nerede başlayacağını seç.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Bir Dizin Seçin\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Bu ayarlar, çalıştırılabilir dosyanın varsayılan ayarları üzerine yazılacak.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Tercih İptalleri\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Şişeyi Varsayılanlarına Sıfırla\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Sanal Masaüstü\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton Sorumluluk Reddi\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Proton'u kullan\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Dikkat edin, Proton tabanlı çalıştırıcıları Steam dışı şişelerde kullanmak \"\n\"sorunlara neden olabilir ve doğru şekilde davranmalarını engelleyebilir.\\n\"\n\"\\n\"\n\"Bunun yerine, Proton'un Steam dışında çalışması için tasarlanmış bir sürümü \"\n\"olan Wine-GE'yi kullanmanızı öneririz.\\n\"\n\"\\n\"\n\"Devam etmek, gerekli kütüphanelere erişmesine izin vermek ve uyumluluk \"\n\"sorunlarını sınırlamak için Steam çalışma zamanını \"\n\"(sistemde mevcutsa ve Şişeler tarafından algılanırsa) otomatik olarak \"\n\"etkinleştirecektir. Çalıştırıcının sağlayıcısı olan GloriousEggroll'un \"\n\"herhangi bir sorundan sorumlu olmadığını ve onlara bildirmemenizi rica \"\n\"ettiğimizi unutmayın.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Anladım.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Yeniden adlandır\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Seçilen program için yeni bir isim seçin.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Yeni Ad\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Argümanlarla Çalıştır\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Çalıştır\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Çalıştırılabilir dosyaya iletilecek argümanları aşağıya yazın.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"örneğin: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Korumalı Alan Ayarları\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Ağı Paylaş\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Ses Paylaş\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Yükseltme Gerekli\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Devam et\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Yükseltmeyi başlat\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Yeni Sürümleme Sistemi\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Yeni şişe sürümleme sistemi geldi.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Şişeler, geriye dönük uyumlu olmayan yepyeni bir Sürümleme Sistemine \"\n\"sahiptir.\\n\"\n\"\\n\"\n\"Sürümlemeyi kullanmaya devam etmek için şişe deposunu yeniden başlatmamız \"\n\"gerekir. Bu, şişenizdeki verileri silmeyecek ancak mevcut tüm anlık \"\n\"görüntüleri silecek ve yeni bir tane oluşturacaktır.\\n\"\n\"\\n\"\n\"Devam etmeden önce önceki bir anlık görüntüye geri dönmeniz gerekiyorsa, bu \"\n\"pencereyi kapatın ve anlık görüntüyü geri yükleyin, ardından bu pencereyi \"\n\"tekrar göstermek için şişeyi yeniden açın.\\n\"\n\"\\n\"\n\"Eski sistem bir sonraki sürümlerden birinde sonlandırılacaktır.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Kayıt defteri yeniden başlatılıyor…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Tamamlandı! Lütfen Şişeler'i yeniden başlatın.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"İşlem Sonrası Efekt Ayarları\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Öntanımlı\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Öntanımlı Ayarlar\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Efektler, listedeki sırasına göre uygulanır.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Efektler\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Karşıtlık Uyarlamalı Keskinleştirme\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Keskinlik\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Bilgileri Göster\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Gürültü Giderilmiş Luma Keskinleştirme\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Gürültü Giderme\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Hızlı Yaklaşık Kenar Yumuşatma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Alt Piksel Kalitesi\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Kalite Kenar Eşiği\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Kalite Kenar Eşiği Minimumu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Alt Piksel Morfolojik Yumuşatma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Kenar Saptama\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Renk\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Eşik\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Maksimum Arama Adımları\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Maksimum Çapraz Arama Adımları\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Maksimum Köşe Yuvarlama\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"CAS keskinliği bir karenin keskinliğini artırır. Daha yüksek değerler \"\n\"çerçeveyi daha keskin hale getirirken, 0'dan düşük değerler çerçeveyi \"\n\"doğaldan daha yumuşak hale getirir.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"DLS keskinliği bir karenin keskinliğini artırır. Daha yüksek değerler kareyi \"\n\"daha keskin yapar.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"DLS denoise bir karenin gürültüsünü azaltır. Daha yüksek değerler kareyi \"\n\"daha yumuşak hale getirir.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"FXAA alt piksel kalitesi, alt piksel düzeyinde örtüşmeyi azaltır. Daha \"\n\"yüksek değerler kareyi daha yumuşak hale getirir.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"FXAA kenar eşiği, FXAA algoritmasını uygulamak için gereken minimum kontrast \"\n\"miktarıdır. Daha yüksek değerler çerçevenin daha fazla kontrasta sahip \"\n\"olmasını sağlar.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"FXAA kalite kenar eşiği minimum, FXAA algoritması tarafından yok sayılan \"\n\"koyu piksellerin minimum değeridir. Daha yüksek değerler FXAA'nın belirtilen \"\n\"değerin altındaki pikselleri yok saymasını sağlar ve performans artışına yol \"\n\"açabilir.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma kenarları tek renkli bir perspektiften algılarken, Renk kenarları \"\n\"renklere göre algılar. Luma, Renk'e göre daha performanslıdır.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"SMAA eşiği kenar algılama hassasiyetini belirtir. Düşük değerler, performans \"\n\"pahasına daha fazla kenar algılar.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA maksimum arama adımları, kenarları ararken kaç yatay ve dikey arama \"\n\"adımı gerçekleştirileceğini belirtir.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"SMAA maksimum diyagonal arama adımları, kenarları ararken kaç diyagonal \"\n\"arama adımı gerçekleştirileceğini belirtir.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA köşe yuvarlama, yuvarlanan kenar köşelerinin gücünü belirtir.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Yerleşik (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Yerel (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Yerleşik, sonra Yerel\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Yerel, sonra Yerleşik\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Devre Dışı\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Kaldır\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/yolu/göster\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Değer\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Dosyalara göz atın\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine önek adı\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Yönetici\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Bu Wine öneki zaten Şişeler'e içe aktarılmış.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Bir Şişe yedeğini içe aktar\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Önekler tekrar ara\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Önek Bulunamadı\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Hiçbir harici önek bulunamadı. Şişelerin bunlara erişimi var mı?\\n\"\n\"Bir şişeyi yedekten içe aktarmak için üstteki simgeyi kullanın.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Tam Arşiv\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Bilgileri Göster…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"İncelemeyi oku…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Kurucu adı\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Kurucu açıklaması\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Bilinmiyor\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Bu Brogramı Kur\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Program Menüsü\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Küçük Resim Yok\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Başlat\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Steam ile başlat\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Eşya adı\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Kütüphaneden kaldır\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Durdur\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Kütüphane\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Buraya, şişenizin program listesinden ögeler ekleyin\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Sürümleme bu şişede etkin.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Bu şişe hasarlı görünüyor.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Bu şişede çalıştır\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Burada Çalıştır\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Bu şişe hasarlı görünüyor, yapılandırma dosyası eksik. Yeni bir \"\n\"konfigürasyon oluşturarak bu sorunu çözmeye çalışabilirim.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Şişelerinizi arayın…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"şişeler\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Yeni Şişe Oluştur…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Sonuç Bulunamadı\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Farklı bir arama deneyin.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Başlatılıyor…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Bu kaynak eksik.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Göz at\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Oluştur\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Şişe Adı\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Uygulama\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Oyun\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Ö_zel\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Özel\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Kullanıcı Dizinini Paylaş\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Bu, kişisel bilgilerin Windows yazılımıyla paylaşılması riskini göze alarak \"\n\"kullanıcı dizinini şişede keşfedilebilir hale getirir. Bu seçenek şişe \"\n\"oluşturulduktan sonra değiştirilemez.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Mimari\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32 bit yalnızca kesinlikle gerekli olduğunda kullanılmalıdır.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Özel bir yapılandırmayı içe aktarın.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Şişe Dizini\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Bu şişenin verilerini içerecek dizin.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Kapat\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Bu isim kullanılamıyor, lütfen başka bir isim deneyin.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Önceki\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Şişelere Hoş Geldiniz\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Windows Yazılımını Linux üzerinde çalıştırın.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Şişelerde Windows\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Şişeler, programların çalıştığı izole edilmiş konteynerli Windows benzeri \"\n\"ortamlar sağlamak için uyumluluk çalıştırıcıları kullanır.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Neredeyse Tamam\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Her şeyi ayarlamak için birkaç dakikaya daha ihtiyacımız var…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Her şey hazır!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Lütfen önce kurulumu Bitirin\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Şişeler'i kullanmaya başlayın\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Sonraki\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Tercihler\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Genel\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Görünüm\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Koyu Kip\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Şişeler karanlık renk şemasını kullansın mı.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Güncelleme Tarihini Göster\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Şişe listesinde güncelleme tarihinin gösterilip gösterilmeyeceği.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Bildirimler\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"İndirmeler ve kurmalar için bildirimleri göster.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Geçici Dosyalar\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Şişeler başlatıldığında geçici dosyalar temizlensin mi?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Bir Programı Başlattıktan Sonra Şişeler'i Kapat\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Dosya yöneticisinden bir program başlattıktan sonra Şişeler'i kapat.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Entegrasyonlar\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton Önekleri\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Steam Proton öneklerini listeleyin ve yönetin.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Programlar Listesinde Steam Uygulamalarını Listele\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Steam'in Windows sürümünün şişede kurulu olmasını gerektirir.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Epic Games'i Programlar Listesinde Göster\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Şişede Epic Games Store'un kurulu olmasını gerektirir.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Ubisoft Oyunlarını Programlar Listesinde Göster\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Şişede Ubisoft Connect'in kurulu olmasını gerektirir.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Gelişmiş\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Şişeler Dizini\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Şişelerinizin verilerini içeren dizin.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Çalıştırıcı\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\"Şişeler çevrimdışı kipte çalışıyor, bu nedenle çalıştırıcılar kullanılamaz.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Ön Sürüm\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Çalıştırıcıların kararsız sürümlerini görüntüle.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL Bileşenleri\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Şileler çevrimdışı kipte çalışıyor, bu nedenle DLL'ler kullanılamaz.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Çekirdek\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Çalışma-zamanı\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Deneyler\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Bu özellikler yoğun geliştirme aşamasındadır ve kararsız olabilir, hatalar \"\n\"ve kırılmalar beklenebilir.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Şişe başına korumalı alan kullan\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Erken gelişim aşamasında.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Terminal ile başlat\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Yola göz at\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Başlatma Seçeneklerini Değiştir…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Kütüphaneme Ekle\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Masaüstü Girdisi Ekle\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Steam'e Ekle\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Yeniden adlandır…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Programı Gizle\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Programı Göster\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Listeden Kaldır\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Program Adı\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Durum kimliği\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Durum yorumu\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Bu Anlık Görüntüyü Geri Yükle\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Mesajı sil\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Ana Menü\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"İnternete bağlı değilsiniz, internet bağlantısı olmadan temel bileşenleri \"\n\"indiremezsiniz. Bağlantıyı yeniden kurduğunuzda bu simgeye tıklayın.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"İçe Aktar…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Yardım\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Şişeler Hakkında\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\\\"{0}\\\" dosyası bir .exe veya .msi dosyası değil\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Güncellendi: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" eklendi\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Yürütülebilir Seçin\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Ekle\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Gizli Programları Gizle\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" başlatılıyor…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Korumalı Alanın Farkında Olun\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Şişeler, sizi güvende tutmak için gerekli olan kısıtlı izin ortamı olan \"\n\"korumalı alanda çalışmaktadır. Program çalışmazsa, şişenin içine girmeyi \"\n\"düşünün (üstteki 3 nokta simgesi), ardından oradan başlatın.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Kapat\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Yedekleme yapılandırmasının kaydedileceği konumu seç\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Dışa aktar\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Yedek arşivinin kaydedileceği konumu seçin\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Yedekleme\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\" için yedekleme oluşturuldu\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\" için yedekleme başarısız oldu\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\\\"{}\\\" öğesini kalıcı olarak silmek istediğinizden emin misiniz?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Bu, onunla ilişkili tüm programları ve ayarları kalıcı olarak silecektir.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Sil\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Çalıştırıcı Kayıp\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Bu şişe tarafından istenen çalıştırıcı eksik. Şişeler tercihleri \"\n\"aracılığıyla kurun veya uygulamaları çalıştırmak için yeni bir tane seçin.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Tüm işlemleri durdurmaya zorlamak istediğinizden emin misiniz?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Bu durum veri kaybına, bozulmaya ve programların arızalanmasına neden \"\n\"olabilir.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Zorla _Durdur\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Bu özellik sisteminizde kullanılabilir değil.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Bu özelliği eklemek için lütfen flatpak install'ı çalıştırın\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Bu şişe adı zaten kullanılıyor.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Çalışma Dizinini Seçin\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\\\"{}\\\" verilerini içeren dizin.\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Tüm anlık görüntüleri silmek istediğinizden emin misiniz?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Bu, tüm anlık görüntüleri silecek ancak dosyalarınızı koruyacaktır.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Yeni durumlar oluşturmak için lütfen yeni Sürümleme sistemine geçin.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Kurucular\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"İşlem yapılıyor, lütfen bekleyin.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Şişelerinize dönün.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Yedekleme başarıyla içe aktarıldı\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"İçe aktarılamadı\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Yedek içe aktarılıyor…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Bir Yedekleme Arşivi Seçin\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"İçe aktar\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Bir yapılandırma dosyası seçin\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Yok\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Yürütülebilir dosyayı \\\"{self.config.Name}\\\" içinde çalıştırın\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\\\"{0}\\\" \\\"{1}\\\" içinde başlatılıyor…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Şişeleriniz\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"{0} paket indiriliyor…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"{1} paketin {0}'ı alındı\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Şişe Dizini Seçin\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Şişe Oluşturuluyor…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Şişe Oluşturulamıyor\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Şişe bir veya daha fazla hatayla oluşturulamadı.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Şişe Oluşturuldu\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" başarıyla oluşturuldu.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam bulunamadı veya Şişeler'in yeterli izni yok.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Şişe Yolunu Seç\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Şişeler Yeniden Başlatılsın Mı?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bu dizini kullanmak için Şişeler'in yeniden başlatılması gerekecektir.\\n\"\n\"\\n\"\n\"Şişeler'i yeniden başlatmadan önce Şileler'den başlatılan tüm programları \"\n\"kapattığınızdan emin olun, çünkü bunu yapmamak veri kaybına, bozulmaya ve \"\n\"programların hatalı çalışmasına neden olabilir.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Yeniden Başlat\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"Valve'in Wine'ını temel alır, evreleme ve Proton yamalarını içerir.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"Wine upstream'i temel alır, evreleme ve Proton yamalarını içerir.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Wine upstream'i temel alır, hazırlık yamalarını içerir.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Valve'ın Wine'ını temel alır, evreleme, Proton ve Steam'e özgü yamaları \"\n\"içerir. Steam Runtime'ın açık olmasını gerektirir.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Diğer\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Yükselt\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Kuruluyor…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"{0} için manifesto\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" kaldırıldı\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" kurulu\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" kurulamadı\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" içe aktarıldı\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Bu uygulama beklendiğinden kötü çalışabilir. Kurucu mümkün olan en iyi \"\n\"deneyimi sağlamak için yapılandırılmıştır, ancak aksaklıklar, \"\n\"istikrarsızlıklar ve çalışma özelliklerinin eksikliği beklenebilir.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Bu program gözle görülür aksaklıklarla çalışır, ancak bu aksaklıklar \"\n\"uygulamanın işlevselliğini etkilemez.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Bu program küçük aksaklıklarla çalışır.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Bu program mükemmel çalışır.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"{0} için inceleme\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\\\"{0}\\\" durduruluyor…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Steam ile \\\"{0}\\\" başlatılıyor…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" gizlendi\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" gösterildi\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" kaldırıldı\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\", \\\"{1}\\\" olarak yeniden adlandırıldı\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\\\"{0}\\\" için Masaüstü Girdisi oluşturuldu\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" kütüphanenize eklendi\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" Steam kütüphanenize eklendi\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Raporu göster\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Bu sorun 5 kez bildirildi ve tekrar gönderilemiyor.\\n\"\n\"            Geri bildiriminizi aşağıdaki mevcut raporlardan birinde bildirin.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Görüntü ayarları güncelleniyor, lütfen bekleyin…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Görüntü ayarları güncellendi\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Üstüne yazma bulunamadı.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Sürücü Yolunu Seçin\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Ortam değişkenleri tanımlanmadı.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Dışlanmış bir biçim tipi bulunamadı.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Bir hata oluştu.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Panoya kopyala\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Kaynak Dosyasını Seçin\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Windows bağımlılıkları kuruluyor…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Bottle yapılandırılıyor…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Kurucu adımları işleniyor…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"{} kuruluyor…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Son kontroller yapılıyor…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"{0} kuruluyor…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} artık programlar görüntülenebilir.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Kurucu bilinmeyen bir hata nedeniyle başarısız oldu\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} zaten bu şişe için devre dışı bırakıldı.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Bu ayar şişe'nin varsayılan ayarından farklı.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Komut Dosyası Seçin\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Özel Şişeler Yolu Bulunamadı\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Öntanımlı yola geri dönülüyor. Verilen yoldaki hiçbir şişe listelenmeyecek.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@UYGULAMA_ADI@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Windows yazılımlarını çalıştırın\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;bottles;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak geçişi\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Flatpak geçişi iletişim kutusunu aç/kapat.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Koyu tema\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Koyu tema kullanımını zorla.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Listede güncelleme tarihini göster/gizle\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Şişeler listesinde güncelleme tarihini göster/gizle.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam uygulama listeleme\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Steam uygulama listelerini aç/kapa.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games listesi\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Epic Games listelerini aç/kapa.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect listesi\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Ubisoft Connect listelerini aç/kapa.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Pencere genişliği\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Pencere genişliğini değiştir.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Pencere yüksekliği\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Pencere yüksekliğini değiştir.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Bildirimleri göster.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Geçiçi verileri temizleme\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Sistemi başlatırken geçici yolu temizle.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Sürüm Adayı\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Çalıştırıcılar için sürüm adayını değiştir.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Başlangıç görünümü\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Uygulamanın hangi görünümde başlatılacağını seçin.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Sürümleme ve kurucular gibi deneysel özellikleri aç/kapat. Çalıştırıcılar \"\n\"için sürüm adayı.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton Desteği\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Steam Proton önekleri desteğini aç/kapat.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Deneyler:korumalı alan\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Şişe başına deneysel Korumalı Alanı değiştir.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Şişeler'i kendiliğinden kapat\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Dosya yöneticisinden çalıştırılabilir dosyayı başlattıktan sonra Şişeler'i \"\n\"kapat.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Korumalı alan uyarısını göster\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Korumalı alan uyarısını aç/kapat.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Şişeler ile Windows yazılımlarını Linux'ta çalıştırın!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Yazılımları şişeleyin ve boş zamanlarınızda keyfini çıkarın!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Yerleşik bağımlılık kurulum sistemimiz otomatik yazılım uyumluluğu erişimi \"\n\"sağlar. Resmi bileşenleri indirmek için indirme yöneticisini kullanın: \"\n\"Çalıştırıcılar (Wine, Proton), DXVK, bağımlılıklar vb.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Şişe sürümleme, çalışmalarınızı güvende tutar ve daha sonra geri yüklemenizi \"\n\"sağlar.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Özellikler:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Önceden yapılandırılmış ortamları kullanarak şişelerinizi oluşturun ya da \"\n\"sıfırdan oluşturun\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Şişenizdeki bütün çalıştırılabilir (.exe/.msi) dosyaları doğrudan dosya \"\n\"yöneticinizden açın\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Şişelerinize kurulu uygulamaların otomatik tespiti\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Ortam değişkenlerini kolayca ekleyin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Şişe-başına ayalarından bütün DLL'leri yönetin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Herhangi bir Şişe için anında çalıştırıcı değişikliği\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Çeşitli oyun performansı optimizasyonları (esync, fsync, DXVK, önbellek, \"\n\"gölgelendirici derleyici, boşaltma ... ve çok daha fazlası.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Wine ve Proton çalıştırıcılarının otomatik kurulumu ve yönetimi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Şişelerin kırılması durumunda otomatik tamirat\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"Topluluk odaklı bir depoya dayalı entegre bağımlılık kurucusu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Wine için entegre Görev yöneticisi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Destek için ProtonDB ve WineHQ'ya erişim\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Yapılandırmanızı Şişeler'in yeni sürümlerine getirmek için sistem\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Şişeleri yedekleyin ve içe aktarın\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Wine öneklerini diğer yöneticilerden içe aktar\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Şişeler sürümleme\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... ve Şişeleri kurarak bulabileceğiniz çok daha fazlası!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Meta veri bilgilerini güncelleme\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Daha fazla güncelleme bilgisi ekleyin ve sürüm notları sürümünü düzeltin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\\\"Steam'e Ekle\\\" düğmesi düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"BottleConfig'in serileştirilebilir olmaması düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Patool çift çıkarma işleminin başarısız olması düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Doğru sürüm\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Şişe oluştururken oluşan çökme düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Büyük değişiklik: Yeniden Tasarım Yeni Bottle arayüzü\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"İkincil kullanıcı arayüzü geliştirmeleri:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Kütüphane sayfasında duygu-sevgi simgesini kütüphane ile değiştirin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\\\"Yürütülebilir Çalıştır\\\" için tost ekleyin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Hata düzeltmeleri:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Steam'e kısayol ekleme hata ile sonuçlandı\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Yedeklerin içe aktarılması bir hatayla sonuçlandı\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"wine-ge-custom kullanıldığında Steam Runtime otomatik olarak etkinleştirilir\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Boş kapaklar ve eksik girişlerle ilgili çökmeler gibi kütüphaneyle ilgili \"\n\"çeşitli düzeltmeler\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Metin kodlamasıyla ilgili çeşitli sorunlar düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Şişeler uçbirimden çalıştırılmadığında indirme sırasında oluşan hata \"\n\"düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Sürüm tarihi düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"NVIDIA olmayan sistemlerde NVIDIA ile ilgili kritik hataları gizleme\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope iyileştirmeleri ve düzeltmeleri\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Bağımlılık kurulumu daha hızlı ve daha kararlı\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Sağlık kontrolü, daha hızlı hata ayıklama için daha fazla bilgi içerir\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI birçok düzeltmeye sahiptir ve daha kararlıdır, artık düzgün \"\n\"çalışmalıdır\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Bir bileşen indirilirken oluşan çökmeyi düzeltme\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Spin-lock'tan kaçınarak arka uç kodunun iyileştirilmesi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Kurucu betiği oluşturma için daha fazla değişken\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Aslında hazır olmadığı halde \\\"Her şey hazır\\\" gösteren yerleşik iletişim \"\n\"kutusu düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Yapı sisteminde iyileştirme\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Oyun için şişe oluştururken VKD3D'yi öntanımlı olarak etkinleştir\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Steam dosyalarını kötü kodlamalarla okurken oluşan çökmeleri düzeltme\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Kurma/kaldırma işleminden sonra kullanıcı arayüzünde doğru şekilde \"\n\"güncellenmeyen bileşenler düzeltildi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Daha fazla FSR düzeltmesi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Bir programın \\\"Yürütülebilir dosyayı çalıştır\\\" seçeneğinden başlatıldıktan \"\n\"sonra kapanması sorununu düzeltin\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"ve çok, çok, çok daha fazlası!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Hesaplanıyor…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Bu şişede .exe/.msi çalıştır\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Yeni şişe oluştur\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Yeni Şişe\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Şişe Bilgileri\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Windows oyunları için geliştirilmiş bir ortam.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Windows uygulamaları için geliştirilmiş bir ortam.\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Deneyleriniz için temiz bir ortam.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Bağlantısız Ev Dizini\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Kullanıcı dizinini ev dizinine bağlama\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Özel tanım kullan\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"Varsa, ortam için özel bir tanım seçin.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Özel Yol\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Bu şişeyi farklı bir yerde depolayın.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Çevrimdışısınız, karşıdan yükleyemiyorsunuz.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Çalıştırılabilir dosya yolu seç\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Çalıştırılacak bir Windows dosyası seçin\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Çalıştırılabilir dosyalar için çalışma dizini seç\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Bir tanım dosyası seçin\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Şişenin nereye kaydedileceğini seç\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Yeni bir Şişeler yolu seç\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Komutu seç\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Çalışma Dizinini Seçin\"\n\n#, fuzzy\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Şişeler'i Destekle\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Bileşenler yüklenemedi, 3 defa denendi.\"\n\n#, fuzzy\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"@panmourovaty sayesinde Çekçe çeviriler\"\n\n#, fuzzy\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"@panmourovaty sayesinde Çekçe çeviriler\"\n\n#, fuzzy\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"@Thericosanto'a Almanca çeviriler için teşekürler\"\n\n#, fuzzy\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Hırvatça çeviriler için teşekkürler @milotype\"\n\n#, fuzzy\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Macarca çeviriler için teşekkürler @ovari\"\n\n#, fuzzy\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"@MartinIIOT'a Slovakça çeviriler için teşekkürler\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"@SantosSi'ye Portekizce çeviriler için teşekkürler\"\n\n#, fuzzy\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Macarca çeviriler için teşekkürler @ovari\"\n\n#, fuzzy\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Hırvatça çeviriler için teşekkürler @milotype\"\n\n#, fuzzy\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"@Thericosanto'a Almanca çeviriler için teşekürler\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Katmanlar\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Çok Kaliteli\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Kaliteli\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Dengeli\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Katmanlı\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Her uygulamanın bir katman olduğu katmanlı bir ortam.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Yol seç\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Dosya seç.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Dosya bulunamadı\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Verilen dosya mevcut değil. Lütfen uygun bir dosya seçin.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Dosya adını giriniz\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Renk Arama Tablosu yolu boşluk içermemelidir. Lütfen tüm boşlukları \"\n#~ \"kaldırmak için dosyayı yeniden adlandırın.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Geçersiz Görüntü Boyutu\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Resmin yüksekliği ve genişliği eşit olmalı.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Ortamları kullanarak wineprefix'i kolayca yönetin\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Argümanlarla Çalıştır…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Dahili dosyalara Wine gezgini ile göz atın.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Wine görev yöneticisi ile süreçleri yönetin.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Wine işlemlerinde hata ayıklayın.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine Yapılandırması\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Dahili ayarları düzenleyin.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Wine kaldırıcıyı kullanarak programları kaldırın.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Dahili Wine Kontrol Paneli'ne erişin.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"Kurucular bölümünü veya \\\"Dosyayı çalıştır\\\" düğmesini kullanın.\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Bağımlılıklar, Windows yazılımının uyumluluğunu artıran yazılımlar, \"\n#~ \"kütüphaneler ve kodeklerdir. Program gereksinimlerinizi karşılamak için \"\n#~ \"buradan kurun.\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Belgelendirmeyi oku.\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"Seçilenleri Kur\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Aynı anda birden çok bağımlılık kurmamanızı şiddetle tavsiye ederiz.\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Bağımlılıkları Seç\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Manuel olarak devam etmek zorunda kalmadan topluluğumuz tarafından \"\n#~ \"seçilen programları yüklemek için bu bölümü kullanın.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Belgelendirmeyi oku\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Grafikler\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"DirectX 11 oyunlarının ve 3D uygulamaların performansını iyileştirir.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"DirectX 12 oyunlarının ve 3D uygulamaların performansını iyileştirir.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Varsa DLSS desteği ve Nvidia'nın NVAPI'sini sağla.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR, kare hızınızı artırmanıza yardımcı olmak için cutting-up ve up-\"\n#~ \"scaling teknolojilerini kullanır.\"\n\n#~ msgid \"Discrete GPU\"\n#~ msgstr \"Ayrık GPU\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt, oyunların görsel grafiklerini geliştirmek için bir Vulkan işlem \"\n#~ \"sonrası katmanıdır.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"vkBasalt ayarlarını yönet\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Wine sanal masaüstünü kullanın.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Tam Ekran Mouse Girdisi Algılama\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Tam ekran olduğunda programın fare girdisini yakalamasına izin verin.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Odakla\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Geçiş yapıldığında program yeniden odaklanmazsa etkinleştirin.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Mouse Çevirme\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Mouse gecikmesi veya senkronizasyon bozukluğu yaşıyorsanız bunu \"\n#~ \"değiştirin.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Ekran Ölçekleme\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Özel DPI ayarla.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Görselleştirici\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"wined3d için hangi arka ucun kullanılacağını seç.\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (öntanımlı)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Bileşen Sürümlerini Yönet\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK Sürümü\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D Sürümü\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI Sürümü\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX Sürümü\"\n\n#~ msgid \"false\"\n#~ msgstr \"yanlış\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Şişeler ile aynı, ancak Steam tarafından sağlanır.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"İstendiğinde oyun performansını iyileştir.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Gamesscope mikro birleştiricisini kullan.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Şişeler dizini için varsayılanlar.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Varsayılana sıfırla\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Bir dizin seçin\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Ses\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Gecikmeyi Azalt\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"PulseAudio gecikmesini 60 ms yaparak ses kalitesini arttırın.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Sürüm oluşturma\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Durumlar için sıkıştırma kullan\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Durumların kullandığı disk alanını azaltır fakat durum oluşturma süresini \"\n#~ \"uzatır.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Şişeler bir yükleyici veya kütüphane kurmadan önce yeni bir durum \"\n#~ \"oluşturacak.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Geliştirme ve Hata Ayıklama\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"FPS, sıcaklıklar, CPU/GPU yükü ve daha fazlasını izlemek için bir Vulkan \"\n#~ \"ve OpenGL katmanı.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Wine'da uygulanmayan günlük kodu yolları.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Hiçbir program bulunamadı\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Kurucular bölümünden veya kurucu dosyasını çalıştırarak programları \"\n#~ \"kurun, ayrıca \\\"+\\\" düğmesiyle çalıştırılabilir dosyaları elle \"\n#~ \"ekleyebilirsiniz.\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Görünürlüğü aç/kapat\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Biraz ara verin, bu biraz zaman alabilir.\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"\"\n#~ \"Gamescope'un oyunların pencere ayarlarını nasıl yönetmesi gerektiğini \"\n#~ \"ayarla.\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"En (örn. 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"Boy (örn. 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope Çözünürlüğü\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Görüntü Ayarları\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Bir Şişe oluşturarak başlayın.\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"Linux'ta Windows Yazılımı Çalıştırın.\\n\"\n#~ \"                                                \"\n\n#, fuzzy\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"Özel Şişeler Yolu (Yeniden Başlatma Gerekli)\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"\"\n#~ \"Yeni şişelerin nereye kaydedileceğini seç (zaten kurulu olanlar \"\n#~ \"taşınmayacak).\"\n\n#, fuzzy\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"Erken geliştirme aşamasında (yeniden başlatma gerekli).\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"İçe/Dışa Aktar…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"Destek\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Forumlar\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Menüyü aç\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Yeni şişe\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"Tamam\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Onayla\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Bütün işlemleri sonlandırmak istediğinizden emin misiniz?\\n\"\n#~ \"Bu veri kaybına neden olabilir.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Şişe yolu için öntanımlı.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Ayrıntılar ve Araçlar\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Şişenizin Başlat menüsünde bulunur.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"“{0}” adlı bir şişe başarıyla oluşturuldu\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' kuruldu.\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"Haberler\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Durum sürümlendirmesi için sıkıştırma kullan\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Yeni şişe\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"Onarımlar\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"İsveççe çeviriler için teşekkürler @bittin\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Endonezyaca çeviriler için teşekkürler @rezaalmanda\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"İspanyolca çeviriler için teşekkürler @oscfdezdz\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Portekizce çeviriler için teşekkürler @hugok79\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Almanca çeviriler için teşekürler @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Wineprefix'leri kolayca yönetin\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Deneyler:kütüphane\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Deneysel kütüphane modunu aç/kapat.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"İndiriliyor…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Özel bottles dizini bulunamadı. Lütfen Tercihler'de gözden geçirin.\\n\"\n#~ \"Öntanımlı dizin kullanılıyor. O dizinden hiçbir bottles listelenmeyecek!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Sağlık denetimi\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Durum dosyaları dizini oluşturuluyor…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Geri yükleme noktası oluşturuluyor…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Durum klasörü oluşturulamadı.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Dizin güncelleniyor…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Durumlar dosyası güncellenemedi.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Dizin dosyası güncellenemedi.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"[{executable}] çalıştırılabilir dosyası için argümanlar bulundu.\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Adım {self.__step} / {self.steps}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' başlatıldı.\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' Steam ile başlatıldı.\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Dizin durumu {0}\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Bağımlılıklar hakkında bilgi almak için dokümantasyonu okuyun.\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK GÖSTERGESİ\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"D3D uygulamalarında FPS ve diğer ayrıntıları gösteren DXVK kaplamasını aç/\"\n#~ \"kapat.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Programlarla ilgili belgeleri okuyun\\t\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"Ekstra ayarlar\"\n\n#, fuzzy\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"Prefix için tekrar ara\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"\"\n#~ \"Şişeyi bir duruma kaydetmek ve geri yüklemek için sürüm oluşturmayı \"\n#~ \"etkinleştirin.\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"Kütüphaneniz\"\n\n#, fuzzy\n#~ msgid \"Health Check\"\n#~ msgstr \"Sağlık denetimi\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"Yükleniyor...\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"Görev yöneticisi\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"\"\n#~ \"Yeni Şişelerin nereye depolanacağını seç (zaten kurulu olanları \"\n#~ \"taşımayacak)\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"Kuruluyor...\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"Karşılanamayan izinler nedeniyle Masaüstü Girdisi oluşturulamadı.\\n\"\n#~ \"Bu sorunu Flatpak'te düzeltmek için <a href=\\\"https://www.youtube.com/\"\n#~ \"watch?v=tPFNg9AU5k4\\\">videomuza</a> göz atın.\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Kısa bir yorum yazın:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#, fuzzy\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris çalıştırıcıları\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Şişe sürümü oluşturma (deneysel)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\"> Çevir </a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\"> Finansman </a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\"> Hata raporu </\"\n#~ \"a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\"> Blog </a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Hata raporu\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"Gezgin ile aç\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Korumalı alan içinde taşı\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Korumalı alan içinde taşınıyor…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Araçlar\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"Komut satırı\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"Kayıt defteri düzenleyicisi\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine yapılandırması\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"Denetim masası\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Test modu etkinleştirildi: yalnızca test deposundaki bağımlılıklar \"\n#~ \"gösterilir.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Bu sayfadaki dosyalar doğrulanmış olsa da, sahipli lisans altında \"\n#~ \"olabilirler.\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Bu sayfadaki dosyalar doğrulanmış olsa da, sahipli bir lisans altında \"\n#~ \"olabilirler.\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Kurucularla ilgili belgeleri okuyun\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Şişe ayrıntıları\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Benim güzel şişem\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Şişeyi yeniden adlandır\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"DXVK kullan\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"VKD3D kullan\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"FSR'yi etkinleştir\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"LatencyFleX'i etkinleştir\"\n\n#~ msgid \"Use a virtual desktop\"\n#~ msgstr \"Sanal bir masaüstü kullanın\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Tam ekranken fareyi yakalama\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK sürümü\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"VKD3D sürümlerini yönetin\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"wineserver yeniden başlatılacak.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL geçersiz kılmaları\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Sürümlerle ilgili belgeleri okuyun\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"Örneğin. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Mevcut geçersiz kılmalar\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"örneğin: -örnek1 -örnek2 -örnek3=merhaba\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"örneğin: KopyalanmışŞişem\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Yeni değişken\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"örneğin DEGISKEN\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Burada çalıştırılan komutlarla ortam değişkenlerini değiştirebilirsiniz.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"örneğin: VAR1=değer VAR2=değer\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"örneğin: VAR1 = değer VAR2 = değer ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"Örnek: 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"Örnek: 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"Bottle Flatpak sürümünü kullanıyorsun, eğer komut yolu Sandbox dışındaysa \"\n#~ \"<a href=\\\"https://docs.usebottles.com/flatpak/expose-\"\n#~ \"directories\\\">Flatseal</a> ile gerekli izinleri vermeyi unutma.\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Yeni adı yazın:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Buraya yazın...\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Mesaj buraya gelecek.\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Yardımcı Program & Tercihler\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Şişeniz için bir ad seçin\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"Özel yol kullan\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Hoşgeldiniz\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"\"\n#~ \"Şişeler, Windows Yazılımını Linux'ta çalıştırmayı çok daha kolay hale \"\n#~ \"getirir.\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Şişe Nedir?\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Şişe, Windows yazılımını çalıştırmak üzere yapılandırılan Windows benzeri \"\n#~ \"bir ortamdır, her şişede birden fazla uygulamanız olabilir.\\n\"\n#~ \"\\n\"\n#~ \"Bunlar yalıtılmıştır ve izin vermediğiniz takdirde içeride çalışan \"\n#~ \"yazılım kişisel dosyalarınıza erişemez.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Daha fazla bilgi edinin</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Neredeyse Geldik\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Sizi hazır hale getirmek için bazı <a href=\\\"https://docs.usebottles.com/\"\n#~ \"getting-started/first-run\\\">bileşenleri (~75MB)</a> indirip kurmamız \"\n#~ \"gerekiyor.\\n\"\n#~ \"\\n\"\n#~ \"Bu dosyaları, farklı sürüm döngülerine sahip oldukları için Şişeler ile \"\n#~ \"birlikte sunamıyoruz.\\n\"\n#~ \"\\n\"\n#~ \"Hazır olduğunuzda <b>Kur</b> düğmesine basın.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Oturun ve rahatlayın, birkaç dakika sürebilir.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"İndir\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Herşey Hazır!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Artık ilk şişelerinizi oluşturmaya hazırsınız.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Bitiş\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"Uyarı: Flatpak'ın yeni yola erişim izni olduğundan emin olun.\\n\"\n#~ \"Sandbox'ı bozacaktır!\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"\"\n#~ \"Yukarıdaki listenin kararsız sürümleri görüntüleyip görüntülemeyeceği.\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"Listeden gizle\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"Listede göster\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"İşleniyor...\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"Kütüphaneniz\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Geri git\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"Kurucu yerel kaynaklar gerektiriyor\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"%s için çalıştırılabilir dosya seç\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"Yerel kaynaklar bulunamadı veya geçersiz\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"Kurulum başarısız oldu, lütfen günlüklere bakın.\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) Öntanımlı ortamla devam ediliyor…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Silmeyi onayla\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Bitti\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe çalıştırıcıları\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton çalıştırıcıları\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"Diğer çalıştırıcılar\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Şişeler Forumları\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"Bu programı göster\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"Şişeniz için bir ad yazın\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Yeni programlar otomatik olarak bulunacak.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Şişeyi kopyala\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Ortam değişkenlerini değiştirin\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Bu alan özel karakterler içeremez!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Bunlar, Windows yazılımlarının Linux sistemlerine kurulmasına ve \"\n#~ \"çalıştırılmasına olanak tanıyan uyumluluk katmanlarıdır.\\n\"\n#~ \"\\n\"\n#~ \"<b>Şişeler</b>, çalıştırıcının sistemi yapılandırdığı ve Windows \"\n#~ \"yazılımının çalıştığı ve kurulduğu ortamlardır.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Çalıştırıcılar \"\n#~ \"hakkında daha fazla bilgi edinin</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"İçe ve dışa aktar\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak yardımı\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Yükseltmeden sonra eski şişelerimi göremiyorum.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Bazı dizinleri göremiyorum.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Ev dizinimdeki dosyaları göremiyorum.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Program sessizce çöküyor veya siyah ekran oluyor\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Bu şişeyi yok et\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Bu şişenin bir yedeklemesi alın.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Gece teması\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Gece temasını kullan.\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Deneyler:winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"Deneysel winebridge uygulamasını aç/kapat.\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"ACO gölgelendirici derleyicisini etkinleştir\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Oyunlarda ve 3D uygulamalarda performansı artırır.\\n\"\n#~ \"Grafik sorunları yaşıyorsanız devre dışı bırakın.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Gece modu\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"WineBridge kullanarak işlem ve programları yönetin.\"\n\n#~ msgid \"\"\n#~ \"Improves performance of DirectX 11 games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"DirectX 11 oyunlarında ve 3B uygulamalarda performansı artırır.\\n\"\n#~ \"Grafiksel sorunlar yaşıyorsanız devre dışı bırakın.\"\n\n#~ msgid \"\"\n#~ \"Improves performance of DirectX 12 games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"DirectX 12 oyunlarında ve 3B uygulamalarda performansı artırır.\\n\"\n#~ \"Grafiksel sorunlar yaşıyorsanız devre dışı bırakın.\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge upscaling technologies to help boost your \"\n#~ \"framerates.\\n\"\n#~ \"Turn this off if you experience graphical glitches.\"\n#~ msgstr \"\"\n#~ \"FSR, kare hızlarınızı artırmanıza yardımcı olmak için en son yükseltme \"\n#~ \"teknolojilerini kullanır.\\n\"\n#~ \"Grafiksel sorunlarla karşılaşırsanız bunu kapatın.\"\n\n#~ msgid \"An environment improved for Windows application.\"\n#~ msgstr \"Windows uygulaması için geliştirilmiş bir ortam.\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Şişeler Sorunları\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Şişeler Başlatıldı!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Bu, erken geliştirme aşamasındaki deneysel bir özelliktir, dikkatli olun \"\n#~ \"ve <a href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/\"\n#~ \"choose\\\">hataları bildirin</a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Şişe Geliştiricileri\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"İstendiğinde oyun performansını iyileştir\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI sürümü\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Şişe yolunu göster\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"Oyun modu ya sisteminizde kullanılabilir değil ya da çalışmıyor.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Deneyler: kurucular\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Uygulama\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Windows yazılımı için geliştirilmiş bir ortam.\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"Koyu bir uygulama teması kullan.\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"Deneyler: sürüm oluşturma\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"İçe aktar / Dışa aktar\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"Korumalı klasörler oluşturuluyor…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"Bunlar, bilgisayarınızda çalışan wine / wine sunucusu işlemleridir.\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"Çalışan işlemleri kontrol edin.\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Şişeyi yedekle\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"Windows'u yeniden başlat\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Şişe\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"Çalıştırıcı bulunamadı, lütfen bir tane kurun.\"\n\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"DXVK bulunamadı, en son sürüm kuruluyor…\"\n\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"VKD3D bulunamadı, en son sürüm kuruluyor…\"\n\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"NVAPI bulunamadı, en son sürüm kuruluyor…\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"Yeni şişeniz: {0} artık hazır.\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"İndirme yöneticisi iyileştirildi\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"GNOME Çalışma Zamanı 41'e güncellendi.\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"DXVK ve VKD3D kurulumu artık eşzamansız modda gerçekleştiriliyor\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"elementary OS için kullanıcı arayüzü iyileştirmeleri\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"\"\n#~ \"İndirdikten sonra yanlış ad atayan bileşen kurulumundaki bir hata \"\n#~ \"düzeltildi.\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"cwd etiketi için yanlış metin düzeltildi.\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"\"\n#~ \"Programları argümanlarla çalıştırırken Şişeler'in çökmesine neden olan \"\n#~ \"bir hata düzeltildi.\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Japonca çeviriler için teşekkürler @jatin-cbs\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"\"\n#~ \"Portekizce (Brezilya) çeviriler için teşekkürler Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"Bir ortam seçin\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"Bu koşucuyı karşıdan yükle ve yükle\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"\"\n#~ \"Ön ekleri ve son ekleri ayarlamak için başlatma seçeneklerinde %command% \"\n#~ \"kullanın\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"\"\n#~ \"Dosya yöneticinizden seçilen çalıştırılabilir dosyayı başlatacağınız bir \"\n#~ \"şişe oluşturun\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"\"\n#~ \"Yönetici, daha az özyinelemeli ve geliştiriciler için daha kullanıcı \"\n#~ \"dostu olacak şekilde yeniden yazıldı\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"\"\n#~ \"Bağımlılıklar/bileşenler/kurucular artık ana yöneticiden bağımsız olarak \"\n#~ \"kendi yöneticilerine sahip\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"\"\n#~ \"Bağımlılıklar yöneticisi artık Windows Cabinet dosyalarından tekli \"\n#~ \"dosyaları çıkarabilir\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"\"\n#~ \"Artık kullanıcının yeni raporlar göndermeden önce çökme raporundaki \"\n#~ \"bildirimi kabul etmesi gerekiyor\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"Kullanıcının ev dizini artık raporlardan kaldırıldı\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"\"\n#~ \"lutris-lol çalıştırıcısı artık Şişeler flatpak altında çalışırken onunla \"\n#~ \"uyumlu olmadığı için gizleniyor\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"\"\n#~ \"Windows Cabinet çıkarma işlemi artık sessiz ve yalnızca ilgili günlük \"\n#~ \"kayıtlarını gösteriyor\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"Tercihler iletişim kutusundaki indirme durumu simgesi artık yüzdenin \"\n#~ \"sağında, bu nedenle artık yüzdeye göre hareket etmeyecek\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"\"\n#~ \"Bir kaynağa ulaşamazsa Şişeler'in çökmesine neden olabilecek ad \"\n#~ \"çözümlemesindeki bir hata düzeltildi\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"Ortam adları yeniden çevrildi\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"Şişe oluşturmada eksik çeviriler eklendi\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"\"\n#~ \"DISPLAY değişkenini yanlış parametreye ayarlayan Wayland desteğindeki bir \"\n#~ \"sorun düzeltildi\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"Eklenen özel programların dizini yanlıştı\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Çince (Basitleştirilmiş) çeviriler için teşekkürler @sr093906\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"Şişeler'de bir dizine ulaşmakta sorun mu yaşıyorsunuz?\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"İndirmeler\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"Çalıştırılacak bir Windows dosyası seçin\"\n\n#, fuzzy\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"Seçilen ortam ile yeni şişe oluştur.\"\n\n#, fuzzy\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"Çalıştırılacak bir Windows dosyası seçin\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"\"\n#~ \"Her şişenin yalnızca bir şişe kırılmış olsa bile kırılmasına neden olan \"\n#~ \"bir hata düzeltildi\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"\"\n#~ \"Her şişenin yalnızca bir şişe kırılmış olsa bile kırılmasına neden olan \"\n#~ \"bir hata düzeltildi\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"\"\n#~ \"Her şişenin yalnızca bir şişe kırılmış olsa bile kırılmasına neden olan \"\n#~ \"bir hata düzeltildi\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"@Thericosanto'a Almanca çeviriler için teşekürler\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"@Thericosanto'a Almanca çeviriler için teşekürler\"\n\n#, fuzzy\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"Bu Şişe'de bir uygulama çalıştır.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"Bağımlılık bulunamadı!\"\n\n#, fuzzy\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"Wine işlemlerinde hata ayıklayın.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"\"\n#~ \"Her şişenin yalnızca bir şişe kırılmış olsa bile kırılmasına neden olan \"\n#~ \"bir hata düzeltildi\"\n\n#, fuzzy\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"Deneysel sürüm oluşturma özelliğini değiştir\"\n\n#, fuzzy\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"Deneyler: yükleyiciler\"\n\n#, fuzzy\n#~ msgid \"Browse programs path\"\n#~ msgstr \"C: Gözat\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"Çalıştırıcıyı yerel olarak kurulu en son sürüme yükselt\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"Şişeyi yok et\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"Bu çalıştırıcıyı {0} yerine {1} olarak değiştirecektir.\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"Bu şişede çalıştır\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"@Thericosanto'a Almanca çeviriler için teşekürler\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"@Thericosanto'a Almanca çeviriler için teşekürler\"\n\n#, fuzzy\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"Şişe yapılandırma dosyası oluşturuluyor…\"\n\n#, fuzzy\n#~ msgid \"Import backup archives\"\n#~ msgstr \"Bir yedekleme arşivi seçin\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"@Thericosanto'a Almanca çeviriler için teşekürler\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"{0} için manifestodur.\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"{0} için dizindir.\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"İndirilen dosya {0} bozuk görünüyor. Tekrar deneyin.\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"{0} çalıştırıcı kuruluyor …\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"Bileşen {0} başarıyla kuruldu!\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"{0}, {1} için tamamlandı.\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} başarıyla içe aktarıldı!\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"{0} için yedeğiniz hazır!\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"Yedeklemeniz {0} başarıyla içe aktarıldı.!\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"Yedekleme alınamadı {0}!\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"Wine nedir?\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine, Windows yazılımının Linux'ta çalışmasına izin veren uyumluluk \"\n#~ \"katmanıdır.\\n\"\n#~ \"Şişelerde buna <b> çalıştırıcı </b> denir.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes, Wine'ın çalıştığı ortamlardır. Şişelerde bunlara <b> \"\n#~ \"şişeler </b> diyoruz.\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"Sayfa 1\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVK Sürümleri\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"Geçici yol temizlenemedi!\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"Çalıştırıcı yolu mevcut değil, şimdi oluşuyor.\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Şişelerin yolu yok, şimdi oluşuyor.\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Dxvk yolu yok, şimdi oluşturuluyor.\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"Geçici yol yok, şimdi oluşturuluyor.\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"Çıkarma başarısız oldu! Arşiv beklenenden daha erken bitiyor.\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"[{0}] dosyası geçici dosyalarda zaten mevcut, atlanıyor.\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"[{0}], [{1}] olarak yeniden adlandırılıyor.\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"İndirilen dosya [{0}] bozuk görünüyor.\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"Kaynak sağlama toplamı: [{0}] indirildi: [{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"Bileşen yükleniyor: [{0}].\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"Bağımlılık yükleniyor: [{0}] şişede: [{1}].\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"Şişedeki system32'den [{0}] kaldırılıyor: [{1}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"[{0}] şişede bulunamadı: [{1}], sistem32'den kaldırılamadı.\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"Bağımlılık kaldırılıyor: [{0}] şişeden: [{1}] yapılandırması.\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"Çalıştırıcılar bulundu: [{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"Dxvk bulundu: [{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"Dxvk bulunamadı.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"Anahtar: [{0}] şişede değil: [{1}] yapılandırma, güncelleme.\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"\"\n#~ \"Anahtar: [{0}] şişede değil: [{1}] yapılandırma Parametreleri, güncelleme.\"\n\n#~ msgid \"Bottles found: %s\"\n#~ msgstr \"Bulunan şişeler: %s\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"Ayar Anahtarı: [{0}] - [{1}] için şişe: [{2}]…\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"Uygulama ortamı: [{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Şişe: [{0}] başarıyla oluşturuldu!\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"Yoldaki şişe başarıyla silindi: [{0}]\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"Felaketlerden kaçınamayan boş yol bulundu.\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"Şişeyi onarmaya çalışıyor: [{0}]…\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"Anahtar Ekleme: [{0}] Değer: [{1}] ve Veri: [{2}] kayıt şişesinde: {3}\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"Değer Kaldırılıyor: [{0}] Anahtar için: [{1}] kayıt şişesinde: {2}\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"Şişe için dxvk yükleniyor: [{0}].\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"Şişe için dxvk kaldırılıyor: [{0}].\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde bir yürütülebilir dosya çalıştırılıyor…\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde wineboot çalışıyor …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"Winecfg'i wineprefix üzerinde çalıştırıyor …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde winetricks çalıştırıyor …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde bir hata ayıklama konsolu çalıştırılıyor…\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde bir CMD çalıştırılıyor…\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde bir Görev Yöneticisi çalıştırılıyor…\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde bir Kontrol Paneli çalıştırılıyor…\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde bir Kaldırıcı çalıştırılıyor…\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"Wineprefix üzerinde bir Regedit çalıştırılıyor…\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"Gönderme Durumu: [{0}] wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"Dosya yöneticisini yolda açılıyor…\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"Wineprefix [{0}] yeni bir şişeye aktarılıyor…\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"\"\n#~ \"Wineprefix [{0}] için şişe yolu oluşturulurken hata meydana geldi. İptal \"\n#~ \"ediliyor.\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix: [{0}] başarıyla içe aktarıldı!\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"[{0}] dosya değiştirilecek.\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"[{0}] eklenecek dosyalar.\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"Yedekleme yapılandırması: [{0}] ,[{1}] içinde\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"Yedekleme şişesi: [{0}], [{1}] içinde\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"Şu yoldaki yedekleme kaydedilemedi: {0}.\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"Yedekleme alınamadı: [{0}]\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"Bağlantı durumu: çevrimiçi …\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Yaru temasında ortam seçim stilini düzeltin\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Şişe silinmesiyle ilgili sayfa_ayrıntıları'nı yok etmeyin\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Bağımlılık olarak freetype ekle\"\n\n#, fuzzy\n#~ msgid \"Execute .bat files in your bottles\"\n#~ msgstr \"Bu şişede çalıştır\"\n\n#, fuzzy\n#~ msgid \"Experiments can now be enabled from Preferences\"\n#~ msgstr \"Çalıştırıcı Tercihler sekmesinden değiştirilebilir.\"\n\n#, fuzzy\n#~ msgid \"Backup and restore bottles\"\n#~ msgstr \"Şişeyi yedekle\"\n\n#, fuzzy\n#~ msgid \"Bottle configuration update across software updates\"\n#~ msgstr \"Şişe sürümleri arasında konfigürasyon güncellemeleri\"\n\n#, fuzzy\n#~ msgid \"Toggle RC releases for runners\"\n#~ msgstr \"Çalıştırıcılar için sürüm adayını değiştir\"\n\n#~ msgid \"Environment description\"\n#~ msgstr \"Ortam açıklaması\"\n\n#~ msgid \"Custom path are not supported in this version\"\n#~ msgstr \"Özel dizin bu sürümde desteklenmez\"\n\n#~ msgid \"/opt/MyNewBottle\"\n#~ msgstr \"/opt/YeniŞişe\"\n\n#~ msgid \"\"\n#~ \"Versioning is an experimental feature of Bottles, we do not recommend \"\n#~ \"using it in production. Proceed with caution!\"\n#~ msgstr \"\"\n#~ \"Sürüm oluşturma Bottles'ın deneysel özelliğidir, lütfen önemli \"\n#~ \"işlerinizde kullanmayınız. Aman dikkat!\"\n\n#~ msgid \"Runner can be changed from Preferences tab.\"\n#~ msgstr \"Çalıştırıcı Tercihler sekmesinden değiştirilebilir.\"\n\n#~ msgid \"Open winecfg in this Bottle for advanced configurations.\"\n#~ msgstr \"Gelişmiş yapılandırmalar için bu Şişe'de winecfg'yi aç.\"\n\n#~ msgid \"\"\n#~ \"Launch a debug console in this bottle. Read in our documentation how to \"\n#~ \"use debugging. [F1]\"\n#~ msgstr \"\"\n#~ \"Bu şişede hata ayıklamayı konsolunu aç. Hata ayıklamanın nasıl \"\n#~ \"kullanılacağını belgelerimizde bulabilirsiniz. [F1]\"\n\n#~ msgid \"Use this to uninstall programs from the Bottle.\"\n#~ msgstr \"Şişe'den uygulama kaldırmak için bunu kullanın.\"\n\n#~ msgid \"Open a CMD in this Bottle.\"\n#~ msgstr \"Bu Şişe'de komut istemi (CMD) aç.\"\n\n#~ msgid \"CMD\"\n#~ msgstr \"CMD\"\n\n#~ msgid \"Use regedit to add, edit and delete Wine register keys.\"\n#~ msgstr \"\"\n#~ \"Wine kayıt anahtarları eklemek, düzenlemek ve silmek için regedit \"\n#~ \"kullanın.\"\n\n#~ msgid \"Browse the C:\\\\ of this Bottle.\"\n#~ msgstr \"Şişe'nin C:\\\\ dizine göz at.\"\n\n#~ msgid \"Kill all processes running in this Bottle.\"\n#~ msgstr \"Şişe'de çalışan tüm görevleri sonlandır.\"\n\n#~ msgid \"Simulates a system reboot (this does not terminate processes).\"\n#~ msgstr \"\"\n#~ \"Sistemin yeniden başlatılmasını simüle eder (görevleri sonlandırmaz).\"\n\n#~ msgid \"Simulates a system shutdown (this does not terminate processes).\"\n#~ msgstr \"Sistemin kapanmasını simüle eder (görevleri sonlandırmaz).\"\n\n#~ msgid \"Remaining disk space:\"\n#~ msgstr \"Kalan disk alanı:\"\n\n#~ msgid \"X of Y\"\n#~ msgstr \"X / Y\"\n\n#~ msgid \"Dashboard\"\n#~ msgstr \"Gösterge Paneli\"\n\n#~ msgid \"Fsync (futex synchronization)\"\n#~ msgstr \"Fsync (futex senkronizasyonu)\"\n\n#~ msgid \"\"\n#~ \"Enable eventfd based synchronization to increase performance for multi-\"\n#~ \"core processors.\"\n#~ msgstr \"\"\n#~ \"Çok çekirdekli işlemcilerde performansı artırmak için eventfd tabanlı \"\n#~ \"senkronizasyonu kullan.\"\n\n#~ msgid \"Esync (eventfd synchronization)\"\n#~ msgstr \"Esync (eventfd senkronizasyonu)\"\n\n#~ msgid \"Enable ACO to increase performance in-game when using Mesa drivers.\"\n#~ msgstr \"\"\n#~ \"Mesa sürücüleri için oyuniçi performansı artırmak için ACO'yu etkinleştir.\"\n\n#~ msgid \"GPU\"\n#~ msgstr \"GPU\"\n\n#~ msgid \"\"\n#~ \"In laptops with two GPUs (Intel+NVIDIA or AMD+Nvidia or Intel+AMD), \"\n#~ \"select this to use the discrete card.\"\n#~ msgstr \"\"\n#~ \"İki GPU'lu dizüstü bilgisayarlarda (Intel+Nvidia veya AMD+Nvidia veya \"\n#~ \"Intel+AMD), ayrı kart kullanmak için seçin.\"\n\n#~ msgid \"Desktop virtualization\"\n#~ msgstr \"Masaüstü sanallaştırma\"\n\n#~ msgid \"Virtualize a desktop where to spawn all Windows applications.\"\n#~ msgstr \"Tüm Windows uygulamalarının oluşturacağı bir masaüstü sanallaştır.\"\n\n#~ msgid \"DLL\"\n#~ msgstr \"DLL\"\n\n#~ msgid \"Syntax: dll1,dll2=value;dll3=value\"\n#~ msgstr \"Sözdizimi: dll1,dll2=değer;dll3=değer\"\n\n#~ msgid \"Save DLL overrides.\"\n#~ msgstr \"DLL yönetimlerini kaydet.\"\n\n#~ msgid \"Add new dll overrides\"\n#~ msgstr \"Yeni dll yönetimi ekle\"\n\n#~ msgid \"Customize preferences for this Bottle.\"\n#~ msgstr \"Bu Şişe'nin tercihlerini özelleştir.\"\n\n#~ msgid \"\"\n#~ \"The following packages are downloaded from external sources (mainly from \"\n#~ \"Microsoft).\"\n#~ msgstr \"\"\n#~ \"Aşağıdaki paketler harici kaynaklardan (çoğunlukla Microsoft'tan) \"\n#~ \"indirilir.\"\n\n#~ msgid \"Open a issue\"\n#~ msgstr \"Bir sorun aç\"\n\n#~ msgid \"\"\n#~ \"Install dependencies (like corefonts, vcrun6, ..)  for better software \"\n#~ \"compatibility.\"\n#~ msgstr \"\"\n#~ \"Daha iyi yazılım uyumluluğu için (corefonts,vcrun6,... gibi) \"\n#~ \"bağımlılıklar yükleyin.\"\n\n#~ msgid \"The program installer is an experimental feature and may not work.\"\n#~ msgstr \"\"\n#~ \"Program yükleyicisi deneysel bir özelliktir ve düzgün çalışmayabilir.\"\n\n#~ msgid \"Check for new installers\"\n#~ msgstr \"Yeni yükleyicileri kontrol et.\"\n\n#~ msgid \"Here you can see, create, revert and delete bottle states.\"\n#~ msgstr \"\"\n#~ \"Burada Şişe durumlarını görebilir, oluşturabilir geri döndürebilir ve \"\n#~ \"silebilirsiniz.\"\n\n#~ msgid \"Runner x.y\"\n#~ msgstr \"Çalıştırıcı x.y\"\n\n#~ msgid \"Cancel download\"\n#~ msgstr \"İndirmeyi iptal et\"\n\n#~ msgid \"Download preferences\"\n#~ msgstr \"İndirme tercihleri\"\n\n#~ msgid \"Help translate\"\n#~ msgstr \"Çeviriye yardım et\"\n\n#~ msgid \"New Bottle details\"\n#~ msgstr \"Yeni Şişe ayrıntıları\"\n\n#~ msgid \"Proceed with the installation of the latest version?\"\n#~ msgstr \"Güncel sürümün kurulumu ile devam edilsin mi?\"\n\n#~ msgid \"\"\n#~ \"But you don't seem to be connected to the internet and you won't be able \"\n#~ \"to download a runner. Connect to the internet and confirm this message to \"\n#~ \"begin the download.\"\n#~ msgstr \"\"\n#~ \"İnternete bağlı görünmüyorsunuz ve herhangi bir çalıştırıcı \"\n#~ \"indiremeyeceksiniz. İndirmeye başlamak için internete bağlanın ve bu \"\n#~ \"mesajı onaylayın.\"\n\n#~ msgid \"OK status received\"\n#~ msgstr \"TAMAM durumu alındı\"\n\n#~ msgid \"Cancel status received\"\n#~ msgstr \"İptal durumu alındı\"\n\n#~ msgid \"\"\n#~ \"The gaming environment has everything needed to run modern Windows games \"\n#~ \"on Linux\"\n#~ msgstr \"\"\n#~ \"Oyun ortamı, modern Windows oyunlarını Linux'de çalıştırmak için gereken \"\n#~ \"her şeye sahiptir\"\n\n#~ msgid \"\"\n#~ \"The software environment includes dependencies commonly used by modern \"\n#~ \"software.\"\n#~ msgstr \"\"\n#~ \"Yazılım ortamı, modern yazılımlar tarafından yaygın kullanılan tüm \"\n#~ \"bağımlılıkları içerir.\"\n\n#~ msgid \"Selected env is: [{0}]\"\n#~ msgstr \"Seçilen ortam: [{0}]\"\n\n#~ msgid \"The programs installed in the bottle will be listed here.\"\n#~ msgstr \"Şişeye yüklenen programlar burada listenelenir.\"\n\n#~ msgid \"\"\n#~ \"There are no dependencies installed and we can't fetch from repository.\"\n#~ msgstr \"Yüklü bağımlılıklar yok ve depodan çekemiyoruz.\"\n\n#~ msgid \"We can't fetch the installers from the repository right now.\"\n#~ msgstr \"Yükleyicileri şu anda depodan çekemiyoruz.\"\n\n#~ msgid \"Use the '+' button to create one.\"\n#~ msgstr \"Artı \\\"+\\\" tuşuna basarak yeni bir tane oluştur.\"\n\n#~ msgid \"In Bottles v2, our Dependencies tool replaces Winetricks.\"\n#~ msgstr \"Bağımlılık aracımız Bottle v2'de Winetricks ile değişmiştir.\"\n\n#~ msgid \"\"\n#~ \"This is a development release. Please report bugs in the GitHub \"\n#~ \"repository.\"\n#~ msgstr \"\"\n#~ \"Bu bir geliştirici sürümüdür. Lütfen bulduğunuz hataları GitHub'da bize \"\n#~ \"bildirin.\"\n\n#, fuzzy\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"Bağımlılık bulunamadı!\"\n\n#~ msgid \"Name your bottle\"\n#~ msgstr \"Şişenize isim verin\"\n\n#~ msgid \"Change runner\"\n#~ msgstr \"Çalıştırıcı değiştir\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"Windows'u kapat\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"Tüm wine işlemlerini sonlandır\"\n\n#~ msgid \"Last update for this bottle.\"\n#~ msgstr \"Bu şişe için son güncelleme.\"\n\n#~ msgid \"Toggle experimental installer features.\"\n#~ msgstr \"Deneysel kurucu özelliklerini aç/kapat.\"\n\n#~ msgid \"Special characters are not allowed!\"\n#~ msgstr \"Özel karakterler kullanmayınız!\"\n"
  },
  {
    "path": "po/uk.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 12:54+0000\\n\"\n\"Last-Translator: Vova Yelkin <yelkinvova@gmail.com>\\n\"\n\"Language-Team: Ukrainian <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/uk/>\\n\"\n\"Language: uk\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=3; plural=\"\n\"(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? \"\n\"1 : 2);\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Шлях не вказано\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Резервне копіювання {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Імпорт резервної копії: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Не вдалося встановити компоненти, 3 невдалі спроби.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Відсутні необхідні компоненти. Встановлення…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Не вдалося створити каталог для пляшки.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Не вдалося створити тимчасовий каталог/файл.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Створення конфігурації пляшки…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Шаблон знайдено, застосування…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Конфігурація Wine оновлюється…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Конфігурацію Wine оновлено!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Запущено через Flatpak, ізолювання користувацького каталогу…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Ізолювання користувацького каталогу…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Налаштування версії Windows…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Застосування стандартних налаштувань CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Оптимізація середовища…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Застосування середовища: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Використання користувацького рецепту середовища…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Рецепт не знайдено або він недійсний…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Встановлення DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Встановлення VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Встановлення DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Встановлення залежності: %s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Створення стану версій 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Завершення…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Кешування шаблону…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Збереження стану…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Нічого застосовувати\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Новий стан [{0}] успішно створено!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Список станів успішно отримано!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Стан [{0}] успішно відновлено!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Відновлення стану {}…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Стан не знайдено\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Стан {} вже активний\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Показати версію\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Шлях до виконуваного файлу\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"Шлях до ярлика\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Назва пляшки\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Передати аргументи\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"Недійсний URI (синтаксис: bottles:run/<пляшка>/<застосунок>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Вихід] запит отримано.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Допомога] запит отримано.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Оновити] запит отримано.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Пожертвувати\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Сторонні бібліотеки та особливі подяки\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Спонсоровано та профінансовано\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Авторське право © 2017 Розробники Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Розробники Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"Tymofii Lytvynenko та інші\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Версія компонента\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Видалити\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Переглянути файли\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Не вдалося встановити. Це може бути спричинено помилкою в репозиторії, \"\n\"частковим завантаженням або невідповідністю контрольної суми. Натисніть, \"\n\"щоби повторити.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Завантажити та встановити\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Показати маніфест\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Лiцензiя\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Перевстановити\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Повідомити про помилку…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Назва залежності\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Опис залежності\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Категорія\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Завантажити та встановити цю залежність\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Виникла помилка при встановленні. Перезапустіть Bottles, щоби прочитати звіт \"\n\"про аварійне завершення, або запустіть його через термінал, щоби переглянути \"\n\"вивід.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Меню залежності\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Усунення неполадок\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Переглянути файли…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Дублювати пляшку…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Це повний архів вашої пляшки, включаючи особисті файли.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Повне резервне копіювання…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Це лише конфігурація пляшки, вона ідеально підходить, якщо ви бажаєте \"\n\"створити нову, але без особистих файлів.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Експортувати конфігурацію…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Показати приховані застосунки\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Пошук нових застосунків\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Видалити пляшку…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Додаткове меню\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Примусово зупинити всі процеси\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Симулювати завершення роботи Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Завершення роботи\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Симулювати перезавантаження Windows.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Перезавантаження\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Опції запуску\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Запустити в терміналі\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Перетягніть файли для їх виконання\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Моя пляшка\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Середовище\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Двигун\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Керування версіями увімкнено для цієї пляшки\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Керування версіями задіяно для цієї пляшки.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Запустити виконуваний файл…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Застосунки\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Натисніть «Запустити виконуваний файл...», щоби запустити виконуваний файл, «\"\n\"Додати ярлики...», щоби додати виконуваний файл до списку застосунків, або «\"\n\"Встановити застосунки...», щоб установити застосунки, керовані спільнотою.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Додати ярлики…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Встановити застосунки…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Опції\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Налаштування\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Конфігурація налаштувань пляшки.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Залежності\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Встановити залежності застосунків.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Знімки\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Створення та керування станами пляшки.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Диспетчер завдань\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Керування запущеними застосунками.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Інструменти\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Командний рядок\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Виконання команд усередині пляшки.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Редактор реєстру\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Редагувати внутрішній реєстр.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Застарілі інструменти Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Провідник\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Налагоджувач\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Конфігурація\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Деінсталятор\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Панель керування\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Пошук залежностей…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Ви не в мережі :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles працює в автономному режимі, тому залежності недоступні.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Залежності – це ресурси, які покращують сумісність програмного забезпечення \"\n\"Windows.\\n\"\n\"\\n\"\n\"Файли на цій сторінці надані третіми особами за власницькою ліцензією. \"\n\"Встановлюючи їх, ви погоджуєтеся з відповідними умовами ліцензування.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Повідомити про проблему або відсутню залежність.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Повідомити про відсутню залежність\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Читати документацію.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Документація\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Пошук\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Пошук застосунків…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Встановлюйте застосунки керовані нашою спільнотою.\\n\"\n\"\\n\"\n\"Файли на цій сторінці надані третіми особами за власницькою ліцензією. \"\n\"Встановлюючи їх, ви погоджуєтеся з відповідними умовами ліцензування.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Інсталяторів не знайдено\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Репозиторій недоступний або жоден інсталятор не сумісний з цією пляшкою.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Читати документацію\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Назва\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Компоненти\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Версія шару сумісності Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Оновлення двигуна та компонентів, будь ласка, зачекайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"Покращення сумісності Direct3D 8/9/10/11 шляхом перекладення на Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Оновлення DXVK, будь ласка, зачекайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"Покращення сумісності Direct3D 12 шляхом перекладення на Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Оновлення VKD3D, будь ласка, зачекайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Оновлення DXVK-NVAPI, будь ласка, зачекайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"Алтернатива NVIDIA Reflex. Може виявлятися деякими античитами.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Оновлення LatencyFleX, будь ласка, зачекайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Дисплей\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Глибоке навчання Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Збільшення продуктивності за рахунок візуальних ефектів з використанням DXVK-\"\n\"NVAPI. Працює лише на нових графічних процесорах NVIDIA.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Збільшення продуктивності за рахунок візуальних ефектів. Працює лише на \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Керування налаштуваннями FidelityFX Super Resolution\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Дискретна графіка\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Використовувати дискретну графічну карту для збільшення продуктивності за \"\n\"рахунок споживання енергії.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Ефекти післяобробки\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\"Додати різні ефекти післябробки за допомогою vkBasalt. Працює лише на Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Керування налаштуваннями шару післяобробки\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Керувати відображенням ігор на екрані за допомогою Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Керувати налаштуваннями Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Розширені налаштування дисплея\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Продуктивність\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\"Увімкнення синхронізації збільшить продуктивність багатоядерних процесорів.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Синхронізація\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Система\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Відстеження продуктивності\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Відображати дані відстеження, такі, як частота кадрів, температури, \"\n\"навантаження ЦП/ГП та багато іншого на OpenGL й Vulkan за допомогою MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Застосовувати набір оптимізацій до вашого пристрою. Це може покращити \"\n\"продуктивність ігор.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Попереднє завантаження файлів гри\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Зменшення часу завантаження при багаторазовому запуску гри. Гра буде \"\n\"завантажуватися довше під час першого запуску.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Керувати налаштуваннями vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Захоплення гри OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"Увімкнути захоплення гри OBS для всіх застосунків Vulkan та OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Сумісність\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Версія Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Оновлення версії Windows, будь ласка, зачекайте…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Мова\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Оберіть мову для використання з застосунками.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Виділена пісочниця\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Використовувати обмежене/кероване середовище для цієї пляшки.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Керування дозволами пісочниці\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Середовище виконання Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Надати набір додаткових бібліотек для більшої сумісності. Вимкніть, якщо \"\n\"виникнуть проблеми.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Середовище виконання Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Надати набір додаткових бібліотек для більшої сумісності з іграми Steam. \"\n\"Вимкніть, якщо виникнуть проблеми.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Робочий каталог\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Скинути до типових значень\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(типово)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Перевизначення DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Змінні середовища\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Керувати дисками\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Автоматичні знімки\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\"Автоматично створювати знімки перед установленням програмного забезпечення \"\n\"або зміною налаштувань.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Стиснення\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Стискати знімки, щоби зменшити простір. Це сповільнить процес створення \"\n\"знімків.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Використовувати шаблони виключення\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Виключити шляхи у знімках.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Керувати шаблонами\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Оновити\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Зупинити процес\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Знімків не знайдено\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\"Створіть свій перший знімок, щоби почати зберігати стани ваших налаштувань.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Короткий коментар\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Зберегти стан пляшки.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Створити новий знімок\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Подробиці\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Повернутися\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Операції\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Оберіть пляшку\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Скасувати\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Обрати\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Створити нову пляшку\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Звіт про аварійне завершення Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Скасувати\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Надіслати звіт\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Минулого разу Bottles вийшов із ладу. Будь ласка, заповніть звіт, додавши \"\n\"таку інформацію, щоби допомогти нам виявити помилку та запобігти її \"\n\"повторенню.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Ми знайшли один або кілька подібних (або ідентичних) звітів. Будь ласка, \"\n\"уважно перевірте, чи не було вже подано аналогічний звіт, перш ніж надсилати \"\n\"новий. Кожен звіт вимагає зусиль із боку розробників для діагностики, тому, \"\n\"будь ласка, поважайте їхню працю і переконайтеся, що ви не публікуєте \"\n\"дублікатів.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Все одно надіслати.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Розширені опції\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Неповний пакунок\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Ця версія Bottles, схоже, не надає всіх необхідних основних залежностей. \"\n\"Будь ласка, зв'яжіться з розробником пакунку або використовуйте офіційну \"\n\"версію.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Вийти\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Динамічні бібліотеки можуть бути вбудованими (надаються Wine) або рідними \"\n\"(надаються застосунком).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Нове перевизначення\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Перевизначення\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Диски\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Це шляхи з вашої хост-системи, які відображаються та розпізнаються двигуном \"\n\"як пристрої (наприклад, C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Літера\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Наявні диски\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Дублювати пляшку\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Дублювати\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Введіть назву для дублікату пляшки.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Дублювання…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Це може зайняти деякий час.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Пляшку дубльовано\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Змінні середовища — це динамічно названі значення, які можуть впливати на \"\n\"поведінку процесів, запущених у вашій пляшці.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Назва змінної\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Наявні змінні\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Шаблони виключення\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Визначає шаблони, які будуть використовуватися для запобігання версіюванню \"\n\"для деяких каталогів.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Шаблон\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Наявні шаблони\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Налаштування Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Зберегти\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Керуйте тим, як мають відображатися ігри.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Роздільна здатність гри\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Використовує роздільну здатність відеоігри, як значення в пікселях.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Ширина\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Висота\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Роздільна здатність вікна\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Збільшує роздільну здатність, коли використовується роздільна здатність, \"\n\"вища за роздільну здатність гри в пікселях.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Різне\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Обмеження частоти кадрів\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Обмеження частоти кадрів при втраті фокусу\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Цілочисельне масштабування\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Тип вікна\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Безрамкове\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Повноекранне\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Бажаєте продовжити встановлення?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Почати встановлення\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Цей встановлювач потребує певних локальних ресурсів, які не можуть бути \"\n\"надані в інший спосіб.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Продовжити\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Завершено!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Показати застосунки\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Встановлення не вдалося!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Щось пішло не так.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Усі повідомлення\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Критичні\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Помилки\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Попередження\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Подробиці\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"Переглядач журналу\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Переглядач журналу\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Змінити рівень журналювання.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Усі\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Ці аргументи будуть передані під час запуску.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Користувацькі аргументи\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Аргументи команди\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"наприклад: VAR=значення %команда% -приклад1 -приклад2 -приклад3=привіт\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Післязапусковий скрипт\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Оберіть скрипт, який має бути виконаний після запуску.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Оберіть скрипт\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Оберіть, звідки запускати застосунок.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Оберіть каталог\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\"Ці налаштування перевизначать стандартні налаштування для цього виконуваного \"\n\"файлу.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Перевизначення налаштувань\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Скинути налаштування пляшки до стандартних\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Віртуальна стільниця\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Відмова від відповідальності Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Використовувати Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Увага, використання двигунів на основі Proton у пляшках без середовища \"\n\"Steam, може призвести до проблем і завадити правильній роботі.\\n\"\n\"\\n\"\n\"Ми рекомендуємо використовувати Wine-GE, версію Proton, призначену для \"\n\"роботи поза середовищем Steam.\\n\"\n\"\\n\"\n\"Продовжуючи, автоматично ввімкнеться середовище виконання Steam \"\n\"(якщо воно є в системі та виявлено Bottles), щоби надати йому доступ до \"\n\"необхідних бібліотек і обмежити проблеми сумісності. Зверніть увагу, що \"\n\"GloriousEggroll, постачальник двигуна, не несе відповідальності за будь-які \"\n\"проблеми, і ми просимо вас не повідомляти розробника про них.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Я зрозумів.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Перейменувати\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Оберіть нову назву для обраного застосунку.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Нова назва\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Запустити з аргументами\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Запустити\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Напишіть нижче аргументи, які будуть передані до виконуваного файлу.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"наприклад: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Налаштування пісочниці\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Спільна мережа\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Спільний звук\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Необхідне оновлення\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Продовжити\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Запустити оновлення\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Нова система керування версіями\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Було впроваджено нову систему керування версіями пляшок.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"У Bottles впроваджено зовсім нову систему версій, яка не має зворотної \"\n\"сумісності.\\n\"\n\"\\n\"\n\"Щоб і далі використовувати версії, нам потрібно повторно ініціалізувати \"\n\"репозиторій пляшок. Це не призведе до видалення даних із вашої пляшки, але \"\n\"вилучить усі наявні знімки та створить новий.\\n\"\n\"\\n\"\n\"Якщо вам потрібно повернутися до попереднього знімка перед продовженням, \"\n\"закрийте це вікно та відновіть знімок, а потім знову відкрийте пляшку, щоби \"\n\"знову відобразити це вікно.\\n\"\n\"\\n\"\n\"Стара система буде припинена в одному з наступних випусків.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Повторна ініціалізація репозиторію…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Готово! Перезапустіть Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Налаштування ефектів післяобробки\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Типово\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Типові налаштування\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Ефекти застосовуються згідно з порядком переліку.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Ефекти\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Контрастна адаптивна різкість (CAS)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Різкість\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Докладніше\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Різкість Luma зі зменшенням шуму\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Зменшення шуму\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Швидке приблизне згладжування (FXAA)\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Якість субпікселів\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Поріг якості\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Мінімальний поріг якості\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Субпіксельне морфологічне згладжування\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Виявлення країв\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Колір\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Поріг\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Максимальний крок пошуку\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Максимальний діагональний крок пошуку\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Максимальне заокруглення кутів\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"Різкість CAS збільшує різкість кадру. Вищі значення роблять кадр різкішим, \"\n\"тоді як значення менші за 0 роблять кадр м'якшим, ніж оригінал.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Різкість DLS збільшує різкість кадру. Вищі значення роблять кадр різкішим.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Зменшення шуму DLS зменшує шуму в кадрі. Вищі значення роблять кадр м'якшим.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Якість субпікселів FXAA зменшує аліасинг на рівні субпікселів. Вищі значення \"\n\"роблять кадр м'якшим.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Поріг краю FXAA - це мінімальна кількість контрасту, необхідна для \"\n\"застосування алгоритму FXAA. Більш високі значення роблять кадр більш \"\n\"контрастним.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Мінімальний поріг краю якості FXAA - мінімальне значення темних пікселів, \"\n\"які нехтуються алгоритмом FXAA. Більш високі значення змушують FXAA \"\n\"нехтувати пікселямм нижче вказаного значення і можуть призвести до \"\n\"збільшення продуктивності.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma виявляє краї з монохромної перспективи, тоді як Колір виявляє краї на \"\n\"основі кольорів. Luma має вищу продуктивність, ніж Колір.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Поріг SMAA визначає чутливість виявлення країв. Чим нижче значення, тим \"\n\"більше країв виявляється за рахунок продуктивності.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Щонайбільші кроки пошуку SMAA - визначає, скільки кроків пошуку по \"\n\"горизонталі та вертикалі виконується при пошуку країв.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Щонайбільше діагональних кроків пошуку SMAA - визначає, скільки кроків \"\n\"пошуку по діагоналі виконується при пошуку країв.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"Заокруглення кутів SMAA визначає силу заокруглення кутів країв.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Вбудований (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Рідний (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Вбудований, потім рідний\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Рідний, потім вбудований\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Вимкнено\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Вилучити\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/шлях/до/місця\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Значення\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Переглянути файли\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Назва префікса Wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Менеджер\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Цей префікс Wine вже був імпортований у Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Імпортувати резервну копію пляшки\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Повторний пошук префіксів\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Префіксів не знайдено\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Зовнішні префікси не знайдено. Чи має Bottles доступ до них?\\n\"\n\"Використайте піктограму вгорі, щоб імпортувати пляшку з резервної копії.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Повний архів\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Показати маніфест…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Читати відгуки…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Назва встановлювача\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Опис встановлювача\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Невідомо\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Встановити цей застосунок\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Меню застосунку\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Без мініатюри\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Запустити\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Запустити через Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Назва елемента\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Вилучити з бібліотеки\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Зупинити\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Бібліотека\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Додайте сюди елементи зі списку застосунків вашої пляшки\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Керування версіями задіяно в цій пляшці.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Ця пляшка виглядає пошкодженою.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Виконати в цій пляшці\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Запустити тут\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Ця Пляшка виглядає пошкодженою, конфігураційний файл відсутній. Можемо \"\n\"спробувати вирішити цю проблему, створивши нову конфігурацію.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Пошук ваших пляшок…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Пляшки\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Створити нову пляшку…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Результатів не знайдено\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Спробуйте інший пошуковий запит.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Запуск…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Цей ресурс відсутній.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Переглянути\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"С_творити\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Назва пляшки\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"_Застосунки\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Ігри\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"В_ласне\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Власне\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Спільний користувацький каталог\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Це робить користувацький каталог доступним у пляшці, що може призвести до \"\n\"ризику передачі персональних даних програмному забезпеченню Windows. Цю \"\n\"опцію не можна змінити після створення пляшки.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Архітектура\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\"32-бітну версію треба використовувати лише в разі крайньої необхідності.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Імпортувати власну конфігурацію.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Каталог пляшки\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Каталог, який міститиме дані цієї пляшки.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"_Закрити\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Ця назва недоступна, спробуйте іншу.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Назад\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Ласкаво просимо до Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Запускайте застосунки Windows на Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows у Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles використовує двигуни сумісності для забезпечення ізольованих \"\n\"контейнерних середовищ, схожих на Windows, у яких виконуються застосунки.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Майже готово\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Нам потрібно ще кілька хвилин, щоб усе налаштувати…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Усе готово!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Будь ласка, спочатку заверште налаштування\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Почніть використовувати Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Далі\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Налаштування\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Загальні\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Зовнішній вигляд\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Темний режим\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Використовувати темну колірну схему.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Дата оновлення\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Показувати дату оновлення в списку пляшок.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Сповіщення\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Показувати сповіщення про завантаження та встановлення.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Тимчасові файли\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Чи очищати тимчасові файли при запуску Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Закривати Bottles після запуску застосунку\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Закривати Bottles після запуску застосунку з файлового менеджеру.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Інтеграції\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Префікси Steam Proton\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Показувати префікси Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Показувати застосунки Steam у списку застосунків\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Потрібно встановити Steam для Windows у пляшці.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Показувати застосунки Epic Games у списку застосунків\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Потрібно встановити Epic Games Store в пляшці.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Показувати ігри Ubisoft у списку застосунків\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Потрібно встановити Ubisoft Connect у пляшці.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Розширені\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Каталог Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Каталог, який містить дані ваших пляшок.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Двигуни\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles працює у автономному режимі, тому двигуни недоступні.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Попередній випуск\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"Відображати нестабільні версії двигунів.\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Компоненти DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles працює у автономному режимі, тому бібліотеки DLL недоступні.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Ядро\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Середовище виконання\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Експерименти\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Ці функції перебувають на стадії активної розробки й можуть бути \"\n\"нестабільними, очікуйте помилок та збоїв.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Окремі пісочниці для пляшок\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"На ранній стадії розробки.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Запустити через термінал\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Переглянути шлях\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Змінити опції запуску…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Додати до бібліотеки\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Додати на стільницю\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Додати в Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Перейменувати…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Приховати застосунок\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Показати застосунок\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Вилучити зі списку\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Назва застосунку\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"ID стану\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Коментар до стану\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Відновити цей знімок\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Видалити повідомлення\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Головне меню\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Здається, ви не під'єднані до інтернету. Без нього ви не зможете завантажити \"\n\"необхідні компоненти. Натисніть на цю піктограму, коли відновите з'єднання.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Імпортувати…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Довідка\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Про Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Файл «{0}» не є файлом .exe або .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Оновлено: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"«{0}» додано\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Оберіть виконуваний файл\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Додати\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Приховати приховані застосунки\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Запуск «{0}»…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Будьте обережні з пісочницею\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles працює в пісочниці – середовищі з обмеженими правами доступу, \"\n\"необхідними для забезпечення вашої безпеки. Якщо застосунок не запускається, \"\n\"спробуйте перейти до пляшки (піктограма з трьома крапками вгорі), а потім \"\n\"запустити її звідти.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Відхилити\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Оберіть місце для збереження резервної копії конфігурації\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Експортувати\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Оберіть місце для збереження резервної копії архіву\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Резервне копіювання\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Резервну копію створено для «{0}»\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Не вдалося виконати резервне копіювання для «{0}»\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Ви впевнені, що хочете назавжди видалити «{}»?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Це призведе до безповоротного видалення усіх застосунків та налаштувань, \"\n\"пов'язаних із ним.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Видалити\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Двигун відсутній\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Запитуваний для цієї пляшки двигун відсутній. Встановіть його через \"\n\"налаштування Bottles або виберіть новий для запуску застосунків.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Ви впевнені, що хочете примусово зупинити всі процеси?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\"Це може призвести до втрати даних, пошкодження та збоїв у роботі застосунків.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Примусово _зупинити\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Ця функція недоступна у вашій системі.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Щоби додати цю функцію, виконайте команду flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Ця назва пляшки вже використовується.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Оберіть робочий каталог\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Каталог, що містить дані «{}».\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Ви впевнені, що хочете видалити всі знімки?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"Це призведе до видалення усіх знімків, але ваші файли будуть збережені.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\"Перейдіть на нову систему керування версіями для створення нових станів.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Встановлювачі\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Виконуються операції, зачекайте.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Повернутися до пляшок.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Резервну копію успішно імпортовано\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Помилка імпортування\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Імпортування резервної копії…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Оберіть резервну копію архіву\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Імпортувати\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Оберіть файл конфігурації\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"Н/Д\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Запустити виконуваний файл у «{self.config.Name}»\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Запуск «{0}» у «{1}»…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Ваші пляшки\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Завантаження ~{0} пакунків…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Отримано {0} із {1} пакунків\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Оберіть каталог пляшки\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Створення пляшки…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Не вдалося створити пляшку\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Не вдалося створити пляшку через одну або кілька помилок.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Пляшку створено\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"«{0}» було успішно створено.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Steam не знайдено або Bottles не має достатніх дозволів.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Оберіть шлях для Bottles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Перезапустити Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Для використання цього каталогу потрібно перезапустити Bottles.\\n\"\n\"\\n\"\n\"Переконайтеся, що ви закрили всі застосунки, запущені з пляшок, перед \"\n\"перезапуском Bottles, оскільки інакше це може призвести до втрати даних, \"\n\"пошкодження та некоректної роботи застосунків.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Перезапустити\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Засновано на Wine від Valve, включає у себе виправлення staging та Proton.\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\"Засновано на Wine upstream, включає у себе виправлення staging та Proton.\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"Засновано на Wine upstream, включає у себе виправлення staging.\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"Засновано на Wine від Valve, включає у себе виправлення staging, Proton та \"\n\"специфічні для Steam. Вимагає увімкнення середовища виконання Steam.\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Інше\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Оновлення\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Встановлення…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Маніфест для {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"«{0}» видалено\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"«{0}» встановлено\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"«{0}» не вдалося встановити\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"«{0}» імпортовано\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Цей застосунок може працювати нестабільно. Встановлювач був налаштований для \"\n\"забезпечення найкращого можливого досвіду, але очікуйте збоїв, \"\n\"нестабільності та відсутності працюючих функцій.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Цей застосунок працює із помітними збоями, але вони не впливають на \"\n\"функціональність застосунку.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Цей застосунок працює із незначними збоями.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Цей застосунок працює бездоганно.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Відгуки для {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Зупинення «{0}»…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Запуск «{0}» через Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"«{0}» приховано\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"«{0}» відображено\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"«{0}» вилучено\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"«{0}» перейменовано на «{1}»\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Ярлик «{0}» створено\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"«{0}» додано до бібліотеки\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"«{0}» додано до бібліотеки Steam\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Показати звіт\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Звіт про цю проблему було надіслано вже 5 разів, і його не можна \"\n\"надіслати знову.\\n\"\n\" \\t            Залиште свій відгук в одному з перечислених звітів.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Оновлення налаштувань дисплея, зачекайте…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Налаштування дисплея оновлено\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Перевизначень не знайдено.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Оберіть шлях до диска\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Змінні середовища не визначено.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Шаблони виключення не визначені.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Виникла помилка.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Скопіювати до буфера обміну\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Оберіть файл ресурсу\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Встановлення залежностей Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Конфігурація пляшки…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Обробка кроків встановлювача…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Встановлення {} …\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Виконання фінальних перевірок…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Встановлення {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} тепер доступний у списку застосунків.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Встановлювач завершився із невідомою помилкою\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} уже вимкнено для цієї пляшки.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\"Це налаштування відрізняється від стандартного значення для цієї пляшки.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Оберіть скрипт\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Користувацький шлях до пляшок не знайдено\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Повернення до типового шляху. Жодні пляшки з вказаного шляху не будуть \"\n\"відображені.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Запуск застосунків Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Міграція Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Перемкнути діалог міграції Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Темна тема\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Примусово використовувати темну тему.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Перемкнути дати оновлення у списку\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Перемкнути дати оновлення пляшок у списку.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Список застосунків Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Перемкнути відображення застосунків із Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Список застосунків Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Перемкнути відображення застосунків із Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Список ігор Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Перемкнути відображення ігор від Ubisoft.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Ширина вікна\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Змінити ширину вікна.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Висота вікна\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Змінити висоту вікна.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Відображати сповіщення.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Очищення тимчасових файлів\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Очищати тимчасові файли під час завантаження системи.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Кандидат на випуск\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Перемкнути використання кандидата на випуск для двигунів.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Вигляд при запуску\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Оберіть, в якому вигляді має запускатися застосунок.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Перемкнути експериментальні функції, такі, як керування версіями та \"\n\"встановлювачі. Відображення кандидатів на випуск для двигунів.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Підтримка Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Перемкнути підтримку префіксів Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Експериментально: пісочниця\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Перемкнути експериментальну пісочницю для кожної пляшки.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Автоматично закривати Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\"Закривати Bottles після запуску виконуваного файлу з файлового менеджеру.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Відображати попередження пісочниці\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Перемкнути відображення попереджень пісочниці.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Запускайте застосунки Windows на Linux через Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Закорковуйте застосунки в пляшки та насолоджуйтесь на здоров'я!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Наша вбудована система встановлення залежностей надає автоматичний доступ до \"\n\"компонентів сумісності програмного забезпечення. Використовуйте менеджер \"\n\"завантажень для встановлення офіційних компонентів: двигун (Wine, Proton), \"\n\"DXVK, залежності тощо.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Система керування версіями пляшок забезпечує безпеку вашої роботи та \"\n\"дозволяє відновити її пізніше!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Можливості:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Створення пляшок, використовуючи попередньо налаштовані середовища, або свої \"\n\"власні\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Запуск виконуваних файлів (.exe/.msi) у ваших пляшках, безпосередньо з \"\n\"контекстного меню вашого файлового менеджера\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Автоматичне виявлення застосунків, встановлених у ваших пляшках\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Швидке додавання змінних середовища\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"\"\n\"Перевизначення бібліотек DLL безпосередньо з налаштувань для кожної пляшки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Зміна двигуна в реальному часі для будь-якої пляшки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Різноманітні оптимізації продуктивності ігор (esync, fsync, DXVK, кеш, \"\n\"компілятор шейдерів, вивантаження ... та багато іншого.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Автоматичне встановлення та керування двигунами Wine та Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Автоматичне відновлення пляшок у разі поломки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"\"\n\"Вбудований встановлювач залежностей на основі репозиторію, керованого \"\n\"спільнотою\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Вбудований диспетчер завдань для процесів Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Доступ до ProtonDB та WineHQ для підтримки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Система для перенесення вашої конфігурації на нові версії Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Резервне копіювання та імпорт пляшок\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Імпорт префіксів Wine з інших менеджерів\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Керування версіями Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"… та багато іншого, що ви зможете знайти, встановивши Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Оновлювати інформацію про метадані\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Додавати більше інформації про оновлення та виправляти версію приміток до \"\n\"випуску\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Виправлено кнопку «Додати до Steam»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Виправлено помилку, коли BottleConfig не можна було серіалізувати\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Виправлено помилку подвійного витягування Patool\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Правильна версія\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Виправлено помилку під час створення пляшки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Велика зміна: редизайн інтерфейсу створення нової пляшки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Покращення зручності:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"Зміна піктограми «emote-love» на «library» на сторінці бібліотеки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Додати сповіщення для «Запустити виконуваний файл»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Виправлення вад:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"Додавання ярлика до Steam призводило до помилки\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Під час імпортування резервних копій виникала помилка\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\"Середовище виконання Steam автоматично вмикається під час використання wine-\"\n\"ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\"Різні виправлення, пов'язані з бібліотекою, такі, як порожні обкладинки та \"\n\"збої, пов'язані з відсутністю записів\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Виправлено різні проблеми, пов'язані з кодуванням тексту\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\"Виправлено помилку під час завантаження, якщо Bottles не запущено з терміналу\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Правильна дата версії\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"Приховано критичні помилки, пов'язані з NVIDIA, на системах без NVIDIA\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Покращення та виправлення Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Встановлення залежностей відбувається швидше та стабільніше\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Перевірка стану містить більше подробиць для швидшого налагодження\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\"NVAPI має багато виправлень і є більш стабільним, тепер має працювати \"\n\"належним чином\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Виправлено збій під час завантаження компонента\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Покращення коду бекенду шляхом уникнення спін-блокування\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Більше змінних для скриптів встановлення\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\"Виправлено діалогове вікно, яке відображало «Все готово», хоча насправді не \"\n\"було готовим\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Покращення системи складання\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Увімкнення VKD3D типово під час створення пляшок для ігор\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Виправлено збої під час читання файлів Steam із поганими кодуваннями\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Виправлення некоректного оновлення компонентів в інтерфейсі після \"\n\"встановлення/видалення\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Більше виправлень FSR\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Виправлено помилку, коли застосунок закривався після запуску з «Запустити \"\n\"виконуваний файл»\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"та багато, багато, багато іншого!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Обчислення…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Запустити .exe/.msi в цій пляшці\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"Натисніть \\\"Створити нову пляшку...\\\", щоб створити нову пляшку.\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Створити нову пляшку…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"Нова пляшка\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Відомості про пляшку\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Покращене середовище для ігор Windows.\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Середовище, налаштоване для програм Windows.\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Чисте середовище для ваших експериментів.\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Незв’язаний домашній каталог\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Не пов'язуйте каталог userdir з каталогом homedir\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 біт\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 біт\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Індивідуальний рецепт\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"\"\n#~ \"Виберіть індивідуальний рецепт для навколишнього середовища, якщо він у \"\n#~ \"вас є.\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"Користувацький шлях\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"Зберігайте цю пляшку в іншому місці.\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Ви без мережі, неможливо завантажити.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Оберіть шлях до виконуваного файлу\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Виберіть виконуваний файл Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Виберіть робочий каталог для виконуваних файлів\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Виберіть файл рецепта\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Виберіть, де зберігати пляшку\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Виберіть новий шлях до пляшок\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Оберіть скрипт\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Виберіть Робочий Каталог\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"Налаштування затримки PulseAudio тепер застаріле і типово ввімкнене\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"\"\n#~ \"Подробиці про пляшку автоматично відображаються при створенні пляшки\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Тепер Bottles відповідає вказівкам GNOME Circle\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"Типово вимкнути pulseaudio_latency.\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"Виправлено збій під час запуску через видалювач.\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"Реалізовано чергу для встановлення компонентів.\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"Виправлено видалення пляшки, яке іноді не працювало.\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"Підтримка останніх версій dxvk @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"Виправлення для DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"Додані підказки для програмних оцінок\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Виправлення завершення встановлення @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"Виправлення аргументів геймскопа @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"Додано поєднання клавіш Ctrl + W для закриття вікон @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"Виправлено скидання пляшок XDG_DATA_HOME\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"Переклад французькою мовою завдяки @julroy та @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"Переклад на турецьку дякуючи @54linux-ea та @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"Переклад мовою рф здійснили @lenemter та @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"Переклад каталонською мовою завдяки @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"Арабський переклад завдяки @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"Переклад на корейську мову завдяки @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"\"\n#~ \"Переклад португальською мовою завдяки @davipatricio, @SantosSi та \"\n#~ \"@vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"Переклади галісійською завдяки @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"Переклади івритом завдяки @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"Переклад польською мовою завдяки @Mikutut\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"Шари\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Ультра\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Якість\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Збалансована\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Багатошарове\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Багатошарове середовище, в якому кожна програма є шаром.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Оберіть шлях\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Оберіть файл.\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"Файл не Знайдено\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"Обраний файл не існує. Будь ласка, оберіть правильний файл.\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"Пробіли в Імені Файлу\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"\"\n#~ \"Шлях до Таблиці Кольорів повинен не мати пробілів. Будь ласка, \"\n#~ \"перейменуйте файл, щоб прибрати пробіли.\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"Недопустимий Розмір Зображення\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"Висота і ширина зображення повинні бути однаковими.\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Легке керування префіксами WINE за допомогою середовищ\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Запустити з Аргументами…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Переглянути внутрішні файли за допомогою провідника Wine.\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Керувати процесами за допомогою диспетчеру завдань Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Налагодження процесів wine.\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Конфігурація Wine\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"Змінити внутрішні налаштування.\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"Деінсталювати програми за допомогою деінсталятора Wine.\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"Доступ до внутрішньої панелі керування Wine.\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"\"\n#~ \"Використовуйте секцію Інсталятори або кнопку \\\"Запустити виконуваний \"\n#~ \"файл\\\".\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"Залежності - це програмне забезпечення, бібліотеки та кодеки, що \"\n#~ \"покращують сумісність програм Windows. Встановіть звідси, щоб відповідати \"\n#~ \"вимогам програми.\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"Ми рекомендуємо не встановлювати кілька залежностей одночасно.\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Залежності\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"\"\n#~ \"Використовуйте цей розділ, щоб інсталювати програми, підібрані нашою \"\n#~ \"спільнотою, без необхідності робити це вручну.\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Читати документацію\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Графіка\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"Покращує продуктивність ігор DirectX 11 і 3D застосунків.\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"Покращує продуктивність ігор DirectX 12 і 3D застосунків.\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Надає підтримку DLSS, якщо доступна NVAPI Nvidia.\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR використовує найновіші технології масштабування, щоб покращити \"\n#~ \"частоту кадрів.\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt — це шар постобробки Vulkan для покращення візуальної графіки \"\n#~ \"ігор.\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Керувати налаштуваннями vkBasalt\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Використовувати віртуальний робочий стіл Wine.\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"Повноекранне Захоплення Миші\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"Дозволити програмі захоплювати ввід миші в повноекранному режимі.\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"Фокусування\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"Активуйте, якщо програма не фокусується при перемиканні.\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"Центрування курсору миші\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"\"\n#~ \"Змініть це налаштування, якщо у Вас виникають проблеми з затримками \"\n#~ \"пересування курсору або розсинхронізацією.\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Масштабування Екрана\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Встановити DPI.\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Візуалізатор\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"Оберіть сервер для wined3d.\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Керування Версіями Компонентів\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Версія DXVK\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Версія VKD3D\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Версія LatencyFleX\"\n\n#~ msgid \"false\"\n#~ msgstr \"false\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"Те саме, що і Bottles, але надається Steam.\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Оптимізує продуктивність в іграх.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Використовувати мікрокомпозитор Gamescope.\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"За замовчуванням шлях до екземпляру bottle.\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"Скинути до налаштувань за замовчуванням\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Оберіть каталог\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Аудіо\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Зменшити Затримку\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"Встановити затримку PulseAudio 60 ms, щоб покращити якість аудіо.\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Нумерація версій\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"Використовувати Стиснення Станів\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"\"\n#~ \"Зменшить об'єм пам'яті, який займають стани, але сповільнить їх створення.\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"\"\n#~ \"Bottles створить стан перед встановленням залежностей та запуском \"\n#~ \"інсталяторів.\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"Використовуйте шаблони, щоб виключити шляхи з нумерації версій.\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Розробка та налагодження\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"\"\n#~ \"Додатковий шар Vulkan та OpenGL для моніторингу частоти кадрів, \"\n#~ \"температури, навантаження ЦП/ГП, тощо.\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Логувати шляхи коду, які не імплементовані у Wine.\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"Програм не знайдено\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"Встановлюйте програми з розділу інсталяторів або запустивши виконуваний \"\n#~ \"файл інсталятора, ви також можете вручну додати виконувані файли за \"\n#~ \"допомогою кнопки «+».\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"Відобразити Приховане\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Зробіть перерву, це може зайняти деякий час.\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"Змінити рівень логування.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Розпочни створенням нової пляшки.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"Виберіть де зберігати нові пляшки (це не перемістить вже існуючі)\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Ви впевнені, що хочете завершити всі процеси?\\n\"\n#~ \"Це може призвести до втрати даних.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Шлях до «пляшки» за замовчуванням.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Подробиці & Утиліти\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Програми, знайдені в меню \\\"Пуск\\\" вашої \\\"пляшки\\\".\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Пляшка з назвою “{0}” була успішно створена\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Мірко Бромбін (Mirko Brombin)\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Створення стану версій 0…\"\n\n#, fuzzy\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"Переклад на французьку дякуючи @julroy67\"\n\n#, fuzzy\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"Переклад на французьку дякуючи @julroy67\"\n\n#, fuzzy\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Легке керування префіксами wine\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Експерименти:бібліотека\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"Увімкнути експериментальний режим Бібліотеки.\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"Завантаження...\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"Користувальницький шлях до «пляшок» не знайдено. Будь ласка, перевірте \"\n#~ \"його в Налаштуваннях.\\n\"\n#~ \"Наразі використовується шлях за умовчанням. \\\"Пляшки\\\" з цього шляху не \"\n#~ \"будуть показані!\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Оцінка здоров'я\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Створення індексу стану файлів…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Створення точки відновлення…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Не вдалося створити папку стану.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Оновлення індексу…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Не вдалося оновити файл станів.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Не вдалося оновити файл індексу.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Знайдені аргументи для файлу: [{executable}].\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Переміщення всередину пісочниці…\"\n\n#, fuzzy\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Резервне копіювання та імпорт пляшок\"\n\n#, fuzzy\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"Резервне копіювання та імпорт пляшок\"\n\n#, fuzzy\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Пляшки\"\n\n#, fuzzy\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Резервне копіювання та імпорт пляшок\"\n\n#, fuzzy\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Використовувати темну тему.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Експерименти\"\n\n#, fuzzy\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Пляшки\"\n\n#, fuzzy\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"Переклад на португальську (Бразилія) дякуючи @vitor180396\"\n\n#, fuzzy\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#, fuzzy\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"Переклад на німецьку дякуючи @thericosanto\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"Виправити стиль вибору середовища в темі Yaru\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"Не знищувати page_details при видаленні пляшки\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"Додати freetype як залежність\"\n\n#, fuzzy\n#~ msgid \"Backup bottle\"\n#~ msgstr \"Резервне копіювання та імпорт пляшок\"\n"
  },
  {
    "path": "po/vi.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-12-11 12:00+0000\\n\"\n\"Last-Translator: Loc Huynh <huynhloc.contact@gmail.com>\\n\"\n\"Language-Team: Vietnamese <https://hosted.weblate.org/projects/bottles/\"\n\"bottles/vi/>\\n\"\n\"Language: vi\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.15-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"Không có đường dẫn cụ thể\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"Sao lưu {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"Nhập bản sao lưu: {0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"Không cài đặt được các thành phần, đã thử 3 lần.\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"Thiếu các thành phần thiết yếu. Đang cài đặt …\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"Không thể tạo thư mục bottle.\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"Không thể tạo thư mục/tệp giữ chỗ.\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"Đang tạo cấu hình bottle…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"Đã tìm thấy mẫu, đang áp dụng…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"Cấu hình Wine đang được cập nhật …\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Cấu hình Wine đã cập nhật!\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"Chạy qua Flatpak, sandboxing thư mục người dùng…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"Sandboxing thư mục người dùng…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"Đang đặt phiên bản Windows …\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"Áp dụng cài đặt mặc định CMD…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"Tối ưu hóa môi trường…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"Áp dụng môi trường: {0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) Sử dụng công thức môi trường tùy chỉnh…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) Công thức không tìm thấy hoặc không hợp lệ…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"Đang cài đặt DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"Đang cài đặt VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"Đang cài đặt DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"Đang cài đặt phụ thuộc: %s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"Đang tạo trạng thái phiên bản 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"Đang hoàn tất…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"Đang caching bản mẫu …\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"Đang cập nhật trạng thái…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"Không có gì để cập nhật\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"Trạng thái mới [{0}] đã được tạo thành công!\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"Đã truy xuất thành công danh sách trạng thái!\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"Trạng thái {0} đã được khôi phục thành công!\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"Đang khôi phục trạng thái…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"Không tìm thấy trạng thái\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"Trạng thái {} đã được kích hoạt\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"Hiển thị phiên bản\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"Đường dẫn thực thi\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"đường dẫn lnk\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"Tên bottle\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"Truyền đối số\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"URI không hợp lệ (cú pháp: bottles:run/<bottle>/<chương trình>)\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"[Thoát] Yêu cầu đã nhận.\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"[Trợ giúp] yêu cầu đã nhận.\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"[Làm mới] yêu cầu đã nhận.\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"Quyên góp\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"Thư viện bên thứ ba và Lời cảm ơn đặc biệt\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"Được tài trợ và tài trợ bởi\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"Bản quyền © 2017 Nhà phát triển Bottles\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Nhà phát triển Bottles\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\"Vietnam Linux L10n <https://github.com/linux-l10n-vi>\\n\"\n\"Loc Huynh <https://github.com/hthienloc>\\n\"\n\"Ky Nguyen <https://github.com/nhktmdzhg>\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"Phiên bản của thành phần\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"Gỡ cài đặt\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"Duyệt tập tin\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\"Việc cài đặt thất bại. Điều này có thể là do lỗi kho lưu trữ, tải về bị phân \"\n\"mảnh hoặc checksum không khớp. Nhấn để thử lại.\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"Tải xuống và cài đặt\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"Xem Manifest\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"Giấy phép\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"Cài đặt lại\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"Báo cáo lỗi…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"Tên gói phụ thuộc\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"Mô tả gói phụ thuộc\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"Thể loại\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"Tải xuống & Cài đặt gói phụ thuộc này\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\"Xảy ra lỗi cài đặt. Khởi động lại Bottles để đọc Báo cáo sự cố hoặc chạy nó \"\n\"qua terminal để đọc đầu ra.\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"Danh mục gói phụ thuộc\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"Xử lý sự cố\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"Duyệt tập tin…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"Nhân bản Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"Đây là nén đầy đủ của bottle của bạn, bao gồm cả các tệp cá nhân.\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"Sao lưu đầy đủ…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\"Đây chỉ là cấu hình bottle, nó hoàn hảo nếu bạn muốn tạo một cái mới nhưng \"\n\"không có tệp cá nhân.\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"Xuất Cấu hình…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"Hiện Chương trình ẩn\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"Tìm kiếm các chương trình mới\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"Xóa Bottle…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"Danh mục cấp hai\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"Cưỡng ép đóng tất cả tiến trình của Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"Giả lập một lệnh tắt cấp hệ thống.\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"Tắt nguồn\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"Giả lập một lệnh khởi động lại cấp hệ thống.\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"Khởi động lại\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"Khởi chạy Tùy chọn\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"Mở trong Terminal\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"Kéo thả các tệp để thực thi chúng\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"Bottle của tôi\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"Môi trường\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"Trình chạy\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"Phiên bản đã bật cho bottle này\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"Phiên bản đã kích hoạt cho bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"Thực thi chương trình…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"Chương trình\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"Nhấp vào \\\"Thực thi chương trình…\\\" để chạy tệp thực thi, \\\"Thêm lối \"\n\"tắt...\\\" để thêm tệp thực thi vào Danh sách chương trình hoặc \\\"Cài đặt \"\n\"chương trình…\\\" để cài đặt các chương trình do cộng đồng quản lý.\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"Thêm lối tắt…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"Cài đặt chương trình…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"Tùy chọn\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"Cài đặt\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"Cấu hình cài đặt bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"Gói phụ thuộc\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"Cài đặt gói phụ thuộc cho chương trình.\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"Snapshots\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"Tạo và quản lý trạng thái bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"Trình quản lý tác vụ\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"Quản lý các chương trình đang chạy.\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"Công cụ\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"Dòng lệnh\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"Chạy lệnh trong bottle.\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"Trình chỉnh sửa Registry\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"Chỉnh sửa registry nội bộ.\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"Các công cụ cũ của Wine\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"Explorer\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"Trình gỡ lỗi\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"Cấu hình\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"Trình gỡ cài đặt\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"Control Panel\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"Tìm kiếm các gói phụ thuộc…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"Bạn hiện đang offline :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\"Bottles đang chạy ở chế độ ngoại tuyến, nên không có sẵn các phần phụ thuộc.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Các phần phụ thuộc là tài nguyên giúp cải thiện khả năng tương thích của \"\n\"phần mềm Windows.\\n\"\n\"\\n\"\n\"Các tệp trên trang này được cung cấp bởi bên thứ ba theo giấy phép độc quyền \"\n\". Bằng cách cài đặt chúng, bạn đồng ý với các điều khoản cấp phép tương ứng \"\n\"của họ.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"Báo cáo một vấn đề hoặc thiếu phần phụ thuộc.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"Báo cáo phần phụ thuộc bị thiếu\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"Đọc tài liệu.\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"Tài liệu\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"Tìm\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"Tìm kiếm chương trình…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"Cài đặt các chương trình được cộng đồng chúng tôi chọn lựa.\\n\"\n\"\\n\"\n\"Các tệp trên trang này được cung cấp bởi bên thứ ba theo giấy phép độc \"\n\"quyền. Bằng cách cài đặt chúng, bạn đồng ý với các điều khoản cấp phép tương \"\n\"ứng của họ.\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"Không tìm thấy trình cài đặt\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\"Không thể truy cập kho lưu trữ hoặc không có trình cài đặt nào tương thích \"\n\"với bottle.\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"Đọc tài liệu\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"Tên\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"Thành phần\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Phiên bản của lớp tương thích Wine.\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"Đang cập nhật Trình chạy và các thành phần, vui lòng đợi…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Cải thiện độ tương thích Direct3D 8/9/10/11 bằng cách phiên dịch nó sang \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"Đang cập nhật DXVK, vui lòng đợi…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\"Cải thiện khả năng tương thích với Direct3D 12 bằng cách phiên dịch nó sang \"\n\"Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"Đang cập nhật VKD3D, vui lòng đợi…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"Đang cập nhật DXVK-NVAPI, vui lòng đợi…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\"Tăng khả năng phản hồi. Có thể bị phát hiện bởi một số phần mềm chống gian \"\n\"lận.\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"Đang cập nhật LatencyFleX, vui lòng đợi…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"Màn hình\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"Deep Learning Super Sampling\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\"Tăng hiệu suất bằng cách giảm hiệu ứng hình ảnh sử dụng DXVK-NVAPI. Chỉ hoạt \"\n\"động trên GPU NVIDIA đời mới.\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"Độ phân giải siêu tốt của FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\"Tăng hiệu suất bằng cách giảm hiệu ứng hình ảnh. Chỉ hoạt động trên Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"Quản lý cài đặt cho độ phân giải siêu tốt FidelityFX\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"Card đồ họa rời\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\"Sử dụng card đồ họa rời để tăng hiệu suất nhưng sẽ tiêu thụ nhiều điện năng \"\n\"hơn.\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"Hiệu ứng xử lý hậu kỳ\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"Thêm hiệu ứng xử lý hậu kỳ với vkBasalt. Chỉ hoạt động trên Vulkan.\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"Quản lý thiết đặt lớp xử lý hậu kỳ\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"Quản lý cách hiện thị trò chơi trên màn hình bằng Gamescope.\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"Quản lý thiết đặt Gamescope\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"Cài đặt hiện thị nâng cao\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"Hiệu suất\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"Cho phép đồng bộ hóa để tăng hiệu suất của bộ xử lý đa lõi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"Đồng bộ hóa\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"Hệ thống\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex 2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"Giám sát hiệu suất\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\"Hiển thị thông tin giám sát như tốc độ khung hình, nhiệt độ, CPU/GPU và \"\n\"nhiều thông tin khác trên OpenGL và Vulkan bằng MangoHud.\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Sử dụng GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\"Áp dụng một bộ tối ưu hóa cho thiết bị của bạn. Có thể cải thiện hiệu suất \"\n\"trò chơi.\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"Tải trước các file trò chơi\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\"Cải thiện thời gian tải khi khởi chạy trò chơi nhiều lần. Trò chơi sẽ mất \"\n\"nhiều thời gian hơn để khởi động lần đầu tiên.\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"Quản lý cài đặt vmtouch\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"Ghi hình trò chơi bằng OBS\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\"Bật/Tắt ghi hình trò chơi bằng OBS cho toàn bộ chương trình Vulkan và OpenGL.\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"Tương thích\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Phiên bản Windows\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"Đang cập nhật phiên bản Windows, vui lòng đợi…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"Ngôn ngữ\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"Chọn ngôn ngữ sẽ được dùng với các chương trình.\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"Trình chuyên về Sandbox\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"Sử dụng môi trường hạn chế/được quản lý cho bottle.\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"Quản lý quyền cho Sandbox\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Trình thực thi Bottles\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\"Cung cấp một loạt các thư viện bổ sung để có khả năng tương thích tốt hơn. \"\n\"Tắt nó nếu bạn gặp sự cố.\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Trình thực thi Steam\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\"Cung cấp một gói thư viện bổ sung để tương thích hơn với các trò chơi Steam. \"\n\"Tắt nó nếu bạn gặp sự cố.\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"Thư mục làm việc\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"Đặt lại về mặc định\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(Mặc định)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"Ghi đè DLL\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"Biến môi trường\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"Quản lý ổ đĩa\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"Tự động Snapshots\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"Tự động tạo snapshots trước khi cài đặt phần mềm hoặc thay đổi cài đặt.\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"Nén\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\"Nén snapshots để giảm dung lượng. Điều này sẽ làm chậm quá trình tạo \"\n\"snapshots.\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"Sử dụng các mẫu loại trừ\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"Loại trừ các đường dẫn trong snapshots.\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"Quản lý mẫu\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"Làm mới\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"Dừng tiến trình\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"Không tìm thấy Snapshots nào\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"Tạo snapshots đầu tiên để bắt đầu lưu trạng thái tùy chọn của bạn.\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"Một bình luận ngắn\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"Lưu trạng thái bottle.\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"Tạo Snapshots mới\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"Chi tiết\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"Quay lại\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"Vận hành\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"Chọn một Bottle\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"Hủy bỏ\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"Chọn\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"Tạo Bottle mới\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Báo cáo sự cố Bottles\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"_Hủy bỏ\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"Gửi báo cáo\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles bị sự cố lần trước. Vui lòng điền vào báo cáo, cùng đính kèm báo cáo \"\n\"theo dõi, để giúp chúng tôi xác định sự cố và ngăn sự cố xảy ra lần nữa.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"Chúng tôi tìm thấy một hoặc nhiều báo cáo tương tự (hoặc giống hệt). Vui \"\n\"lòng đảm bảo kiểm tra cẩn thận rằng nó chưa được báo cáo trước khi gửi một \"\n\"bản mới. Mỗi báo cáo đòi hỏi nỗ lực từ phía các nhà phát triển để chẩn đoán, \"\n\"vui lòng tôn trọng công việc của họ và đảm bảo bạn không đăng bản sao.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"Tôi vẫn muốn báo cáo.\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"Tùy chọn nâng cao\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"Gói không đầy đủ\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\"Có vẻ như phiên bản Bottles này không cung cấp toàn bộ phần mềm lõi phụ \"\n\"thuộc cần thiết, vui lòng liên hệ tới người bảo trì gói hoặc dùng một phiên \"\n\"bản chính thức.\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"Thoát\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\"Thư Viện Liên Kết Động có thể được chỉ định ở dạng dựng sẵn \"\n\"(do Wine cung cấp) hoặc gốc (do chương trình cung cấp).\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"Ghi đè mới\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"Ghi đè\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"Các ổ đĩa\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\"Hệ thống chủ của bạn có các đường dẫn được trỏ và nhận dạng như thiết bị bởi \"\n\"Trình chạy (Ví dụ. C: D:...).\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"Chữ cái\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"Ổ đĩa hiện có\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"Nhân bản Bottle\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"Nhân bản\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"Nhập tên cho bản sao của Bottle.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"Đang nhân bản…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"Điều này sẽ tốn kha khá thời gian.\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"Bottle đã được nhân bản\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\"Các biến môi trường có giá trị động, nó có thể ảnh hưởng đến cách các trình \"\n\"đang hoạt động trên bottle của bạn.\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"Tên biến\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"Biến hiện có\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"Mẫu loại trừ\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\"Xác định các mẫu sẽ được sử dụng để ngăn một số thư mục được phiên bản hóa.\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"Mẫu\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"Mẫu Hiện Có\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Cài Đặt Gamescope\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"Lưu\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"Quản lý cách game nên được hiển thị.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"Độ Phân Giải Trò Chơi\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"Sử dụng độ phân giải của trò chơi điện tử làm tham chiếu bằng pixel.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"Chiều rộng\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"Chiều cao\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"Độ Phân Giải Cửa Sổ\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\"Nâng cấp độ phân giải khi sử dụng độ phân giải cao hơn của game với đơn vị \"\n\"pixel.\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"Linh Tinh\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"Giới hạn khung hình\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"Giới Hạn Tốc Độ Khung Hình Khi Không tập trung\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"Chia Tỷ Lệ Số Nguyên\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"Loại Cửa Sổ\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"Không viền\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"Toàn màn hình\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"Bạn có muốn tiếp tục cài đặt không?\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"Bắt đầu cài đặt\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\"Trình cài đặt này yêu cầu một số tài nguyên cục bộ không thể được cung cấp \"\n\"theo cách khác.\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"Đã chạy\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"Hoàn thành!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"Hiện chương trình\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"Cài đặt không thành công!\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"Đã xảy ra lỗi.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"Toàn bộ tin nhắn\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"Nghiêm trọng\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"Lỗi\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"Cảnh báo\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"Thông tin\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"Trình duyệt nhật ký\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"Thay đổi cấp độ ghi nhật ký.\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"Tất cả\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"Những đối số này được truyền khi khởi chạy.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"Đối số tùy chỉnh\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"Đối số lệnh\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"ví dụ: VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"Lệnh sau khi chạy\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"Chọn một đoạn mã sẽ được thực thi sau khi chạy.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"Chọn một lệnh\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"Chọn thư mục để chạy chương trình.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"Chọn một thư mục\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"Các cài đặt này sẽ ghi đè cài đặt mặc định cho tệp thực thi này.\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"Ghi đè tùy chọn\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"Đặt lại về mặc định của Bottle\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"Sử dụng desktop ảo\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Tuyên bố miễn trừ trách nhiệm Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"Dùng Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"Cẩn trọng khi sử dụng trình thực thi dựa trên Proton với các bottle không \"\n\"thuộc Steam, bởi chúng có thể gây ra vấn đề và ngăn chặn chúng hoạt động \"\n\"bình thường.\\n\"\n\"\\n\"\n\"Chúng tôi khuyên bạn nên sử dụng Wine-GE, một phiên bản Proton được thiết kế \"\n\"để chạy bên ngoài Steam.\\n\"\n\"\\n\"\n\"Việc tiếp tục sẽ tự động kích hoạt trình thực thi Steam (nếu có sẵn trong hệ \"\n\"thống và được Bottles phát hiện) để có thể cho phép nó truy cập vào các thư \"\n\"viện cần thiết và giới hạn các vấn đề về khả năng tương thích. Hãy cảnh giác \"\n\"rằng GloriousEggroll, nhà cung cấp trình thực thi, không chịu trách nhiệm \"\n\"cho bất cứ vấn đề nào và chúng tôi mong bạn không báo cáo vấn đề này cho họ.\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"Tôi hiểu rồi.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"Đổi tên\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"Nhập tên mới cho chương trình đang chọn.\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"Tên mới\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"Chạy với đối số\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"Chạy\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"Viết các đối số sẽ được truyền vào tệp thực thi.\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"vd: -opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"Thiết lập sandbox\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"Chia sẻ mạng\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"Chia sẻ âm thanh\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"Cần nâng cấp\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"Tiếp tục\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"Khởi chạy nâng cấp\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"Hệ thống phiên bản mới\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"Hệ thống phiên bản bottle mới đã ra mắt.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles có Hệ thống phiên bản mới hoàn toàn không tương thích ngược.\\n\"\n\"\\n\"\n\"Để tiếp tục sử dụng phiên bản, chúng ta cần khởi tạo lại kho lưu trữ bottle. \"\n\"Thao tác này sẽ không xóa dữ liệu khỏi bottle của bạn nhưng sẽ xóa tất cả \"\n\"snapshot hiện có và tạo một snapshot mới.\\n\"\n\"\\n\"\n\"Nếu bạn cần quay lại snapshot trước đó trước khi tiếp tục, hãy đóng cửa sổ \"\n\"này và khôi phục snapshot, sau đó mở lại bottle để hiển thị lại cửa sổ này.\\n\"\n\"\\n\"\n\"Hệ thống cũ sẽ ngừng hoạt động ở một trong những phiên bản tiếp theo.\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"Đang khởi tạo lại kho lưu trữ…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"Xong! Vui lòng khởi động lại Bottles.\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"Cài đặt hiệu ứng hậu kỳ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"Mặc định\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"Cài đặt mặc định\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"Các hiệu ứng được áp dụng theo thứ tự danh sách.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"Hiệu ứng\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"Làm sắc nét thích ứng tương phản\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"Độ sắc nét\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"Hiển thị thông tin\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"Làm sắc nét Luma khử nhiễu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"Khử nhiễu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"Khử răng cưa gần đúng nhanh\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"Chất lượng pixel phụ\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"Ngưỡng cạnh chất lượng\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"Ngưỡng cạnh chất lượng tối thiểu\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"Khử răng cưa hình thái Subpixel\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"Phát hiện cạnh\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Màu sắc\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"Ngưỡng\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"Các bước tìm kiếm tối đa\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"Đường chéo các bước tìm kiếm tối đa\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"Làm tròn góc tối đa\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\"Độ sắc nét CAS làm tăng độ sắc nét của khung hình. Giá trị cao hơn làm cho \"\n\"khung hình sắc nét hơn, trong khi giá trị thấp hơn 0 làm cho khung hình mềm \"\n\"hơn gốc.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\"Độ sắc nét DLS làm tăng độ sắc nét của khung hình. Giá trị cao hơn làm cho \"\n\"khung hình sắc nét hơn.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\"Khử nhiễu DLS làm giảm nhiễu của khung. Giá trị cao hơn làm cho khung hình \"\n\"mềm mại hơn.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\"Chất lượng pixel phụ FXAA giảm hiện tượng răng cưa ở cấp độ pixel phụ. Giá \"\n\"trị cao hơn làm cho khung hình mềm mại hơn.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\"Ngưỡng cạnh FXAA là mức độ tương phản tối thiểu cần thiết để áp dụng thuật \"\n\"toán FXAA. Giá trị cao hơn làm cho khung hình có độ tương phản cao hơn.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\"Ngưỡng tối thiểu của chất lượng FXAA là giá trị tối thiểu của các pixel tối \"\n\"bị thuật toán FXAA bỏ qua. Giá trị cao hơn khiến FXAA bỏ qua các pixel dưới \"\n\"giá trị được chỉ định và có thể dẫn đến tăng hiệu suất.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\"Luma phát hiện các cạnh từ phối cảnh đơn sắc, trong khi Màu Sắc phát hiện \"\n\"các cạnh dựa trên màu sắc. Luma có hiệu suất cao hơn Màu Sắc.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\"Ngưỡng SMAA chỉ định độ nhạy của việc phát hiện cạnh. Giá trị thấp hơn sẽ \"\n\"phát hiện nhiều cạnh hơn nhưng lại làm giảm hiệu suất.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\"Các bước tìm kiếm tối đa SMAA chỉ định số lượng bước tìm kiếm theo chiều \"\n\"ngang và chiều dọc được thực hiện khi tìm kiếm các cạnh.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\"Các bước tìm kiếm đường chéo tối đa SMAA chỉ định số bước tìm kiếm theo \"\n\"đường chéo được thực hiện khi tìm kiếm các cạnh.\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"Làm tròn góc SMAA chỉ định độ bền của việc làm tròn các góc cạnh.\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"Tích hợp (Wine)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"Có sẵn (Windows)\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"Tích hợp sau đó mới là Có sẵn\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"Có sẵn sau đó mới là Tích hợp\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"Tắt\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"Xóa\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/trỏ/đến/đường dẫn\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"Giá trị\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"Duyệt các tập tin\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Tên tiền tố wine\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"Trình Quản Lý\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"Tiền tố Wine này đã được nhập vào Bottles.\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"Nhập bản sao lưu Bottle\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"Tìm kiếm lại tiền tố\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"Không tìm thấy tiền tố\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"Không tìm thấy tiền tố bên ngoài. Bottles có quyền truy cập vào chúng không?\"\n\"\\n\"\n\"Sử dụng biểu tượng ở trên cùng để nhập bottle từ bản sao lưu.\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"Lưu trữ đầy đủ\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"Hiển thị bản kê khai…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"Đọc đánh giá…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"Tên trình cài đặt\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"Mô tả trình cài đặt\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"Không xác định\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"Cài đặt chương trình này\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"Menu chương trình\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"Không có hình thu nhỏ\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"Khởi chạy\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"Khởi chạy bằng Steam\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"Tên mục\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"Xóa khỏi Thư viện\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"Dừng\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"Thư viện\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"Thêm các mục ở đây từ danh sách chương trình bottle của bạn\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"Phiên bản đang hoạt động trong bottle này.\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"Bottle này dường như bị hư hại.\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"Thực thi trong Bottle này\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"Chạy tại đây\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\"Bottle này có vẻ bị hỏng, tệp cấu hình bị thiếu. Tôi có thể cố gắng giải \"\n\"quyết bằng cách tạo một cấu hình mới.\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"Tìm kiếm bottles của bạn…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"Tạo Bottle mới…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"Không tìm thấy kết quả\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"Hãy thử tìm kiếm khác.\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"Đang khởi động…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"Tài nguyên này bị thiếu.\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"Duyệt\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"_Tạo\"\n\n#: bottles/frontend/ui/new.blp:53\n#, fuzzy\nmsgid \"Bottle Name\"\nmsgstr \"Tên chai\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"Ứng _dụng\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"_Gaming\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"Tùy_chỉnh\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"Tùy chỉnh\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"Chia sẻ thư mục người dùng\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\"Điều này khiến thư mục người dùng có thể bị phát hiện trong bottle, có nguy \"\n\"cơ chia sẻ thông tin cá nhân với phần mềm Windows. Tùy chọn này không thể \"\n\"thay đổi sau khi bottle đã được tạo.\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"Kiến trúc\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"32-bit chỉ nên được sử dụng nếu thực sự cần thiết.\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"Nhập cấu hình tùy chỉnh.\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Thư mục Bottle\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"Thư mục sẽ chứa dữ liệu của bottle này.\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"Đó_ng\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"Tên này không có sẵn, vui lòng thử tên khác.\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"Trước\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"Chào mừng bạn đến với Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"Chạy phần mềm Windows trên Linux.\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Windows trong Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\"Bottles sử dụng các trình chạy tương thích để cung cấp các môi trường giống \"\n\"như Windows được đóng gói riêng biệt nơi các chương trình chạy.\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"Gần xong\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"Chúng ta cần thêm vài phút để thiết lập mọi thứ…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"Tất cả đã sẵn sàng!\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"Vui lòng hoàn tất thiết lập trước\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"Bắt đầu sử dụng Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"Kế tiếp\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"Tùy chọn\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"Tổng quan\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"Giao diện\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"Chế độ tối\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Bottles có nên sử dụng gam màu tối hay không.\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"Hiện ngày cập nhật\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"Hiện ngày cập nhật trong danh sách bottle hay không.\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"Thông báo\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"Hiển thị thông báo để tải xuống và cài đặt.\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"Tệp tạm thời\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"Làm sạch các tệp tạm thời khi khởi chạy Bottles?\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"Đóng Bottles sau khi bắt đầu một chương trình\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"Đóng Bottles sau khi bắt đầu chương trình từ trình quản lý tệp.\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"Tích hợp\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Tiền tố Proton Steam\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"Liệt kê và quản lý tiền tố Steam Proton.\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"Liệt kê các ứng dụng Steam trong Danh sách chương trình\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"Yêu cầu cài đặt Steam cho Windows trong bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"Liệt kê Epic Games trong Danh sách chương trình\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"Yêu cầu cài đặt Epic Games Store trong bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"Liệt Kê Các Trò Chơi Ubisoft trong Danh Sách Chương Trình\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"Yêu cầu cài đặt Ubisoft Connect trong bottle.\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"Nâng cao\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Thư mục Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"Thư mục chứa dữ liệu về Bottles của bạn.\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"Trình thực thi\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles đang chạy ở chế độ ngoại tuyến nên không có trình thực thi.\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"Trước khi phát hành\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"Thành phần DLL\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles đang chạy ở chế độ ngoại tuyến nên không có DLL.\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"Cốt lõi\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"Trình thực thi\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"Thử nghiệm\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\"Các tính năng này đang được phát triển mạnh mẽ và có thể không ổn định, có \"\n\"thể xảy ra lỗi và hỏng hóc.\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"Sanbox mỗi bottle\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"Trong quá trình phát triển ban đầu.\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"Khởi chạy với Terminal\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"Duyệt đường dẫn\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"Thay đổi tùy chọn khởi chạy…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"Thêm vào Thư viện\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"Thêm mục nhập trên Desktop\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"Thêm vào Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"Đổi tên…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"Ẩn chương trình\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"Hiện chương trình\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"Xóa khỏi Danh sách\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"Tên chương trình\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"Mã trạng thái\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"Bình luận trạng thái\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"Khôi phục Snapshot này\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"Xóa tin nhắn\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"Menu chính\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\"Bạn hình như không kết nối với internet. Nếu không kết nối, bạn sẽ không thể \"\n\"tải xuống các thành phần thiết yếu. Nhấp vào biểu tượng này khi bạn đã thiết \"\n\"lập lại kết nối.\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"Nhập…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"Trợ giúp\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"Giới thiệu về Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"Tệp \\\"{0}\\\" không phải là tệp .exe hoặc .msi\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"Cập nhật: %s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" đã thêm\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"Chọn tệp có thể thực thi\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"Thêm\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"Ẩn chương trình bị ẩn\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"Đang khởi chạy \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"Hãy cảnh giác với Sandbox\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles đang chạy trong sandbox, cần có môi trường cấp phép hạn chế để giữ \"\n\"an toàn cho bạn. Nếu chương trình không chạy, hãy cân nhắc việc di chuyển \"\n\"vào bên trong bottle (biểu tượng 3 dấu chấm ở trên cùng), sau đó khởi chạy \"\n\"từ đó.\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_Bỏ qua\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"Chọn vị trí để lưu cấu hình sao lưu\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"Xuất\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"Chọn vị trí để lưu tệp nén sao lưu\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"Sao lưu\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"Đã tạo bản sao lưu cho \\\"{0}\\\"\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"Sao lưu \\\"{0}\\\" không thành công\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"Bạn có chắc chắn muốn xóa vĩnh viễn \\\"{}\\\" không?\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\"Thao tác này sẽ xóa vĩnh viễn tất cả các chương trình và cài đặt được liên \"\n\"kết với nó.\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_Xóa\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"Thiếu trình thực thi\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\"Trình thực thi mà bottle này yêu cầu đã bị mất. Cài đặt nó thông qua tùy \"\n\"chọn Bottles hoặc chọn một cái mới để chạy ứng dụng.\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"Bạn có chắc chắn muốn buộc dừng tất cả các quá trình không?\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"Điều này có thể gây mất dữ liệu, hỏng hóc và chương trình bị trục trặc.\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"Buộc _dừng\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"Tính năng này không có sẵn trên hệ thống của bạn.\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} Để thêm tính năng này, vui lòng chạy flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"Tên bottle này đã được sử dụng.\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"Chọn thư mục làm việc\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"Thư mục chứa dữ liệu của \\\"{}\\\".\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"Bạn có chắc chắn muốn xóa tất cả snapshot không?\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\"Thao tác này sẽ xóa tất cả snapshot nhưng vẫn giữ lại các tập tin của bạn.\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"Vui lòng di chuyển sang hệ thống Phiên bản mới để tạo trạng thái mới.\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"Trình cài đặt\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"Hoạt động đang diễn ra, vui lòng đợi.\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"Quay trở lại bottles của bạn.\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"Sao lưu được nhập thành công\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"Nhập không thành công\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"Đang nhập bản sao lưu…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"Chọn một kho lưu trữ sao lưu\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"Nhập\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"Chọn một Tệp cấu hình\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"Chạy tệp thực thi trong \\\"{self.config.Name}\\\"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"Đang khởi chạy \\\"{0}\\\" trong \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"Bottles của bạn\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"Đang tải xuống ~{0} gói…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"Đã tìm nạp {0} trong số {1} gói\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"Chọn thư mục Bottle\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"Đang tạo Bottle…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"Không thể tạo Bottle\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"Không thể tạo bottle do một hoặc nhiều lỗi.\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bottle được tạo\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\\\"{0}\\\" đã được tạo thành công.\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"Không tìm thấy Steam hoặc Bottles không có đủ quyền.\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"Chọn đường dẫn Bottles\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"Khởi động lại Bottles?\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles sẽ cần phải được khởi chạy lại để sử dụng thư mục này.\\n\"\n\"\\n\"\n\"Đảm bảo đóng mọi chương trình được khởi chạy từ Bottles trước khi khởi chạy \"\n\"lại Bottles, vì không làm như vậy có thể gây mất dữ liệu, hỏng và chương \"\n\"trình gặp trục trặc.\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_Khởi chạy lại\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"Khác\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"Nâng cấp\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"Đang cài đặt…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"Biểu hiện cho {0}\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" đã được gỡ cài đặt\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" đã được cài đặt\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\\\"{0}\\\" không cài đặt được\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\\\"{0}\\\" đã được nhập\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\"Ứng dụng này có thể hoạt động kém. Trình cài đặt đã được định cấu hình để \"\n\"mang lại trải nghiệm tốt nhất có thể nhưng có thể gặp trục trặc, không ổn \"\n\"định và thiếu các tính năng hoạt động.\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\"Chương trình này hoạt động với những trục trặc đáng chú ý nhưng những trục \"\n\"trặc này không ảnh hưởng đến chức năng của ứng dụng.\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"Chương trình này hoạt động với những trục trặc nhỏ.\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"Chương trình này hoạt động hoàn hảo.\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"Đánh giá cho {0}\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"Đang dừng \\\"{0}\\\"…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"Đang khởi chạy \\\"{0}\\\" bằng Steam…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\\\"{0}\\\" bị ẩn\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\\\"{0}\\\" đã hiển thị\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\\\"{0}\\\" đã bị xóa\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\\\"{0}\\\" được đổi tên thành \\\"{1}\\\"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"Mục nhập trên Desktop được tạo cho \\\"{0}\\\"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\\\"{0}\\\" đã được thêm vào thư viện của bạn\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\\\"{0}\\\" đã được thêm vào thư viện Steam của bạn\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"Hiển thị báo cáo\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            Vấn đề này đã được báo cáo 5 lần và không thể được gửi lại.\\n\"\n\"             Báo cáo phản hồi của bạn bằng một trong các báo cáo hiện có \"\n\"dưới đây.\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"Đang cập nhật cài đặt hiển thị, vui lòng đợi…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"Đã cập nhật cài đặt hiển thị\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"Không tìm thấy ghi đè.\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"Chọn đường dẫn ổ đĩa\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"Không có biến môi trường được định nghĩa.\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"Không có mẫu loại trừ nào được định nghĩa.\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"Một lỗi đã xảy ra.\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"Sao chép vào bộ nhớ tạm\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"Chọn tệp tài nguyên\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"Đang cài đặt các phần phụ thuộc của Windows…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"Đang cấu hình bottle…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"Đang xử lý các bước cài đặt…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"Đang cài đặt {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"Đang thực hiện kiểm tra lần cuối…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"Đang cài đặt {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} hiện có sẵn trong chế độ xem chương trình.\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"Trình cài đặt không thành công với lỗi không xác định\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} đã tắt cho bottle này.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"Cài đặt này khác với cài đặt mặc định của bottle này.\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"Chọn Lệnh\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"Không tìm thấy đường dẫn Bottles tùy chỉnh\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\"Rơi trở lại đường dẫn mặc định. Không có bottles nào từ đường dẫn nhất định \"\n\"sẽ được liệt kê.\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"Chạy phần mềm Windows\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Di chuyển sang Flatpak\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"Bật/Tắt hộp thoại di chuyển sang Flatpak.\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"Chế độ tối\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"Buộc sử dụng chủ đề tối.\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"Bật/Tắt ngày cập nhật trong danh sách\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"Bật/Tắt ngày cập nhật trong danh sách bottles.\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Danh sách ứng dụng Steam\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"Chuyển đổi danh sách ứng dụng Steam.\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Danh sách Epic Games\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"Bật/tắt danh sách Epic Games.\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Danh sách Ubisoft Connect\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"Bật/tắt danh sách Ubisoft Connect.\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"Độ rộng của cửa sổ\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"Thay đổi độ rộng cửa sổ.\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"Chiều cao cửa sổ\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"Thay đổi chiều cao cửa sổ.\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"Hiển thị thông báo.\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"Dọn tệp tin tạm\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"Làm sạch đường dẫn tạm thời khi khởi động hệ thống.\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"Bản phát hành Ứng viên\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"Kích hoạt / Vô hiệu hóa bản phát hành ứng viên cho trình thực thi.\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"Khung nhìn khởi động\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"Chọn chế độ xem phải được tải khi bắt đầu ứng dụng.\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\"Bật/Tắt các tính năng thử nghiệm như quản lý hoặc trình cài đặt phiên bản. \"\n\"Phát hành ứng viên cho trình thực thi.\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Hỗ trợ Steam Proton\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"Kích hoạt / Hủy kích hoạt các tính năng thử nghiệm của Steam Proton.\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"Thí nghiệm: sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"Bật/tắt Sandbox thử nghiệm trên mỗi bottle.\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"Tự động đóng Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"Đóng Bottles sau khi khởi động một tệp thực thi từ trình quản lý tệp.\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"Hiển thị cảnh báo sandbox\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"Bật/tắt cảnh báo sandbox.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"Chạy phần mềm Windows trên Linux với Bottles!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"Mở Bottle và tận hưởng lúc rảnh rỗi!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"\"\n\"Hệ thống cài đặt phụ thuộc tích hợp cấp quyền truy cập tương thích phần mềm \"\n\"tự động. Sử dụng trình quản lý tải xuống để tải xuống các thành phần chính \"\n\"thức như: chạy phần mềm (Wine, Proton), DXVK, các phụ thuộc, v.v.\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"\"\n\"Phiên bản các bottle giữ cho công việc của bạn an toàn và cho phép bạn khôi \"\n\"phục nó!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"Các tính năng:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"\"\n\"Tạo chai bằng cách sử dụng môi trường được cấu hình sẵn hoặc tạo môi trường \"\n\"của riêng bạn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"\"\n\"Chạy phần mềm (.exe / .msi) trong bottle của bạn, trực tiếp từ menu ngữ cảnh \"\n\"của trình quản lý tệp\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"Phát hiện tự động các ứng dụng được cài đặt trong bottle của bạn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"Thêm biến môi trường một cách nhanh chóng\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"Ghi đè DLL trực tiếp từ tùy chọn mỗi chai\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"Thay đổi bản thực thi khi nhanh chóng cho bất kỳ chai nào\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"\"\n\"Nhiều tối ưu hóa khác nhau để có hiệu suất chơi tốt hơn (esync, fsync, dxvk, \"\n\"bộ nhớ cache, trình biên dịch shaders, giảm tải ... và nhiều hơn nữa.)\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Tự động lắp đặt và quản lý Wine và Proton\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"Sửa Bottle tự động trong trường hợp bị vỡ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"Trình cài đặt phụ thuộc tích hợp dựa trên kho lưu trữ cộng đồng\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Trình quản lý tác vụ tích hợp Wine\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"Truy cập vào ProtonDB và WineHQ để được hỗ trợ\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"Hệ thống chuyển cấu hình của bạn thành các phiên bản mới hơn của Chai\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"Sao lưu và nhập Chai\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"Nhập các tiền tố Wine từ các trình quản lý khác\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Lập phiên bản Bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"... và bạn có thể tìm thấy nhiều hơn nữa bằng cách cài đặt Chai!\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"Cập nhật thông tin siêu dữ liệu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\"Bổ sung thêm thông tin cập nhật và phiên bản ghi chú phát hành chính xác\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"Đã sửa nút \\\"Thêm vào Steam\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"Đã sửa lỗi BottleConfig không thể tuần tự hóa được\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"Đã sửa lỗi trích xuất kép Patool không thành công\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"Phiên bản chính xác\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"Khắc phục sự cố khi tạo bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"Thay đổi lớn: Thiết kế lại giao diện Bottle mới\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"Cải tiến cho trải nghiệm người dùng:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"Thêm toast cho \\\"Chạy thực thi\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"Sửa lỗi:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"Nhập bản sao lưu đã xảy ra lỗi\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"Trình thực thi Steam tự động được bật khi sử dụng wine-ge-custom\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"Khắc phục các sự cố khác nhau liên quan đến mã hóa văn bản\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"Sửa lỗi khi tải xuống nếu Bottles không chạy từ terminal\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"Ngày phiên bản chính xác\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Cải tiến và sửa lỗi Gamescope\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"Cài đặt phụ thuộc nhanh hơn và ổn định hơn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"Kiểm tra tình trạng có nhiều thông tin hơn để gỡ lỗi nhanh hơn\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"NVAPI có nhiều bản sửa lỗi và ổn định hơn, giờ đã hoạt động bình thường\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"Khắc phục sự cố khi tải xuống một thành phần\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"Cải thiện code backend bằng cách tránh spin-lock\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"Nhiều biến hơn cho tập lệnh cài đặt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"Cải tiến để xây dựng hệ thống\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"Bật VKD3D mặc định khi tạo bottles để chơi game\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"Khắc phục sự cố khi đọc tệp Steam có mã hóa xấu\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\"Sửa các thành phần không được cập nhật chính xác trong giao diện người dùng \"\n\"sau khi cài đặt/gỡ cài đặt\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"Các bản sửa lỗi FSR khác\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\"Khắc phục sự cố khi chương trình đóng sau khi được khởi chạy từ \"\n\"\\\"Chạy tệp thực thi\\\"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"và nhiều, rất nhiều, nhiều hơn nữa!\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"Tính toán…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"Chạy .exe / .msi trong chai này\"\n\n#, fuzzy\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"Tạo một Chai mới\"\n\n#, fuzzy\n#~ msgid \"New Bottle\"\n#~ msgstr \"Chai mới\"\n\n#, fuzzy\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Thông tin về chai\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"Một môi trường được cải thiện cho các trò chơi Windows.\"\n\n#, fuzzy\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"Môi trường được cải thiện cho ứng dụng Windows.\"\n\n#, fuzzy\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"Một môi trường cho các thí nghiệm riêng của bạn.\"\n\n#, fuzzy\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"Tập tin cá nhân không liên kết\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"Không liên kết thư mục người dùng với thư mục cá nhân\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 bit\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 bit\"\n\n#, fuzzy\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"Sử dụng Gamescope\"\n\n#, fuzzy\n#~ msgid \"Custom Path\"\n#~ msgstr \"Cá nhân hóa\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"Bạn đang ngoại tuyến, không thể tải xuống.\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"Chọn một đường dẫn thực thi\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"Chọn một tệp thực thi Windows\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"Chọn thư mục làm việc cho Trình thực thi\"\n\n#, fuzzy\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"Chọn một tệp cấu hình\"\n\n#, fuzzy\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"Chọn một tên cho chai của bạn\"\n\n#, fuzzy\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"Chọn một đường dẫn thực thi\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"Chọn đoạn mã\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"Chọn thư mục làm việc\"\n\n#, fuzzy\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"Không cài đặt được các thành phần, đã thử 3 lần.\"\n\n#, fuzzy\n#~ msgid \"Layers\"\n#~ msgstr \"Các lớp\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"Chất lượng cao\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"Chất lượng\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"Cân bằng\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"Nhiều lớp\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"Một môi trường nhiều lớp, trong đó mỗi ứng dụng là một lớp.\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"Chọn đường dẫn\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"Chọn một tệp cấu hình\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"Không tìm thấy trạng thái nào\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"Dễ dàng quản lý wineprefix bằng cách sử dụng môi trường\"\n\n#, fuzzy\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"Chạy với các đối số\"\n\n#, fuzzy\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"Duyệt các tập tin\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"Quản lý các tác vụ với trình quản lý tác vụ Wine.\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"Thực hiện debug các tiến trình WINE.\"\n\n#, fuzzy\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Cấu hình\"\n\n#, fuzzy\n#~ msgid \"Read documentation.\"\n#~ msgstr \"Đọc tài liệu\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"\"\n#~ \"Chúng tôi đặc biệt khuyên bạn không nên cài đặt nhiều gói phụ thuộc cùng \"\n#~ \"một lúc.\"\n\n#, fuzzy\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"Chọn các gói phụ thuộc\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"Đọc tài liệu\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"Đồ họa\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Cải thiện hiệu suất của các trò chơi DirectX 11 và các ứng dụng 3D.\\n\"\n#~ \"Vô hiệu hóa nếu bạn gặp trục trặc đồ họa.\"\n\n#, fuzzy\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"\"\n#~ \"Cải thiện hiệu suất của các trò chơi DirectX 12 và các ứng dụng 3D.\\n\"\n#~ \"Vô hiệu hóa nếu bạn gặp trục trặc đồ họa.\"\n\n#, fuzzy\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"Kích hoạt DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"Cung cấp hỗ trợ DLSS nếu có và NVIDI của Nvidia.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"\"\n#~ \"FSR sử dụng các công nghệ mở rộng tiên tiến để cải thiện tốc độ làm mới \"\n#~ \"khung hình của bạn.\\n\"\n#~ \"Vô hiệu hóa tính năng này nếu bạn gặp phải sự cố đồ họa.\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"Quản lý thiết đặt Gamescope\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"Sử dụng máy tính Wine ảo.\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"\"\n#~ \"Cho phép chương trình chụp hình vị trí chuột khi ở chế độ toàn màn hình.\"\n\n#, fuzzy\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"Sử dụng trình phiên bản\"\n\n#, fuzzy\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"Sử dụng Gamescope\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"Trình kết xuất\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"Vulkan\"\n\n#, fuzzy\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"Thành phần phiên bản\"\n\n#, fuzzy\n#~ msgid \"DXVK Version\"\n#~ msgstr \"Phiên bản DXVK\"\n\n#, fuzzy\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"Phiên bản VKD3D\"\n\n#, fuzzy\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"Phiên bản DXVK NVAPI\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"Quản lý các phiên bản DXVK\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"Tối ưu hóa hiệu suất chơi game theo yêu cầu.\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"Sử dụng bộ vi hợp Gamescope.\"\n\n#, fuzzy\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"Mặc định đường dẫn cho chai.\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"Chọn một thư mục\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"Âm thanh\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"Giảm độ trễ Pulseaudio\"\n\n#, fuzzy\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"\"\n#~ \"Đặt độ trễ Pulseaudio đến 60 mili giây để cải thiện chất lượng âm thanh\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"Trình phiên bản\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"Nhà phát triển & Gỡ lỗi\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"Lưu các đường dẫn mã không được thực hiện trong Wine.\"\n\n#, fuzzy\n#~ msgid \"No Programs found\"\n#~ msgstr \"Không tìm thấy chương trình\"\n\n#, fuzzy\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"Hãy ghỉ ngơi, có thể mất một lúc\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Quản lý thiết đặt Gamescope\"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"Quản lý thiết đặt Gamescope\"\n\n#, fuzzy\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"Bắt đầu bằng cách tạo một Chai.\"\n\n#, fuzzy\n#~ msgid \"Import/Export…\"\n#~ msgstr \"Nhập / xuất\"\n\n#, fuzzy\n#~ msgid \"Support\"\n#~ msgstr \"Xuất\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"Diễn đàn\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"Mở menu\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"Chai mới\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"Xác nhận\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"Bạn có chắc muốn huỷ hết các quá trình?\\n\"\n#~ \"Điều này có thể gây mất dữ liệu.\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"Đường dẫn mặc định cho bottle.\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"Chi tiết & Tiện ích\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"Tìm thấy trong menu Khởi động của chai.\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"Một chai có tên \\\"{0}\\\" đã được tạo thành công\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#, fuzzy\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"Tạo trạng thái phiên bản 0…\"\n\n#, fuzzy\n#~ msgid \"New About dialog\"\n#~ msgstr \"Chai mới\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"Dễ dàng quản lý wineprefix\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"Thử nghiệm:thư viện\"\n\n#, fuzzy\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"\"\n#~ \"Kích hoạt / Hủy kích hoạt các tính năng thử nghiệm của chế độ Thư viện.\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"Tải xuống…\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"Kiểm tra sức khỏe\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"Tạo chỉ mục tập tin trạng thái…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"Tạo điểm khôi phục…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"Không thể tạo thư mục trạng thái.\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"Cập nhật chỉ mục…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"Không thể cập nhật tệp trạng thái.\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"Không thể cập nhật tệp chỉ mục.\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"Các đối số được tìm thấy cho thực thi: [{executable}].\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"Bước {self.__step} của {self.steps}\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"Mở trong Terminal\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"Chỉ mục cho trạng thái {0}\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"Đọc tài liệu\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK HUD\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"\"\n#~ \"Kích hoạt lớp DXVK dùng hiển thị FPS và các chi tiết khác trong các ứng \"\n#~ \"dụng D3D.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"Đọc tài liệu\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"Kích hoạt trình phiên bản để lưu và khôi phục trạng thái chai.\"\n\n#, fuzzy\n#~ msgid \"Health Check\"\n#~ msgstr \"Kiểm tra sức khỏe\"\n\n#, fuzzy\n#~ msgid \"Task manager\"\n#~ msgstr \"Quản lý tác vụ\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"Cài đặt\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"Nhập một nhận xét thực sự ngắn:\"\n\n#, fuzzy\n#~ msgid \"GE Wine\"\n#~ msgstr \"Wine\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Phiên bản Chai (thử nghiệm)\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\"> Dịch </a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\"> Tài trợ \\\"</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/bottles/issues\\\"> Báo cáo lỗi </\"\n#~ \"a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\"> Blog </a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/Usebottles\\\"> Twitter </a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"Báo cáo lỗi\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"Chuyển vào trong hộp cát\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"Đang chuyển vào hộp cát…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"Tiện ích\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"\"\n#~ \"Chế độ thử nghiệm được bật: Chỉ các phụ thuộc từ kho lưu trữ thử nghiệm \"\n#~ \"được hiển thị.\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"Microsoft .NET Framework 4.0 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"\"\n#~ \"Mặc dù các tệp trên trang này đã được xác minh, chúng có thể được cấp \"\n#~ \"phép độc quyền.\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"\"\n#~ \"Mặc dù các tệp trên trang này đã được xác minh, chúng có thể được cấp \"\n#~ \"phép độc quyền.\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"Đọc tài liệu\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Chi tiết Chai\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"Chai đẹp của tôi\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"Đổi tên bottle\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"Sử dụng DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"Sử dụng VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"Kích hoạt FSR\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"Chụp ảnh chuột toàn màn hình\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"Quản lý các phiên bản VKD3D\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"Sẽ khởi động lại wineserver.\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL ghi đè\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"Đọc tài liệu\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"ví dụ. ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"Thay thế hiện tại\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"vd: -vd1 -vd2 -vd3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"vd: BảnSaoChai\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"tên_trang\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"trang_đang_sao_chép\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"trang_đã_nhân_bản\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"Biến mới\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"vd. MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"\"\n#~ \"Tại đây bạn có thể thay đổi các biến môi trường cho các lệnh thực thi.\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"vd: VAR1 = giá_trị VAR2 = giá_trị\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"vd: VAR1=value VAR2=value ..\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"Nhập tên mới:\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"Nhập ở đây..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"Tin nhắn đến đây.\"\n\n#, fuzzy\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"Tùy chọn\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"Chọn một tên cho chai của bạn\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"Sử dụng Gamescope\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"Chào mừng\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Chai làm cho phần mềm Windows chạy trên Linux dễ dàng hơn nhiều.\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"Trình thực thi là gì?\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"Chúng ta đã gẫn xong\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"Chúng tôi cần tải xuống và cài đặt một trình thực thi, cho phép bạn tạo \"\n#~ \"chai của riêng bạn.\\n\"\n#~ \"Kích thước tải xuống là <b> ~ 70mb </b>.\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\"> Đọc \"\n#~ \"thêm về những gì chúng ta sẽ tải xuống </a>\\n\"\n#~ \"\\n\"\n#~ \"Chúng tôi không thể cung cấp các tệp này với các chai vì chúng có các chu \"\n#~ \"kỳ phát hành khác nhau.\\n\"\n#~ \"\\n\"\n#~ \"Khi bạn đã sẵn sàng, hãy nhấn nút <b> Cài đặt </b>.\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"Ngồi xuống và thư giãn, có thể mất vài phút.\"\n\n#~ msgid \"Download\"\n#~ msgstr \"Tải xuống\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"Mọi thứ đã sẵn sàng!\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"Bây giờ bạn đã sẵn sàng để tạo chai đầu tiên.\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"Hoàn thành\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"Nếu danh sách trên phải hiển thị các phiên bản không ổn định.\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"Quay lại\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"Thực thi chương trình\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"Xác nhận xóa\"\n\n#~ msgid \"Done\"\n#~ msgstr \"Xong\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Tình quản lý thực thi\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"Tình quản lý thực thi\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"Tình quản lý thực thi\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Diễn đàn về Chai\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"Các chương trình mới sẽ được tự động tìm.\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"Nhân bản một chai\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"Thay đổi biến môi trường\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"Trường này không thể chứa các ký tự đặc biệt!\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"Đây là các lớp tương thích cho phép cài đặt phần mềm Windows và chạy trên \"\n#~ \"các hệ thống Linux.\\n\"\n#~ \"\\n\"\n#~ \"<b> Chai </b> là môi trường trong đó trình thực thi cấu hình hệ thống và \"\n#~ \"phần mềm Windows chạy và cài đặt được.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\"> Đọc thêm về \"\n#~ \"Trình thực thi </a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"Nhập và xuất\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Trợ giúp\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"Tôi không thể thấy các bottles cũ của mình sau khi nâng cấp.\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"Tôi không thấy một số thư mục.\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"Tôi không thể thấy tệp ở thư mục nhà của tôi.\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"Tệp khởi chạy tự thoát hoặc có màn hình đen\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"Phá bỏ bottle này\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 Bit\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"Sao lưu bottle này.\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64-bit\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32-bit\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"Chủ đề đêm\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"Sử dụng chủ đề ban đêm.\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"Thử nghiệm: trình cài đặt\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"Kích hoạt trình biên dịch ACO Shader\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"Cải thiện hiệu suất trong các trò chơi và ứng dụng 3D.\\n\"\n#~ \"Vô hiệu hóa nếu bạn gặp trục trặc đồ họa.\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"Chế độ ban đêm\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Vấn đề của Chai\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Chai đã Khởi động!\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"Đây là một chức năng thử nghiệm khi bắt đầu phát triển, hãy cẩn thận và \"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/bottles/issues/new/choose\\\"> báo \"\n#~ \"cáo lỗi </a>.\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Nhà phát triển chai\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"Tối ưu hóa hiệu suất chơi game theo yêu cầu\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"Phiên bản NVAPI\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"Trỏ đến đường của chai\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"\"\n#~ \"Chế độ trò chơi hoặc không có sẵn trên hệ thống của bạn hoặc không chạy.\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"Thử nghiệm: trình cài đặt\"\n\n#~ msgid \"Software\"\n#~ msgstr \"Phần mềm\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"Một môi trường được cải thiện cho phần mềm Windows.\"\n"
  },
  {
    "path": "po/yi.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-09-27 10:57+0530\\n\"\n\"PO-Revision-Date: 2026-03-16 15:43+0000\\n\"\n\"Last-Translator: \\\"Omer I.S.\\\" <omeritzicschwartz@gmail.com>\\n\"\n\"Language-Team: Yiddish <https://hosted.weblate.org/projects/bottles/bottles/\"\n\"yi/>\\n\"\n\"Language: yi\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=2; plural=n != 1;\\n\"\n\"X-Generator: Weblate 5.17-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"נישט קיין פֿאג איז געגעבן\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"זיכערונג {0}\"\n\n#: bottles/backend/managers/backup.py:103\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"זיכערונג אימפּאָרטירן: {0}\"\n\n#: bottles/backend/managers/manager.py:1076\n#: bottles/backend/managers/manager.py:1396\n#: bottles/backend/managers/manager.py:1397\n#, python-format\nmsgid \"Failed to install dependency: %s\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1115\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1126\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1203\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1215\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1220\nmsgid \"Generating bottle configuration…\"\nmsgstr \"פֿלאַש־קאָנפיגוראַציע איז ערצויגט…\"\n\n#: bottles/backend/managers/manager.py:1243\nmsgid \"Template found, applying…\"\nmsgstr \"\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1255\nmsgid \"The Wine config is being updated…\"\nmsgstr \"דער Wine קאָנפֿיגוראַציע איז אויפן אויפצייטן…\"\n\n#: bottles/backend/managers/manager.py:1257\nmsgid \"Wine config updated!\"\nmsgstr \"‏Wine קאָנפֿיגוראַציע איז אויפגעצייט!\"\n\n#: bottles/backend/managers/manager.py:1265\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1267\nmsgid \"Sandboxing userdir…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1308\nmsgid \"Setting Windows version…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1318\nmsgid \"Apply CMD default settings…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Optimizing environment…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1337\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1347\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1350\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1367\nmsgid \"Installing DXVK…\"\nmsgstr \"‏DXVK געאיינשטעלירט…\"\n\n#: bottles/backend/managers/manager.py:1375\nmsgid \"Installing VKD3D…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1384\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1393\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1407\nmsgid \"Creating versioning state 0…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1415\nmsgid \"Finalizing…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/manager.py:1426\nmsgid \"Caching template…\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:111\nmsgid \"Show version\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:119\nmsgid \"Executable path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:127\nmsgid \"lnk path\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:135 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:143\nmsgid \"Pass arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:202\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:242\nmsgid \"[Quit] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:252\nmsgid \"[Help] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:260\nmsgid \"[Refresh] request received.\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:293\nmsgid \"Donate\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:298\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"\"\n\n#: bottles/frontend/main.py:324\nmsgid \"Sponsored and Funded by\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:23\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:347\nmsgid \"Show Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:53\nmsgid \"Pre-run Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:376\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:199\n#: bottles/frontend/ui/preferences.blp:247\nmsgid \"You're offline :(\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:82\nmsgid \"Read Documentation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52 bottles/frontend/ui/new.blp:53\nmsgid \"Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"DXVK\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:278\nmsgid \"VKD3D\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:286\nmsgid \"LatencyFleX\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:201\nmsgid \"Monitor Performance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:205\nmsgid \"Manage MangoHud settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:210\nmsgid \"Feral GameMode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:220\nmsgid \"Preload Game Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:225\nmsgid \"Manage vmtouch settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:240\nmsgid \"OBS Game Capture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:250\nmsgid \"Compatibility\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:253\nmsgid \"Windows Version\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:256\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:265\nmsgid \"Language\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:274\nmsgid \"Dedicated Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:278\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:294\nmsgid \"Bottles Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:305\nmsgid \"Steam Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:314\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Pre-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\nmsgid \"e.g.: ludusavi restore --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:118\nmsgid \"Post-run Script Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:121\nmsgid \"e.g.: ludusavi backup --force \\\"Game Name\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:317\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:157\nmsgid \"Reset to Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:338\n#: bottles/frontend/ui/preferences.blp:178 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:221\nmsgid \"(Default)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:346\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:356\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:366\nmsgid \"Manage Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:380\nmsgid \"Automatic Snapshots\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:390\nmsgid \"Compression\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:400\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-preferences.blp:404\nmsgid \"Manage Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:507\n#: bottles/frontend/views/bottle_details.py:603\n#: bottles/frontend/views/bottle_preferences.py:746\n#: bottles/frontend/views/preferences.py:212\nmsgid \"_Cancel\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:53\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose from where start the program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:42\nmsgid \"Display On Game Start\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-mangohud.blp:43\nmsgid \"Display HUD as soon as the game starts. Can be toggled in-game (default keybind: [⇧ Right Shift] + [F12]).\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:404\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:33\nmsgid \"No Thumbnail\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/loading.blp:22\nmsgid \"Continue Offline\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:5 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:12\n#: bottles/frontend/ui/preferences.blp:40\nmsgid \"General\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:15\nmsgid \"Appearance\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Dark Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:19\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Show Update Date\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:30\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:43\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Notifications\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:44\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Temp Files\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:54\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:64\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:74\nmsgid \"Integrations\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:78\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:99\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:109\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:119\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:129\nmsgid \"Advanced\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Pre-Release\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:133\nmsgid \"Display unstable versions of runners and components.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:142\nmsgid \"Force Offline Mode\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:143\nmsgid \"\"\n\"Force disable any network activity even with available network connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:152\nmsgid \"Bottles Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:153\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:188\nmsgid \"Runners\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:202\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:236\nmsgid \"DLL Components\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:250\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:282\nmsgid \"DXVK-NVAPI\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:295\nmsgid \"Core\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:299\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"WineBridge\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:309\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Experiments\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:312\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:315\nmsgid \"Sandbox per bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/preferences.blp:316\nmsgid \"In early development.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"\"\n\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:193\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:209\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:273\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:276\nmsgid \"Add\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:349\nmsgid \"Hide Hidden Programs\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:386\n#: bottles/frontend/widgets/library.py:163\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:416\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:417\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:419\n#: bottles/frontend/views/bottle_details.py:528\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:432\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:434\nmsgid \"Export\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:436\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:438\nmsgid \"Backup\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:443\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:445\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:504\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:505\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:508\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"_Delete\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:524\nmsgid \"Missing Runner\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:525\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:600\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_details.py:604\nmsgid \"Force _Stop\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:240\nmsgid \"Select Working Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:422\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:743\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_preferences.py:744\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:145\nmsgid \"Importing backup…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:117\nmsgid \"Select a Backup Archive\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:120\n#: bottles/frontend/views/importer.py:157\nmsgid \"Import\"\nmsgstr \"\"\n\n#: bottles/frontend/views/importer.py:154 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:46\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/loading.py:47\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:134\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:187\nmsgid \"Select Bottles Path\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:209\nmsgid \"Relaunch Bottles?\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:210\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:213\nmsgid \"_Relaunch\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:306\nmsgid \"Based on Valve's Wine, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:307\nmsgid \"Based on Wine upstream, includes Staging and Proton patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:308\nmsgid \"\"\n\"Based on the most recent bleeding-edge Valve's Proton Experimental Wine, \"\n\"includes Staging and custom patches. This is meant to be used with non-steam \"\n\"games outside of Steam.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:311\nmsgid \"\"\n\"Based on Wine upstream, Staging, Staging-TkG and Proton patchset optionally \"\n\"available.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:313\nmsgid \"Based on Wine upstream, includes Staging patches.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:314\nmsgid \"\"\n\"Based on most recent bleeding-edge Valve's Proton Experimental, includes \"\n\"Staging and custom patches. Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:317\nmsgid \"Other Wine runners\"\nmsgstr \"\"\n\n#: bottles/frontend/views/preferences.py:318\nmsgid \"Other Proton runners\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:76\nmsgid \"Upgrade\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/component.py:142\nmsgid \"Installing…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/library.py:176\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/envvars.py:135\nmsgid \"No environment variables defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:105\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:55\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:56\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/launchoptions.py:214\nmsgid \"Select Script\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Force Offline\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"\"\n\"\\\"Force disable any network activity even with available network connection.\"\n\"\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Toggle update date in list\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Steam apps listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Epic Games listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle epic games listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window width\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window width.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Window height\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Change the window height.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Show notifications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Temp cleaning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Release Candidate\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Startup view\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Steam Proton Support\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Experiments:sandbox\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Automatically close Bottles\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:91\nmsgid \"Show sandbox warning\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.gschema.xml:92\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"\"\n\"Bottles lets you run Windows software on Linux, such as applications and \"\n\"games. It introduces a workflow that helps you organize by categorizing each \"\n\"software to your liking. Bottles provides several tools and integrations to \"\n\"help you manage and optimize your applications.\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Features:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:14\nmsgid \"Use pre-configured environments as a base\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:15\nmsgid \"Change runners for any bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"Various optimizations and options for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Repair in case software or bottle is broken\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:18\nmsgid \"Install various known dependencies\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Integrated task manager to manage and monitor processes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"Backup and restore\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:69\nmsgid \"Fix runners and components from not showing when prereleases are off\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:70\nmsgid \"Fix Steam runtime compatibility with Wine runners\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:75\nmsgid \"A few bug fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:80\nmsgid \"Support for the double-DLL VKD3D\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:81\nmsgid \"Updated Flatpak runtime\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:82\nmsgid \"Minor improvement and fixes to the library\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:83\nmsgid \"Fix the Steam link not being correct\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Download stable component by default\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:85\nmsgid \"Make window remember dimensions\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:90\nmsgid \"Update metadata information\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:100\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:102\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:107\nmsgid \"Correct version\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:118\nmsgid \"Quality of life improvements:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Replace emote-love icon with a library in library page\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Bug fixes:\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:125\nmsgid \"Adding a shortcut to Steam resulted in an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:126\nmsgid \"Importing backups resulted an error\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:127\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:128\nmsgid \"\"\n\"Various library-related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:129\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:136\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:143\nmsgid \"Correct version date\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:144\nmsgid \"Hide NVIDIA-related critical errors on non-NVIDIA systems\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More variables for installer scripting\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was not ready\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"Improvement to build system\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:160\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:161\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:162\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:163\nmsgid \"More FSR fixes\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:164\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:165\nmsgid \"and many, many, many more!\"\nmsgstr \"\"\n"
  },
  {
    "path": "po/zh_Hans.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2026-02-13 13:09+0000\\n\"\n\"Last-Translator: chengli <chenmengchuxi2018@163.com>\\n\"\n\"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/\"\n\"projects/bottles/bottles/zh_Hans/>\\n\"\n\"Language: zh_Hans\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.16-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"未指定路径\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"备份 {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"正在导入备份：{0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"组件安装失败，已重试 3 次。\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"缺少必要组件，正在安装…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"创建容器目录失败。\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"创建占位目录/文件失败。\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"正在生成容器配置…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"找到模板，正在应用…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"正在更新 Wine 配置…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"Wine 配置已更新！\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"以 Flatpak 运行，正在沙箱化用户目录…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"正在沙箱化用户目录…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"正在设置 Windows 版本…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"正在应用 CMD 默认设置…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"正在优化环境…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"正在应用环境：{0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"（!）正在使用自定义环境配置…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"（!）未找到配置文件或配置无效…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"正在安装 DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"正在安装 VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"正在安装 DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"正在安装依赖项：%s …\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"正在创建版本状态 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"正在完成收尾…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"正在缓存模板…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"正在提交状态…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"没有可提交的内容\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"新状态 [{0}] 创建成功！\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"状态列表获取成功！\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"状态 {0} 恢复成功！\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"正在恢复状态 {} …\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"未找到状态\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"状态 {} 已是当前激活状态\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"显示版本\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"可执行文件路径\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"快捷方式路径\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"容器名称\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"传递参数\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"无效的 URI（格式：bottles:run/<容器>/<程序>）\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"已收到 [退出] 请求。\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"已收到 [帮助] 请求。\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"已收到 [刷新] 请求。\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"捐赠\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"第三方库与特别致谢\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"赞助与支持\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"版权所有 © 2017 Bottles 开发者\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles 开发者\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"译者信息\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"组件版本\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"卸载\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"浏览文件\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"安装失败。可能是仓库错误、下载不完整或校验值不匹配。点击重试。\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"下载并安装\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"显示清单\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"许可证\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"重新安装\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"报告错误…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"依赖项名称\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"依赖项描述\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"分类\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"下载并安装此依赖项\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"安装时发生错误。重启 Bottles 查看崩溃报告，或在终端中运行查看输出。\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"依赖项菜单\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"故障排除\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"浏览文件…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"复制容器…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"这是容器的完整归档，包含个人文件。\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"完整备份…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"这只是容器配置，适合创建不含个人文件的新容器。\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"导出配置…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"显示隐藏程序\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"搜索新程序\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"删除容器…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"二级菜单\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"强制停止所有进程\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"模拟 Windows 系统关机。\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"关机\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"模拟 Windows 系统重启。\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"重启\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"启动选项\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"在终端中运行\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"拖放文件以运行\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"我的容器\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"环境\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"运行器\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"此容器已启用版本管理\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"此容器已启用版本管理。\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"运行可执行文件…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"程序\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"\"\n\"点击「运行可执行文件…」运行程序，「添加快捷方式…」将程序加入列表，或「安装程\"\n\"序…」安装社区精选程序。\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"添加快捷方式…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"安装程序…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"选项\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"设置\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"配置容器设置。\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"依赖项\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"为程序安装依赖项。\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"快照\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"创建和管理容器状态。\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"任务管理器\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"管理正在运行的程序。\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"工具\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"命令行\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"在容器内运行命令。\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"注册表编辑器\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"编辑内部注册表。\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"传统 Wine 工具\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"资源管理器\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"调试器\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"配置\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"卸载程序\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"控制面板\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"搜索依赖项…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"你当前处于离线状态 :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles 处于离线模式，无法使用依赖项。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"依赖项是用于提升 Windows 软件兼容性的资源。\\n\"\n\"\\n\"\n\"本页文件由第三方提供并受专有许可证保护。安装即表示你同意其许可条款。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"报告问题或缺失的依赖项。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"报告缺失依赖项\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"阅读文档。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"文档\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"搜索\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"搜索程序…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"安装社区精选程序。\\n\"\n\"\\n\"\n\"本页文件由第三方提供并受专有许可证保护。安装即表示你同意其许可条款。\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"未找到安装程序\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"仓库不可用，或没有与此容器兼容的安装程序。\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"阅读文档\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"名称\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"组件\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine 兼容层版本。\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"正在更新运行器和组件，请稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"将 Direct3D 8/9/10/11 转为 Vulkan，提升兼容性。\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"正在更新 DXVK，请稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"将 Direct3D 12 转为 Vulkan，提升兼容性。\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"正在更新 VKD3D，请稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"正在更新 DXVK-NVAPI，请稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"提升响应速度，可能被部分反作弊软件检测。\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"正在更新 LatencyFleX，请稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"显示\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"深度学习超级采样（DLSS）\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"通过 DXVK-NVAPI 提升性能，牺牲画质。仅支持较新 NVIDIA 显卡。\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX 超级分辨率（FSR）\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"提升性能，牺牲画质。仅支持 Vulkan。\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"管理 FSR 设置\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"独立显卡\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"使用独立显卡提升性能，增加功耗。\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"后期处理效果\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"通过 vkBasalt 添加后期效果，仅支持 Vulkan。\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"管理后期处理层设置\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"通过 Gamescope 管理游戏显示方式。\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"管理 Gamescope 设置\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"高级显示设置\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"性能\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"启用同步机制，提升多核处理器性能。\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"同步\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"系统\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"性能监控\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"通过 MangoHud 在 OpenGL/Vulkan 上显示帧率、温度、CPU/GPU 占用等信息。\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"Feral GameMode\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"为设备应用优化，可提升游戏性能。\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"预加载游戏文件\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"多次启动时加快加载速度，首次启动会稍慢。\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"管理 vmtouch 设置\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS 游戏采集\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"为所有 Vulkan/OpenGL 程序启用 OBS 游戏采集。\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"兼容性\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows 版本\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"正在更新 Windows 版本，请稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"语言\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"选择程序使用的语言。\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"专用沙箱\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"为此容器使用受限/托管环境。\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"管理沙箱权限\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles 运行时\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"提供额外库以提升兼容性，出现问题时可关闭。\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam 运行时\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"提供额外库以提升 Steam 游戏兼容性，出现问题时可关闭。\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"工作目录\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"恢复默认\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"（默认）\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL 覆盖\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"环境变量\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"管理驱动器\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"自动快照\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"安装软件或修改设置前自动创建快照。\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"压缩\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"压缩快照以节省空间，会减慢创建速度。\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"使用排除规则\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"在快照中排除指定路径。\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"管理规则\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"刷新\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"停止进程\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"未找到快照\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"创建第一个快照，开始保存设置状态。\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"简短备注\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"保存容器状态。\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"创建新快照\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"详情\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"返回\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"操作\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"选择容器\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"取消\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"选择\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"创建新容器\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles 崩溃报告\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"取消(_C)\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"发送报告\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"\"\n\"Bottles 上次运行时崩溃。请填写报告并附上以下调用栈，帮助我们定位问题并避免再\"\n\"次发生。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"我们发现了一份或多份相似报告。提交新报告前请确认未重复上报。每份报告都需要开\"\n\"发者花费精力排查，请尊重他们的工作，不要重复提交。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"我仍要上报。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"高级选项\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"软件包不完整\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"此版本 Bottles 似乎缺少必要核心依赖，请联系包维护者或使用官方版本。\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"退出\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"DLL可以使用wine原生自带，或使用程序自带。\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"新建覆盖\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"覆盖项\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"驱动器\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"这些是主机路径，会被运行器映射为 C:、D: 等设备。\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"盘符\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"已有驱动器\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"复制容器\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"复制\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"为复制的容器输入名称。\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"正在复制…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"这可能需要一些时间。\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"容器已复制\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"环境变量会影响容器内进程的运行行为。\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"变量名\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"已有变量\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"排除规则\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"定义规则，排除部分目录不纳入版本管理。\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"规则\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"已有规则\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope 设置\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"保存\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"管理游戏显示方式。\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"游戏分辨率\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"以游戏自身分辨率为基准。\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"宽度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"高度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"窗口分辨率\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"分辨率高于游戏时会进行放大。\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"杂项\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"帧率限制\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"窗口失焦时帧率限制\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"整数倍缩放\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"窗口类型\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"无边框\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"全屏\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"是否继续安装？\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"开始安装\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"此安装程序需要本地资源，无法自动提供。\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"继续\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"安装完成！\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"显示程序\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"安装失败！\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"出现错误。\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"所有消息\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"严重\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"错误\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"警告\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"信息\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"日志浏览器\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"日志浏览器\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"更改日志级别。\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"全部\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"这些参数将在启动时传递。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"自定义参数\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"命令参数\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"例如：VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"运行后脚本\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"选择程序运行后执行的脚本。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"选择脚本\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"选择程序启动目录。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"选择目录\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"这些设置将覆盖此可执行文件的默认配置。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"首选项覆盖\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"重置为 Bottle 的默认值\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"虚拟桌面\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton 免责声明\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"使用 Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"请注意，在非 Steam 瓶中使用基于 Proton 的运行器可能会导致问题并阻止它们正常运\"\n\"行。\\n\"\n\"\\n\"\n\"我们建议使用 Wine-GE，它是一种在 Steam 之外运行的 Proton 版本。\\n\"\n\"\\n\"\n\"继续将自动启用 Steam 运行时（如果系统中存在并被 Bottles 检测到），以允许它访\"\n\"问必要的库并限制兼容性问题。 请注意，runner 的提供者 GloriousEggroll 不对任何\"\n\"问题负责，我们要求您不要向他们报告问题。\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"我知道了。\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"重命名\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"为所选程序挑选新名称。\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"新名称\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"带参数运行\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"运行\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"将要传递给可执行文件的参数写在下面。\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"如：-opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"沙盒设置\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"分享网络\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"分享声音\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"需要升级\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"继续\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"启动升级\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"新版本控制系统\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"新的 bottle 版本控制系统已经登陆。\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles 有一个不向后兼容的全新版本控制系统。\\n\"\n\"\\n\"\n\"要继续使用版本控制，我们需要重新初始化 bottle 存储库。 这不会从您的 bottle 中\"\n\"删除数据，但会删除所有现有快照并创建一个新快照。\\n\"\n\"\\n\"\n\"如果您需要在继续之前返回之前的状态，请关闭此窗口并恢复快照，然后重新打开 \"\n\"bottle 以再次显示此窗口。\\n\"\n\"\\n\"\n\"旧系统将在后续的一个版本中停止使用。\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"重新初始化存储库中…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"完毕！ 请重新启动 bottles。\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"后期处理效果设置\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"默认\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"默认设置\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"根据列表顺序应用效果。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"效果\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"对比度自适应锐化\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"锐利度\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"显示信息\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"降噪 Luma 锐化\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"降噪\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"快速近似反锯齿\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"亚像素质量\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"质量边缘阈值\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"质量边缘阈值最小值\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"亚像素形态反锯齿\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"边缘检测\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"色彩\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"阈值\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"最大搜索步长\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"最大搜索步长对角\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"最大圆角\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"CAS 锐化增加帧的锐度。较高的值使帧更清晰，低于 0 的值使帧比原生更柔软。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"DLS 锐化增加帧的锐度。数值越高，帧越锐利。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"DLS 降噪可以降低帧的噪声。更高的值使帧更柔软。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"FXAA 亚像素质量减少亚像素级锯齿。更高的值使帧更柔软。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"FXAA 边缘阈值是应用 FXAA 算法所需的最小对比度量。数值越高，帧的对比度越强。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"FXAA 质量边缘阈值最小值是 FXAA 算法忽略的暗像素的最小值。较高的值会使 FXAA 忽\"\n\"略低于指定值的像素，可能导致性能提高。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"Luma 从单色角度检测边缘，而 Color 基于颜色检测边缘。Luma 性能比 Color 好。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"SMAA 阈值指定了边缘检测的灵敏度。较低的值以性能为代价检测更多的边缘。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"SMAA 最大搜索步长指定了搜索边缘时执行的水平搜索步长和垂直搜索步长。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"SMAA 最大对角搜索步长指定了搜索边缘时执行的对角搜索步长。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA 圆角表示倒角边角的强度。\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"内置（Wine）\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"原生（Windows）\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"内置先于原生\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"原生先于内置\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"禁用\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"删除\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/point/to/path\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"值\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"浏览文件\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine 前缀名\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"管理器\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"该 Wine 前缀已导入 Bottles 中。\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"导入 Bottles 备份\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"再次搜索前缀\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"未找到前缀\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"未找到外部前缀。Bottles 有权访问它们吗？\\n\"\n\"使用顶部的图标从备份中导入 bottle。\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"完全归档\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"显示清单…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"阅读评论…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"安装程序名称\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"安装程序描述\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"未知\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"安装此程序\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"程序菜单\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"无缩略图\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"启动\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"随 Steam 启动\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"项目名\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"从库中删除\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"停止\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"库\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"从你 bottle 的程序列表将项目添加至此\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"该 bottle 已激活版本控制。\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"该 bottle 看起来已损坏。\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"在这个 bottle 中执行\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"在此运行\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"该 bottle 看起来已损坏，配置文件丢失。我可以尝试通过创建新配置来解决。\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"搜索你的 bottles…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"新建 Bottle…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"未找到结果\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"尝试不同的搜索。\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"启动中…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"此资源缺失。\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"浏览\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"创建(_R)\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Bottle 名称\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"应用程序(_A)\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"游戏(_G)\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"自定义(_U)\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"自定义\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"分享用户目录\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"选中可让 bottle 中的用户目录变得可发现，风险是可能将私人信息分享给 Windows 软\"\n\"件。在 bottle 创建后无法更改此选项。\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"架构\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"我们建议仅在绝对必要时使用 32 位。\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"导入自定义配置。\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Bottle 目录\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"将包含这个 Bottle 的数据的目录。\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"关闭(_C)\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"此名称不可用，请尝试另一个。\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"上一个\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"欢迎使用 Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"在 Linux 上运行 Windows 软件。\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Bottles 中的窗口\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"Bottles 使用兼容性运行器提供隔离的容器式类 Windows 环境供程序运行。\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"即将完成\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"我们还需要几分钟来设置一切…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"大功告成！\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"请先完成设置\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"开始使用 Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"下一项\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"首选项\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"常规\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"外观\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"深色模式\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Bottles 是否应使用深色主题。\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"显示更新日期\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"是否在 bottle 列表中显示更新日期。\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"通知\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"为下载和安装显示通知。\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"临时文件\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"在 Bottles 启动时清理临时文件吗？\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"启动程序后关闭 Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"从文件管理器启动程序后关闭 Bottles。\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"集成\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton 前缀\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"列出并管理 Steam Proton 前缀。\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"列出“程序列表”中的 Steam 应用\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"需在 bottles 中安装 Steam 的 Windows 版本。\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"列出“程序列表”中的 Epic 游戏\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"需在 bottle 中安装 Epic 游戏商店。\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"在程序列表中列出 Ubisoft 游戏\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"需在 bottle 中安装 Ubisoft Connect。\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"高级\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles 目录\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"包含你的 Bottle 的数据的目录。\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"运行器\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles 运行于离线模式，因此运行器不可用。\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"预发行\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"显示不稳定版本的运行器。\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL 组件\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles 运行于离线模式下，因此 DLL 不可用。\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"核心\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"运行时（Runtime）\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"实验功能\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"这些功能正在开发中，可能不稳定，预计会出现错误和损坏。\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"bottle “沙盒”功能开关\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"早期开发中。\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"用终端启动\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"浏览路径\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"更改启动选项…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"添加到我的库\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"添加桌面条目\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"添加到 Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"重命名…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"隐藏程序\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"显示程序\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"从列表中删除\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"程序名称\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"状态 id\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"状态注释\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"恢复该快照\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"删除消息\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"主菜单\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"您似乎没有连接互联网。没有网络您无法下载必需的组件。当您恢复连接时点击该图标\"\n\"。\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"导入…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"帮助\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"关于 Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"文件 \\\"{0}\\\" 非 .exe 或 .msi 文件\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"已更新：%s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"\\\"{0}\\\" 已添加\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"选择可执行文件\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"添加\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"隐藏已隐藏的程序\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"正在启动 \\\"{0}\\\"…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"小心沙盒\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles 在沙箱中运行，这是一个确保安全所需的权限受限环境。 如果程序无法运行，\"\n\"请考虑在 bottle 内移动（顶部的 3 点图标），然后从那里启动。\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"不理会 (_D)\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"选择保存备份配置的位置\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"导出\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"选择要保存备份归档的位置\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"备份\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"已创建 '{0}' 的备份\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"备份 '{0}' 失败\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"您确定要永久删除 \\\"{}\\\" 吗？\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"这会永久删除与它关联的所有程序和设置。\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"删除(_D)\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"缺少运行器\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"缺少这个 bottle 请求的运行器。通过 Bottles 选项安装它或选择一个新的 Bottle 来\"\n\"运行程序。\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"您确定要强制停止所有进程吗？\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"这可能导致数据丢失、损坏和程序故障。\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"强制停止(_S)\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"该功能在你的系统上不可用。\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} 要添加此功能，请运行 flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"这个 Bottle 名称已被占用。\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"选择工作目录\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"包含 \\\"{}\\\" 数据的目录。\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"您确定要删除所有快照吗？\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"这将删除所有的快照，但保留你的文件。\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"要创建新状态，请迁移到新的版本控制系统。\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"安装器\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"操作中，请稍候。\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"返回你的 bottles。\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"备份导入成功\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"导入失败\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"正在导入备份…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"选择一个备份归档\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"导入\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"选择一个配置文件\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"不适用\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"用 \\\"{self.config.Name}\\\" 配置运行可执行文件\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"正在启动 \\\"{0}\\\"，其位于 \\\"{1}\\\"…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"你的 Bottles\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"正在下载 ~{0} 个软件包…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"已获取 {1} 个软件包中的 {0} 个\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"选择 Bottle 目录\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"正在创建 Bottle…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"无法创建 Bottle\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"未能创建 Bottle，出现了一个或多个错误。\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"Bottle 已创建\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"成功创建了 \\\"{0}\\\"。\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"未找到 Steam 或 Bottles 没有足够的权限。\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"选择 Bottle 路径\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"重启 Bottles？\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"需要重新启动 Bottles 才能使用这个目录。\\n\"\n\"\\n\"\n\"请确保在重新启动 Bottles 前关闭从该 Bottles 启动的每个程序，因为不这样做会导\"\n\"致数据丢失、损坏和程序故障。\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"重启(_R)\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"基于 Valve 的 Wine，包括 staging 和 Proton 补丁。\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"基于 Wine 上游，包括 staging 和 Proton 补丁。\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"基于 Wine 上游，包括 staging 补丁。\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"基于 Valve 的 Wine，包括 staging、Proton 和 特定于 Steam 的补丁。 需要开启 \"\n\"Steam 运行时。\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"其他\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"升级\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"正在安装…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"{0} 的清单\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"\\\"{0}\\\" 已卸载\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"\\\"{0}\\\" 已安装\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"'{0}' 安装失败\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"'{0}' 已导入\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"这个程序可能无法良好运作。安装程序被配置为提供最好的体验，但仍可能出现故障，\"\n\"不稳定和缺少可以正常工作的功能。\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"这个程序有明显的故障，但这些故障不会影响程序的功能。\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"这个程序有小故障。\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"这个程序完美运行。\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"{0} 的评论\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"正在停止'{0}'…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"正在使用 Steam 启动“{0}”…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"'{0}' 已隐藏\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"'{0}' 已显示\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"'{0}' 已移除\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"'{0}' 已重命名为 '{1}'\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"已为 '{0}' 创建桌面条目\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"'{0}' 已添加到你的库\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"'{0}' 已添加至你的 Steam 库\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"显示报告\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            此问题已报告5次，无法再次发送。\\n\"\n\"            在以下现有的报告中报告反馈。\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"正在更新显示设置，请稍等…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"显示设置已更新\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"未找到覆盖。\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"选择驱动器路径\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"未定义环境变量。\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"未定义排除模式。\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"发生了错误。\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"复制到剪贴板\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"选择资源文件\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"正在安装 Windows 依赖项…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"正在配置 bottle…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"正在处理安装程序步骤…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"正在安装 {}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"正在执行最终检查…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"正在安装 {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"现在可以在程序视图中看到 {0} 了。\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"安装程序失败，出现未知错误\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"该 bottle 已禁用 {0}.\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"此设置不同于 bottles 的默认值。\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"选择脚本\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"未找到自定义 Bottles 路径\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"退回到默认路径。 不会列出来自给定路径的 bottles。\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"运行 Windows 软件\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak 迁移\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"开关 Flatpak 迁移对话框。\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"深色主题\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"强制使用深色主题。\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"切换列表中的更新日期\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"开关 bottles 列表上的更新日期。\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam 应用清单\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"切换 steam 应用清单。\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic 游戏清单\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"切换 epic 游戏清单。\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect 列表\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"切换 ubisoft 连接列表。\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"窗口宽度\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"更改窗口宽度。\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"窗口高度\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"更改窗口高度。\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"显示通知。\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"清理临时文件\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"启动系统时清理临时路径。\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"候选发布版本\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"开关运行器发布候选版。\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"启动视图\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"选择应用启动时视图模式。\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"开关如版本控制、安装器和运行器候选版本等实验性功能。\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton 支持\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"开/关 Steam Proton 前缀支持。\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"实验功能：沙盒\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"决定每个 bottle 实验性“沙盒”功能的开启状态。\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"自动关闭 Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"从文件管理器启动可执行文件后关闭 Bottles。\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"显示沙盒警告\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"切换沙盒警告。\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"使用 Bottles 在 Linux 上运行 Windows 软件！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"将软件装瓶，慢慢享用！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"我们的内置依赖安装系统允许自动处理软件兼容。使用下载管理器下载官方组件：运行\"\n\"器（Wine，Proton）、DXVK、依赖等等。\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"Bottle 版本控制保证您的当前工作安全且允许您稍后恢复它！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"功能：\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"使用预设环境创建 bottles 或创建您的自定义环境\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"直接在 bottles 中从您的文件管理器的上下文菜单运行可执行文件（.exe/.msi）\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"自动检测您的 bottles 中已安装的应用程序\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"快速添加环境变量\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"在每个 bottle 的配置中直接覆盖 DLL 文件\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"对任意 Bottle 的运行器即时修改\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"各种游戏性能优化（esync、fsync、DXVK、缓存、着色编译器、offload 等更多项目。\"\n\"）\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"自动安装并管理 Wine 和 Proton 运行器\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"损坏时自动修复 bottle\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"集成基于社区驱动源的依赖安装器\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"集成用于 Wine 进程的任务管理器\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"访问 ProtonDB 和 WineHQ 获取支持\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"将您的配置导入新版 Bottles 的系统\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"备份和导入 bottles\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"从其他管理器导入 Wine prefixes\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"Bottles 版本控制\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"……和更多您可以通过安装 Bottles 来发现的功能！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"更新元数据信息\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"添加更多更新信息并修正发行日志版本\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"修复了“添加到 Steam\\\"按钮\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"修复了 BottleConfig 不可序列化的问题\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"修复了 Patool 双重提取失败\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"修正版本\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"修复了创建 bottle 时的崩溃\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"重大变化：重新设计了”新建 Bottle“界面\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"质量改进：\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"在库页面中用 emoti-love 图标替换了库\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"为”运行可执行文件“添加了 toast\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"错误修复：\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"添加快捷方式到 Steam 导致了一个错误\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"导入备份导致一个错误\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"使用 wine-ge-custom 时自动启用 Steam Runtime\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"各种库相关的修复，比如空白封面，以及和缺失项相关的崩溃\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"修复了多个和文本编码相关的问题\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"修复了不是从终端运行 Bottles 时，下载出错的问题\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"修正版本日期\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"在非 NVIDIA 系统上隐藏 NVIDIA 相关的严重错误\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope 改进和修复\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"更快更稳定地安装依赖项\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"健康检查有更多信息以便更快速的调试\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"修复许多 NVAPI 问题使其更加稳定，现在应该能正常工作\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"修复了下载组件时的崩溃\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"通过避免 spin-lock 改进后端代码\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"安装包脚本编写有了更多变量\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"修复了首次运行本程序时对话框显示”全部就绪“但实际尚未就绪的问题\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"改进构建系统\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"创建玩游戏的 bottles 时默认启用 VKD3D\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"修复了读取坏编码的 Steam 文件时的崩溃\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"修复了安装/卸载后用户界面中部件未正确更新的问题\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"更多的 FSR 修复\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"修复了从”运行可执行文件“启动一个程序后该程序自行关闭的问题\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"不再赘述其他！\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"计算中…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"在该 bottle 中运行 .exe/.msi\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"单击 \\\"新建一个 Bottle…\\\" 新建一个 Bottle。\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"新建一个 Bottle…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"新建 Bottle\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"Bottle 信息\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"为 Windows 游戏优化的环境。\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"改善了 Windows 程序的环境。\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"为您的实验提供的清洁环境。\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"未链接的主目录\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"不要将用户目录链接到主目录\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 位\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 位\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"定制配方\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"如果你有一个自定义配方，请为环境选择一个。\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"自定义路径\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"将此 bootle 存储在另一个地方。\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"您已离线，无法下载。\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"选择一个可执行路径\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"选择一个 Windows 可执行文件\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"选择可执行文件的工作目录\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"选择一个配方文件\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"选择存储 bootle 的位置\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"选择新的 Bottles 路径\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"选择脚本\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"选择工作目录\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"PulseAudio Latency 设置现在已弃用，默认情况下启用\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"新建 bottle 时自动显示 Bottle 详情\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Bottles 现在遵照 GNOME Circle 指南\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"默认禁用 pulseaudio_latency。\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"修正了启动时由于卸载程序导致的崩溃。\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"实现了安装组件的队列。\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"修复了有时无法删除 bottle 的错误。\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"支持最新的 dxvk @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"DLSS 的修复\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"增加了程序等级的提示信息\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"修复安装程序完毕 @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"修复 gamescope 参数 @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"新增关闭窗口的 Ctrl + W 快捷方式 @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"修复了还原 XDG_DATA_HOME 选项的 Bottles\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"感谢 @julroy 和 @tymmsyde 的法语翻译\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"感谢 @54linux-ea 和 @ruizlenato 的土耳其语翻译\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"感谢 @lenemter 和 @Smoque 的俄语翻译\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"感谢 @@rogervc 的加泰罗尼亚语翻译\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"感谢 @TheDarkEvil 的阿拉伯语翻译\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"感谢 @MarongHappy 的韩语翻译\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"感谢 @davipatricio、@SantosSi 和 @vitorhcl 的葡萄牙语翻译\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"感谢 @@NicoSGF64 的加利西亚语翻译\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"感谢 @itayweb 的希伯来语翻译\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"感谢 @Mikutut 的波兰语翻译\"\n\n#~ msgid \"Layers\"\n#~ msgstr \"层\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"超高品质\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"画质\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"平衡\"\n\n#~ msgid \"Layered\"\n#~ msgstr \"分层的\"\n\n#~ msgid \"A layered environment, where every app is a layer.\"\n#~ msgstr \"一个分层的环境，每个应用都是一层。\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"选择路径\"\n\n#~ msgid \"Choose a file.\"\n#~ msgstr \"选择一个文件。\"\n\n#~ msgid \"File not Found\"\n#~ msgstr \"未找到文件\"\n\n#~ msgid \"The given file does not exist. Please choose an appropriate file.\"\n#~ msgstr \"指定的文件不存在。请选择合适的文件。\"\n\n#~ msgid \"Spaces in File Name\"\n#~ msgstr \"文件名中的空格\"\n\n#~ msgid \"\"\n#~ \"Color Lookup Table path must not contain any spaces. Please rename the \"\n#~ \"file to remove all spaces.\"\n#~ msgstr \"颜色查询表路径不能包含任何空格。请重命名文件删除所有空格。\"\n\n#~ msgid \"Invalid Image Dimension\"\n#~ msgstr \"无效的图片尺寸\"\n\n#~ msgid \"Height and width of the image must be equal.\"\n#~ msgstr \"图片高度和宽度必须相等。\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"使用环境轻松管理 wineprefix\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"带参数运行…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"用 Wine 资源管理器浏览内部文件。\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"用 Wine 任务管理器管理进程。\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"调试 wine 进程。\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine 配置\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"调整内部设置。\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"使用 Wine 卸载器卸载程序。\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"访问内部 Wine 控制面板。\"\n\n#~ msgid \"Use the Installers section or the \\\"Run executable\\\" button.\"\n#~ msgstr \"使用安装程序部分或上面的“运行可执行文件”按钮。\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"依赖项是改进 Windows 软件兼容性的软件、库和编解码器。 从这里安装，以满足你\"\n#~ \"的程序要求。\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"阅读文档。\"\n\n#~ msgid \"Install Selected\"\n#~ msgstr \"安装所选\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"我们强烈不建议一次安装多个依赖项。\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"选择依赖项\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually.\"\n#~ msgstr \"使用本部分安装由我们社区维护的程序，而无需手动进行。\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"阅读文档\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"图形\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"改进 Directx 11 游戏和 3D 应用程序的性能。\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"改进 Directx 12 游戏和 3D 应用程序的性能。\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"提供 DLSS 支持（如果可用）和 Nvidia 的 NVAPI。\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"FSR 使用尖端的分辨率提升技术来帮助提高你的帧率。\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"vkBasalt 是 Vulkan 后期处理层，用来增强游戏的视觉图形。\"\n\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"管理 vkBasalt 设置\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"使用 Wine 虚拟桌面。\"\n\n#~ msgid \"Fullscreen Mouse Capture\"\n#~ msgstr \"全屏鼠标截图\"\n\n#~ msgid \"Let the program capture mouse input when fullscreen.\"\n#~ msgstr \"让程序在全屏时捕获鼠标输入。\"\n\n#~ msgid \"Take Focus\"\n#~ msgstr \"聚焦\"\n\n#~ msgid \"Activate it if the program does not retake focus on switch.\"\n#~ msgstr \"如果程序切换时没有重新聚焦，就激活选项。\"\n\n#~ msgid \"Mouse Warp\"\n#~ msgstr \"鼠标弯曲\"\n\n#~ msgid \"Change this if you are running into mouse lag or desync.\"\n#~ msgstr \"如你遇到鼠标延迟或不同步，则更改此选项。\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"屏幕缩放\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"设置自定义 DPI。\"\n\n#~ msgid \"96\"\n#~ msgstr \"96\"\n\n#~ msgid \"120\"\n#~ msgstr \"120\"\n\n#~ msgid \"144\"\n#~ msgstr \"144\"\n\n#~ msgid \"168\"\n#~ msgstr \"168\"\n\n#~ msgid \"192\"\n#~ msgstr \"192\"\n\n#~ msgid \"216\"\n#~ msgstr \"216\"\n\n#~ msgid \"240\"\n#~ msgstr \"240\"\n\n#~ msgid \"288\"\n#~ msgstr \"288\"\n\n#~ msgid \"336\"\n#~ msgstr \"336\"\n\n#~ msgid \"384\"\n#~ msgstr \"384\"\n\n#~ msgid \"432\"\n#~ msgstr \"432\"\n\n#~ msgid \"480\"\n#~ msgstr \"480\"\n\n#~ msgid \"Renderer\"\n#~ msgstr \"渲染程序\"\n\n#~ msgid \"Select what backend to use for wined3d.\"\n#~ msgstr \"选择 wined3d 使用的后端。\"\n\n#~ msgid \"gl (default)\"\n#~ msgstr \"gl (默认)\"\n\n#~ msgid \"gdi\"\n#~ msgstr \"gdi\"\n\n#~ msgid \"vulkan\"\n#~ msgstr \"vulkan\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"管理组件版本\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK 版本\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D 版本\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI 版本\"\n\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"LatencyFleX 版本\"\n\n#~ msgid \"false\"\n#~ msgstr \"false\"\n\n#~ msgid \"The same as the Bottles one but provided by Steam.\"\n#~ msgstr \"和 Bottles 的一样，但由 Steam 提供。\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"根据需要优化游戏性能。\"\n\n#~ msgid \"Gamescope\"\n#~ msgstr \"Gamescope\"\n\n#~ msgid \"Use the Gamescope micro-compositor.\"\n#~ msgstr \"使用 Gamescope 微型合成器。\"\n\n#~ msgid \"Vmtouch\"\n#~ msgstr \"Vmtouch\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"默认为 bottle 路径。\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"重置为默认\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"选择一个目录\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"音频\"\n\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"降低延迟\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"将 PulseAudio 延迟设为 60 毫秒以提升音质。\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"版本控制\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"对状态使用压缩\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"这将减少状态使用的空间，但会减慢它们的创建速度。\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"Bottles 将在运行任何依赖项或安装程序之前创建一个状态。\"\n\n#~ msgid \"Use custom patterns to exclude some paths from versioning.\"\n#~ msgstr \"使用自定义模式从版本控制中排除一些路径。\"\n\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"开发与调试\"\n\n#~ msgid \"MangoHud\"\n#~ msgstr \"MangoHud\"\n\n#~ msgid \"\"\n#~ \"A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU \"\n#~ \"load and more.\"\n#~ msgstr \"监测 FPS，温度，CPU/GPU 负载等等的 Vulkan 和 OpenGL overlay。\"\n\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"Wine 'fixme' 日志\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"记录未在 Wine 中实现的代码路径。\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"未找到程序\"\n\n#~ msgid \"\"\n#~ \"Install programs from the installers section or by running the installer \"\n#~ \"executable, you can also manually add executables with the \\\"+\\\" button.\"\n#~ msgstr \"\"\n#~ \"从安装程序部分或运行安装程序可执行文件来安装程序，你还可以使用“+”按钮手动\"\n#~ \"添加可执行文件。\"\n\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"隐藏/取消隐藏\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"休息一下，它可能会花一点时间。\"\n\n#~ msgid \"\"\n#~ \"Configure how Gamescope should manage the window for the games you will \"\n#~ \"run.\"\n#~ msgstr \"配置 Gamescope 应如何为您将运行的游戏管理窗口。\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"宽度 (如， 1280)\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"高度 (如， 720)\"\n\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"Gamescope 分辨率\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"更改日志级别。.\\n\"\n#~ \"                                        \"\n\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"vkBasalt 设置\"\n\n#~ msgid \"Color Lookup Table\"\n#~ msgstr \"颜色查询表\"\n\n#~ msgid \"\"\n#~ \"CLUT transforms a range of colors into another range of colors using a .\"\n#~ \"CUBE file, or a .png file where the height is equal to the width.\"\n#~ msgstr \"\"\n#~ \"CLUT 使用. cube 文件或高度宽度相等的 .png 文件将一个颜色范围转换为另一个颜\"\n#~ \"色范围。\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"新建一个 Bottle 以开始。\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"在 Linux 上运行 Windows 软件。.\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"自定义 Bottles 路径（需要重启）\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"选择新 Bottles 的存储位置（不会移动现有 Bottles）。\"\n\n#~ msgid \"In early development (requires restart).\"\n#~ msgstr \"早期开发中（需要重启）。\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"导入/导出…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"支持\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"论坛\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"打开菜单\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"新建 bottle\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"好\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"确认\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"你确定你想终止所有进程吗？\\n\"\n#~ \"这可以造成数据丢失。\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"默认 bottle 路径。\"\n\n#~ msgid \"Toggling Compression Require Re-Initialization\"\n#~ msgstr \"切换压缩开启状态需要重新初始化\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"这将保留您的所有文件，但会删除所有状态。 你想继续吗？\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"详情和工具\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"在 bottle 的开始菜单中找到。\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"成功创建了名为“{0}”的 bottle\"\n\n#, python-brace-format\n#~ msgid \"'{0}' installed.\"\n#~ msgstr \"'{0}' 已安装。\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"消息\"\n\n#~ msgid \"\"\n#~ \"New versioning system which allow versioning the whole bottle (also \"\n#~ \"configuration)\"\n#~ msgstr \"允许对整个 bottle （包括配置）进行版本控制的新版本控制系统\"\n\n#~ msgid \"Automatic versioning can now be toggled on and off\"\n#~ msgstr \"现在可以打开和关闭自动版本控制\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"对版本控制状态使用压缩\"\n\n#~ msgid \"Improve Launch Options saving without update the UI multiple times\"\n#~ msgstr \"改进“启动选项”保存，无需多次更新 UI\"\n\n#~ msgid \"\"\n#~ \"Improved YAML performance using libyaml (the python-yaml package must \"\n#~ \"provide support for it)\"\n#~ msgstr \"使用 libyaml 改进了 YAML 性能（python-yaml 包必须为其提供支持）\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"新“关于”对话框\"\n\n#~ msgid \"Covers support in Library mode (thanks to SteamGridDB)\"\n#~ msgstr \"涵盖库模式下的支持（感谢 SteamGridDB）\"\n\n#~ msgid \"\"\n#~ \"Removed DXVK HUD option, use the Environment Variables section instead\"\n#~ msgstr \"删除了 DXVK HUD 选项，改为使用“环境变量”部分\"\n\n#~ msgid \"bottles-cli shell option now provide command output\"\n#~ msgstr \"bottles-cli shell 选项现在提供命令输出\"\n\n#~ msgid \"The Health Check is now in the About´s Troubleshooting section\"\n#~ msgstr \"“健康检查”现在位于“关于”的“故障排除”部分\"\n\n#~ msgid \"\"\n#~ \"Extended Core dependencies check, packagers are invited to double-check \"\n#~ \"their packages\"\n#~ msgstr \"扩展了核心依赖项检查，请求打包者仔细检查包\"\n\n#~ msgid \"New default permission for the Flatpak package: xdg-download\"\n#~ msgstr \"Flatpak 包的新默认权限：xdg-download\"\n\n#~ msgid \"Added credits for Third-Party Libraries in the Credits section\"\n#~ msgstr \"在“致谢”部分添加了对第三方库的致谢\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"修复\"\n\n#~ msgid \"Fix for skipable onboard dialog\"\n#~ msgstr \"修复可跳过的首次使用对话框\"\n\n#~ msgid \"Fix for empty bottle name\"\n#~ msgstr \"修复空 bottle 名称\"\n\n#~ msgid \"Fix gstreamer libs for win32 bottles\"\n#~ msgstr \"修复 win32 系统 bottles 的 gstreamer 库\"\n\n#~ msgid \"Fix for RemoteDisconnected error causing a crash\"\n#~ msgstr \"修复导致崩溃的 RemoteDisconnected 错误\"\n\n#~ msgid \"Fix wrong Vaniglia listing\"\n#~ msgstr \"修复错误的 Vaniglia 列表\"\n\n#~ msgid \"Fix templates being generated with symlinked paths causing loops\"\n#~ msgstr \"修复使用符号链接路径生成的模板导致循环\"\n\n#~ msgid \"\"\n#~ \"Fix configuration migration causing a crash when the user altered the \"\n#~ \"configuration\"\n#~ msgstr \"修复配置迁移在用户更改配置时导致崩溃\"\n\n#~ msgid \"Fix mscoree.dll not found\"\n#~ msgstr \"修复未找到 mscoree.dll\"\n\n#~ msgid \"Fix regression for the -b option of the legacy bottles cli\"\n#~ msgstr \"修复旧版 bottles cli -b 选项的回归缺陷\"\n\n#~ msgid \"Fix Steam Launch Options parser causing a crash\"\n#~ msgstr \"修复 Steam 启动选项解析器导致崩溃\"\n\n#~ msgid \"\"\n#~ \"Fix a regression in the Add to Steam button not adding the new entry in \"\n#~ \"Steam\"\n#~ msgstr \"修复了“添加到 Steam”按钮的回归故障，表现为未在 Steam 中添加新条目\"\n\n#~ msgid \"Finnish translations thanks to Jiri Grönroos\"\n#~ msgstr \"感谢 Jiri Grönroos 的芬兰语翻译\"\n\n#~ msgid \"Indonesian translations thanks to @liimee\"\n#~ msgstr \"感谢 @liimee 的印尼语翻译\"\n\n#~ msgid \"Spanish translations thanks to Pablo Munoz Alabau, @oscfdezdz\"\n#~ msgstr \"感谢 Pablo Munoz Alabau、@oscfdezdz 的西班牙语翻译\"\n\n#~ msgid \"Portuguese (Brazil) translations thanks to @geraldohomero\"\n#~ msgstr \"感谢 @geraldohomero 的葡萄牙语（巴西）翻译\"\n\n#~ msgid \"German translations thanks to Patrick Ulbricht\"\n#~ msgstr \"感谢 Patrick Ulbricht 的德语翻译\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"轻松地管理 wineprefix\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"实验性：库\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"开关实验性的库模式。\"\n\n#~ msgid \"Loading…\"\n#~ msgstr \"加载中…\"\n\n#~ msgid \"\"\n#~ \"The custom bottles path was not found. Please, check the path in \"\n#~ \"Preferences.\\n\"\n#~ \"Fall-backing to the default path; no bottles from that path will be \"\n#~ \"listed!\"\n#~ msgstr \"\"\n#~ \"未找到自定义 bottles 路径。请在首选项中检查它。\\n\"\n#~ \"回退到默认路径。 将不会列出该路径中的任何 bottles！\"\n\n#~ msgid \"Health check\"\n#~ msgstr \"健康检查\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"正在生成状态文件索引…\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"正在创建还原点…\"\n\n#~ msgid \"Could not create the state folder.\"\n#~ msgstr \"无法创建状态文件夹。\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"正在更新索引…\"\n\n#~ msgid \"Could not update the states file.\"\n#~ msgstr \"无法更新状态文件。\"\n\n#~ msgid \"Could not update the index file.\"\n#~ msgstr \"无法更新索引文件。\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"发现可执行文件：[{executable}] 的变量。\"\n\n#, python-brace-format\n#~ msgid \"Step {self.__step} of {self.steps}\"\n#~ msgstr \"{self.steps} 的步骤 {self.__step}\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched.\"\n#~ msgstr \"'{0}' 已启动。\"\n\n#, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"'{0}' 随 Steam 启动。\"\n\n#, python-brace-format\n#~ msgid \"Index for state {0}\"\n#~ msgstr \"状态 {0} 的索引\"\n\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"阅读关于依赖项的文档。\"\n\n#~ msgid \"DXVK HUD\"\n#~ msgstr \"DXVK 抬头显示\"\n\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"切换 DXVK 在 D3D 应用程序中叠加显示帧率和其它详情。\"\n\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"阅读关于程序的文档\"\n\n#~ msgid \"Extra settings\"\n#~ msgstr \"额外设置\"\n\n#~ msgid \"Local Resources\"\n#~ msgstr \"本地资源\"\n\n#~ msgid \"Search for Prefixes\"\n#~ msgstr \"搜索前缀\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"启用版本控制以保存和恢复 bottle 为某个状态。\"\n\n#~ msgid \"Your Library\"\n#~ msgstr \"你的库\"\n\n#~ msgid \"Health Check\"\n#~ msgstr \"健康检查\"\n\n#~ msgid \"Loading...\"\n#~ msgstr \"加载中…\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"任务管理器\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones)\"\n#~ msgstr \"选择新 Bottles 的存储位置（不会移动现有 Bottles）\"\n\n#~ msgid \"Installing...\"\n#~ msgstr \"安装中…\"\n\n#~ msgid \"\"\n#~ \"Can't create Desktop Entry due to missing privileges.\\n\"\n#~ \"Check out <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">our \"\n#~ \"video</a> about how to fix that in Flatpak.\"\n#~ msgstr \"\"\n#~ \"缺少权限而无法创建桌面条目。\\n\"\n#~ \"查看 <a href=\\\"https://www.youtube.com/watch?v=tPFNg9AU5k4\\\">我们的视频</\"\n#~ \"a>，内容是有关如何在 Flatapk 中修复此问题。\"\n\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"输入简短注释：\"\n\n#~ msgid \"Caffe\"\n#~ msgstr \"Caffe\"\n\n#~ msgid \"GE Wine\"\n#~ msgstr \"GE Wine\"\n\n#~ msgid \"Lutris\"\n#~ msgstr \"Lutris 运行器\"\n\n#~ msgid \"Steam\"\n#~ msgstr \"Steam\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Bottles 版本控制（实验功能）\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">翻译</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">捐助</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">缺陷报告</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">博客</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"缺陷报告\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"用资源管理器打开\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"移入沙箱\"\n\n#~ msgid \"Vaniglia-6.21-x86_64\"\n#~ msgstr \"Vaniglia-6.21-x86_64\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"正在移入沙箱…\"\n\n#~ msgid \"Utilities\"\n#~ msgstr \"工具\"\n\n#~ msgid \"Command line\"\n#~ msgstr \"命令行\"\n\n#~ msgid \"Registry editor\"\n#~ msgstr \"注册表编辑器\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine 配置\"\n\n#~ msgid \"Control panel\"\n#~ msgstr \"控制面板\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"启用测试模式：只显示来自测试存储库的依赖项。\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"微软 .NET Framework 4 ..\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"虽然此页面上的文件已验证，但可能属于专有许可证。\"\n\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"虽然此页面上的文件已经验证，但可能属于专有许可证。\"\n\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"阅读关于安装器的文档\\t\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"Bottle 详情\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"我美丽的 bottle\"\n\n#~ msgid \"Rename bottle\"\n#~ msgstr \"重命名 bottle\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"使用 DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"使用 VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"启用 FSR\"\n\n#~ msgid \"Enable LatencyFleX\"\n#~ msgstr \"启用 LatencyFleX\"\n\n#~ msgid \"Mouse capture fullscreen\"\n#~ msgstr \"鼠标捕获全屏\"\n\n#~ msgid \"DXVK version\"\n#~ msgstr \"DXVK 版本\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"管理 VKD3D 版本\"\n\n#~ msgid \"Will restart the wineserver.\"\n#~ msgstr \"将重启 wineserver。\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL 覆盖\"\n\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"阅读关于版本控制的文档\\t\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"例如 ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"现存覆盖\"\n\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"例如： -example1 -example2 -example3=hello\"\n\n#~ msgid \"e.g: MyDuplicatedBottle\"\n#~ msgstr \"例如：MyDuplicatedBottle\"\n\n#~ msgid \"page_name\"\n#~ msgstr \"page_name\"\n\n#~ msgid \"page_duplicating\"\n#~ msgstr \"page_duplicating\"\n\n#~ msgid \"page_duplicated\"\n#~ msgstr \"page_duplicated\"\n\n#~ msgid \"New variable\"\n#~ msgstr \"新变量\"\n\n#~ msgid \"e.g. MY_VAR\"\n#~ msgstr \"如 MY_VAR\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"在这里您可以为执行的命令修改环境变量。\"\n\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"例如： VAR1=value VAR2=value\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"例如：VAR1=value VAR2=value ..\"\n\n#~ msgid \"e.g. 60\"\n#~ msgstr \"比如 60\"\n\n#~ msgid \"e.g. 30\"\n#~ msgstr \"比如 30\"\n\n#~ msgid \"\"\n#~ \"You are using Bottles Flatpak, remember to give it permissions via <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> if the script path is outside the sandbox.\"\n#~ msgstr \"\"\n#~ \"您在使用 Flatpak 版本的 Bottles，如果脚本路径在沙盒外面请记得通过 <a \"\n#~ \"href=\\\"https://docs.usebottles.com/flatpak/expose-directories\\\">Flatseal</\"\n#~ \"a> 授予权限。\"\n\n#~ msgid \"Type the new name:\"\n#~ msgstr \"输入新名称：\"\n\n#~ msgid \"Type here..\"\n#~ msgstr \"在此输入..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"消息在这里。\"\n\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"工具和首选项\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"为您的 bottle 选择一个名称\"\n\n#~ msgid \"Use custom path\"\n#~ msgstr \"使用自定义路径\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"欢迎\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Bottles 使在 Linux 上运行 Windows 软件更加容易。\"\n\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"什么是 Bottle？\"\n\n#~ msgid \"\"\n#~ \"A bottle is a Windows-like environment configured to run Windows \"\n#~ \"software, you can have multiple apps in each bottle. \\n\"\n#~ \"\\n\"\n#~ \"Those are isolated and the software that runs inside can't access your \"\n#~ \"personal files if you don't allow it.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">Read more about</a>\"\n#~ msgstr \"\"\n#~ \"Bottle 是配置为运行 Windows 软件的类 Windows 环境，每个 bottle 里可以有多\"\n#~ \"个应用程序。\\n\"\n#~ \"\\n\"\n#~ \"这些程序是隔离的，未经你的允许，bottle 内运行的软件无法访问你的个人文\"\n#~ \"件。\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com\\\">阅读更多相关内容</a>\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"即将完成\"\n\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"我们需要下载并安装一些 <a href=\\\"https://docs.usebottles.com/getting-\"\n#~ \"started/first-run\\\">组件 (~75MB)</a> 。\\n\"\n#~ \"\\n\"\n#~ \"我们不能将这些文件与 Bottles 一起提供，因为它们的发布周期不同。\\n\"\n#~ \"\\n\"\n#~ \"当你准备就绪后，按下 <b>安装</b> 按钮。\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"坐下来放松一下，这可能需要几分钟。\"\n\n#~ msgid \"Download\"\n#~ msgstr \"下载\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"一切就绪！\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"您现在可以创建您的第一个 bottles。\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"完成\"\n\n#~ msgid \"\"\n#~ \"Warning: Be sure to give permission to the Flatpak to access the new \"\n#~ \"path.\\n\"\n#~ \"This will break the sandbox!\"\n#~ msgstr \"\"\n#~ \"警告：确保授予 Flatpak 访问新路径的权限。\\n\"\n#~ \"这将破坏沙盒环境！\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"上面的列表是否应显示不稳定版本。\"\n\n#~ msgid \"Hide from list\"\n#~ msgstr \"不出现在列表中\"\n\n#~ msgid \"Unhide from list\"\n#~ msgstr \"出现在列表中\"\n\n#~ msgid \"Processing...\"\n#~ msgstr \"处理中…\"\n\n#~ msgid \"Your library\"\n#~ msgstr \"你的库\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"返回\"\n\n#~ msgid \"Installer requires local resources\"\n#~ msgstr \"安装程序需要本地资源\"\n\n#~ msgid \", \"\n#~ msgstr \", \"\n\n#, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"挑选 %s 的可执行文件\"\n\n#~ msgid \"Local resources not found or invalid\"\n#~ msgstr \"未找到本地资源或本地资源无效\"\n\n#~ msgid \"Installation failed, please check the logs.\"\n#~ msgstr \"安装失败，请检查日志。\"\n\n#~ msgid \"(!) Proceeding with default environment…\"\n#~ msgstr \"(!) 继续默认环境…\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"确认删除\"\n\n#~ msgid \"Done\"\n#~ msgstr \"完成\"\n\n#~ msgid \"Caffe runners\"\n#~ msgstr \"Caffe 运行器\"\n\n#~ msgid \"Proton runners\"\n#~ msgstr \"Proton 运行器\"\n\n#~ msgid \"Other runners\"\n#~ msgstr \"其他运行器\"\n\n#~ msgid \"WineHQ\"\n#~ msgstr \"WineHQ\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles 论坛\"\n\n#~ msgid \"Unhide this program\"\n#~ msgstr \"取消隐藏此程序\"\n\n#~ msgid \"Type a name for your bottle\"\n#~ msgstr \"输入 bottle 名称\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"将自动找到新程序。\"\n\n#~ msgid \"Duplicate a bottle\"\n#~ msgstr \"复制 bottle\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"更改环境变量\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"该区域不能包含特殊字符！\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"这些是允许 Windows 软件在 Linux 系统上安装并运行的兼容层。\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b>是运行器配置系统，和 Windows 软件安装与运行的环境。\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">阅读更多关于运\"\n#~ \"行器的信息</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"导入和导出\"\n\n#~ msgid \"Flatpak help\"\n#~ msgstr \"Flatpak 帮助\"\n\n#~ msgid \"I can't see my old bottles after upgrade.\"\n#~ msgstr \"我的旧 bottle 升级后就看不到了。\"\n\n#~ msgid \"I don't see some directories.\"\n#~ msgstr \"我看不到某些目录。\"\n\n#~ msgid \"I can't see the files in my home.\"\n#~ msgstr \"我在主页中看不到文件。\"\n\n#~ msgid \"Executable silently crash or black screen\"\n#~ msgstr \"可执行文件静默崩溃或黑屏\"\n\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"销毁该 bottle\"\n\n#~ msgid \"64 Bit\"\n#~ msgstr \"64 位\"\n\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"备份该 bottle。\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64 位\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32 位\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"夜间主题\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"使用夜间主题。\"\n\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"实验功能：winebridge\"\n\n#~ msgid \"Toggle experimental winebridge implementation.\"\n#~ msgstr \"开关实验性的 winebridge 功能。\"\n\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"启用 ACO 着色编译器\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"在游戏和 3D 应用程序中提高性能。\\n\"\n#~ \"如果您遭遇图形故障请禁用。\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"夜间模式\"\n\n#~ msgid \"DXVK/VKD3D\"\n#~ msgstr \"DXVK/VKD3D\"\n\n#~ msgid \"Use WineBridge for process and program management.\"\n#~ msgstr \"为进程和程序管理使用 WineBridge。\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Bottles 问题\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"Bottles 已启动！\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"这是处于早期开发中的一个实验性功能，小心使用并 <a href=\\\"https://github.\"\n#~ \"com/bottlesdevs/Bottles/issues/new/choose\\\">报告故障</a>。\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles 开发者\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"根据需要优化游戏性能\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI 版本\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"指向 bottle 路径\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"游戏模式在你的系统中不可用，或没在运行。\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"实验功能：安装器\"\n\n#~ msgid \"Software\"\n#~ msgstr \"软件\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"为 Windows 软件优化的环境。\"\n\n#~ msgid \"Use a dark application theme.\"\n#~ msgstr \"使用深色应用程序主题。\"\n\n#~ msgid \"Experiments:versioning\"\n#~ msgstr \"实验功能：版本控制\"\n\n#~ msgid \"Import and export\"\n#~ msgstr \"导入和导出\"\n\n#~ msgid \"Creating sandboxed folders…\"\n#~ msgstr \"创建沙箱文件夹中…\"\n\n#~ msgid \"These are the wine/wineserver processes running on your PC.\"\n#~ msgstr \"这些是正在您的电脑上运行的 wine/wineserver 进程。\"\n\n#~ msgid \"Check for running processes.\"\n#~ msgstr \"检查正在运行的进程。\"\n\n#~ msgid \"Backup bottle\"\n#~ msgstr \"备份 bottle\"\n\n#~ msgid \"Bottle\"\n#~ msgstr \"Bottle\"\n\n#~ msgid \"No runners found, please install one.\"\n#~ msgstr \"未找到运行器，请安装一个。\"\n\n#~ msgid \"No DXVK found, installing the latest version…\"\n#~ msgstr \"未找到 DXVK，正在安装最新版本…\"\n\n#~ msgid \"No VKD3D found, installing the latest version…\"\n#~ msgstr \"未找到 VKD3D，正在安装最新版本…\"\n\n#~ msgid \"No NVAPI found, installing the latest version…\"\n#~ msgstr \"未找到 NVAPI，正在安装最新版本…\"\n\n#, python-brace-format\n#~ msgid \"Your new {0} bottle is now ready.\"\n#~ msgstr \"新的 {0} bottle 已就绪。\"\n\n#~ msgid \"Improved the Download manager\"\n#~ msgstr \"改进了下载管理器\"\n\n#~ msgid \"Update to GNOME Runtime 41.\"\n#~ msgstr \"更新至 GNOME Runtime 41。\"\n\n#~ msgid \"\"\n#~ \"The DXVK and VKD3D installation are now performed in asynchronous mode\"\n#~ msgstr \"DXVK 和 VKD3D 安装现在在异步模式下执行\"\n\n#~ msgid \"UI improvements for elementary OS\"\n#~ msgstr \"elementary OS 用户界面改进\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in component installation that was assigning the wrong name \"\n#~ \"after download.\"\n#~ msgstr \"修正了组件安装的一处故障，导致在下载后分配错误的名称。\"\n\n#~ msgid \"Fixed the wrong text for cwd label.\"\n#~ msgstr \"修正了 cwd 标签的错误文本。\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing Bottles crash when running executables with \"\n#~ \"arguments.\"\n#~ msgstr \"修正了一处带参数运行可执行文件时导致 Bottles 崩溃的故障。\"\n\n#~ msgid \"Japanese translations thanks to @jatin-cbs\"\n#~ msgstr \"感谢 @jatin-cbs 的日文翻译\"\n\n#~ msgid \"\"\n#~ \"Portuguese (Brazil) translations thanks to Ricardo Porto, @swyknox, \"\n#~ \"@davipatricio\"\n#~ msgstr \"葡萄牙语（巴西）翻译，感谢 Ricardo Porto、@swyknox、@davipatricio\"\n\n#~ msgid \"Choose an environment\"\n#~ msgstr \"选择环境\"\n\n#~ msgid \"Download & Install this runner\"\n#~ msgstr \"下载并安装该运行器\"\n\n#~ msgid \"com.usebottles.bottles\"\n#~ msgstr \"com.usebottles.bottles\"\n\n#~ msgid \"Use %command% in launch options to set prefixes and suffixes\"\n#~ msgstr \"在启动选项中使用 %command% 来设置前缀和后缀\"\n\n#~ msgid \"\"\n#~ \"Create a bottle where to launch the executable choosed from your file \"\n#~ \"manager\"\n#~ msgstr \"创建一个 bottle，在其中启动从文件管理器中选择的可执行文件\"\n\n#~ msgid \"\"\n#~ \"Rewrited the manager to be less recursive and more user-friendly to \"\n#~ \"developers\"\n#~ msgstr \"重写管理器以减少递归并且对开发人员更加用户友好\"\n\n#~ msgid \"\"\n#~ \"The dependencies/components/installers has now they own managers, \"\n#~ \"indipendent from the main one\"\n#~ msgstr \"依赖项/组件/安装程序现在拥有自己的管理器，独立于主管理器\"\n\n#~ msgid \"\"\n#~ \"The dependencies manager can now extract single files from Windows \"\n#~ \"Cabinet files\"\n#~ msgstr \"依赖项管理器现在可以从 Windows Cabinet 文件中提取单个文件\"\n\n#~ msgid \"\"\n#~ \"Now the user need to accept the notice in the crash report, before \"\n#~ \"submiting new reports\"\n#~ msgstr \"现在用户需要接受崩溃报告中的通知，然后才能提交新报告\"\n\n#~ msgid \"The user homedir is now removed from the reports\"\n#~ msgstr \"用户 homedir 已从报告中删除\"\n\n#~ msgid \"\"\n#~ \"The lutris-lol runner is now hidden when Bottles is running under \"\n#~ \"flatpak, as it is not compatible with it\"\n#~ msgstr \"\"\n#~ \"当 Bottles 在 flatpak 下运行时，因为兼容性问题，lutris-lol runner 现在被隐\"\n#~ \"藏\"\n\n#~ msgid \"\"\n#~ \"The Windows Cabinet extraction is now quiet and only show relavant logs\"\n#~ msgstr \"静默提取 Windows Cabinet，只显示相关的日志\"\n\n#~ msgid \"\"\n#~ \"The download status icon in the preferencies dialog, is now on the right \"\n#~ \"of the percentage, so it will be no more moved by the percentage\"\n#~ msgstr \"\"\n#~ \"首选项对话框中的下载状态图标，现在位于百分比的右侧，因此不会再被百分比移动\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in name resolution that could cause Bottles to crash if it \"\n#~ \"cannot reach a resource\"\n#~ msgstr \"修复了名称解析中的错误，如果无法访问资源，可能会导致 Bottles 崩溃\"\n\n#~ msgid \"Environment names are now translated again\"\n#~ msgstr \"再次翻译环境名称\"\n\n#~ msgid \"Added missing translations in bottle creation\"\n#~ msgstr \"添加了 bottle 创建中缺失的翻译\"\n\n#~ msgid \"\"\n#~ \"Fixed a problem in Wayland support that was setting DISPLAY to the wrong \"\n#~ \"parameter\"\n#~ msgstr \"修复了 Wayland 支持中将 DISPLAY 设置为错误参数的问题\"\n\n#~ msgid \"The directory for added custom programs was wrong\"\n#~ msgstr \"添加的自定义程序的目录错误\"\n\n#~ msgid \"Chinese (Simplified) translations thanks to @sr093906\"\n#~ msgstr \"感谢 @sr093906 的中文（简体）翻译\"\n\n#~ msgid \"Are you experiencing problems reaching a directory in Bottles?\"\n#~ msgstr \"您是否遇到访问 Bottle 中目录的问题？\"\n\n#~ msgid \"Downloads\"\n#~ msgstr \"下载\"\n\n#~ msgid \"Toggle the last Update date in the bottles list\"\n#~ msgstr \"开关 bottles 列表上的更新日期\"\n\n#~ msgid \"\"\n#~ \"Fallback the working directory to the executable path if it fails to run\"\n#~ msgstr \"如果工作目录无法运行，则将其回退到可执行路径\"\n\n#~ msgid \"\"\n#~ \"Now a visual feedback is provided when a download fail the checksum \"\n#~ \"validation\"\n#~ msgstr \"当下载未能通过校验和验证时将提供视觉反馈\"\n\n#~ msgid \"Wine support for Wayland trought XWayland\"\n#~ msgstr \"通过 XWayland 为 Wayland 提供 Wine 支持\"\n\n#~ msgid \"Support for 32-bit bottles with custom environment\"\n#~ msgstr \"支持带自定义环境的 32 位 bottles\"\n\n#~ msgid \"\"\n#~ \"Removed colors from the environments in the bottle creation as these can \"\n#~ \"be interpreted as suggested actions\"\n#~ msgstr \"移除了 bottle 创建中的环境颜色，因为这些可被解释为建议的操作\"\n\n#~ msgid \"\"\n#~ \"Now the user can only install one dependency per time to avoid conflicts\"\n#~ msgstr \"允许用户每次只安装一个依赖项，以避免冲突\"\n\n#~ msgid \"\"\n#~ \"Now the Crash Report dialog display similar reports before send a new one\"\n#~ msgstr \"崩溃报告对话框在发送新报告之前会先显示类似的报告\"\n\n#~ msgid \"\"\n#~ \"Now it is possible to clone a bottle with a new name, this can also be \"\n#~ \"used for bottles templating\"\n#~ msgstr \"可以用新名称克隆一个 bottle，这也可用于 bottle 制模\"\n\n#~ msgid \"Reduced the Flatpak permissions\"\n#~ msgstr \"降低了 Flatpak 权限\"\n\n#~ msgid \"You can now choose a custom working directory for each bottle\"\n#~ msgstr \"现在可以为每个 boottle 选择一个自定义的工作目录\"\n\n#~ msgid \"\"\n#~ \"You can see a new button in the bottle details with a folder icon, this \"\n#~ \"helps you expose new directories to Bottles\"\n#~ msgstr \"\"\n#~ \"你可以在 bottle 详情中看到一个带有文件夹图标的新按钮，这有助于你将新目录暴\"\n#~ \"露给 Bottles\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that was causing a File Not Found error with broken downloads\"\n#~ msgstr \"修正了不正确下载导致“文件未找到”的错误\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the user goes offline during a \"\n#~ \"download\"\n#~ msgstr \"修正了用户在下载期间离线造成 Bottle 崩溃的错误\"\n\n#~ msgid \"\"\n#~ \"Same as the above but this handle downloads with wrong sizes than the \"\n#~ \"source\"\n#~ msgstr \"和上面一样，但这个用来处理与源文件大小不一致的下载\"\n\n#~ msgid \"Fixed the File Manager integration in Flatpak\"\n#~ msgstr \"修复了 Flatpak 中的文件管理器集成\"\n\n#~ msgid \"Fixed a bug in temp directory clean up\"\n#~ msgstr \"修正了临时目录清理的错误\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that make Bottles crash when the Update Date is not set in \"\n#~ \"the bottle\"\n#~ msgstr \"修正了 bottle 未设置更新日期造成 Bottles 崩溃的错误\"\n\n#~ msgid \"Fixed a bug in bottle configuration upgrade that was causing a loop\"\n#~ msgstr \"修复了造成循环的 bottle 配置升级错误\"\n\n#~ msgid \"\"\n#~ \"Frech translations thanks to J. Lavoie, SCOTT-HAMILTON, @julroy67, \"\n#~ \"@yannicka, K. Herbert\"\n#~ msgstr \"\"\n#~ \"感谢 J. Lavoie、SCOTT-HAMILTON、@julroy67、@yannicka 和 K. Herbert 的法语\"\n#~ \"翻译\"\n\n#~ msgid \"Italian translations thanks to @blackcat-917\"\n#~ msgstr \"感谢 @blackcat-917 的意大利语翻译\"\n\n#~ msgid \"Norwegian Bokmål translations thanks to @comradekingu\"\n#~ msgstr \"感谢 @comradekingu 的书面挪威语翻译\"\n\n#~ msgid \"This is an off-calendar release.\"\n#~ msgstr \"这是一个计划外版本。\"\n\n#~ msgid \"Fix listing when one or more bottles are broken.\"\n#~ msgstr \"当一个或多个 Bottle 损坏时修复列表。\"\n\n#~ msgid \"Run any .exe/.msi/.lnk using the flags -e/-l in command line\"\n#~ msgstr \"使用 flags -e/-l in 命令行运行任意 .exe/.msi/.lnk 文件\"\n\n#~ msgid \"Specify the target bottle using the -b flag in command line\"\n#~ msgstr \"使用命令行中的 -b flag 指定目标 bottle\"\n\n#~ msgid \"Run executables without show the Bottles Window\"\n#~ msgstr \"运行可执行文件而不显示 Bottles 窗口\"\n\n#~ msgid \"Dependencies can now set register keys\"\n#~ msgstr \"依赖项现在可以设置注册表键\"\n\n#~ msgid \"Dependencies can now extract archives\"\n#~ msgstr \"依赖项现在可以提取压缩文件\"\n\n#~ msgid \"Dependencies can now uninstall other dependencies\"\n#~ msgstr \"依赖项现在可以卸载其他依赖项\"\n\n#~ msgid \"\"\n#~ \"Dependencies can now register fonts in the Bottle Register to make them \"\n#~ \"discoverable by the runner\"\n#~ msgstr \"依赖项现在可以在 Bottle Register 注册字体让它们可以被 runner 发现\"\n\n#~ msgid \"Cab extraction now support wildcards\"\n#~ msgstr \"Cab 提取现在支持通配符\"\n\n#~ msgid \"Cab extraction now support lowercase extensions\"\n#~ msgstr \"Cab 提取现在支持小写扩展\"\n\n#~ msgid \"\"\n#~ \"When installing a new runner, winemenubuilder is blocked to prevent the \"\n#~ \"creation of broken desktop entries\"\n#~ msgstr \"\"\n#~ \"安装一个新的运行程序时，winemenubuilder 将被阻止，以防止创建损坏的桌面条目\"\n\n#~ msgid \"\"\n#~ \"The bottle root is now set as the working directory for all executed \"\n#~ \"commands\"\n#~ msgstr \"bottle 根目录现在被设置为所有执行命令的工作目录\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the dependency manager showing them installed even though \"\n#~ \"the process was still running\"\n#~ msgstr \"修复了依赖项管理器中即使进程仍在运行也显示它们已安装的错误\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that prevented states from being sent to the bottle (kill, \"\n#~ \"shutdown, reboot, ..)\"\n#~ msgstr \"修正了一个阻止状态发送到 bottle 的错误 (kill\\\\关闭、重启...)\"\n\n#~ msgid \"Fixed a bug on processes listing\"\n#~ msgstr \"修复了进程列举的一个错误\"\n\n#~ msgid \"Fix crash log path on Flatpak\"\n#~ msgstr \"修复 Flatpak 崩溃日志路径\"\n\n#~ msgid \"\"\n#~ \"Fixed an issue causing Bottles to detect downloaded dxvk even when it \"\n#~ \"fails\"\n#~ msgstr \"修正了一个导致即使失败 Bottles 仍检测已下载 dxvk 的问题\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug that cause some programs to not be placed in Programs section\"\n#~ msgstr \"修正了一个导致一些程序未被放置在程序部分的缺陷\"\n\n#~ msgid \"Fixed a bug in adding registry keys with spaces in name\"\n#~ msgstr \"修正了添加名称中带有空格的注册表项的缺陷\"\n\n#~ msgid \"Uninstallers are now no longer displayed in the Programs list\"\n#~ msgstr \"卸载程序现在不再显示在程序列表中\"\n\n#~ msgid \"Disable uninstaller button for dependencies installed from cab files\"\n#~ msgstr \"为从 cab 文件安装的依赖项禁用卸载按钮\"\n\n#~ msgid \"Access Bottles preferences from the bottle creation view\"\n#~ msgstr \"从 bottle 创建视图访问 Bottles 参数设置\"\n\n#~ msgid \"\"\n#~ \"A spinner is now displayed when installing dependencies, programs and \"\n#~ \"components\"\n#~ msgstr \"在安装依赖项、程序和组件时会显示下拉列表\"\n\n#~ msgid \"Warning for missing cabextract tool\"\n#~ msgstr \"对缺少 cabextract 工具发出警告\"\n\n#~ msgid \"Warning for experimental features\"\n#~ msgstr \"实验性功能警告\"\n\n#~ msgid \"Warning for enables testing repository\"\n#~ msgstr \"对启用测试存储库发出警告\"\n\n#~ msgid \"Several improvements in runner management\"\n#~ msgstr \"运行器管理的几处改进\"\n\n#~ msgid \"Added icons to the sidebar\"\n#~ msgstr \"添加图标到侧边栏\"\n\n#~ msgid \"Experimantal support for Bottles installers\"\n#~ msgstr \"对 Bottles 安装程序的实验支持\"\n\n#~ msgid \"Better support for Breeze theme\"\n#~ msgstr \"更好地支持 Breeze 主题\"\n\n#~ msgid \"Browse programs path\"\n#~ msgstr \"浏览程序路径\"\n\n#~ msgid \"\"\n#~ \"Generate Bottles compatible desktop entries for programs installed \"\n#~ \"trought Bottles installers\"\n#~ msgstr \"为通过 Bottles 安装器安装的程序生成 Bottles 兼容的桌面入口\"\n\n#~ msgid \"Visual feedback during a state restoring\"\n#~ msgstr \"状态恢复期间的视觉反馈\"\n\n#~ msgid \"Toggle update date on bottles list\"\n#~ msgstr \"开关 bottles 列表上的更新日期\"\n\n#~ msgid \"Upgrade runner to the latest localy installed\"\n#~ msgstr \"升级运行器至已本地安装的最新版本\"\n\n#~ msgid \"Destroy bottle\"\n#~ msgstr \"销毁 bottle\"\n\n#~ msgid \"This will change the runner from {0} to {1}.\"\n#~ msgstr \"这会将运行器从 {0} 改为 {1}。\"\n\n#~ msgid \"Run in this bottle\"\n#~ msgstr \"在该 bottle 中运行\"\n\n#~ msgid \"\"\n#~ \"Dependency/installer manifests, support environment variables and \"\n#~ \"arguments\"\n#~ msgstr \"依赖项/安装程序清单，支持环境变量和参数\"\n\n#~ msgid \"\"\n#~ \"If versioning is active for the bottle, a new state is created before \"\n#~ \"installing a dependency\"\n#~ msgstr \"若 bottle 版本空值处于活跃状态，在安装依赖项之前会创建一个新的状态\"\n\n#~ msgid \"\"\n#~ \"Dependencies and installers now call their uninstaller, if this is \"\n#~ \"declared in the manifest\"\n#~ msgstr \"依赖项和安装程序现在调用它们的卸载程序，如果这在清单中声明\"\n\n#~ msgid \"Now you can search for dependencies using the search field\"\n#~ msgstr \"现在您可以使用搜索字段搜索依赖项\"\n\n#~ msgid \"Dependencies and installers show the source license\"\n#~ msgstr \"依赖项和安装程序显示源许可\"\n\n#~ msgid \"\"\n#~ \"When a crash report appears, reporting it the issue is automatically and \"\n#~ \"correctly filled\"\n#~ msgstr \"出现崩溃报告时，报告该问题将自动并正确地填充\"\n\n#~ msgid \"\"\n#~ \"While creating a new state, information about the entire process is shown \"\n#~ \"on the screen\"\n#~ msgstr \"创建新状态时，整个进程的信息会显示在屏幕上\"\n\n#~ msgid \"The search for installed programs has been extended to user AppData\"\n#~ msgstr \"已安装程序的搜索已扩展到用户 AppData\"\n\n#~ msgid \"Fixed some problems related to the dxvk implementation\"\n#~ msgstr \"修正了dxvk实现的一些问题\"\n\n#~ msgid \"\"\n#~ \"Now dxvk and vkd3d are installed only after the user presses Install on \"\n#~ \"first start\"\n#~ msgstr \"现在dxvk和vkd3d只有在用户第一次启动时按下Install后才会安装\"\n\n#~ msgid \"Reduced the amount of logs\"\n#~ msgstr \"减少了日志量\"\n\n#~ msgid \"Flatpak now uses the app directories\"\n#~ msgstr \"Flatpak现在使用应用程序目录\"\n\n#~ msgid \"\"\n#~ \"If there are bottles in the old dir and the app dir is empty then a \"\n#~ \"migration dialog is shown\"\n#~ msgstr \"如果旧目录中有 bottle，并且应用程序目录为空，则会显示一个迁移对话框\"\n\n#~ msgid \"\"\n#~ \"Fixed a bug in the management of the download manager that resulted in a \"\n#~ \"crash\"\n#~ msgstr \"修正了一个导致崩溃的下载管理器管理的错误\"\n\n#~ msgid \"Install dxvk and vkd3d on bottle creation if missing\"\n#~ msgstr \"若缺少 dxvk 和 vkd3d ，则会在创建 Bottle 时安装\"\n\n#~ msgid \"The preferences are organized into sections\"\n#~ msgstr \"首选项被划归到不同部分\"\n\n#~ msgid \"The program list is hidden if empty\"\n#~ msgstr \"如果为空，程序列表将被隐藏\"\n\n#~ msgid \"The bottle details page now uses a sidebar\"\n#~ msgstr \"Bottle 详情页面使用侧边栏\"\n\n#~ msgid \"Added references to documentation for some features\"\n#~ msgstr \"增加了一些功能的参考文档\"\n\n#~ msgid \"\"\n#~ \"Makes the UI more consistent with rounded edges and status pages from \"\n#~ \"libhandy\"\n#~ msgstr \"通过 libhandy 使得UI的圆角和状态页面更协调\"\n\n#~ msgid \"Replacing the name wine with runner, where possible\"\n#~ msgstr \"如果可能的话，把wine这个名字换成runner\"\n\n#~ msgid \"Added more information for initial download to the Onboard\"\n#~ msgstr \"在引导页面中添加了初始下载的更多信息\"\n\n#~ msgid \"Czech translations thanks to @pervoj and Vojtěch Perník\"\n#~ msgstr \"感谢 @pervoj 和 Vojtěch Perník 翻译捷克语\"\n\n#~ msgid \"Esperanto translations thanks to @phlostically\"\n#~ msgstr \"感谢 @phlostically 翻译世界语\"\n\n#~ msgid \"New logo thanks to @jannuary @alvarlagerlof @ZekeSmith\"\n#~ msgstr \"感谢 @jannuary @alvarlagerlof @ZekeSmith 制作的新 logo\"\n\n#~ msgid \"Display a crash report on restart if something goes wrong\"\n#~ msgstr \"如果发生错误在重启时显示崩溃报告\"\n\n#~ msgid \"Using the new yaml format for the bottle configuration\"\n#~ msgstr \"为 bottle 配置使用新的 yaml 格式\"\n\n#~ msgid \"Using the new yaml repositories for components/dependencies/programs\"\n#~ msgstr \"为组件/依赖/程序使用新的 yaml 仓库\"\n\n#~ msgid \"Automatic update old bottle configuration to the new model\"\n#~ msgstr \"自动将 bottle 配置更新为新模式\"\n\n#~ msgid \"Backup bottle configuration and archive\"\n#~ msgstr \"备份 bottle 配置并归档\"\n\n#~ msgid \"Import backup archives\"\n#~ msgstr \"导入备份归档\"\n\n#~ msgid \"Show onboard if system wine is the only installed runner\"\n#~ msgstr \"如果系统 wine 是唯一安装的运行器则显示机上运行器\"\n\n#~ msgid \"New versioning based on CalVer model\"\n#~ msgstr \"基于 CalVer 模式的新版本控制\"\n\n#~ msgid \"Create bottles using the wine runner provided by the distribution\"\n#~ msgstr \"使用由发行版提供的 wine 运行器创建 bottles\"\n\n#~ msgid \"Enable gamemode for your bottles if installed in the system\"\n#~ msgstr \"如果系统中安装有游戏模式则为您的 bottles 启用\"\n\n#~ msgid \"Run .exe/.msi/.bat files with custom arguments\"\n#~ msgstr \"使用自定义参数运行 .exe/.msi/.bat 文件\"\n\n#~ msgid \"Fixed the \\\"bad interpreter\\\" error on debian package\"\n#~ msgstr \"修复 debian 软件包上的“坏的解释器”错误\"\n\n#~ msgid \"\"\n#~ \"Optionally close Bottles after starting an executable from the file \"\n#~ \"manager\"\n#~ msgstr \"可选的从文件管理器启动可执行文件后关闭 Bottles\"\n\n#~ msgid \"Added tooltips to understand what some elements of the UI do\"\n#~ msgstr \"添加了帮助理解用户界面上一些元素作用的工具提示\"\n\n#~ msgid \"Using portal for file picker\"\n#~ msgstr \"为文件选取使用传送门\"\n\n#~ msgid \"Filechooser do not filter by extensions anymore\"\n#~ msgstr \"文件选择器不再以扩展名过滤文件\"\n\n#~ msgid \"Ukrain thanslations thanks to @marchellodev\"\n#~ msgstr \"感谢 @marchellodev 翻译乌克兰语\"\n\n#~ msgid \"This is the manifest for {0}.\"\n#~ msgstr \"这是 {0} 的清单。\"\n\n#~ msgid \"This is the index for {0}.\"\n#~ msgstr \"这是 {0} 的索引。\"\n\n#~ msgid \"Downloaded file {0} looks corrupted. Try again.\"\n#~ msgstr \"下载的文件 {0} 看起来已损坏。重试。\"\n\n#~ msgid \"Installing {0} runner …\"\n#~ msgstr \"正在安装 {0} 运行器…\"\n\n#~ msgid \"Component {0} successfully installed!\"\n#~ msgstr \"组件 {0} 已成功安装！\"\n\n#~ msgid \"{0} completed for {1}.\"\n#~ msgstr \"已为 {1} 完成 {0}。\"\n\n#~ msgid \"Wineprefix {0} successfully imported!\"\n#~ msgstr \"Wineprefix {0} 成功导入！\"\n\n#~ msgid \"Your backup for {0} is ready!\"\n#~ msgstr \"您的 {0} 备份已就绪！\"\n\n#~ msgid \"Your backup {0} was imported successfully.!\"\n#~ msgstr \"您的备份 {0} 已导入成功！\"\n\n#~ msgid \"Failed importing backup {0}!\"\n#~ msgstr \"导入备份 {0} 失败！\"\n\n#~ msgid \"What is Wine?\"\n#~ msgstr \"什么是 Wine？\"\n\n#~ msgid \"\"\n#~ \"Wine is the compatibility layer that allows Windows software to run on \"\n#~ \"Linux.\\n\"\n#~ \"In Bottles it is called <b>runner</b>.\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes are environments in which Wine works. In Bottles we call \"\n#~ \"these, <b>bottles</b>.\"\n#~ msgstr \"\"\n#~ \"Wine 是允许 Windows 软件在 Linux 上运行的兼容层。\\n\"\n#~ \"在 Bottles 中它被称为 <b>运行器</b> 。\\n\"\n#~ \"\\n\"\n#~ \"Wineprefixes 是 Wine 工作的环境。在 Bottles 中我们称其为 <b>bottles</b> 。\"\n\n#~ msgid \"Page 1\"\n#~ msgstr \"第 1 页\"\n\n#~ msgid \"DXVK Versions\"\n#~ msgstr \"DXVK 版本\"\n\n#~ msgid \"Failed to clear temp path!\"\n#~ msgstr \"清理临时路径失败！\"\n\n#~ msgid \"Runners path doens't exist, creating now.\"\n#~ msgstr \"运行器路径不存在，正在创建。\"\n\n#~ msgid \"Bottles path doens't exist, creating now.\"\n#~ msgstr \"Bottles 路径不存在，正在创建。\"\n\n#~ msgid \"Dxvk path doens't exist, creating now.\"\n#~ msgstr \"Dxvk 路径不存在，正在创建。\"\n\n#~ msgid \"Temp path doens't exist, creating now.\"\n#~ msgstr \"临时路径不存在，正在创建。\"\n\n#~ msgid \"Extraction failed! Archive ends earlier than expected.\"\n#~ msgstr \"解出失败！归档末尾早于预期。\"\n\n#~ msgid \"File [{0}] already exists in temp, skipping.\"\n#~ msgstr \"文件 [{0}] 已存在于临时目录，正在跳过。\"\n\n#~ msgid \"Renaming [{0}] to [{1}].\"\n#~ msgstr \"重命名 [{0}] 为 [{1}]。\"\n\n#~ msgid \"Downloaded file [{0}] looks corrupted.\"\n#~ msgstr \"下载的文件 [{0}] 看起来已损坏。\"\n\n#~ msgid \"Source checksum: [{0}] downloaded: [{1}]\"\n#~ msgstr \"源校验：[{0}] 已下载：[{1}]\"\n\n#~ msgid \"Installing component: [{0}].\"\n#~ msgstr \"正在安装组件：[{0}]。\"\n\n#~ msgid \"Installing dependency: [{0}] in bottle: [{1}].\"\n#~ msgstr \"正在 bottle：[{1}] 中安装依赖：[{0}]。\"\n\n#~ msgid \"Removing [{0}] from system32 in bottle: [{1}]\"\n#~ msgstr \"正在 bottle：[{1}] 中从 system32 移除 [{0}]\"\n\n#~ msgid \"[{0}] not found in bottle: [{1}], failed removing from system32.\"\n#~ msgstr \"在 bottle：[{1}] 中未找到 [{0}]，从 system32 移除失败。\"\n\n#~ msgid \"Removing dependency: [{0}] from bottle: [{1}] configuration.\"\n#~ msgstr \"正在从 bottle：[{1}] 配置移除依赖：[{0}]。\"\n\n#~ msgid \"Runners found: [{0}]\"\n#~ msgstr \"找到运行器：[{0}]\"\n\n#~ msgid \"Dxvk found: [{0}]\"\n#~ msgstr \"找到 Dxvk：[{0}]\"\n\n#~ msgid \"No dxvk found.\"\n#~ msgstr \"未找到 dxvk。\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration, updating.\"\n#~ msgstr \"键值：[{0}] 不在 bottle：[{1}] 配置中，正在更新。\"\n\n#~ msgid \"Key: [{0}] not in bottle: [{1}] configuration Parameters, updating.\"\n#~ msgstr \"键值：[{0}] 不在 bottle：[{1}] 配置参数中，正在更新。\"\n\n#~ msgid \"Setting Key: [{0}] to [{1}] for bottle: [{2}] …\"\n#~ msgstr \"正在为 bottle：[{2}] 设置键值：[{0}] 为 [{1}] …\"\n\n#~ msgid \"Applying environment: [{0}] …\"\n#~ msgstr \"正在应用环境：[{0}] …\"\n\n#~ msgid \"Bottle: [{0}] successfully created!\"\n#~ msgstr \"Bottle: 成功创建 [{0}] ！\"\n\n#~ msgid \"Successfully deleted bottle in path: [{0}]\"\n#~ msgstr \"成功在路径：[{0}] 删除 bottle\"\n\n#~ msgid \"Empty path found, failing to avoid disasters.\"\n#~ msgstr \"发现空路径，正在失败以避免灾难。\"\n\n#~ msgid \"Trying to repair the bottle: [{0}] …\"\n#~ msgstr \"正在尝试修复 bottle：[{0}] …\"\n\n#~ msgid \"\"\n#~ \"Adding Key: [{0}] with Value: [{1}] and Data: [{2}] in register bottle: \"\n#~ \"{3}\"\n#~ msgstr \"\"\n#~ \"正在注册表 bottle：{3} 中使用值：[{1}] 和数据：[{2}] 添加键值：[{0}]\"\n\n#~ msgid \"Removing Value: [{0}] for Key: [{1}] in register bottle: {2}\"\n#~ msgstr \"正在注册表 bottle：{2} 中为键值：[{1}] 移除值：[{0}]\"\n\n#~ msgid \"Installing dxvk for bottle: [{0}].\"\n#~ msgstr \"正在为 bottle：[{0}] 安装 dxvk。\"\n\n#~ msgid \"Removing dxvk for bottle: [{0}].\"\n#~ msgstr \"正在为 bottle：[{0}] 移除 dxvk。\"\n\n#~ msgid \"Running an executable on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行可执行文件…\"\n\n#~ msgid \"Running wineboot on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行 wineboot …\"\n\n#~ msgid \"Running winecfg on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行 winecfg …\"\n\n#~ msgid \"Running winetricks on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行 winetricks …\"\n\n#~ msgid \"Running a debug console on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行调试控制台…\"\n\n#~ msgid \"Running a CMD on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行 CMD …\"\n\n#~ msgid \"Running a Task Manager on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行任务管理器…\"\n\n#~ msgid \"Running a Control Panel on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行控制面板…\"\n\n#~ msgid \"Running an Uninstaller on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行卸载器…\"\n\n#~ msgid \"Running a Regedit on the wineprefix …\"\n#~ msgstr \"正在 wineprefix 上运行注册表编辑器…\"\n\n#~ msgid \"Sending Status: [{0}] to the wineprefix …\"\n#~ msgstr \"正在发送状态：[{0}] 至 wineprefix …\"\n\n#~ msgid \"Opening the file manager in the path …\"\n#~ msgstr \"正在该路径打开文件管理器…\"\n\n#~ msgid \"Importing wineprefix [{0}] in a new bottle …\"\n#~ msgstr \"正在导入 wineprefix [{0}] 至新建 bottle …\"\n\n#~ msgid \"Error creating the bottle path for wineprefix [{0}]. Aborting.\"\n#~ msgstr \"为 wineprefix [{0}] 创建该 bottle 路径时出错。正在抛弃。\"\n\n#~ msgid \"Wineprefix: [{0}] successfully imported!\"\n#~ msgstr \"Wineprefix：[{0}] 成功导入！\"\n\n#~ msgid \"[{0}] files to replace.\"\n#~ msgstr \"要替换 [{0}] 文件。\"\n\n#~ msgid \"[{0}] files to add.\"\n#~ msgstr \"要添加 [{0}] 文件。\"\n\n#~ msgid \"Backuping configuration: [{0}] in [{1}]\"\n#~ msgstr \"正在备份 [{1}] 中的配置：[{0}]\"\n\n#~ msgid \"Backuping bottle: [{0}] in [{1}]\"\n#~ msgstr \"正在备份 [{1}] 中的 bottle：[{0}]\"\n\n#~ msgid \"Failed to save backup in path: {0}.\"\n#~ msgstr \"保存备份在路径：{0} 失败。\"\n\n#~ msgid \"Failed importing backup: [{0}]\"\n#~ msgstr \"导入备份：[{0}] 失败\"\n\n#~ msgid \"Connection status: online …\"\n#~ msgstr \"连接状态：在线…\"\n\n#~ msgid \"Fix environment selection style on Yaru theme\"\n#~ msgstr \"修复使用 Yaru 主题时的环境选择样式\"\n\n#~ msgid \"Do not destroy page_details on bottle deletion\"\n#~ msgstr \"在选择 bottle 时不要销毁详情页面\"\n\n#~ msgid \"Add freetype as a dependency\"\n#~ msgstr \"添加 freetype 为依赖\"\n\n#~ msgid \"Dependencies can now install more dll in one step\"\n#~ msgstr \"依赖项现在可以一步安装更多的dll\"\n\n#~ msgid \"lutris-6.0-rc1-x86_64\"\n#~ msgstr \"lutris-6.0-rc1-x86_64\"\n\n#~ msgid \"Reboot Windows\"\n#~ msgstr \"重启 Windows\"\n\n#~ msgid \"Shutdown Windows\"\n#~ msgstr \"关闭 Windows\"\n\n#~ msgid \"Kill all wine processes\"\n#~ msgstr \"杀死所有 wine 进程\"\n\n#~ msgid \"\"\n#~ \"Use this section to install programs curated by our community, without \"\n#~ \"having to proceed manually. Consider the <a href=\\\"https://docs.\"\n#~ \"usebottles.com/bottles/installers#compatibility-grades\\\">compatibility \"\n#~ \"grade</a> when choosing.\"\n#~ msgstr \"\"\n#~ \"使用本部分安装由我们社区策划的程序，而无需手动进行。选择安装什么程序时请考\"\n#~ \"虑 <a href=\\\"https://docs.usebottles.com/bottles/installers#compatibility-\"\n#~ \"grades\\\">兼容性等级</a> 。\"\n\n#~ msgid \"Deleting a bottle …\"\n#~ msgstr \"正在删除 bottle …\"\n"
  },
  {
    "path": "po/zh_Hant.po",
    "content": "# SOME DESCRIPTIVE TITLE.\n# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n# This file is distributed under the same license as the bottles package.\n# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n#\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: bottles\\n\"\n\"Report-Msgid-Bugs-To: \\n\"\n\"POT-Creation-Date: 2023-03-27 13:50+0530\\n\"\n\"PO-Revision-Date: 2025-10-30 13:06+0000\\n\"\n\"Last-Translator: Adrian Lee <adrianleeho@gmail.com>\\n\"\n\"Language-Team: Chinese (Traditional Han script) <https://hosted.weblate.org/\"\n\"projects/bottles/bottles/zh_Hant/>\\n\"\n\"Language: zh_Hant\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\"X-Generator: Weblate 5.14.1-dev\\n\"\n\n#: bottles/backend/managers/backup.py:48 bottles/backend/managers/backup.py:95\nmsgid \"No path specified\"\nmsgstr \"沒有指定路徑\"\n\n#: bottles/backend/managers/backup.py:56\n#, python-brace-format\nmsgid \"Backup {0}\"\nmsgstr \"備份 {0}\"\n\n#: bottles/backend/managers/backup.py:101\n#, python-brace-format\nmsgid \"Importing backup: {0}\"\nmsgstr \"匯入備份：{0}\"\n\n#: bottles/backend/managers/manager.py:1057\nmsgid \"Fail to install components, tried 3 times.\"\nmsgstr \"安裝組件失敗，已嘗試3次。\"\n\n#: bottles/backend/managers/manager.py:1068\nmsgid \"Missing essential components. Installing…\"\nmsgstr \"遺失必要組件。正在安裝…\"\n\n#: bottles/backend/managers/manager.py:1145\nmsgid \"Failed to create bottle directory.\"\nmsgstr \"無法建立Bottle目錄。\"\n\n#: bottles/backend/managers/manager.py:1157\nmsgid \"Failed to create placeholder directory/file.\"\nmsgstr \"無法建立暫時填充用的目錄/檔案。\"\n\n#: bottles/backend/managers/manager.py:1162\nmsgid \"Generating bottle configuration…\"\nmsgstr \"正在產生 bottle 設定檔…\"\n\n#: bottles/backend/managers/manager.py:1185\nmsgid \"Template found, applying…\"\nmsgstr \"找到範本，套用中…\"\n\n#. execute wineboot on the bottle path\n#: bottles/backend/managers/manager.py:1197\nmsgid \"The Wine config is being updated…\"\nmsgstr \"正在更新 Wine 設定檔…\"\n\n#: bottles/backend/managers/manager.py:1199\nmsgid \"Wine config updated!\"\nmsgstr \"WINE 設定檔已更新！\"\n\n#: bottles/backend/managers/manager.py:1207\nmsgid \"Running as Flatpak, sandboxing userdir…\"\nmsgstr \"在 Flatpak 環境執行，正將使用者目錄進行沙盒隔離…\"\n\n#: bottles/backend/managers/manager.py:1209\nmsgid \"Sandboxing userdir…\"\nmsgstr \"正將使用者目錄進行沙盒隔離…\"\n\n#: bottles/backend/managers/manager.py:1250\nmsgid \"Setting Windows version…\"\nmsgstr \"正在設定 Windows 版本…\"\n\n#: bottles/backend/managers/manager.py:1260\nmsgid \"Apply CMD default settings…\"\nmsgstr \"正在套用 CMD 的預設設定…\"\n\n#: bottles/backend/managers/manager.py:1268\nmsgid \"Optimizing environment…\"\nmsgstr \"正在最佳化環境…\"\n\n#: bottles/backend/managers/manager.py:1279\n#, python-brace-format\nmsgid \"Applying environment: {0}…\"\nmsgstr \"正在套用環境：{0}…\"\n\n#: bottles/backend/managers/manager.py:1289\nmsgid \"(!) Using a custom environment recipe…\"\nmsgstr \"(!) 使用自訂環境配方…\"\n\n#: bottles/backend/managers/manager.py:1292\nmsgid \"(!) Recipe not not found or not valid…\"\nmsgstr \"(!) 找不到配方，或是配方無效…\"\n\n#: bottles/backend/managers/manager.py:1309\nmsgid \"Installing DXVK…\"\nmsgstr \"正在安裝 DXVK…\"\n\n#: bottles/backend/managers/manager.py:1317\nmsgid \"Installing VKD3D…\"\nmsgstr \"正在安裝 VKD3D…\"\n\n#: bottles/backend/managers/manager.py:1326\nmsgid \"Installing DXVK-NVAPI…\"\nmsgstr \"正在安裝 DXVK-NVAPI…\"\n\n#: bottles/backend/managers/manager.py:1335\n#, python-format\nmsgid \"Installing dependency: %s …\"\nmsgstr \"正在安裝相依套件：%s…\"\n\n#: bottles/backend/managers/manager.py:1345\nmsgid \"Creating versioning state 0…\"\nmsgstr \"正在建立狀態版本 0…\"\n\n#: bottles/backend/managers/manager.py:1353\nmsgid \"Finalizing…\"\nmsgstr \"正在收尾…\"\n\n#: bottles/backend/managers/manager.py:1364\nmsgid \"Caching template…\"\nmsgstr \"正在建立範本的快取…\"\n\n#: bottles/backend/managers/versioning.py:83\nmsgid \"Committing state …\"\nmsgstr \"正在更新狀態版本…\"\n\n#: bottles/backend/managers/versioning.py:90\nmsgid \"Nothing to commit\"\nmsgstr \"沒有東西可以提交\"\n\n#: bottles/backend/managers/versioning.py:96\n#, python-brace-format\nmsgid \"New state [{0}] created successfully!\"\nmsgstr \"成功建立了新狀態「{0}」！\"\n\n#: bottles/backend/managers/versioning.py:123\nmsgid \"States list retrieved successfully!\"\nmsgstr \"成功取得狀態版本列表！\"\n\n#: bottles/backend/managers/versioning.py:153\n#, python-brace-format\nmsgid \"State {0} restored successfully!\"\nmsgstr \"成功恢復狀態版本「{0}」！\"\n\n#: bottles/backend/managers/versioning.py:155\nmsgid \"Restoring state {} …\"\nmsgstr \"正在恢復狀態版本「{}」…\"\n\n#: bottles/backend/managers/versioning.py:162\nmsgid \"State not found\"\nmsgstr \"找不到狀態版本\"\n\n#: bottles/backend/managers/versioning.py:168\nmsgid \"State {} is already the active state\"\nmsgstr \"狀態版本 {} 正在使用\"\n\n#: bottles/frontend/main.py:112\nmsgid \"Show version\"\nmsgstr \"顯示版本\"\n\n#: bottles/frontend/main.py:120\nmsgid \"Executable path\"\nmsgstr \"執行檔路徑\"\n\n#: bottles/frontend/main.py:128\nmsgid \"lnk path\"\nmsgstr \"捷徑路徑\"\n\n#: bottles/frontend/main.py:136 bottles/frontend/ui/library-entry.blp:118\n#: bottles/frontend/ui/list-entry.blp:5\nmsgid \"Bottle name\"\nmsgstr \"酒瓶名稱\"\n\n#: bottles/frontend/main.py:144\nmsgid \"Pass arguments\"\nmsgstr \"傳遞引數\"\n\n#: bottles/frontend/main.py:203\nmsgid \"Invalid URI (syntax: bottles:run/<bottle>/<program>)\"\nmsgstr \"無效的 URI（語法：bottles:run/<酒瓶>/<程式>）\"\n\n#: bottles/frontend/main.py:244\nmsgid \"[Quit] request received.\"\nmsgstr \"［結束］請求已收到。\"\n\n#: bottles/frontend/main.py:253\nmsgid \"[Help] request received.\"\nmsgstr \"［幫助］請求已收到。\"\n\n#: bottles/frontend/main.py:261\nmsgid \"[Refresh] request received.\"\nmsgstr \"［重新整理］請求已收到。\"\n\n#: bottles/frontend/main.py:294\nmsgid \"Donate\"\nmsgstr \"捐贈\"\n\n#: bottles/frontend/main.py:299\nmsgid \"Third-Party Libraries and Special Thanks\"\nmsgstr \"第三方函式庫與特別感謝\"\n\n#: bottles/frontend/main.py:325\nmsgid \"Sponsored and Funded by\"\nmsgstr \"贊助和援助\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:5\nmsgid \"Copyright © 2017 Bottles Developers\"\nmsgstr \"© 2017 Bottles 開發者\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/about.blp:10\nmsgid \"Bottles Developers\"\nmsgstr \"Bottles 開發者\"\n\n#: bottles/frontend/ui/about.blp:12\nmsgid \"translator_credits\"\nmsgstr \"銘謝翻譯者\"\n\n#: bottles/frontend/ui/component-entry.blp:4\nmsgid \"Component version\"\nmsgstr \"元件版本\"\n\n#: bottles/frontend/ui/component-entry.blp:12\n#: bottles/frontend/ui/dependency-entry.blp:29\n#: bottles/frontend/ui/program-entry.blp:77\nmsgid \"Uninstall\"\nmsgstr \"解除安裝\"\n\n#: bottles/frontend/ui/component-entry.blp:23\nmsgid \"Browse Files\"\nmsgstr \"瀏覽檔案\"\n\n#: bottles/frontend/ui/component-entry.blp:34\nmsgid \"\"\n\"The installation failed. This may be due to a repository error, partial \"\n\"download or checksum mismatch. Press to try again.\"\nmsgstr \"安裝失敗。這可能是因為存儲庫錯誤、下載不完全或是校驗碼不合。點擊來再試一次。\"\n\n#: bottles/frontend/ui/component-entry.blp:45\nmsgid \"Download & Install\"\nmsgstr \"下載與安裝\"\n\n#: bottles/frontend/ui/component-entry.blp:58\nmsgid \"0%\"\nmsgstr \"0%\"\n\n#: bottles/frontend/ui/dependency-entry.blp:16\nmsgid \"Show Manifest\"\nmsgstr \"顯示清單\"\n\n#: bottles/frontend/ui/dependency-entry.blp:20\nmsgid \"License\"\nmsgstr \"授權條款\"\n\n#: bottles/frontend/ui/dependency-entry.blp:24\nmsgid \"Reinstall\"\nmsgstr \"重新安裝\"\n\n#: bottles/frontend/ui/dependency-entry.blp:36\n#: bottles/frontend/ui/installer-entry.blp:27\nmsgid \"Report a Bug…\"\nmsgstr \"回報問題…\"\n\n#: bottles/frontend/ui/dependency-entry.blp:42\nmsgid \"Dependency name\"\nmsgstr \"相依項目名稱\"\n\n#: bottles/frontend/ui/dependency-entry.blp:44\nmsgid \"Dependency description\"\nmsgstr \"相依項目描述\"\n\n#: bottles/frontend/ui/dependency-entry.blp:51\nmsgid \"Category\"\nmsgstr \"類別\"\n\n#: bottles/frontend/ui/dependency-entry.blp:64\nmsgid \"Download & Install this Dependency\"\nmsgstr \"下載與安裝相依套件\"\n\n#: bottles/frontend/ui/dependency-entry.blp:79\nmsgid \"\"\n\"An installation error occurred. Restart Bottles to read the Crash Report or \"\n\"run it via terminal to read the output.\"\nmsgstr \"發生了一個安裝錯誤。重啟 Bottles 以閱讀崩潰回報，或者透過終端機執行以閱讀輸出\"\n\"。\"\n\n#: bottles/frontend/ui/dependency-entry.blp:93\nmsgid \"Dependency Menu\"\nmsgstr \"相依套件選單\"\n\n#: bottles/frontend/ui/details-bottle.blp:16\nmsgid \"Troubleshooting\"\nmsgstr \"排除錯誤\"\n\n#: bottles/frontend/ui/details-bottle.blp:24\nmsgid \"Browse Files…\"\nmsgstr \"瀏覽檔案…\"\n\n#: bottles/frontend/ui/details-bottle.blp:28\nmsgid \"Duplicate Bottle…\"\nmsgstr \"建立酒瓶複本…\"\n\n#: bottles/frontend/ui/details-bottle.blp:32\n#: bottles/frontend/ui/importer.blp:73\nmsgid \"This is the complete archive of your bottle, including personal files.\"\nmsgstr \"這是你的容器的完整封存檔——包含個人文件。\"\n\n#: bottles/frontend/ui/details-bottle.blp:33\nmsgid \"Full Backup…\"\nmsgstr \"完整備份…\"\n\n#: bottles/frontend/ui/details-bottle.blp:37\n#: bottles/frontend/ui/importer.blp:68\nmsgid \"\"\n\"This is just the bottle configuration, it's perfect if you want to create a \"\n\"new one but without personal files.\"\nmsgstr \"這僅是酒瓶的配置部分。若要創立新酒瓶而不欲包含個人資料，這會很有用。\"\n\n#: bottles/frontend/ui/details-bottle.blp:38\nmsgid \"Export Configuration…\"\nmsgstr \"匯出配置…\"\n\n#: bottles/frontend/ui/details-bottle.blp:45\n#: bottles/frontend/views/bottle_details.py:344\nmsgid \"Show Hidden Programs\"\nmsgstr \"顯示隱藏的程式\"\n\n#: bottles/frontend/ui/details-bottle.blp:49\nmsgid \"Search for new programs\"\nmsgstr \"搜尋新程式\"\n\n#: bottles/frontend/ui/details-bottle.blp:56\nmsgid \"Delete Bottle…\"\nmsgstr \"刪除酒瓶…\"\n\n#: bottles/frontend/ui/details-bottle.blp:73\n#: bottles/frontend/ui/details-dependencies.blp:99\n#: bottles/frontend/ui/details-installers.blp:68\nmsgid \"Secondary Menu\"\nmsgstr \"第二選單\"\n\n#: bottles/frontend/ui/details-bottle.blp:90\nmsgid \"Force Stop all Processes\"\nmsgstr \"強制終止所有行程\"\n\n#: bottles/frontend/ui/details-bottle.blp:94\nmsgid \"Simulate a Windows system shutdown.\"\nmsgstr \"模擬 Windows 系統關機。\"\n\n#: bottles/frontend/ui/details-bottle.blp:95\nmsgid \"Shutdown\"\nmsgstr \"關機\"\n\n#: bottles/frontend/ui/details-bottle.blp:99\nmsgid \"Simulate a Windows system reboot.\"\nmsgstr \"模擬 Windows 系統重新啟動。\"\n\n#: bottles/frontend/ui/details-bottle.blp:100\nmsgid \"Reboot\"\nmsgstr \"重新啟動\"\n\n#: bottles/frontend/ui/details-bottle.blp:118\n#: bottles/frontend/ui/dialog-launch-options.blp:6\nmsgid \"Launch Options\"\nmsgstr \"啟動選項\"\n\n#: bottles/frontend/ui/details-bottle.blp:135\nmsgid \"Run in Terminal\"\nmsgstr \"在終端機啟動\"\n\n#: bottles/frontend/ui/details-bottle.blp:148\nmsgid \"Drop files to execute them\"\nmsgstr \"將檔案拖放至此處以執行\"\n\n#: bottles/frontend/ui/details-bottle.blp:164\nmsgid \"My bottle\"\nmsgstr \"我的酒瓶\"\n\n#: bottles/frontend/ui/details-bottle.blp:177\nmsgid \"Win64\"\nmsgstr \"Win64\"\n\n#: bottles/frontend/ui/details-bottle.blp:189\n#: bottles/frontend/ui/list-entry.blp:12 bottles/frontend/ui/new.blp:71\nmsgid \"Environment\"\nmsgstr \"環境\"\n\n#: bottles/frontend/ui/details-bottle.blp:201\n#: bottles/frontend/ui/details-preferences.blp:14\n#: bottles/frontend/ui/new.blp:128\nmsgid \"Runner\"\nmsgstr \"執行器\"\n\n#: bottles/frontend/ui/details-bottle.blp:213\n#: bottles/frontend/ui/list-entry.blp:21\nmsgid \"Versioning enabled for this bottle\"\nmsgstr \"此酒瓶已啟用版本控制\"\n\n#: bottles/frontend/ui/details-bottle.blp:218\nmsgid \"Versioning is active for this bottle.\"\nmsgstr \"此酒瓶中的版本控制正在運作。\"\n\n#: bottles/frontend/ui/details-bottle.blp:227\n#: bottles/frontend/ui/list-entry.blp:31\nmsgid \"0\"\nmsgstr \"0\"\n\n#: bottles/frontend/ui/details-bottle.blp:247\nmsgid \"Run Executable…\"\nmsgstr \"運行可執行檔…\"\n\n#: bottles/frontend/ui/details-bottle.blp:272\nmsgid \"Programs\"\nmsgstr \"程式\"\n\n#: bottles/frontend/ui/details-bottle.blp:275\nmsgid \"\"\n\"Click \\\"Run Executable…\\\" to run an executable, \\\"Add Shortcuts…\\\" to add an \"\n\"executable to the Programs list, or \\\"Install Programs…\\\" to install \"\n\"programs curated by the community.\"\nmsgstr \"按「啟動執行檔...」執行程式。按「新增捷徑...」將執行檔新增至程式列表，或是按\"\n\"「安裝程式...」安裝社群維護的程式。\"\n\n#: bottles/frontend/ui/details-bottle.blp:298\nmsgid \"Add Shortcuts…\"\nmsgstr \"新增捷徑…\"\n\n#: bottles/frontend/ui/details-bottle.blp:325\nmsgid \"Install Programs…\"\nmsgstr \"安裝程式…\"\n\n#: bottles/frontend/ui/details-bottle.blp:346\nmsgid \"Options\"\nmsgstr \"選項\"\n\n#: bottles/frontend/ui/details-bottle.blp:350\n#: bottles/frontend/views/details.py:141\nmsgid \"Settings\"\nmsgstr \"設定\"\n\n#: bottles/frontend/ui/details-bottle.blp:351\nmsgid \"Configure bottle settings.\"\nmsgstr \"正在設定酒瓶。\"\n\n#: bottles/frontend/ui/details-bottle.blp:360\n#: bottles/frontend/views/details.py:145\nmsgid \"Dependencies\"\nmsgstr \"相依套件\"\n\n#: bottles/frontend/ui/details-bottle.blp:361\nmsgid \"Install dependencies for programs.\"\nmsgstr \"為程式安裝相依套件。\"\n\n#: bottles/frontend/ui/details-bottle.blp:370\n#: bottles/frontend/ui/details-preferences.blp:377\n#: bottles/frontend/views/details.py:149\nmsgid \"Snapshots\"\nmsgstr \"快照\"\n\n#: bottles/frontend/ui/details-bottle.blp:371\nmsgid \"Create and manage bottle states.\"\nmsgstr \"新增和管理酒瓶狀態。\"\n\n#: bottles/frontend/ui/details-bottle.blp:380\n#: bottles/frontend/ui/details-bottle.blp:426\n#: bottles/frontend/views/details.py:157\nmsgid \"Task Manager\"\nmsgstr \"工作管理員\"\n\n#: bottles/frontend/ui/details-bottle.blp:381\nmsgid \"Manage running programs.\"\nmsgstr \"管理執行中的程式。\"\n\n#: bottles/frontend/ui/details-bottle.blp:390\nmsgid \"Tools\"\nmsgstr \"工具\"\n\n#: bottles/frontend/ui/details-bottle.blp:394\nmsgid \"Command Line\"\nmsgstr \"命令列\"\n\n#: bottles/frontend/ui/details-bottle.blp:395\nmsgid \"Run commands inside the Bottle.\"\nmsgstr \"在此酒瓶中執行命令。\"\n\n#: bottles/frontend/ui/details-bottle.blp:404\nmsgid \"Registry Editor\"\nmsgstr \"登錄檔編輯器\"\n\n#: bottles/frontend/ui/details-bottle.blp:405\nmsgid \"Edit the internal registry.\"\nmsgstr \"編輯內部註冊表。\"\n\n#: bottles/frontend/ui/details-bottle.blp:413\nmsgid \"Legacy Wine Tools\"\nmsgstr \"舊版 Wine 工具\"\n\n#: bottles/frontend/ui/details-bottle.blp:417\nmsgid \"Explorer\"\nmsgstr \"檔案總管\"\n\n#: bottles/frontend/ui/details-bottle.blp:435\nmsgid \"Debugger\"\nmsgstr \"除錯器\"\n\n#: bottles/frontend/ui/details-bottle.blp:444\n#: bottles/frontend/ui/importer.blp:69 bottles/frontend/ui/new.blp:145\nmsgid \"Configuration\"\nmsgstr \"配置\"\n\n#: bottles/frontend/ui/details-bottle.blp:453\nmsgid \"Uninstaller\"\nmsgstr \"解除安裝工具\"\n\n#: bottles/frontend/ui/details-bottle.blp:462\nmsgid \"Control Panel\"\nmsgstr \"控制台\"\n\n#: bottles/frontend/ui/details-dependencies.blp:9\nmsgid \"Search for dependencies…\"\nmsgstr \"搜尋相依套件…\"\n\n#: bottles/frontend/ui/details-dependencies.blp:22\n#: bottles/frontend/ui/preferences.blp:178\n#: bottles/frontend/ui/preferences.blp:235\nmsgid \"You're offline :(\"\nmsgstr \"您已離線 :(\"\n\n#: bottles/frontend/ui/details-dependencies.blp:25\nmsgid \"Bottles is running in offline mode, so dependencies are not available.\"\nmsgstr \"Bottles 正在離線模式下執行，因此相依套件將無法存取。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:47\nmsgid \"\"\n\"Dependencies are resources that improve compatibility of Windows software.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"相依套件為提升Windows軟體相容性的資源。\\n\"\n\"\\n\"\n\"此頁面的檔案由第三方以專有軟體授權提供。安裝代表您同意其授權條款。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:76\nmsgid \"Report a problem or a missing dependency.\"\nmsgstr \"回報問題或是遺失的相依套件。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:77\nmsgid \"Report Missing Dependency\"\nmsgstr \"回報遺失的相依套件\"\n\n#: bottles/frontend/ui/details-dependencies.blp:81\nmsgid \"Read Documentation.\"\nmsgstr \"閱讀文檔。\"\n\n#: bottles/frontend/ui/details-dependencies.blp:82\n#: bottles/frontend/ui/details-installers.blp:51\n#: bottles/frontend/ui/details-versioning.blp:37\nmsgid \"Documentation\"\nmsgstr \"文檔\"\n\n#: bottles/frontend/ui/details-dependencies.blp:92\n#: bottles/frontend/ui/details-installers.blp:61\n#: bottles/frontend/ui/window.blp:46\nmsgid \"Search\"\nmsgstr \"搜尋\"\n\n#: bottles/frontend/ui/details-installers.blp:9\nmsgid \"Search for Programs…\"\nmsgstr \"搜尋程式…\"\n\n#: bottles/frontend/ui/details-installers.blp:15\nmsgid \"\"\n\"Install programs curated by our community.\\n\"\n\"\\n\"\n\"Files on this page are provided by third parties under a proprietary \"\n\"license. By installing them, you agree with their respective licensing terms.\"\nmsgstr \"\"\n\"建議安裝社群所推出的軟體以免去手動設定。\\n\"\n\"\\n\"\n\"此頁面的檔案由第三方以專有軟體授權提供。安裝即代表您同意授權條款。\"\n\n#: bottles/frontend/ui/details-installers.blp:29\nmsgid \"No Installers Found\"\nmsgstr \"沒有找到安裝程式\"\n\n#: bottles/frontend/ui/details-installers.blp:32\nmsgid \"\"\n\"The repository is unreachable or no installer is compatible with this bottle.\"\nmsgstr \"儲存庫無法連線，或是沒有與此酒瓶相容的安裝程式。\"\n\n#: bottles/frontend/ui/details-installers.blp:50\n#: bottles/frontend/ui/details-versioning.blp:36\n#: bottles/frontend/ui/preferences.blp:81\nmsgid \"Read Documentation\"\nmsgstr \"閱讀說明文件\"\n\n#: bottles/frontend/ui/details-preferences.blp:6\n#: bottles/frontend/ui/dialog-duplicate.blp:52\nmsgid \"Name\"\nmsgstr \"名稱\"\n\n#: bottles/frontend/ui/details-preferences.blp:11\nmsgid \"Components\"\nmsgstr \"組件\"\n\n#: bottles/frontend/ui/details-preferences.blp:15\n#: bottles/frontend/ui/new.blp:129\nmsgid \"The version of the Wine compatibility layer.\"\nmsgstr \"Wine 相容層的版本。\"\n\n#: bottles/frontend/ui/details-preferences.blp:17\nmsgid \"Updating Runner and components, please wait…\"\nmsgstr \"更新執行器和組件中，請稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:27\n#: bottles/frontend/ui/preferences.blp:262\nmsgid \"DXVK\"\nmsgstr \"DXVK\"\n\n#: bottles/frontend/ui/details-preferences.blp:28\nmsgid \"Improve Direct3D 8/9/10/11 compatibility by translating it to Vulkan.\"\nmsgstr \"將 Direct3D 8/9/10/11 轉譯成 Vulkan，以改善相容性。\"\n\n#: bottles/frontend/ui/details-preferences.blp:30\nmsgid \"Updating DXVK, please wait…\"\nmsgstr \"正在更新 DXVK，請稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:40\n#: bottles/frontend/ui/preferences.blp:266\nmsgid \"VKD3D\"\nmsgstr \"VKD3D\"\n\n#: bottles/frontend/ui/details-preferences.blp:41\nmsgid \"Improve Direct3D 12 compatibility by translating it to Vulkan.\"\nmsgstr \"將 Direct3D 12 轉譯成 Vulkan，以改善相容性。\"\n\n#: bottles/frontend/ui/details-preferences.blp:43\nmsgid \"Updating VKD3D, please wait…\"\nmsgstr \"正在更新 VKD3D，請稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:54\nmsgid \"DXVK NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/details-preferences.blp:58\n#: bottles/frontend/ui/details-preferences.blp:93\nmsgid \"Updating DXVK-NVAPI, please wait…\"\nmsgstr \"正在更新 DXVK-NVAPI，請稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:68\n#: bottles/frontend/ui/preferences.blp:274\nmsgid \"LatencyFleX\"\nmsgstr \"LatencyFleX\"\n\n#: bottles/frontend/ui/details-preferences.blp:69\nmsgid \"Increase responsiveness. Can be detected by some anti-cheat software.\"\nmsgstr \"改進反應速度。可能會被某些反作弊程式偵測到。\"\n\n#: bottles/frontend/ui/details-preferences.blp:71\nmsgid \"Updating LatencyFleX, please wait…\"\nmsgstr \"正在更新 LatencyFleX，請稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:84\nmsgid \"Display\"\nmsgstr \"顯示設定\"\n\n#: bottles/frontend/ui/details-preferences.blp:88\nmsgid \"Deep Learning Super Sampling\"\nmsgstr \"深度學習超級採樣\"\n\n#: bottles/frontend/ui/details-preferences.blp:89\nmsgid \"\"\n\"Increase performance at the expense of visuals using DXVK-NVAPI. Only works \"\n\"on newer NVIDIA GPUs.\"\nmsgstr \"使用 DXVK-NVAPI，犧牲視覺效果換取性能。僅支援 NVIDIA Turing+ GPUs。\"\n\n#: bottles/frontend/ui/details-preferences.blp:105\nmsgid \"FidelityFX Super Resolution\"\nmsgstr \"FidelityFX 超級解析度\"\n\n#: bottles/frontend/ui/details-preferences.blp:106\nmsgid \"Increase performance at the expense of visuals. Only works on Vulkan.\"\nmsgstr \"犧牲視覺效果換取性能。僅在 Vulkan 平台有效。\"\n\n#: bottles/frontend/ui/details-preferences.blp:108\nmsgid \"Manage FidelityFX Super Resolution settings\"\nmsgstr \"管理 FidelityFX Super Resolution 設定\"\n\n#: bottles/frontend/ui/details-preferences.blp:125\nmsgid \"Discrete Graphics\"\nmsgstr \"獨立顯示卡\"\n\n#: bottles/frontend/ui/details-preferences.blp:126\nmsgid \"\"\n\"Use the discrete graphics card to increase performance at the expense of \"\n\"power consumption.\"\nmsgstr \"以增加耗電量為代價，使用獨立顯示卡提升性能。\"\n\n#: bottles/frontend/ui/details-preferences.blp:135\nmsgid \"Post-Processing Effects\"\nmsgstr \"後製特效\"\n\n#: bottles/frontend/ui/details-preferences.blp:136\nmsgid \"\"\n\"Add various post-processing effects using vkBasalt. Only works on Vulkan.\"\nmsgstr \"使用 vkBasalt 加入多種後製特效。僅在 Vulkan 平台有效。\"\n\n#: bottles/frontend/ui/details-preferences.blp:138\nmsgid \"Manage Post-Processing Layer settings\"\nmsgstr \"管理後製層的設定\"\n\n#: bottles/frontend/ui/details-preferences.blp:154\nmsgid \"Manage how games should be displayed on the screen using Gamescope.\"\nmsgstr \"管理遊戲透過 Gamescope 的顯示方式。\"\n\n#: bottles/frontend/ui/details-preferences.blp:157\nmsgid \"Manage Gamescope settings\"\nmsgstr \"管理 Gamescope 設定\"\n\n#: bottles/frontend/ui/details-preferences.blp:171\nmsgid \"Advanced Display Settings\"\nmsgstr \"進階顯示設定\"\n\n#: bottles/frontend/ui/details-preferences.blp:184\nmsgid \"Performance\"\nmsgstr \"效能\"\n\n#: bottles/frontend/ui/details-preferences.blp:188\nmsgid \"Enable synchronization to increase performance of multicore processors.\"\nmsgstr \"啟用同步處理，以增進多核心處理器的性能。\"\n\n#: bottles/frontend/ui/details-preferences.blp:189\nmsgid \"Synchronization\"\nmsgstr \"同步\"\n\n#: bottles/frontend/ui/details-preferences.blp:193\nmsgid \"System\"\nmsgstr \"系統\"\n\n#: bottles/frontend/ui/details-preferences.blp:194\nmsgid \"Esync\"\nmsgstr \"Esync\"\n\n#: bottles/frontend/ui/details-preferences.blp:195\nmsgid \"Fsync\"\nmsgstr \"Fsync\"\n\n#: bottles/frontend/ui/details-preferences.blp:196\nmsgid \"Futex2\"\nmsgstr \"Futex2\"\n\n#: bottles/frontend/ui/details-preferences.blp:202\nmsgid \"Monitor Performance\"\nmsgstr \"監測效能\"\n\n#: bottles/frontend/ui/details-preferences.blp:203\nmsgid \"\"\n\"Display monitoring information such as framerate, temperatures, CPU/GPU load \"\n\"and more on OpenGL and Vulkan using MangoHud.\"\nmsgstr \"利用 MangoHud，在 OpenGL 和 Vulkan 應用程式顯示影格率、溫度、CPU/GPUMangoHud\"\n\"負載等監測資訊。\"\n\n#: bottles/frontend/ui/details-preferences.blp:211\nmsgid \"Feral GameMode\"\nmsgstr \"使用遊戲模式\"\n\n#: bottles/frontend/ui/details-preferences.blp:212\nmsgid \"\"\n\"Apply a set of optimizations to your device. Can improve game performance.\"\nmsgstr \"套用針對您裝置的最佳化設定。可提升性能。\"\n\n#: bottles/frontend/ui/details-preferences.blp:221\nmsgid \"Preload Game Files\"\nmsgstr \"預先載入遊戲檔案\"\n\n#: bottles/frontend/ui/details-preferences.blp:222\nmsgid \"\"\n\"Improve loading time when launching the game multiple times. The game will \"\n\"take longer to start for the first time.\"\nmsgstr \"改善多次啟動遊戲的載入速度。遊戲初次啟動時間會變長。\"\n\n#: bottles/frontend/ui/details-preferences.blp:226\nmsgid \"Manage vmtouch settings\"\nmsgstr \"管理 vmtouch 設定\"\n\n#: bottles/frontend/ui/details-preferences.blp:241\nmsgid \"OBS Game Capture\"\nmsgstr \"OBS 遊戲擷取\"\n\n#: bottles/frontend/ui/details-preferences.blp:242\nmsgid \"Toggle OBS Game Capture for all Vulkan and OpenGL programs.\"\nmsgstr \"切換所有 Vulkan 和 OpenGL 程式的 OBS 遊戲擷取。\"\n\n#: bottles/frontend/ui/details-preferences.blp:251\nmsgid \"Compatibility\"\nmsgstr \"相容性\"\n\n#: bottles/frontend/ui/details-preferences.blp:254\nmsgid \"Windows Version\"\nmsgstr \"Windows 版本\"\n\n#: bottles/frontend/ui/details-preferences.blp:257\nmsgid \"Updating Windows version, please wait…\"\nmsgstr \"正在更新 Windows 版本，請稍候…\"\n\n#: bottles/frontend/ui/details-preferences.blp:266\nmsgid \"Language\"\nmsgstr \"語言\"\n\n#: bottles/frontend/ui/details-preferences.blp:267\nmsgid \"Choose the language to use with programs.\"\nmsgstr \"選擇程式要用的語言。\"\n\n#: bottles/frontend/ui/details-preferences.blp:275\nmsgid \"Dedicated Sandbox\"\nmsgstr \"專用沙盒\"\n\n#: bottles/frontend/ui/details-preferences.blp:276\nmsgid \"Use a restricted/managed environment for this bottle.\"\nmsgstr \"為此酒瓶使用受限制的/控管的環境。\"\n\n#: bottles/frontend/ui/details-preferences.blp:279\nmsgid \"Manage the Sandbox Permissions\"\nmsgstr \"管理沙盒權限\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/details-preferences.blp:295\nmsgid \"Bottles Runtime\"\nmsgstr \"Bottles 執行環境\"\n\n#: bottles/frontend/ui/details-preferences.blp:296\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility. Disable it if \"\n\"you run into issues.\"\nmsgstr \"新增額外函式庫以增加相容性。若遇到問題請將此選項關閉。\"\n\n#: bottles/frontend/ui/details-preferences.blp:306\nmsgid \"Steam Runtime\"\nmsgstr \"Steam 執行環境\"\n\n#: bottles/frontend/ui/details-preferences.blp:307\nmsgid \"\"\n\"Provide a bundle of extra libraries for more compatibility with Steam games. \"\n\"Disable it if you run into issues.\"\nmsgstr \"提供額外函式庫以增加 Steam 遊戲相容性。若遇到問題請將此選項關閉。\"\n\n#: bottles/frontend/ui/details-preferences.blp:315\n#: bottles/frontend/ui/dialog-launch-options.blp:83\nmsgid \"Working Directory\"\nmsgstr \"工作目錄\"\n\n#: bottles/frontend/ui/details-preferences.blp:318\n#: bottles/frontend/ui/dialog-launch-options.blp:59\n#: bottles/frontend/ui/dialog-launch-options.blp:90\n#: bottles/frontend/ui/new.blp:150 bottles/frontend/ui/new.blp:181\n#: bottles/frontend/ui/preferences.blp:136\nmsgid \"Reset to Default\"\nmsgstr \"重設為預設值\"\n\n#: bottles/frontend/ui/details-preferences.blp:339\n#: bottles/frontend/ui/preferences.blp:157 bottles/frontend/views/new.py:78\n#: bottles/frontend/views/preferences.py:210\nmsgid \"(Default)\"\nmsgstr \"(預設)\"\n\n#: bottles/frontend/ui/details-preferences.blp:347\n#: bottles/frontend/ui/dialog-dll-overrides.blp:7\n#: bottles/frontend/ui/dialog-dll-overrides.blp:12\nmsgid \"DLL Overrides\"\nmsgstr \"DLL 覆寫\"\n\n#: bottles/frontend/ui/details-preferences.blp:357\n#: bottles/frontend/ui/dialog-env-vars.blp:20\nmsgid \"Environment Variables\"\nmsgstr \"環境變數\"\n\n#: bottles/frontend/ui/details-preferences.blp:367\nmsgid \"Manage Drives\"\nmsgstr \"管理硬碟\"\n\n#: bottles/frontend/ui/details-preferences.blp:381\nmsgid \"Automatic Snapshots\"\nmsgstr \"自動快照\"\n\n#: bottles/frontend/ui/details-preferences.blp:382\nmsgid \"\"\n\"Automatically create snapshots before installing software or changing \"\n\"settings.\"\nmsgstr \"在安裝軟體或變更設定前自動建立快照。\"\n\n#: bottles/frontend/ui/details-preferences.blp:391\nmsgid \"Compression\"\nmsgstr \"壓縮\"\n\n#: bottles/frontend/ui/details-preferences.blp:392\nmsgid \"\"\n\"Compress snapshots to reduce space. This will slow down the creation of \"\n\"snapshots.\"\nmsgstr \"壓縮快照節省空間。此選項會讓快照製作時間變長。\"\n\n#: bottles/frontend/ui/details-preferences.blp:401\nmsgid \"Use Exclusion Patterns\"\nmsgstr \"使用排除模式\"\n\n#: bottles/frontend/ui/details-preferences.blp:402\nmsgid \"Exclude paths in snapshots.\"\nmsgstr \"為快照排除路徑。\"\n\n#: bottles/frontend/ui/details-preferences.blp:405\nmsgid \"Manage Patterns\"\nmsgstr \"管理模式\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:17\nmsgid \"Refresh\"\nmsgstr \"重新整理\"\n\n#: bottles/frontend/ui/details-taskmanager.blp:22\nmsgid \"Stop process\"\nmsgstr \"終止處理程序\"\n\n#: bottles/frontend/ui/details-versioning.blp:18\nmsgid \"No Snapshots Found\"\nmsgstr \"沒有找到任何快照\"\n\n#: bottles/frontend/ui/details-versioning.blp:19\nmsgid \"Create your first snapshot to start saving states of your preferences.\"\nmsgstr \"新增第一個快照，用於儲存設定值的狀態。\"\n\n#: bottles/frontend/ui/details-versioning.blp:54\nmsgid \"A short comment\"\nmsgstr \"一個極短的註解\"\n\n#: bottles/frontend/ui/details-versioning.blp:58\nmsgid \"Save the bottle state.\"\nmsgstr \"儲存酒瓶狀態。\"\n\n#: bottles/frontend/ui/details-versioning.blp:78\nmsgid \"Create new Snapshot\"\nmsgstr \"新增快照\"\n\n#: bottles/frontend/ui/details.blp:16\nmsgid \"Details\"\nmsgstr \"詳細資料\"\n\n#: bottles/frontend/ui/details.blp:24 bottles/frontend/ui/details.blp:64\n#: bottles/frontend/ui/importer.blp:15\nmsgid \"Go Back\"\nmsgstr \"返回\"\n\n#: bottles/frontend/ui/details.blp:75\nmsgid \"Operations\"\nmsgstr \"操作\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:4\nmsgid \"Select Bottle\"\nmsgstr \"選取酒瓶\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:16\n#: bottles/frontend/ui/dialog-proton-alert.blp:16\n#: bottles/frontend/ui/dialog-rename.blp:15\n#: bottles/frontend/ui/dialog-run-args.blp:20\nmsgid \"Cancel\"\nmsgstr \"取消\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:21\nmsgid \"Select\"\nmsgstr \"選取\"\n\n#: bottles/frontend/ui/dialog-bottle-picker.blp:38\n#: bottles/frontend/ui/new.blp:9 bottles/frontend/ui/new.blp:49\n#: bottles/frontend/ui/window.blp:25\nmsgid \"Create New Bottle\"\nmsgstr \"鑄造新酒瓶\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/dialog-crash-report.blp:8\nmsgid \"Bottles Crash Report\"\nmsgstr \"Bottles 崩潰回報\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:18\n#: bottles/frontend/ui/dialog-duplicate.blp:22\n#: bottles/frontend/ui/dialog-gamescope.blp:23\n#: bottles/frontend/ui/dialog-launch-options.blp:16\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:22\n#: bottles/frontend/ui/dialog-vkbasalt.blp:27 bottles/frontend/ui/new.blp:26\n#: bottles/frontend/views/bottle_details.py:504\n#: bottles/frontend/views/bottle_details.py:600\n#: bottles/frontend/views/bottle_preferences.py:749\n#: bottles/frontend/views/preferences.py:201\nmsgid \"_Cancel\"\nmsgstr \"取消(_C)\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:25\nmsgid \"Send Report\"\nmsgstr \"送出報告\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:44\nmsgid \"\"\n\"Bottles crashed last time. Please fill out a report attaching the following \"\n\"traceback to help us identify the problem preventing it from happening again.\"\nmsgstr \"前次開啟時酒瓶崩潰。請填寫以下表單，附上問題發生時的回溯報告，協助我們偵測問\"\n\"題並防止日後再度發生。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:74\nmsgid \"\"\n\"We found one or more similar (or identical) reports. Please make sure to \"\n\"check carefully that it has not already been reported before submitting a \"\n\"new one. Each report requires effort on the part of the developers to \"\n\"diagnose, please respect their work and make sure you don't post duplicates.\"\nmsgstr \"\"\n\"我們找到了一或多個類似(或相同)的報告。請在提交前仔細確認該問題是否已經有人回\"\n\"報。每份報告皆需要開發者仔細診斷，請尊重他們的工作並確認您沒有提交重複的報告\"\n\"。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:89\nmsgid \"I still want to report.\"\nmsgstr \"我還是要回報。\"\n\n#: bottles/frontend/ui/dialog-crash-report.blp:95\nmsgid \"Advanced options\"\nmsgstr \"進階選項\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:13\nmsgid \"Incomplete package\"\nmsgstr \"不完整的軟體包\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:14\nmsgid \"\"\n\"This version of Bottles does not seem to provide all the necessary core \"\n\"dependencies, please contact the package maintainer or use an official \"\n\"version.\"\nmsgstr \"這個版本的Bottles似乎沒有提供所有必要的核心相依套件，請與您的套件維護者聯繫或\"\n\"是使用來自Bottles的官方版本。\"\n\n#: bottles/frontend/ui/dialog-deps-check.blp:18\nmsgid \"Quit\"\nmsgstr \"結束\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:11\nmsgid \"\"\n\"Dynamic Link Libraries can be specified to be builtin (provided by Wine) or \"\n\"native (provided by the program).\"\nmsgstr \"動態連結函式庫 (DLL) 可以選擇使用內建的（由 Wine 提供）或原生的（由程式提供）\"\n\"。\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:15\nmsgid \"New Override\"\nmsgstr \"新覆寫\"\n\n#: bottles/frontend/ui/dialog-dll-overrides.blp:21\nmsgid \"Overrides\"\nmsgstr \"覆寫\"\n\n#: bottles/frontend/ui/dialog-drives.blp:7\nmsgid \"Drives\"\nmsgstr \"硬碟\"\n\n#: bottles/frontend/ui/dialog-drives.blp:24\nmsgid \"\"\n\"These are paths from your host system that are mapped and recognized as \"\n\"devices by the runner (e.g. C: D:…).\"\nmsgstr \"這些是由您的主機系統映射和被執行器辨識的路徑(例如 C: D:....)。\"\n\n#: bottles/frontend/ui/dialog-drives.blp:27\nmsgid \"Letter\"\nmsgstr \"識別符\"\n\n#: bottles/frontend/ui/dialog-drives.blp:49\nmsgid \"Existing Drives\"\nmsgstr \"現有的硬碟\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:16\nmsgid \"Duplicate Bottle\"\nmsgstr \"建立酒瓶複本\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:38\nmsgid \"Duplicate\"\nmsgstr \"建立複本\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:49\nmsgid \"Enter a name for the duplicate of the Bottle.\"\nmsgstr \"請輸入酒瓶複本要使用的名稱。\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:69\nmsgid \"Duplicating…\"\nmsgstr \"正在建立複本…\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:78\n#: bottles/frontend/ui/dialog-installer.blp:103\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:112\n#: bottles/frontend/views/new.py:177\nmsgid \"This could take a while.\"\nmsgstr \"這需要一點時間。\"\n\n#: bottles/frontend/ui/dialog-duplicate.blp:97\nmsgid \"Bottle Duplicated\"\nmsgstr \"已建立酒瓶複本\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:28\nmsgid \"\"\n\"Environment variables are dynamic-named value that can affect the way \"\n\"running processes will behave on your bottle.\"\nmsgstr \"環境變數是動態的數值，會影響酒瓶中處理程序的行為。\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:31\nmsgid \"Variable Name\"\nmsgstr \"變數名稱\"\n\n#: bottles/frontend/ui/dialog-env-vars.blp:37\nmsgid \"Existing Variables\"\nmsgstr \"現存的變數\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:20\nmsgid \"Exclusion Patterns\"\nmsgstr \"排除樣式\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:28\nmsgid \"\"\n\"Define patterns that will be used to prevent some directories to being \"\n\"versioned.\"\nmsgstr \"定義樣式，將目錄排除於版本控制。\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:31\nmsgid \"Pattern\"\nmsgstr \"樣式\"\n\n#: bottles/frontend/ui/dialog-exclusion-patterns.blp:37\nmsgid \"Existing Patterns\"\nmsgstr \"現存的樣式\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:6\nmsgid \"Gamescope Settings\"\nmsgstr \"Gamescope 設定\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:30\n#: bottles/frontend/ui/dialog-launch-options.blp:32\n#: bottles/frontend/ui/dialog-rename.blp:20\n#: bottles/frontend/ui/dialog-vkbasalt.blp:34\nmsgid \"Save\"\nmsgstr \"儲存\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:40\nmsgid \"Manage how games should be displayed.\"\nmsgstr \"管理遊戲的顯示方式。\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:44\nmsgid \"Game Resolution\"\nmsgstr \"遊戲解析度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:45\nmsgid \"Uses the resolution of the video game as a reference in pixels.\"\nmsgstr \"以遊戲像素尺寸作為解析度。\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:48\n#: bottles/frontend/ui/dialog-gamescope.blp:85\nmsgid \"Width\"\nmsgstr \"寬度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:64\n#: bottles/frontend/ui/dialog-gamescope.blp:101\nmsgid \"Height\"\nmsgstr \"高度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:81\nmsgid \"Window Resolution\"\nmsgstr \"視窗解析度\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:82\nmsgid \"\"\n\"Upscales the resolution when using a resolution higher than the game \"\n\"resolution in pixels.\"\nmsgstr \"當解析度比遊戲本身還高時提昇解析度。單位為像素。\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:118\nmsgid \"Miscellaneous\"\nmsgstr \"其他\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:121\nmsgid \"Frame Rate Limit\"\nmsgstr \"影格率限制\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:137\nmsgid \"Frame Rate Limit When Unfocused\"\nmsgstr \"非聚焦時的影格率\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:153\nmsgid \"Integer Scaling\"\nmsgstr \"整數縮放\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:162\nmsgid \"Window Type\"\nmsgstr \"視窗類型\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:166\nmsgid \"Borderless\"\nmsgstr \"無邊框\"\n\n#: bottles/frontend/ui/dialog-gamescope.blp:172\nmsgid \"Fullscreen\"\nmsgstr \"全螢幕\"\n\n#: bottles/frontend/ui/dialog-installer.blp:40\nmsgid \"Do you want to proceed with the installation?\"\nmsgstr \"您是否要繼續安裝？\"\n\n#: bottles/frontend/ui/dialog-installer.blp:45\nmsgid \"Start Installation\"\nmsgstr \"開始安裝\"\n\n#: bottles/frontend/ui/dialog-installer.blp:64\nmsgid \"\"\n\"This installer requires some local resources which cannot be provided \"\n\"otherwise.\"\nmsgstr \"此安裝程式需要部份本機資源，無法另外提供。\"\n\n#: bottles/frontend/ui/dialog-installer.blp:68\nmsgid \"Proceed\"\nmsgstr \"繼續\"\n\n#: bottles/frontend/ui/dialog-installer.blp:127\nmsgid \"Completed!\"\nmsgstr \"完成！\"\n\n#: bottles/frontend/ui/dialog-installer.blp:130\nmsgid \"Show Programs\"\nmsgstr \"顯示程式\"\n\n#: bottles/frontend/ui/dialog-installer.blp:148\nmsgid \"Installation Failed!\"\nmsgstr \"安裝失敗！\"\n\n#: bottles/frontend/ui/dialog-installer.blp:149\nmsgid \"Something went wrong.\"\nmsgstr \"發生錯誤。\"\n\n#: bottles/frontend/ui/dialog-journal.blp:9\nmsgid \"All messages\"\nmsgstr \"所有訊息\"\n\n#: bottles/frontend/ui/dialog-journal.blp:13\nmsgid \"Critical\"\nmsgstr \"重要\"\n\n#: bottles/frontend/ui/dialog-journal.blp:17\nmsgid \"Errors\"\nmsgstr \"錯誤\"\n\n#: bottles/frontend/ui/dialog-journal.blp:21\nmsgid \"Warnings\"\nmsgstr \"警告\"\n\n#: bottles/frontend/ui/dialog-journal.blp:25\nmsgid \"Info\"\nmsgstr \"資訊\"\n\n#: bottles/frontend/ui/dialog-journal.blp:40\nmsgid \"Journal browser\"\nmsgstr \"日誌瀏覽器\"\n\n#: bottles/frontend/ui/dialog-journal.blp:48\nmsgid \"Journal Browser\"\nmsgstr \"日誌瀏覽器\"\n\n#: bottles/frontend/ui/dialog-journal.blp:53\nmsgid \"Change Logging Level.\"\nmsgstr \"變更紀錄檔等級。\"\n\n#: bottles/frontend/ui/dialog-journal.blp:57\nmsgid \"All\"\nmsgstr \"全部\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:42\nmsgid \"Those arguments will be passed at launch.\"\nmsgstr \"這些引數將在啟動時傳遞給程式。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:43\nmsgid \"Custom Arguments\"\nmsgstr \"自訂引數\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:46\nmsgid \"Command Arguments\"\nmsgstr \"命令引數\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:47\n#, c-format\nmsgid \"e.g.: VAR=value %command% -example1 -example2 -example3=hello\"\nmsgstr \"例如：VAR=value %command% -example1 -example2 -example3=hello\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:52\nmsgid \"Post-run Script\"\nmsgstr \"自動執行指令稿\"\n\n#. endregion\n#: bottles/frontend/ui/dialog-launch-options.blp:53\n#: bottles/frontend/windows/launchoptions.py:54\nmsgid \"Choose a script which should be executed after run.\"\nmsgstr \"選取在執行程式後自動執行的指令稿。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:70\nmsgid \"Choose a Script\"\nmsgstr \"選取指令稿\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:84\n#: bottles/frontend/windows/launchoptions.py:55\nmsgid \"Choose from where start the program.\"\nmsgstr \"選擇從何處啟動程式。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:101\n#: bottles/frontend/ui/drive-entry.blp:22\nmsgid \"Choose a Directory\"\nmsgstr \"選擇目錄\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:114\nmsgid \"These settings will override the default settings for this executable.\"\nmsgstr \"對於這個執行檔，這些設定會覆寫預設設定。\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:115\nmsgid \"Preferences Overrides\"\nmsgstr \"偏好設定覆寫\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:119\nmsgid \"Reset to Bottle's Defaults\"\nmsgstr \"恢復至 Bottles 的預設值\"\n\n#: bottles/frontend/ui/dialog-launch-options.blp:165\nmsgid \"Virtual Desktop\"\nmsgstr \"虛擬桌面\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:4\nmsgid \"Proton Disclaimer\"\nmsgstr \"Proton 聲明\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:21\nmsgid \"Use Proton\"\nmsgstr \"使用 Proton\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:35\nmsgid \"\"\n\"Beware, using Proton-based runners in non-Steam bottles can cause problems \"\n\"and prevent them from behaving correctly.\\n\"\n\"\\n\"\n\"We recommend using Wine-GE rather, a version of Proton meant to run outside \"\n\"of Steam.\\n\"\n\"\\n\"\n\"Proceeding will automatically enable the Steam runtime (if present in the \"\n\"system and detected by Bottles) in order to allow it to access the necessary \"\n\"libraries and limit compatibility problems. Be aware that GloriousEggroll, \"\n\"the runner's provider, is not responsible for any problems and we ask that \"\n\"you do not report to them.\"\nmsgstr \"\"\n\"請注意，在非 Steam 的酒瓶裡使用基於 Proton 的執行器可能會造成問題，使其無法正\"\n\"常運作。\\n\"\n\"\\n\"\n\"我們建議改用 Wine-GE，一個為在 Steam 環境外執行而修改過的 Proton 版本。\\n\"\n\"\\n\"\n\"如果繼續，Bottles 將會自動啟用 Steam 執行環境（除非 Bottles 偵測不到或是它沒\"\n\"有安裝），來確保 Proton 能使用它需要的函式庫並降低相容性問題發生的機率。也請\"\n\"注意提供這個執行器的人，GloriousEggroll，不負任何問題的責任，並請不要將問題回\"\n\"報給他。\"\n\n#: bottles/frontend/ui/dialog-proton-alert.blp:43\nmsgid \"I got it.\"\nmsgstr \"了解。\"\n\n#: bottles/frontend/ui/dialog-rename.blp:7\nmsgid \"Rename\"\nmsgstr \"重新命名\"\n\n#: bottles/frontend/ui/dialog-rename.blp:30\nmsgid \"Choose a new name for the selected program.\"\nmsgstr \"請輸入已選定的程式的新名稱。\"\n\n#: bottles/frontend/ui/dialog-rename.blp:33\nmsgid \"New Name\"\nmsgstr \"新名稱\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:13\nmsgid \"Run With Arguments\"\nmsgstr \"執行時加上引數\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:34\n#: bottles/frontend/views/bottle_details.py:401\n#: bottles/frontend/views/list.py:131\nmsgid \"Run\"\nmsgstr \"執行\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:44\nmsgid \"Write below the arguments to be passed to the executable.\"\nmsgstr \"請在下方輸入要傳遞給執行檔的引數。\"\n\n#: bottles/frontend/ui/dialog-run-args.blp:47\nmsgid \"e.g.: -opengl -SkipBuildPatchPrereq\"\nmsgstr \"例如：-opengl -SkipBuildPatchPrereq\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:7\nmsgid \"Sandbox Settings\"\nmsgstr \"沙盒設定\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:25\nmsgid \"Share Network\"\nmsgstr \"共用網路\"\n\n#: bottles/frontend/ui/dialog-sandbox.blp:34\nmsgid \"Share Sound\"\nmsgstr \"分享音效\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:16\nmsgid \"Upgrade Needed\"\nmsgstr \"需要更新\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:38\n#: bottles/frontend/ui/onboard.blp:81\nmsgid \"Continue\"\nmsgstr \"繼續\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:47\nmsgid \"Launch upgrade\"\nmsgstr \"啟動升級\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:66\nmsgid \"New Versioning System\"\nmsgstr \"新版本控制系統\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:69\nmsgid \"The new bottle versioning system has landed.\"\nmsgstr \"已推出新的酒瓶版本控制系統。\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:83\nmsgid \"\"\n\"Bottles has a whole new Versioning System that is not backwards compatible.\\n\"\n\"\\n\"\n\"To continue using versioning we need to re-initialize the bottle repository. \"\n\"This will not delete data from your bottle but will delete all existing \"\n\"snapshots and create a new one.\\n\"\n\"\\n\"\n\"If you need to go back to a previous snapshot before continuing, close this \"\n\"window and restore the snapshot, then reopen the bottle to show this window \"\n\"again.\\n\"\n\"\\n\"\n\"The old system will be discontinued in one of the next releases.\"\nmsgstr \"\"\n\"Bottles推出無法向下相容的全新版本控制系統。\\n\"\n\"\\n\"\n\"欲使用新版本控制系統，我們需要重新初始化酒瓶的儲存庫。此操作不會刪除酒瓶的資\"\n\"料，但是將刪除所有快照，並建立新的快照。\\n\"\n\"\\n\"\n\"如果你需要使用之前的快照，請關閉此視窗並回復快照，再重新開啟酒瓶開啟此視窗。\"\n\"\\n\"\n\"\\n\"\n\"下一版本將會放棄使用舊版的版本控制系統。\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:103\nmsgid \"Re-initializing Repository…\"\nmsgstr \"正在重新初始化儲存庫…\"\n\n#: bottles/frontend/ui/dialog-upgrade-versioning.blp:133\nmsgid \"Done! Please restart Bottles.\"\nmsgstr \"完成！請重新啟動 Bottles。\"\n\n#. Translators: vkBasalt is a Vulkan post processing layer for Linux\n#: bottles/frontend/ui/dialog-vkbasalt.blp:10\nmsgid \"Post-Processing Effects Settings\"\nmsgstr \"後製特效設定\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:44\nmsgid \"Default\"\nmsgstr \"預設\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:48\nmsgid \"Default Settings\"\nmsgstr \"預設設定\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:57\nmsgid \"Effects are applied according to the list order.\"\nmsgstr \"按照順序套用的特效。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:58\nmsgid \"Effects\"\nmsgstr \"特效\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:62\nmsgid \"Contrast Adaptive Sharpening\"\nmsgstr \"自適應的對比度銳化\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:65\n#: bottles/frontend/ui/dialog-vkbasalt.blp:102\nmsgid \"Sharpness\"\nmsgstr \"銳化\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:69\n#: bottles/frontend/ui/dialog-vkbasalt.blp:106\n#: bottles/frontend/ui/dialog-vkbasalt.blp:134\n#: bottles/frontend/ui/dialog-vkbasalt.blp:167\n#: bottles/frontend/ui/dialog-vkbasalt.blp:195\n#: bottles/frontend/ui/dialog-vkbasalt.blp:223\n#: bottles/frontend/ui/dialog-vkbasalt.blp:256\n#: bottles/frontend/ui/dialog-vkbasalt.blp:288\n#: bottles/frontend/ui/dialog-vkbasalt.blp:316\n#: bottles/frontend/ui/dialog-vkbasalt.blp:343\n#: bottles/frontend/ui/dialog-vkbasalt.blp:370 bottles/frontend/ui/new.blp:58\nmsgid \"Show Information\"\nmsgstr \"顯示資訊\"\n\n#. Translators: Luma is not translatable\n#: bottles/frontend/ui/dialog-vkbasalt.blp:99\nmsgid \"Denoised Luma Sharpening\"\nmsgstr \"降噪Luma銳化\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:130\nmsgid \"Denoise\"\nmsgstr \"降噪\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:160\nmsgid \"Fast Approximate Anti-Aliasing\"\nmsgstr \"快速近似反鋸齒\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:163\nmsgid \"Subpixel Quality\"\nmsgstr \"超高品質\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:191\nmsgid \"Quality Edge Threshold\"\nmsgstr \"品質邊緣閾值\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:219\nmsgid \"Quality Edge Threshold Minimum\"\nmsgstr \"最低品質邊緣閾值\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:249\nmsgid \"Subpixel Morphological Anti-Aliasing\"\nmsgstr \"型態子像素反鋸齒\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:252\nmsgid \"Edge Detection\"\nmsgstr \"邊緣偵測\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:267\nmsgid \"Luma\"\nmsgstr \"Luma\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:273\nmsgid \"Color\"\nmsgstr \"Color\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:284\nmsgid \"Threshold\"\nmsgstr \"閾值\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:312\nmsgid \"Max Search Steps\"\nmsgstr \"最大搜尋步數\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:339\nmsgid \"Max Search Steps Diagonal\"\nmsgstr \"對角線最大搜尋步數\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:366\nmsgid \"Max Corner Rounding\"\nmsgstr \"最大圓角湊整\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:411\nmsgid \"\"\n\"CAS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper, whereas values lower than 0 make the frame softer than native.\"\nmsgstr \"CAS銳化用於增加影格的銳利度。數值越高影格越銳利，而數值低於0會讓影格低於原本\"\n\"的銳利度。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:428\nmsgid \"\"\n\"DLS sharpness increases the sharpness of a frame. Higher values make the \"\n\"frame sharper.\"\nmsgstr \"DLS銳利度用於提昇影格的銳利度。數值越高影格越銳利。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:445\nmsgid \"\"\n\"DLS denoise decreases the noise of a frame. Higher values make the frame \"\n\"softer.\"\nmsgstr \"DLS降噪用於減低影格的噪聲。數值越高影格越柔和。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:462\nmsgid \"\"\n\"FXAA subpixel quality decreases aliasing at the subpixel level. Higher \"\n\"values make the frame softer.\"\nmsgstr \"FXAA子畫素渲染品質用於降低子畫素渲染的疊影。數值越高影格越柔和。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:479\nmsgid \"\"\n\"FXAA edge threshold is the minimum amount of contrast required to apply the \"\n\"FXAA algorithm. Higher values make the frame have more contrast.\"\nmsgstr \"FXAA邊緣閾值為套用FXAA演算法所需的最低對比度。數值越高影格的對比度越高。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:496\nmsgid \"\"\n\"FXAA quality edge threshold minimum is the minimum value of dark pixels that \"\n\"are ignored by the FXAA algorithm. Higher values make FXAA ignore pixels \"\n\"below the specified value and can lead to a performance increase.\"\nmsgstr \"最低的FXAA品質邊緣閾值是FXAA演算法忽略的最低黑暗像素的最小數值。數值越高，FXA\"\n\"A會忽略該數值以下的像素，並提昇性能。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:513\nmsgid \"\"\n\"Luma detects edges from a monochrome perspective, whereas Color detects \"\n\"edges based on colors. Luma is more performant than Color.\"\nmsgstr \"Luma依靠單色偵測邊緣，Color則是按照顏色偵測邊緣。Luma的性能優於Color。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:530\nmsgid \"\"\n\"SMAA threshold specifies the sensitivity of edge detection. Lower values \"\n\"detect more edges at the expense of performance.\"\nmsgstr \"SMAA閾值為指定邊緣偵測的敏感度。數值越低會耗費性能偵測更多邊緣。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:547\nmsgid \"\"\n\"SMAA max search steps specifies how many horizontal and vertical search \"\n\"steps are performed when searching for edges.\"\nmsgstr \"SMAA最大搜尋步數為指定在搜尋邊緣時，需要多少垂直與水平的搜尋步數。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:564\nmsgid \"\"\n\"SMAA max diagonal search steps specifies how many diagonal search steps are \"\n\"performed when searching for edges.\"\nmsgstr \"SMAA對角線最大搜尋步數為指定在搜尋邊緣時，需要多少對角線搜尋步數。\"\n\n#: bottles/frontend/ui/dialog-vkbasalt.blp:581\nmsgid \"SMAA corner rounding specifies the strength of rounding edge corners.\"\nmsgstr \"SMAA 圓角湊整指定圓角湊整的強度。\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:8\nmsgid \"Builtin (Wine)\"\nmsgstr \"內建（Wine）\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:9\nmsgid \"Native (Windows)\"\nmsgstr \"原生（Windows）\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:10\nmsgid \"Builtin, then Native\"\nmsgstr \"內建先於原生\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:11\nmsgid \"Native, then Builtin\"\nmsgstr \"原生先於內建\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:12\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\n#: bottles/frontend/ui/dll-override-entry.blp:20\n#: bottles/frontend/ui/drive-entry.blp:12\nmsgid \"Remove\"\nmsgstr \"移除\"\n\n#: bottles/frontend/ui/drive-entry.blp:5\nmsgid \"/point/to/path\"\nmsgstr \"/指向/路徑/位置\"\n\n#: bottles/frontend/ui/env-var-entry.blp:4\n#: bottles/frontend/ui/exclusion-pattern-entry.blp:4\nmsgid \"Value\"\nmsgstr \"值\"\n\n#: bottles/frontend/ui/importer-entry.blp:13\nmsgid \"Browse files\"\nmsgstr \"瀏覽檔案\"\n\n#. Translators: A Wine prefix is a separate environment (C:\\ drive) for the Wine program\n#: bottles/frontend/ui/importer-entry.blp:21\nmsgid \"Wine prefix name\"\nmsgstr \"Wine 前置環境名稱\"\n\n#: bottles/frontend/ui/importer-entry.blp:28\nmsgid \"Manager\"\nmsgstr \"管理器\"\n\n#: bottles/frontend/ui/importer-entry.blp:38\nmsgid \"This Wine prefix was already imported in Bottles.\"\nmsgstr \"此 Wine 前置環境已匯入至 Bottles。\"\n\n#: bottles/frontend/ui/importer.blp:22\nmsgid \"Import a Bottle backup\"\nmsgstr \"匯入酒瓶備份\"\n\n#: bottles/frontend/ui/importer.blp:28\nmsgid \"Search again for prefixes\"\nmsgstr \"再次搜尋前置環境\"\n\n#: bottles/frontend/ui/importer.blp:38\nmsgid \"No Prefixes Found\"\nmsgstr \"沒有找到前置環境\"\n\n#: bottles/frontend/ui/importer.blp:39\nmsgid \"\"\n\"No external prefixes were found. Does Bottles have access to them?\\n\"\n\"Use the icon on the top to import a bottle from a backup.\"\nmsgstr \"\"\n\"找不到外部前置環境。Bottles 可以存取它們嗎？\\n\"\n\"使用頂部的圖示從備份匯入酒瓶。\"\n\n#: bottles/frontend/ui/importer.blp:74\nmsgid \"Full Archive\"\nmsgstr \"完整封存\"\n\n#: bottles/frontend/ui/installer-entry.blp:16\nmsgid \"Show Manifest…\"\nmsgstr \"顯示清單…\"\n\n#: bottles/frontend/ui/installer-entry.blp:20\nmsgid \"Read Review…\"\nmsgstr \"閱讀評論…\"\n\n#: bottles/frontend/ui/installer-entry.blp:34\nmsgid \"Installer name\"\nmsgstr \"安裝程式名稱\"\n\n#: bottles/frontend/ui/installer-entry.blp:35\nmsgid \"Installer description\"\nmsgstr \"安裝程式說明\"\n\n#: bottles/frontend/ui/installer-entry.blp:42\nmsgid \"Unknown\"\nmsgstr \"未知\"\n\n#: bottles/frontend/ui/installer-entry.blp:51\nmsgid \"Install this Program\"\nmsgstr \"安裝這個程式\"\n\n#: bottles/frontend/ui/installer-entry.blp:69\nmsgid \"Program Menu\"\nmsgstr \"程式選單\"\n\n#: bottles/frontend/ui/library-entry.blp:36\nmsgid \"No Thumbnail\"\nmsgstr \"無縮圖\"\n\n#: bottles/frontend/ui/library-entry.blp:57\nmsgid \"Launch\"\nmsgstr \"啟動\"\n\n#: bottles/frontend/ui/library-entry.blp:70\n#: bottles/frontend/ui/program-entry.blp:89\nmsgid \"Launch with Steam\"\nmsgstr \"以 Steam 啟動\"\n\n#: bottles/frontend/ui/library-entry.blp:108\nmsgid \"Item name\"\nmsgstr \"項目名稱\"\n\n#: bottles/frontend/ui/library-entry.blp:132\nmsgid \"Remove from Library\"\nmsgstr \"從程式庫中移除\"\n\n#: bottles/frontend/ui/library-entry.blp:143\nmsgid \"Stop\"\nmsgstr \"停止\"\n\n#: bottles/frontend/ui/library.blp:11\n#: bottles/frontend/windows/main_window.py:196\nmsgid \"Library\"\nmsgstr \"程式庫\"\n\n#: bottles/frontend/ui/library.blp:12\nmsgid \"Add items here from your bottle's program list\"\nmsgstr \"從酒瓶的程式列表加入選項\"\n\n#: bottles/frontend/ui/list-entry.blp:26\nmsgid \"Versioning is active in this bottle.\"\nmsgstr \"此酒瓶中的版本控制正在運作。\"\n\n#: bottles/frontend/ui/list-entry.blp:42\nmsgid \"This bottle looks damaged.\"\nmsgstr \"這個酒瓶似乎破了。\"\n\n#: bottles/frontend/ui/list-entry.blp:55\nmsgid \"Execute in this Bottle\"\nmsgstr \"在此酒瓶執行\"\n\n#: bottles/frontend/ui/list-entry.blp:69\nmsgid \"Run Here\"\nmsgstr \"於此執行\"\n\n#: bottles/frontend/ui/list-entry.blp:75\nmsgid \"\"\n\"This bottle looks damaged, the configuration file is missing. I can try to \"\n\"solve by creating a new configuration.\"\nmsgstr \"這個酒瓶似乎破了——配置文件已遺失。我可以創建新配置，以為您補好瓶子。\"\n\n#: bottles/frontend/ui/list.blp:12\nmsgid \"Search your bottles…\"\nmsgstr \"在您的酒瓶中搜尋…\"\n\n#: bottles/frontend/ui/list.blp:28\nmsgid \"Steam Proton\"\nmsgstr \"Steam Proton\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/list.blp:42 bottles/frontend/windows/main_window.py:191\n#: data/com.usebottles.bottles.metainfo.xml.in:7\nmsgid \"Bottles\"\nmsgstr \"Bottles\"\n\n#: bottles/frontend/ui/list.blp:49\nmsgid \"Create New Bottle…\"\nmsgstr \"鑄造新酒瓶…\"\n\n#: bottles/frontend/ui/list.blp:63\nmsgid \"No Results Found\"\nmsgstr \"沒有找到結果\"\n\n#: bottles/frontend/ui/list.blp:64\nmsgid \"Try a different search.\"\nmsgstr \"請嘗試不一樣的搜尋。\"\n\n#: bottles/frontend/ui/loading.blp:13\nmsgid \"Starting up…\"\nmsgstr \"啟動中…\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:4\nmsgid \"This resource is missing.\"\nmsgstr \"這項資源已遺失。\"\n\n#: bottles/frontend/ui/local-resource-entry.blp:8\nmsgid \"Browse\"\nmsgstr \"瀏覽\"\n\n#: bottles/frontend/ui/new.blp:32\nmsgid \"C_reate\"\nmsgstr \"創建\"\n\n#: bottles/frontend/ui/new.blp:53\nmsgid \"Bottle Name\"\nmsgstr \"Bottle 名稱\"\n\n#: bottles/frontend/ui/new.blp:75\nmsgid \"_Application\"\nmsgstr \"應用程式\"\n\n#: bottles/frontend/ui/new.blp:88\nmsgid \"_Gaming\"\nmsgstr \"遊戲\"\n\n#: bottles/frontend/ui/new.blp:101\nmsgid \"C_ustom\"\nmsgstr \"自訂\"\n\n#: bottles/frontend/ui/new.blp:114\nmsgid \"Custom\"\nmsgstr \"自訂\"\n\n#: bottles/frontend/ui/new.blp:118\nmsgid \"Share User Directory\"\nmsgstr \"分享使用者目錄\"\n\n#: bottles/frontend/ui/new.blp:119\nmsgid \"\"\n\"This makes the user directory discoverable in the bottle, at the risk of \"\n\"sharing personal information to Windows software. This option cannot be \"\n\"changed after the bottle has been created.\"\nmsgstr \"這使得使用者目錄可以在酒瓶中被發現，從而面臨與 Windows 軟體共享個人資訊的風險\"\n\"。建立酒瓶後此選項無法變更。\"\n\n#: bottles/frontend/ui/new.blp:136\nmsgid \"Architecture\"\nmsgstr \"架構\"\n\n#: bottles/frontend/ui/new.blp:137\nmsgid \"32-bit should only be used if strictly necessary.\"\nmsgstr \"僅在絕對必要時才使用 32 位元。\"\n\n#: bottles/frontend/ui/new.blp:146\nmsgid \"Import a custom configuration.\"\nmsgstr \"匯入自訂配置。\"\n\n#: bottles/frontend/ui/new.blp:176\nmsgid \"Bottle Directory\"\nmsgstr \"Bottle 目錄\"\n\n#: bottles/frontend/ui/new.blp:177\nmsgid \"Directory that will contain the data of this bottle.\"\nmsgstr \"用於存放此 酒瓶 資料的目錄。\"\n\n#: bottles/frontend/ui/new.blp:249\nmsgid \"_Close\"\nmsgstr \"關閉\"\n\n#: bottles/frontend/ui/new.blp:281\nmsgid \"This name is unavailable, please try another.\"\nmsgstr \"此名稱無法使用，請重新命名。\"\n\n#: bottles/frontend/ui/onboard.blp:34\nmsgid \"Previous\"\nmsgstr \"上一步\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:59\nmsgid \"Welcome to Bottles\"\nmsgstr \"歡迎來到 Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:60\nmsgid \"Run Windows Software on Linux.\"\nmsgstr \"在 Linux 上執行 Windows 軟體。\"\n\n# Translators: Bottles is a generic noun here, referring to wine prefixes and is to be translated\n#: bottles/frontend/ui/onboard.blp:65\nmsgid \"Windows in Bottles\"\nmsgstr \"Bottles 中的 Windows\"\n\n#: bottles/frontend/ui/onboard.blp:66\nmsgid \"\"\n\"Bottles uses compatibility runners to provide isolated containerized Windows-\"\n\"like environments where programs run.\"\nmsgstr \"Bottles會在程式執行時使用相容執行器，提供隔離的、沙盒式的Windows類似環境。\"\n\n#: bottles/frontend/ui/onboard.blp:72\nmsgid \"Almost Done\"\nmsgstr \"快好了\"\n\n#: bottles/frontend/ui/onboard.blp:73\nmsgid \"We need a few more minutes to set everything up…\"\nmsgstr \"我們需要幾分鐘來把東西設定好…\"\n\n#: bottles/frontend/ui/onboard.blp:105\nmsgid \"All Ready!\"\nmsgstr \"已就緒！\"\n\n#: bottles/frontend/ui/onboard.blp:114\nmsgid \"Please Finish the setup first\"\nmsgstr \"請先完成初始設定\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/onboard.blp:120\nmsgid \"Start using Bottles\"\nmsgstr \"開始使用 Bottles\"\n\n#: bottles/frontend/ui/onboard.blp:141\nmsgid \"Next\"\nmsgstr \"下一步\"\n\n#: bottles/frontend/ui/preferences.blp:4 bottles/frontend/ui/window.blp:86\nmsgid \"Preferences\"\nmsgstr \"偏好設定\"\n\n#: bottles/frontend/ui/preferences.blp:11\n#: bottles/frontend/ui/preferences.blp:39\nmsgid \"General\"\nmsgstr \"普通\"\n\n#: bottles/frontend/ui/preferences.blp:14\nmsgid \"Appearance\"\nmsgstr \"外觀\"\n\n#: bottles/frontend/ui/preferences.blp:17\nmsgid \"Dark Mode\"\nmsgstr \"闇黑模式\"\n\n#: bottles/frontend/ui/preferences.blp:18\nmsgid \"Whether Bottles should use the dark color scheme.\"\nmsgstr \"Bottles 是否要使用黯黑配色。\"\n\n#: bottles/frontend/ui/preferences.blp:28\nmsgid \"Show Update Date\"\nmsgstr \"顯示更新日期\"\n\n#: bottles/frontend/ui/preferences.blp:29\nmsgid \"Whether to show the update date in the bottle list.\"\nmsgstr \"是否在 酒瓶 列表中顯示更新日期。\"\n\n#: bottles/frontend/ui/preferences.blp:42\n#: data/com.usebottles.bottles.gschema.xml:46\nmsgid \"Notifications\"\nmsgstr \"通知\"\n\n#: bottles/frontend/ui/preferences.blp:43\nmsgid \"Show notifications for downloads and installs.\"\nmsgstr \"顯示下載與安裝通知。\"\n\n#: bottles/frontend/ui/preferences.blp:52\nmsgid \"Temp Files\"\nmsgstr \"暫存檔案\"\n\n#: bottles/frontend/ui/preferences.blp:53\nmsgid \"Clean temp files when Bottles launches?\"\nmsgstr \"當 Bottles 啟動時，是否清除暫存檔？\"\n\n#: bottles/frontend/ui/preferences.blp:62\nmsgid \"Close Bottles After Starting a Program\"\nmsgstr \"在程式啟動後，關閉 Bottles\"\n\n#: bottles/frontend/ui/preferences.blp:63\nmsgid \"Close Bottles after starting a program from the file manager.\"\nmsgstr \"從檔案管理器啟動程式後關閉 Bottles。\"\n\n#: bottles/frontend/ui/preferences.blp:73\nmsgid \"Integrations\"\nmsgstr \"整合\"\n\n#: bottles/frontend/ui/preferences.blp:76\nmsgid \"Steam Proton Prefixes\"\nmsgstr \"Steam Proton 前置環境\"\n\n#: bottles/frontend/ui/preferences.blp:77\nmsgid \"List and manage Steam Proton prefixes.\"\nmsgstr \"列出和管理 Steam Proton 前置環境。\"\n\n#: bottles/frontend/ui/preferences.blp:97\nmsgid \"List Steam Apps in Programs List\"\nmsgstr \"在程式列表裡包含 Steam 應用程式\"\n\n#: bottles/frontend/ui/preferences.blp:98\nmsgid \"Requires Steam for Windows installed in the bottle.\"\nmsgstr \"需要酒瓶裡有安裝 Windows 版的 Steam。\"\n\n#: bottles/frontend/ui/preferences.blp:107\nmsgid \"List Epic Games in Programs List\"\nmsgstr \"在程式列表裡包含 Epic Games 的遊戲\"\n\n#: bottles/frontend/ui/preferences.blp:108\nmsgid \"Requires Epic Games Store installed in the bottle.\"\nmsgstr \"需要酒瓶裡有安裝 Epic Games Store。\"\n\n#: bottles/frontend/ui/preferences.blp:117\nmsgid \"List Ubisoft Games in Programs List\"\nmsgstr \"在程式列表裡包含 Ubisoft 的遊戲\"\n\n#: bottles/frontend/ui/preferences.blp:118\nmsgid \"Requires Ubisoft Connect installed in the bottle.\"\nmsgstr \"需要酒瓶裡有安裝 Ubisoft Connect。\"\n\n#: bottles/frontend/ui/preferences.blp:128\nmsgid \"Advanced\"\nmsgstr \"進階\"\n\n#: bottles/frontend/ui/preferences.blp:131\nmsgid \"Bottles Directory\"\nmsgstr \"Bottles 的目錄\"\n\n#: bottles/frontend/ui/preferences.blp:132\nmsgid \"Directory that contains the data of your Bottles.\"\nmsgstr \"用於存放您 Bottles 資料的目錄。\"\n\n#: bottles/frontend/ui/preferences.blp:167\nmsgid \"Runners\"\nmsgstr \"執行器\"\n\n#: bottles/frontend/ui/preferences.blp:181\nmsgid \"Bottles is running in offline mode, so runners are not available.\"\nmsgstr \"Bottles 正在離線模式下執行，因此無法使用執行器。\"\n\n#: bottles/frontend/ui/preferences.blp:208\nmsgid \"Pre-Release\"\nmsgstr \"預先發佈\"\n\n#: bottles/frontend/ui/preferences.blp:209\nmsgid \"Display unstable versions of runners.\"\nmsgstr \"顯示不穩定版的執行器。\"\n\n#: bottles/frontend/ui/preferences.blp:224\nmsgid \"DLL Components\"\nmsgstr \"DLL 組件\"\n\n#: bottles/frontend/ui/preferences.blp:238\nmsgid \"Bottles is running in offline mode, so DLLs are not available.\"\nmsgstr \"Bottles 正在離線模式下執行，因此無法使用 DLLs。\"\n\n#: bottles/frontend/ui/preferences.blp:270\nmsgid \"DXVK-NVAPI\"\nmsgstr \"DXVK-NVAPI\"\n\n#: bottles/frontend/ui/preferences.blp:283\nmsgid \"Core\"\nmsgstr \"核心\"\n\n#: bottles/frontend/ui/preferences.blp:287\nmsgid \"Runtime\"\nmsgstr \"執行環境\"\n\n#: bottles/frontend/ui/preferences.blp:291\nmsgid \"WineBridge\"\nmsgstr \"WineBridge\"\n\n#: bottles/frontend/ui/preferences.blp:297\n#: data/com.usebottles.bottles.gschema.xml:66\nmsgid \"Experiments\"\nmsgstr \"實驗性功能\"\n\n#: bottles/frontend/ui/preferences.blp:300\nmsgid \"\"\n\"These features are under heavy development and may be unstable, expect bugs \"\n\"and breakage.\"\nmsgstr \"此功能正在積極開發中，可能不穩定，臭蟲和毀損是可預期的。\"\n\n#: bottles/frontend/ui/preferences.blp:303\nmsgid \"Sandbox per bottle\"\nmsgstr \"沙盒隔離每個酒瓶\"\n\n#: bottles/frontend/ui/preferences.blp:304\nmsgid \"In early development.\"\nmsgstr \"處於早期開發階段。\"\n\n#: bottles/frontend/ui/program-entry.blp:19\nmsgid \"Launch with Terminal\"\nmsgstr \"使用終端機啟動\"\n\n#: bottles/frontend/ui/program-entry.blp:25\nmsgid \"Browse Path\"\nmsgstr \"瀏覽路徑\"\n\n#: bottles/frontend/ui/program-entry.blp:39\nmsgid \"Change Launch Options…\"\nmsgstr \"變更啟動選項…\"\n\n#: bottles/frontend/ui/program-entry.blp:43\nmsgid \"Add to Library\"\nmsgstr \"新增到程式庫\"\n\n#: bottles/frontend/ui/program-entry.blp:47\nmsgid \"Add Desktop Entry\"\nmsgstr \"新增桌面捷徑\"\n\n#: bottles/frontend/ui/program-entry.blp:51\nmsgid \"Add to Steam\"\nmsgstr \"新增到 Steam\"\n\n#: bottles/frontend/ui/program-entry.blp:55\nmsgid \"Rename…\"\nmsgstr \"重新命名…\"\n\n#: bottles/frontend/ui/program-entry.blp:62\nmsgid \"Hide Program\"\nmsgstr \"隱藏程式\"\n\n#: bottles/frontend/ui/program-entry.blp:66\nmsgid \"Show Program\"\nmsgstr \"顯示程式\"\n\n#: bottles/frontend/ui/program-entry.blp:70\nmsgid \"Remove from List\"\nmsgstr \"從列表中移除\"\n\n#: bottles/frontend/ui/program-entry.blp:83\nmsgid \"Program name\"\nmsgstr \"程式名稱\"\n\n#. Translators: id as identification\n#: bottles/frontend/ui/state-entry.blp:8\nmsgid \"State id\"\nmsgstr \"狀態版本 ID\"\n\n#: bottles/frontend/ui/state-entry.blp:9\nmsgid \"State comment\"\nmsgstr \"狀態版本註解\"\n\n#: bottles/frontend/ui/state-entry.blp:16\nmsgid \"Restore this Snapshot\"\nmsgstr \"恢復此快照版本\"\n\n#: bottles/frontend/ui/task-entry.blp:19\nmsgid \"Delete message\"\nmsgstr \"刪除訊息\"\n\n#: bottles/frontend/ui/window.blp:40\nmsgid \"Main Menu\"\nmsgstr \"主選單\"\n\n#: bottles/frontend/ui/window.blp:54\nmsgid \"\"\n\"You don't seem connected to the internet. Without it you will not be able to \"\n\"download essential components. Click this icon when you have reestablished \"\n\"the connection.\"\nmsgstr \"您似乎並未連上網路。沒了它，便不能下載必要組件。請在重建連結之後按此圖示。\"\n\n#: bottles/frontend/ui/window.blp:79\nmsgid \"Import…\"\nmsgstr \"匯入…\"\n\n#: bottles/frontend/ui/window.blp:91\nmsgid \"Help\"\nmsgstr \"幫助\"\n\n# Translators: Bottles is a proper noun referring to the app\n#: bottles/frontend/ui/window.blp:96\nmsgid \"About Bottles\"\nmsgstr \"關於 Bottles\"\n\n#: bottles/frontend/views/bottle_details.py:191\n#, python-brace-format\nmsgid \"File \\\"{0}\\\" is not a .exe or .msi file\"\nmsgstr \"「{0}」不是.exe或.msi檔案\"\n\n#: bottles/frontend/views/bottle_details.py:207\n#, python-format\nmsgid \"Updated: %s\"\nmsgstr \"已更新：%s\"\n\n#: bottles/frontend/views/bottle_details.py:267\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added\"\nmsgstr \"「{0}」已新增\"\n\n#: bottles/frontend/views/bottle_details.py:270\n#: bottles/frontend/views/bottle_details.py:398\n#: bottles/frontend/views/list.py:128\nmsgid \"Select Executable\"\nmsgstr \"選取可執行檔\"\n\n#: bottles/frontend/views/bottle_details.py:273\nmsgid \"Add\"\nmsgstr \"新增\"\n\n#: bottles/frontend/views/bottle_details.py:346\nmsgid \"Hide Hidden Programs\"\nmsgstr \"隱藏程式\"\n\n#: bottles/frontend/views/bottle_details.py:383\n#: bottles/frontend/widgets/library.py:156\n#: bottles/frontend/widgets/program.py:184\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\"…\"\nmsgstr \"正在啟動「{0}」…\"\n\n#: bottles/frontend/views/bottle_details.py:413\nmsgid \"Be Aware of Sandbox\"\nmsgstr \"注意沙盒的限制\"\n\n#: bottles/frontend/views/bottle_details.py:414\nmsgid \"\"\n\"Bottles is running in a sandbox, a restricted permission environment needed \"\n\"to keep you safe. If the program won't run, consider moving inside the \"\n\"bottle (3 dots icon on the top), then launch from there.\"\nmsgstr \"\"\n\"Bottles是於沙盒中執行，此環境將限制應用程式權限，以保護您的安全。如果程式無法\"\n\"執行，請考慮將程式移動至酒瓶內 (按上方三個點的按鈕)，再從那裡啟動。\"\n\n#: bottles/frontend/views/bottle_details.py:416\n#: bottles/frontend/views/bottle_details.py:525\n#: bottles/frontend/windows/main_window.py:223\nmsgid \"_Dismiss\"\nmsgstr \"_關閉\"\n\n#: bottles/frontend/views/bottle_details.py:429\nmsgid \"Select the location where to save the backup config\"\nmsgstr \"選擇儲存備份配置的位置\"\n\n#: bottles/frontend/views/bottle_details.py:431\nmsgid \"Export\"\nmsgstr \"匯出\"\n\n#: bottles/frontend/views/bottle_details.py:433\nmsgid \"Select the location where to save the backup archive\"\nmsgstr \"選擇儲存備份封存檔的位置\"\n\n#: bottles/frontend/views/bottle_details.py:435\nmsgid \"Backup\"\nmsgstr \"備份\"\n\n#: bottles/frontend/views/bottle_details.py:440\n#, python-brace-format\nmsgid \"Backup created for \\\"{0}\\\"\"\nmsgstr \"已建立「{0}」的備份\"\n\n#: bottles/frontend/views/bottle_details.py:442\n#, python-brace-format\nmsgid \"Backup failed for \\\"{0}\\\"\"\nmsgstr \"建立「{0}」的備份失敗\"\n\n#: bottles/frontend/views/bottle_details.py:501\nmsgid \"Are you sure you want to permanently delete \\\"{}\\\"?\"\nmsgstr \"您確定要永遠刪除酒瓶 \\\"{}\\\" ？\"\n\n#: bottles/frontend/views/bottle_details.py:502\nmsgid \"\"\n\"This will permanently delete all programs and settings associated with it.\"\nmsgstr \"這會將相關的程式和設定都刪除。\"\n\n#: bottles/frontend/views/bottle_details.py:505\n#: bottles/frontend/views/bottle_preferences.py:750\nmsgid \"_Delete\"\nmsgstr \"_刪除\"\n\n#: bottles/frontend/views/bottle_details.py:521\nmsgid \"Missing Runner\"\nmsgstr \"缺少執行器\"\n\n#: bottles/frontend/views/bottle_details.py:522\nmsgid \"\"\n\"The runner requested by this bottle is missing. Install it through the \"\n\"Bottles preferences or choose a new one to run applications.\"\nmsgstr \"此酒瓶所需的執行器已遺失。從 Bottles 的偏好設定重新安裝執行器，或是選擇新的執\"\n\"行器用於執行應用程式。\"\n\n#: bottles/frontend/views/bottle_details.py:597\nmsgid \"Are you sure you want to force stop all processes?\"\nmsgstr \"您確定要強制停止所有處理程序？\"\n\n#: bottles/frontend/views/bottle_details.py:598\nmsgid \"This can cause data loss, corruption, and programs to malfunction.\"\nmsgstr \"此操作會導致資料遺失，毀損，並導致程式無法正常運作。\"\n\n#: bottles/frontend/views/bottle_details.py:601\nmsgid \"Force _Stop\"\nmsgstr \"強制_停止\"\n\n#: bottles/frontend/views/bottle_preferences.py:195\nmsgid \"This feature is unavailable on your system.\"\nmsgstr \"您的系統無法使用這個功能。\"\n\n#: bottles/frontend/views/bottle_preferences.py:196\nmsgid \"{} To add this feature, please run flatpak install\"\nmsgstr \"{} 欲新增此功能，請執行flatpak install\"\n\n#: bottles/frontend/views/bottle_preferences.py:246\nmsgid \"This bottle name is already in use.\"\nmsgstr \"此名稱已被使用。\"\n\n#: bottles/frontend/views/bottle_preferences.py:301\n#: bottles/frontend/windows/launchoptions.py:241\nmsgid \"Select Working Directory\"\nmsgstr \"選擇工作目錄\"\n\n#: bottles/frontend/views/bottle_preferences.py:423\nmsgid \"Directory that contains the data of \\\"{}\\\".\"\nmsgstr \"儲存 \\\"{}\\\" 資料的目錄。\"\n\n#: bottles/frontend/views/bottle_preferences.py:746\nmsgid \"Are you sure you want to delete all snapshots?\"\nmsgstr \"您確定要刪除所有快照？\"\n\n#: bottles/frontend/views/bottle_preferences.py:747\nmsgid \"This will delete all snapshots but keep your files.\"\nmsgstr \"此操作會刪除所有快照，檔案會保留。\"\n\n#: bottles/frontend/views/bottle_versioning.py:90\nmsgid \"Please migrate to the new Versioning system to create new states.\"\nmsgstr \"請遷移至新版本的版本控制系統以建立新的狀態檔案。\"\n\n#: bottles/frontend/views/details.py:153\nmsgid \"Installers\"\nmsgstr \"安裝程序\"\n\n#: bottles/frontend/views/details.py:234\nmsgid \"Operations in progress, please wait.\"\nmsgstr \"正在進行操作，請稍候。\"\n\n#: bottles/frontend/views/details.py:239\nmsgid \"Return to your bottles.\"\nmsgstr \"回到您的酒瓶。\"\n\n#: bottles/frontend/views/importer.py:92\nmsgid \"Backup imported successfully\"\nmsgstr \"備份匯入成功\"\n\n#: bottles/frontend/views/importer.py:94\nmsgid \"Import failed\"\nmsgstr \"匯入失敗\"\n\n#: bottles/frontend/views/importer.py:108\n#: bottles/frontend/views/importer.py:147\nmsgid \"Importing backup…\"\nmsgstr \"正在匯入備份…\"\n\n#: bottles/frontend/views/importer.py:119\nmsgid \"Select a Backup Archive\"\nmsgstr \"選擇備份封存檔\"\n\n#: bottles/frontend/views/importer.py:122\n#: bottles/frontend/views/importer.py:161\nmsgid \"Import\"\nmsgstr \"匯入\"\n\n#: bottles/frontend/views/importer.py:158 bottles/frontend/views/new.py:136\nmsgid \"Select a Configuration File\"\nmsgstr \"選擇配置文件\"\n\n#: bottles/frontend/views/list.py:60 bottles/frontend/views/list.py:66\nmsgid \"N/A\"\nmsgstr \"N/A\"\n\n#. Set tooltip text\n#: bottles/frontend/views/list.py:91\n#, python-brace-format\nmsgid \"Run executable in \\\"{self.config.Name}\\\"\"\nmsgstr \"在 {self.config.Name} 中執行檔案\"\n\n#: bottles/frontend/views/list.py:118\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" in \\\"{1}\\\"…\"\nmsgstr \"正在啟動「{1}」中的「{0}」…\"\n\n#: bottles/frontend/views/list.py:235\nmsgid \"Your Bottles\"\nmsgstr \"您的酒瓶\"\n\n#: bottles/frontend/views/loading.py:41\n#, python-brace-format\nmsgid \"Downloading ~{0} of packages…\"\nmsgstr \"正在下載 ~{0} 個軟體包…\"\n\n#: bottles/frontend/views/loading.py:42\n#, python-brace-format\nmsgid \"Fetched {0} of {1} packages\"\nmsgstr \"已取得 {0} 個軟體包，共 {1} 個\"\n\n#: bottles/frontend/views/new.py:157\nmsgid \"Select Bottle Directory\"\nmsgstr \"選取 Bottle 的目錄\"\n\n#: bottles/frontend/views/new.py:176\nmsgid \"Creating Bottle…\"\nmsgstr \"正在鑄造酒瓶…\"\n\n#: bottles/frontend/views/new.py:221\nmsgid \"Unable to Create Bottle\"\nmsgstr \"鑄造酒瓶失敗\"\n\n#: bottles/frontend/views/new.py:225\nmsgid \"Bottle failed to create with one or more errors.\"\nmsgstr \"由於一個或多個錯誤，無法建立酒瓶。\"\n\n#. Show success\n#: bottles/frontend/views/new.py:232\nmsgid \"Bottle Created\"\nmsgstr \"酒瓶已建立\"\n\n#: bottles/frontend/views/new.py:233\n#, python-brace-format\nmsgid \"\\\"{0}\\\" was created successfully.\"\nmsgstr \"成功建立「{0}」。\"\n\n#: bottles/frontend/views/preferences.py:142\nmsgid \"Steam was not found or Bottles does not have enough permissions.\"\nmsgstr \"找不到 Steam，或者是 Bottles 沒有足夠權限。\"\n\n#: bottles/frontend/views/preferences.py:176\nmsgid \"Select Bottles Path\"\nmsgstr \"選取酒瓶的存放路徑\"\n\n#: bottles/frontend/views/preferences.py:198\nmsgid \"Relaunch Bottles?\"\nmsgstr \"重新啟動Bottles？\"\n\n#: bottles/frontend/views/preferences.py:199\nmsgid \"\"\n\"Bottles will need to be relaunched to use this directory.\\n\"\n\"\\n\"\n\"Be sure to close every program launched from Bottles before relaunching \"\n\"Bottles, as not doing so can cause data loss, corruption and programs to \"\n\"malfunction.\"\nmsgstr \"\"\n\"Bottles需要重新啟動才能使用此目錄。\\n\"\n\"\\n\"\n\"在重新啟動Bottles前務必關閉所有相關程式，否則可能會導致資料遺失、毀損，導致程\"\n\"式無法正常執行。\"\n\n#: bottles/frontend/views/preferences.py:202\nmsgid \"_Relaunch\"\nmsgstr \"_重新啟動\"\n\n#: bottles/frontend/views/preferences.py:243\nmsgid \"Based on Valve's Wine, includes staging and Proton patches.\"\nmsgstr \"基於 Valve 所發佈的 Wine 版本，包含 staging 與 Proton 的修補程式。\"\n\n#: bottles/frontend/views/preferences.py:244\nmsgid \"Based on Wine upstream, includes staging and Proton patches.\"\nmsgstr \"基於 Wine 的上游版本，包含 staging 與 Proton 的修補程式。\"\n\n#: bottles/frontend/views/preferences.py:247\nmsgid \"Based on Wine upstream, includes staging patches.\"\nmsgstr \"基於 Wine 的上游版本，包含 staging 與 Proton 的修補程式。\"\n\n#: bottles/frontend/views/preferences.py:248\nmsgid \"\"\n\"Based on Valve's Wine, includes staging, Proton and Steam-specific patches. \"\n\"Requires the Steam Runtime turned on.\"\nmsgstr \"\"\n\"基於 Valve 所發佈的 Wine 版本，包含 staging、Proton 以及 Steam 用的修補程式。\"\n\"需要啟用 Steam 執行環境。\"\n\n#: bottles/frontend/views/preferences.py:250\nmsgid \"Other\"\nmsgstr \"其他\"\n\n#: bottles/frontend/widgets/component.py:74\nmsgid \"Upgrade\"\nmsgstr \"更新\"\n\n#: bottles/frontend/widgets/component.py:140\nmsgid \"Installing…\"\nmsgstr \"安裝中…\"\n\n#: bottles/frontend/widgets/dependency.py:107\n#: bottles/frontend/widgets/installer.py:81\n#, python-brace-format\nmsgid \"Manifest for {0}\"\nmsgstr \"{0} 的清單\"\n\n#: bottles/frontend/widgets/dependency.py:172\n#, python-brace-format\nmsgid \"\\\"{0}\\\" uninstalled\"\nmsgstr \"「{0}」已解除安裝\"\n\n#: bottles/frontend/widgets/dependency.py:174\n#, python-brace-format\nmsgid \"\\\"{0}\\\" installed\"\nmsgstr \"「{0}」已安裝\"\n\n#: bottles/frontend/widgets/dependency.py:188\n#, python-brace-format\nmsgid \"\\\"{0}\\\" failed to install\"\nmsgstr \"「{0}」安裝失敗\"\n\n#: bottles/frontend/widgets/importer.py:68\n#, python-brace-format\nmsgid \"\\\"{0}\\\" imported\"\nmsgstr \"「{0}」已匯入\"\n\n#: bottles/frontend/widgets/installer.py:49\nmsgid \"\"\n\"This application may work poorly. The installer was configured to provide \"\n\"the best possible experience, but expect glitches, instability and lack of \"\n\"working features.\"\nmsgstr \"此應用程式或許會運作不良。安裝程式已經最佳化，但程式執行仍會碰到錯誤且不穩定\"\n\"，並有功能無法運作。\"\n\n#: bottles/frontend/widgets/installer.py:50\nmsgid \"\"\n\"This program works with noticeable glitches, but these glitches do not \"\n\"affect the application's functionality.\"\nmsgstr \"此程式執行時會出現許多錯誤，但不影響程式的功能。\"\n\n#: bottles/frontend/widgets/installer.py:51\nmsgid \"This program works with minor glitches.\"\nmsgstr \"此程式執行時會發生小錯誤。\"\n\n#: bottles/frontend/widgets/installer.py:52\nmsgid \"This program works perfectly.\"\nmsgstr \"此程式完美運作。\"\n\n#: bottles/frontend/widgets/installer.py:90\n#, python-brace-format\nmsgid \"Review for {0}\"\nmsgstr \"{0} 的評論\"\n\n#: bottles/frontend/widgets/library.py:169\n#: bottles/frontend/widgets/program.py:194\n#, python-brace-format\nmsgid \"Stopping \\\"{0}\\\"…\"\nmsgstr \"正在停止「{0}」…\"\n\n#: bottles/frontend/widgets/program.py:190\n#, python-brace-format\nmsgid \"Launching \\\"{0}\\\" with Steam…\"\nmsgstr \"正在以 Steam 啟動「{0}」…\"\n\n#: bottles/frontend/widgets/program.py:214\n#, python-brace-format\nmsgid \"\\\"{0}\\\" hidden\"\nmsgstr \"「{0}」已隱藏\"\n\n#: bottles/frontend/widgets/program.py:216\n#, python-brace-format\nmsgid \"\\\"{0}\\\" showed\"\nmsgstr \"「{0}」已顯示\"\n\n#: bottles/frontend/widgets/program.py:242\n#, python-brace-format\nmsgid \"\\\"{0}\\\" removed\"\nmsgstr \"「{0}」已移除\"\n\n#: bottles/frontend/widgets/program.py:274\n#, python-brace-format\nmsgid \"\\\"{0}\\\" renamed to \\\"{1}\\\"\"\nmsgstr \"「{0}」已重新命名為「{1}」\"\n\n#: bottles/frontend/widgets/program.py:297\n#, python-brace-format\nmsgid \"Desktop Entry created for \\\"{0}\\\"\"\nmsgstr \"已為「{0}」建立桌面捷徑\"\n\n#: bottles/frontend/widgets/program.py:313\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your library\"\nmsgstr \"「{0}」已新增到您的程式庫\"\n\n#: bottles/frontend/widgets/program.py:331\n#, python-brace-format\nmsgid \"\\\"{0}\\\" added to your Steam library\"\nmsgstr \"「{0}」已新增到您的 Steam 收藏庫\"\n\n#: bottles/frontend/windows/crash.py:33\nmsgid \"Show report\"\nmsgstr \"顯示回報\"\n\n#: bottles/frontend/windows/crash.py:80\nmsgid \"\"\n\"            This issue was reported 5 times and cannot be sent again.\\n\"\n\"            Report your feedback in one of the below existing reports.\"\nmsgstr \"\"\n\"            這個問題已經被回報五次，因此無法再被送出。\\n\"\n\"            請到以下的現有回報裡提供您的回饋。\"\n\n#: bottles/frontend/windows/display.py:102\nmsgid \"Updating display settings, please wait…\"\nmsgstr \"正在更新顯示設定，請稍候…\"\n\n#: bottles/frontend/windows/display.py:114\nmsgid \"Display settings updated\"\nmsgstr \"顯示設定已更新\"\n\n#: bottles/frontend/windows/dlloverrides.py:136\nmsgid \"No overrides found.\"\nmsgstr \"沒有找到覆寫。\"\n\n#: bottles/frontend/windows/drives.py:71\nmsgid \"Select Drive Path\"\nmsgstr \"選取硬碟路徑\"\n\n#: bottles/frontend/windows/envvars.py:131\nmsgid \"No environment variables defined.\"\nmsgstr \"沒有定義環境變數。\"\n\n#: bottles/frontend/windows/exclusionpatterns.py:108\nmsgid \"No exclusion patterns defined.\"\nmsgstr \"沒有定義排除樣式。\"\n\n#: bottles/frontend/windows/generic.py:24\nmsgid \"An error has occurred.\"\nmsgstr \"發生錯誤。\"\n\n#: bottles/frontend/windows/generic.py:91\n#: bottles/frontend/windows/generic.py:137\n#: bottles/frontend/windows/generic.py:182\nmsgid \"Copy to clipboard\"\nmsgstr \"複製到剪貼簿\"\n\n#: bottles/frontend/windows/installer.py:62\nmsgid \"Select Resource File\"\nmsgstr \"選擇資源檔案\"\n\n#: bottles/frontend/windows/installer.py:109\nmsgid \"Installing Windows dependencies…\"\nmsgstr \"正在安裝 Windows 相依項目…\"\n\n#: bottles/frontend/windows/installer.py:110\nmsgid \"Configuring the bottle…\"\nmsgstr \"正在設定酒瓶…\"\n\n#: bottles/frontend/windows/installer.py:111\nmsgid \"Processing installer steps…\"\nmsgstr \"正在處理安裝步驟…\"\n\n#: bottles/frontend/windows/installer.py:112\nmsgid \"Installing the {}…\"\nmsgstr \"正在安裝{}…\"\n\n#: bottles/frontend/windows/installer.py:113\nmsgid \"Performing final checks…\"\nmsgstr \"正在進行最後確認…\"\n\n#: bottles/frontend/windows/installer.py:117\n#, python-brace-format\nmsgid \"Installing {0}…\"\nmsgstr \"正在安裝 {0}…\"\n\n#: bottles/frontend/windows/installer.py:119\n#, python-brace-format\nmsgid \"{0} is now available in the programs view.\"\nmsgstr \"{0} 現已加入程式選單。\"\n\n#: bottles/frontend/windows/installer.py:166\nmsgid \"Installer failed with unknown error\"\nmsgstr \"安裝程式因不明錯誤安裝失敗\"\n\n#: bottles/frontend/windows/launchoptions.py:56\n#, python-brace-format\nmsgid \"{0} is already disabled for this bottle.\"\nmsgstr \"{0} 已在此酒瓶停用。\"\n\n#: bottles/frontend/windows/launchoptions.py:57\nmsgid \"This setting is different from the bottle's default.\"\nmsgstr \"此設定與酒瓶的預設設定不一致。\"\n\n#: bottles/frontend/windows/launchoptions.py:215\nmsgid \"Select Script\"\nmsgstr \"選取腳本\"\n\n#: bottles/frontend/windows/main_window.py:220\nmsgid \"Custom Bottles Path not Found\"\nmsgstr \"找不到自訂的 Bottles 路徑\"\n\n#: bottles/frontend/windows/main_window.py:221\nmsgid \"\"\n\"Falling back to default path. No bottles from the given path will be listed.\"\nmsgstr \"退回使用預設路徑。提供路徑中的酒瓶不會被列出。\"\n\n#: data/com.usebottles.bottles.desktop.in.in:3\nmsgid \"@APP_NAME@\"\nmsgstr \"@APP_NAME@\"\n\n#: data/com.usebottles.bottles.desktop.in.in:4\n#: data/com.usebottles.bottles.metainfo.xml.in:8\nmsgid \"Run Windows Software\"\nmsgstr \"執行 Windows 軟體\"\n\n#: data/com.usebottles.bottles.desktop.in.in:13\nmsgid \"wine;windows;\"\nmsgstr \"wine;windows;\"\n\n#: data/com.usebottles.bottles.gschema.xml:6\nmsgid \"Flatpak migration\"\nmsgstr \"Flatpak 遷移\"\n\n#: data/com.usebottles.bottles.gschema.xml:7\nmsgid \"Toggle the Flatpak migration dialog.\"\nmsgstr \"觸發 Flatpak 遷移對話框。\"\n\n#: data/com.usebottles.bottles.gschema.xml:11\nmsgid \"Dark theme\"\nmsgstr \"闇黑主題\"\n\n#: data/com.usebottles.bottles.gschema.xml:12\nmsgid \"Force the use of dark theme.\"\nmsgstr \"強制使用闇黑主題。\"\n\n#: data/com.usebottles.bottles.gschema.xml:16\nmsgid \"Toggle update date in list\"\nmsgstr \"在列表中切換更新日期\"\n\n#: data/com.usebottles.bottles.gschema.xml:17\nmsgid \"Toggle the update date in list of bottles.\"\nmsgstr \"切換 酒瓶 的更新日期顯示。\"\n\n#: data/com.usebottles.bottles.gschema.xml:21\nmsgid \"Steam apps listing\"\nmsgstr \"Steam 應用程式列表\"\n\n#: data/com.usebottles.bottles.gschema.xml:22\nmsgid \"Toggle steam apps listing.\"\nmsgstr \"切換 Steam 應用程式列表。\"\n\n#: data/com.usebottles.bottles.gschema.xml:26\nmsgid \"Epic Games listing\"\nmsgstr \"Epic Games 遊戲清單\"\n\n#: data/com.usebottles.bottles.gschema.xml:27\nmsgid \"Toggle epic games listing.\"\nmsgstr \"切換 Epic Games 遊戲清單。\"\n\n#: data/com.usebottles.bottles.gschema.xml:31\nmsgid \"Ubisoft Connect listing\"\nmsgstr \"Ubisoft Connect 應用程式列表\"\n\n#: data/com.usebottles.bottles.gschema.xml:32\nmsgid \"Toggle ubisoft connect listing.\"\nmsgstr \"切換 Ubisoft Connect 應用程式列表。\"\n\n#: data/com.usebottles.bottles.gschema.xml:36\nmsgid \"Window width\"\nmsgstr \"視窗寬度\"\n\n#: data/com.usebottles.bottles.gschema.xml:37\nmsgid \"Change the window width.\"\nmsgstr \"修改視窗寬度。\"\n\n#: data/com.usebottles.bottles.gschema.xml:41\nmsgid \"Window height\"\nmsgstr \"視窗高度\"\n\n#: data/com.usebottles.bottles.gschema.xml:42\nmsgid \"Change the window height.\"\nmsgstr \"修改視窗高度。\"\n\n#: data/com.usebottles.bottles.gschema.xml:47\nmsgid \"Show notifications.\"\nmsgstr \"顯示通知。\"\n\n#: data/com.usebottles.bottles.gschema.xml:51\nmsgid \"Temp cleaning\"\nmsgstr \"暫存清理中\"\n\n#: data/com.usebottles.bottles.gschema.xml:52\nmsgid \"Clean the temp path when booting the system.\"\nmsgstr \"在系統啟動之時，清理暫存路徑。\"\n\n#: data/com.usebottles.bottles.gschema.xml:56\nmsgid \"Release Candidate\"\nmsgstr \"發佈\"\n\n#: data/com.usebottles.bottles.gschema.xml:57\nmsgid \"Toggle release candidate for runners.\"\nmsgstr \"切換候選版本執行器的顯示。\"\n\n#: data/com.usebottles.bottles.gschema.xml:61\nmsgid \"Startup view\"\nmsgstr \"啟動畫面\"\n\n#: data/com.usebottles.bottles.gschema.xml:62\nmsgid \"Choose which view the application should be started in.\"\nmsgstr \"選擇該程式應在何種檢視下啟動。\"\n\n#: data/com.usebottles.bottles.gschema.xml:67\nmsgid \"\"\n\"Toggle experimental features such as versioning and installers. Release \"\n\"candidate for runners.\"\nmsgstr \"切換實驗性功能，例如版本控制、安裝程式、候選版本的執行器。\"\n\n#: data/com.usebottles.bottles.gschema.xml:71\nmsgid \"Steam Proton Support\"\nmsgstr \"Steam Proton 支援\"\n\n#: data/com.usebottles.bottles.gschema.xml:72\nmsgid \"Toggle Steam Proton prefixes support.\"\nmsgstr \"切換 Steam Proton 前置環境的支援。\"\n\n#: data/com.usebottles.bottles.gschema.xml:76\nmsgid \"Experiments:sandbox\"\nmsgstr \"實驗性功能：沙盒\"\n\n#: data/com.usebottles.bottles.gschema.xml:77\nmsgid \"Toggle experimental Sandbox per bottle.\"\nmsgstr \"切換實驗性功能，沙盒隔離每個酒瓶。\"\n\n#: data/com.usebottles.bottles.gschema.xml:81\nmsgid \"Automatically close Bottles\"\nmsgstr \"自動關閉 Bottles\"\n\n#: data/com.usebottles.bottles.gschema.xml:82\nmsgid \"Close Bottles after starting an executable from the file manager.\"\nmsgstr \"從檔案管理員啟動執行檔後關閉 Bottles。\"\n\n#: data/com.usebottles.bottles.gschema.xml:86\nmsgid \"Show sandbox warning\"\nmsgstr \"顯示沙盒警告\"\n\n#: data/com.usebottles.bottles.gschema.xml:87\nmsgid \"Toggle sandbox warning.\"\nmsgstr \"切換沙盒警告。\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:11\nmsgid \"Run Windows software on Linux with Bottles!\"\nmsgstr \"使用 Bottles🍷以在 Linux 上執行 Windows 程式！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:12\nmsgid \"Bottle software and enjoy at your leisure!\"\nmsgstr \"將軟體裝瓶，待閒暇享受！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:13\nmsgid \"\"\n\"Our built-in dependency installation system grants automatic software \"\n\"compatibility access. Use the download manager to download the official \"\n\"components: the runner (Wine, Proton), DXVK, dependencies, etc.\"\nmsgstr \"內建的相依項目安裝系統會授予自動軟件兼容性權限。使用下載管理員以取得官方組件\"\n\"：執行器（Wine, Proton）、DXVK、相依項目等。\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:16\nmsgid \"\"\n\"Bottle versioning keeps your work safe now and lets you restore it later!\"\nmsgstr \"Bottle 的版本控制功能使您得以安全作業，並在稍後將其恢復！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:17\nmsgid \"Features:\"\nmsgstr \"特點：\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:19\nmsgid \"Create bottles using preconfigured environments or create your own\"\nmsgstr \"使用已設定的環境來建立容器或自行設定\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:20\nmsgid \"\"\n\"Run executables (.exe/.msi) in your bottles, directly from the context menu \"\n\"of your file-manager\"\nmsgstr \"直接從檔案管理員的右鍵選單中，在您的酒瓶裡啟動執行檔\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:21\nmsgid \"Automated detection of applications installed in your bottles\"\nmsgstr \"針對您容器中已安裝程式的自動化偵測程序\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:22\nmsgid \"Add environment variables quickly\"\nmsgstr \"快速新增環境變數\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:23\nmsgid \"Override DLLs directly from per-bottle preferences\"\nmsgstr \"直接在各容器的偏好設定中覆寫 DLL\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:24\nmsgid \"On-the-fly runner change for any Bottle\"\nmsgstr \"不須重新啟動即可改變容器設定\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:25\nmsgid \"\"\n\"Various gaming-performance optimizations (esync, fsync, DXVK, cache, shader \"\n\"compiler, offload … and much more.)\"\nmsgstr \"多種遊戲效能優化（esync、fsync、DXVK、快取、shader compiler、offload）\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:26\nmsgid \"Automatic installation and management of Wine and Proton runners\"\nmsgstr \"Wine 與 Proton 執行器的自動安裝、管理\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:27\nmsgid \"Automatic bottle repair in case of breakage\"\nmsgstr \"避免損毀的自動修復容器\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:28\nmsgid \"Integrated dependency-installer based on a community-driven repository\"\nmsgstr \"整合社群存儲庫驅動的相依套件安裝程式\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:29\nmsgid \"Integrated Task manager for Wine processes\"\nmsgstr \"Wine 處理程序的整合式工作管理員\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:30\nmsgid \"Access to ProtonDB and WineHQ for support\"\nmsgstr \"前往 ProtonDB 與 WineHQ 以獲得幫助\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:31\nmsgid \"System for bringing your configuration to new versions of Bottles\"\nmsgstr \"將您的設定帶到新版本 Bottles 的系統\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:32\nmsgid \"Back up and import bottles\"\nmsgstr \"備份與匯入容器\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:33\nmsgid \"Import Wine prefixes from other managers\"\nmsgstr \"將 Wine 前置環境自其它管理器匯入\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:34\nmsgid \"Bottles versioning\"\nmsgstr \"酒瓶版本控制\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:35\nmsgid \"... and much more that you can find by installing Bottles!\"\nmsgstr \"……與更多待你安裝 Bottles 後發掘！\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:84\nmsgid \"Update metadata information\"\nmsgstr \"更新詮釋資料資訊\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:89\nmsgid \"Add more update information and correct release notes version\"\nmsgstr \"新增更多更新資訊和正確的發行說明版本\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:94\nmsgid \"Fixed \\\"Add to Steam\\\" button\"\nmsgstr \"修正「新增到 Steam」按鈕\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:95\nmsgid \"Fixed BottleConfig being not serializable\"\nmsgstr \"修改 BottleConfig 無法排序的問題\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:96\nmsgid \"Fixed Patool double extraction failing\"\nmsgstr \"修復 Patool 雙重壓縮\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:101\nmsgid \"Correct version\"\nmsgstr \"正確版本\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:106\nmsgid \"Fix crash when creating a bottle\"\nmsgstr \"修正建立酒瓶時所發生錯誤\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:111\nmsgid \"Major change: Redesign New Bottle interface\"\nmsgstr \"重大改動：重新設計新 Bottle 介面\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:112\nmsgid \"Quality of life improvements:\"\nmsgstr \"品質改進：\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:114\nmsgid \"Replace emote-love icon with library in library page\"\nmsgstr \"在庫頁面中用 emoti-love 圖示取代了庫\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:115\nmsgid \"Add toast for \\\"Run Executable\\\"\"\nmsgstr \"新增“運行可執行檔”提示\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:117\nmsgid \"Bug fixes:\"\nmsgstr \"錯誤修正:\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:119\nmsgid \"Adding shortcut to Steam resulted an error\"\nmsgstr \"添加快捷方式到 Steam 導致了一個錯誤\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:120\nmsgid \"Importing backups resulted an error\"\nmsgstr \"匯入備份時發生錯誤\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:121\nmsgid \"Steam Runtime automatically enabled when using wine-ge-custom\"\nmsgstr \"當使用wine-ge-custom時, Steam執行時間將會自動啟用\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:122\nmsgid \"\"\n\"Various library related fixes, like empty covers, and crashes related to \"\n\"missing entries\"\nmsgstr \"各種庫相關的修復，例如空白封面，以及和缺失項相關的崩潰\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:123\nmsgid \"Fix various issues related to text encoding\"\nmsgstr \"修正文字編碼問題\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:130\nmsgid \"Fix error when downloading if Bottles isn't run from terminal\"\nmsgstr \"修正了不是從終端機執行 Bottles 時，下載出錯的問題\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:137\nmsgid \"Correct version date\"\nmsgstr \"正確的版本日期\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:138\nmsgid \"Hide NVIDIA-related critical errors on non NVIDIA systems\"\nmsgstr \"在非 NVIDIA 系統上隱藏與 NVIDIA 相關的嚴重錯誤\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:145\nmsgid \"Gamescope improvements and fixes\"\nmsgstr \"Gamescope 改進和修復\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:146\nmsgid \"Dependency installation is faster and more stable\"\nmsgstr \"依賴安裝更快、更穩定\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:147\nmsgid \"The health check has more information for faster debugging\"\nmsgstr \"健康檢查包含更多信息，以便更快地進行調試\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:148\nmsgid \"NVAPI has a lot of fixes and is more stable, should now work properly\"\nmsgstr \"修復許多 NVAPI 問題使其更加穩定，現在應該能正常工作\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:149\nmsgid \"Fix crash when downloading a component\"\nmsgstr \"修復了下載元件時的崩潰\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:150\nmsgid \"Backend code improvement by avoiding spin-lock\"\nmsgstr \"透過避免 spin-lock 來改進後端程式碼\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:151\nmsgid \"More variables for installer scripting\"\nmsgstr \"安裝包腳本編寫有了更多變量\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:152\nmsgid \"Fix onboard dialog showing \\\"All ready\\\" while it was in fact not ready\"\nmsgstr \"修正了首次執行本程式時對話方塊顯示」全部就緒「但實際上尚未就緒的問題\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:153\nmsgid \"Improvement to build system\"\nmsgstr \"改進建置系統\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:154\nmsgid \"Enabling VKD3D by default when creating bottles for gaming\"\nmsgstr \"創建玩遊戲的 bottles 時預設啟用 VKD3D\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:155\nmsgid \"Fix crashes when reading Steam files with bad encodings\"\nmsgstr \"修復了讀取壞編碼的 Steam 檔案時的崩潰\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:156\nmsgid \"\"\n\"Fix components not updated correctly in the UI after installation/\"\n\"uninstallation\"\nmsgstr \"修正了安裝/卸載後使用者介面中零件未正確更新的問題\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:157\nmsgid \"More FSR fixes\"\nmsgstr \"更多的 FSR 修復\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:158\nmsgid \"\"\n\"Fix the issue when a program closes after it was launched from \\\"Run \"\n\"executable\\\"\"\nmsgstr \"修復從“運行可執行檔”啟動程式後關閉的問題\"\n\n#: data/com.usebottles.bottles.metainfo.xml.in:159\nmsgid \"and many, many, many more!\"\nmsgstr \"不再贅述其他！\"\n\n#~ msgid \"Calculating…\"\n#~ msgstr \"計算中…\"\n\n#~ msgid \"Run .exe/.msi in this bottle\"\n#~ msgstr \"在此酒瓶中執行 .exe/.msi\"\n\n#~ msgid \"Click \\\"Create a new Bottle…\\\" to create a new bottle.\"\n#~ msgstr \"點選「新增酒瓶...」來新增酒瓶。\"\n\n#~ msgid \"Create a new Bottle…\"\n#~ msgstr \"建立新酒瓶…\"\n\n#~ msgid \"New Bottle\"\n#~ msgstr \"新酒瓶\"\n\n#~ msgid \"Bottle Information\"\n#~ msgstr \"酒瓶資訊\"\n\n#~ msgid \"An environment improved for Windows games.\"\n#~ msgstr \"一個環境已針對 Windows 遊戲改進。\"\n\n#~ msgid \"An environment improved for Windows applications.\"\n#~ msgstr \"一個為 Windows 應用程式改善的環境。\"\n\n#~ msgid \"A clear environment for your experiments.\"\n#~ msgstr \"一個乾淨的環境，專供您實驗之用。\"\n\n#~ msgid \"Unlinked Home Directory\"\n#~ msgstr \"未連結的家目錄\"\n\n#~ msgid \"Do not link the userdir to the homedir\"\n#~ msgstr \"不將使用者資料夾連結至家目錄\"\n\n#~ msgid \"64 bit\"\n#~ msgstr \"64 位元\"\n\n#~ msgid \"32 bit\"\n#~ msgstr \"32 位元\"\n\n#~ msgid \"Custom Recipe\"\n#~ msgstr \"自訂配方\"\n\n#~ msgid \"Choose a custom recipe for the environment if you have one.\"\n#~ msgstr \"選擇環境的自訂配方。\"\n\n#~ msgid \"Custom Path\"\n#~ msgstr \"自訂路徑\"\n\n#~ msgid \"Store this bottle in another place.\"\n#~ msgstr \"將此酒瓶儲存至其他地方。\"\n\n#~ msgid \"You are offline, unable to download.\"\n#~ msgstr \"您已離線，不能下載。\"\n\n#~ msgid \"Choose an executable path\"\n#~ msgstr \"選擇執行檔的路徑\"\n\n#~ msgid \"Choose a Windows executable file\"\n#~ msgstr \"選擇一個 Windows 執行檔\"\n\n#~ msgid \"Choose working directory for executables\"\n#~ msgstr \"選擇執行檔的工作目錄\"\n\n#~ msgid \"Choose a recipe file\"\n#~ msgstr \"選擇配方檔案\"\n\n#~ msgid \"Choose where to store the bottle\"\n#~ msgstr \"選擇要把酒瓶存放在哪裡\"\n\n#~ msgid \"Choose a new Bottles path\"\n#~ msgstr \"選擇新的Bottles路徑\"\n\n#~ msgid \"Choose the script\"\n#~ msgstr \"選擇指令稿\"\n\n#~ msgid \"Choose the Working Directory\"\n#~ msgstr \"選擇工作目錄\"\n\n#~ msgid \"\"\n#~ \"The PulseAudio Latency setting is now deprecated and enabled by default\"\n#~ msgstr \"PulseAudio Latency設定已停止使用，現預設為開啟\"\n\n#~ msgid \"Bottle details automatically show on bottle creation\"\n#~ msgstr \"酒瓶建立時自動顯示資訊\"\n\n#~ msgid \"Bottles now complies with GNOME Circle guidelines\"\n#~ msgstr \"Bottles現已符合GNOME Circle設計規範\"\n\n#~ msgid \"Disable pulseaudio_latency by default.\"\n#~ msgstr \"預設停用pulseaudio_latency設定。\"\n\n#~ msgid \"Fixed a crash during startup due to uninstaller.\"\n#~ msgstr \"修正因解除安裝程式導致的啟動時崩潰。\"\n\n#~ msgid \"Implemented a queue for installing components.\"\n#~ msgstr \"實作安裝組件的佇列。\"\n\n#~ msgid \"Fixed bottle deletion not working sometimes.\"\n#~ msgstr \"修正有時無法刪除酒瓶的錯誤。\"\n\n#~ msgid \"Support for latest dxvk @Blisto91\"\n#~ msgstr \"支援最新版DXVK @Blisto91\"\n\n#~ msgid \"Fix for DLSS\"\n#~ msgstr \"修正DLSS\"\n\n#~ msgid \"Added tooltips for program grades\"\n#~ msgstr \"為程式分數加入提示\"\n\n#~ msgid \"Fix installer completion @jntesteves\"\n#~ msgstr \"修正安裝程式的完成狀態 @jntesteves\"\n\n#~ msgid \"Fix gamescope arguments @jntesteves\"\n#~ msgstr \"修正 Gamescope的引數 @jntesteves\"\n\n#~ msgid \"Added Ctrl + W shortcut for closing windows @A6GibKm\"\n#~ msgstr \"新增按Ctrl + W關閉視窗的快捷鍵 @A6GibKm\"\n\n#~ msgid \"Fixed bottles unsetting XDG_DATA_HOME\"\n#~ msgstr \"取消設定XDG_DATA_HOME變數，修正Bottles\"\n\n#~ msgid \"French translations thanks to @julroy and @tymmsyde\"\n#~ msgstr \"法文翻譯感謝 @julroy 和 @tymmsyde\"\n\n#~ msgid \"Turkish translations thanks to @54linux-ea and @ruizlenato\"\n#~ msgstr \"土耳其翻譯感謝 @54linux-ea 和 @ruizlenato\"\n\n#~ msgid \"Russian translations thanks to @lenemter and @Smoque\"\n#~ msgstr \"俄文翻譯感謝 @lenemter 和 @Smoque\"\n\n#~ msgid \"Catalan translations thanks to @rogervc\"\n#~ msgstr \"加泰隆尼亞語翻譯感謝 @rogervc\"\n\n#~ msgid \"Arabic translations thanks to @TheDarkEvil\"\n#~ msgstr \"阿拉伯語翻譯感謝 @TheDarkEvil\"\n\n#~ msgid \"Korean translations thanks to @MarongHappy\"\n#~ msgstr \"韓文翻譯感謝 @MarongHappy\"\n\n#~ msgid \"\"\n#~ \"Portuguese translations thanks to @davipatricio, @SantosSi and @vitorhcl\"\n#~ msgstr \"葡萄牙文翻譯感謝 @davipatricio, @SantosSi 和 @vitorhcl\"\n\n#~ msgid \"Galician translations thanks to @NicoSGF64\"\n#~ msgstr \"加利西亞文翻譯感謝 @NicoSGF64\"\n\n#~ msgid \"Hebrew translations thanks to @itayweb\"\n#~ msgstr \"希伯來文翻譯感謝 @itayweb\"\n\n#~ msgid \"Polish translations thanks to @Mikutut\"\n#~ msgstr \"波蘭文翻譯感謝 @Mikutut\"\n\n#~ msgid \"Ultra Quality\"\n#~ msgstr \"超高品質\"\n\n#~ msgid \"Quality\"\n#~ msgstr \"品質\"\n\n#~ msgid \"Balanced\"\n#~ msgstr \"已平衡\"\n\n#~ msgid \"Choose path\"\n#~ msgstr \"選擇路徑\"\n\n#, fuzzy\n#~ msgid \"Choose a file.\"\n#~ msgstr \"選擇配置文件\"\n\n#, fuzzy\n#~ msgid \"File not Found\"\n#~ msgstr \"找不到狀態版本\"\n\n#~ msgid \"Easily manage wineprefix using environments\"\n#~ msgstr \"使用環境（變數）以輕鬆管理 wine prefix\"\n\n#~ msgid \"Run with Arguments…\"\n#~ msgstr \"輸入參數後執行…\"\n\n#~ msgid \"Browse internal files with the Wine explorer.\"\n#~ msgstr \"使用 Wine 檔案總管瀏覽內部檔案。\"\n\n#~ msgid \"Manage processes with the Wine task manager.\"\n#~ msgstr \"使用 Wine 工作管理員管理處理程序。\"\n\n#~ msgid \"Debug wine processes.\"\n#~ msgstr \"除錯 Wine 處理程序。\"\n\n#~ msgid \"Wine Configuration\"\n#~ msgstr \"Wine 配置\"\n\n#~ msgid \"Adjust internal settings.\"\n#~ msgstr \"調整內部設定。\"\n\n#~ msgid \"Uninstall programs using Wine uninstaller.\"\n#~ msgstr \"使用 Wine 解除安裝工具來解除安裝應用程式。\"\n\n#~ msgid \"Access the internal Wine Control Panel.\"\n#~ msgstr \"存取內部的 Wine 控制台。\"\n\n#~ msgid \"\"\n#~ \"Dependencies are software, libraries and codecs that improve the \"\n#~ \"compatibility of Windows software. Install from here to meet your program \"\n#~ \"requirements.\"\n#~ msgstr \"\"\n#~ \"相依項目是改善 Windows 軟體相容性的軟體、函式庫與編解碼器。從這裡安裝它們\"\n#~ \"來滿足您的程式的需求。\"\n\n#~ msgid \"Read documentation.\"\n#~ msgstr \"閱讀說明文件。\"\n\n#~ msgid \"We strongly advise against installing multiple dependencies at once.\"\n#~ msgstr \"我們強烈建議不要一次安裝數個相依項目。\"\n\n#~ msgid \"Select Dependencies\"\n#~ msgstr \"選取相依項目\"\n\n#~ msgid \"Read documentation\"\n#~ msgstr \"閱讀說明文件\"\n\n#~ msgid \"Graphics\"\n#~ msgstr \"圖形\"\n\n#~ msgid \"Improves performance of DirectX 11 games and 3D applications.\"\n#~ msgstr \"改善 DirectX 11 遊戲與 3D 應用程式的效能。\"\n\n#~ msgid \"Improves performance of DirectX 12 games and 3D applications.\"\n#~ msgstr \"改善 DirectX 12 遊戲與 3D 應用程式的效能。\"\n\n#~ msgid \"DLSS (DXVK-NVAPI)\"\n#~ msgstr \"DLSS (DXVK-NVAPI)\"\n\n#~ msgid \"Provide DLSS support if available and Nvidia's NVAPI.\"\n#~ msgstr \"提供 DLSS 支援（依可用性）與 Nvidia's NVAPI。\"\n\n#~ msgid \"FSR\"\n#~ msgstr \"FSR\"\n\n#~ msgid \"\"\n#~ \"FSR uses cutting-edge up-scaling technologies to help boost your \"\n#~ \"framerate.\"\n#~ msgstr \"FSR 使用技術尖端的圖像放大技術來幫助提升畫面更新率。\"\n\n#~ msgid \"vkBasalt\"\n#~ msgstr \"vkBasalt\"\n\n#~ msgid \"\"\n#~ \"vkBasalt is a Vulkan post processing layer to enhance the visual graphics \"\n#~ \"of games.\"\n#~ msgstr \"\"\n#~ \"vkBasalt 是一個建構於 Vulkan 上的後期處理層，可以提升遊戲的視覺效果。\"\n\n#, fuzzy\n#~ msgid \"Manage vkBasalt settings\"\n#~ msgstr \"管理執行器\"\n\n#~ msgid \"Use the Wine virtual desktop.\"\n#~ msgstr \"使用 Wine 的虛擬桌面。\"\n\n#~ msgid \"Screen Scaling\"\n#~ msgstr \"螢幕縮放\"\n\n#~ msgid \"Set custom DPI.\"\n#~ msgstr \"設定自訂 DPI。\"\n\n#~ msgid \"Manage Components Versions\"\n#~ msgstr \"管理組件版本\"\n\n#~ msgid \"DXVK Version\"\n#~ msgstr \"DXVK 版本\"\n\n#~ msgid \"VKD3D Version\"\n#~ msgstr \"VKD3D 版本\"\n\n#~ msgid \"DXVK NVAPI Version\"\n#~ msgstr \"DXVK NVAPI 版本\"\n\n#, fuzzy\n#~ msgid \"LatencyFleX Version\"\n#~ msgstr \"管理 DXVK 版本\"\n\n#~ msgid \"Optimise gaming performance on demand.\"\n#~ msgstr \"依需求優化遊戲效能。\"\n\n#, fuzzy\n#~ msgid \"Gamescope\"\n#~ msgstr \"使用遊戲模式\"\n\n#~ msgid \"Defaults to the bottle path.\"\n#~ msgstr \"預設使用酒瓶路徑。\"\n\n#~ msgid \"Reset to default\"\n#~ msgstr \"重設為預設值\"\n\n#~ msgid \"Choose a directory\"\n#~ msgstr \"選擇一個資料夾\"\n\n#~ msgid \"Audio\"\n#~ msgstr \"音訊\"\n\n#, fuzzy\n#~ msgid \"Reduce Latency\"\n#~ msgstr \"減少 PulseAudio 延遲\"\n\n#~ msgid \"Set PulseAudio latency to 60 ms, increasing sound quality.\"\n#~ msgstr \"設定 PulseAudio 延遲為 60 毫秒，以提高聲音品質。\"\n\n#~ msgid \"Versioning\"\n#~ msgstr \"版本控制\"\n\n#~ msgid \"Use Compression for States\"\n#~ msgstr \"為狀態版本使用壓縮\"\n\n#~ msgid \"\"\n#~ \"This will reduce the space used by the states but slow down their \"\n#~ \"creation.\"\n#~ msgstr \"這會降低狀態版本使用的空間，但會使它們的建立花更多時間。\"\n\n#~ msgid \"\"\n#~ \"Bottles will create a state before running any dependencies or installers.\"\n#~ msgstr \"Bottles 會在執行相依項目或安裝檔前建立狀態版本。\"\n\n#, fuzzy\n#~ msgid \"Development and Debugging\"\n#~ msgstr \"開發者與除錯\"\n\n#, fuzzy\n#~ msgid \"Wine 'fixme' Logs\"\n#~ msgstr \"啟用 wine 的 fixme 記錄\"\n\n#~ msgid \"Log code paths that are unimplemented in Wine.\"\n#~ msgstr \"記錄 Wine 中未實作代碼的路徑。\"\n\n#~ msgid \"No Programs found\"\n#~ msgstr \"沒有找到程式\"\n\n#, fuzzy\n#~ msgid \"Toggle Hidden\"\n#~ msgstr \"切換搜尋\"\n\n#~ msgid \"Take a break, it may take a while.\"\n#~ msgstr \"請稍作休息，可能會需要一些時間。\"\n\n#~ msgid \"Width (e.g. 1280)\"\n#~ msgstr \"寬度（例如 1280）\"\n\n#~ msgid \"Height (e.g. 720)\"\n#~ msgstr \"高度（例如 720）\"\n\n#, fuzzy\n#~ msgid \"Gamescope Resolution\"\n#~ msgstr \"使用遊戲模式\"\n\n#~ msgid \"\"\n#~ \"Change logging level.\\n\"\n#~ \"                                        \"\n#~ msgstr \"\"\n#~ \"變更記錄等級。\\n\"\n#~ \"                                        \"\n\n#, fuzzy\n#~ msgid \"vkBasalt Settings\"\n#~ msgstr \"顯示設定\"\n\n#~ msgid \"Start off by creating a Bottle.\"\n#~ msgstr \"從創立一個酒瓶開始。\"\n\n#~ msgid \"\"\n#~ \"Run Windows Software on Linux.\\n\"\n#~ \"                                                \"\n#~ msgstr \"\"\n#~ \"在 Linux 上執行 Windows 程式。\\n\"\n#~ \"                                                \"\n\n#~ msgid \"Custom Bottles Path (Requires Restart)\"\n#~ msgstr \"自訂酒瓶路徑（需要重新啟動）\"\n\n#~ msgid \"\"\n#~ \"Choose where to store the new bottles (this will not move the existing \"\n#~ \"ones).\"\n#~ msgstr \"選擇要把新的酒瓶存放在哪裡（這不會移動現有的酒瓶）。\"\n\n#~ msgid \"Import/Export…\"\n#~ msgstr \"匯入/匯出…\"\n\n#~ msgid \"Support\"\n#~ msgstr \"支援\"\n\n#~ msgid \"Forums\"\n#~ msgstr \"論壇\"\n\n#~ msgid \"Open menu\"\n#~ msgstr \"開啟目錄\"\n\n#~ msgid \"New bottle\"\n#~ msgstr \"新瓶子\"\n\n#~ msgid \"Ok\"\n#~ msgstr \"確定\"\n\n#~ msgid \"Confirm\"\n#~ msgstr \"確認\"\n\n#~ msgid \"\"\n#~ \"Are you sure you want to terminate all processes?\\n\"\n#~ \"This can cause data loss.\"\n#~ msgstr \"\"\n#~ \"確定要終止所有處理程序嗎？\\n\"\n#~ \"這可能會造成資料遺失。\"\n\n#~ msgid \"Default to the bottle path.\"\n#~ msgstr \"預設是酒瓶路徑。\"\n\n#~ msgid \"\"\n#~ \"This will kepp all your files but will delete all states. Do you want to \"\n#~ \"continue?\"\n#~ msgstr \"這會保留您的檔案，但會刪除所有狀態版本。確定要繼續嗎？\"\n\n#~ msgid \"Details & Utilities\"\n#~ msgstr \"細節與實用工具\"\n\n#~ msgid \"Found in your bottle's Start menu.\"\n#~ msgstr \"在您的酒瓶開始功能表中找到。\"\n\n#, python-brace-format\n#~ msgid \"A bottle named “{0}” was created successfully\"\n#~ msgstr \"成功鑄造了一個名為「{0}」的酒瓶\"\n\n#~ msgid \"Mirko Brombin\"\n#~ msgstr \"Mirko Brombin\"\n\n#~ msgid \"News\"\n#~ msgstr \"新聞\"\n\n#~ msgid \"Use compression for versioning states\"\n#~ msgstr \"為狀態版本使用壓縮\"\n\n#~ msgid \"New About dialog\"\n#~ msgstr \"新的關於對話框\"\n\n#~ msgid \"Fixes\"\n#~ msgstr \"修正\"\n\n#~ msgid \"Easily manage wineprefix\"\n#~ msgstr \"輕鬆管理 WINEPREFIX\"\n\n#~ msgid \"Experiments:library\"\n#~ msgstr \"實驗性：程式庫\"\n\n#~ msgid \"Toggle experimental Library mode.\"\n#~ msgstr \"切換實驗性的程式庫模式。\"\n\n#, fuzzy\n#~ msgid \"Loading…\"\n#~ msgstr \"下載中……\"\n\n#~ msgid \"Generating state files index …\"\n#~ msgstr \"正在創造狀態版本檔案索引……\"\n\n#~ msgid \"Creating a restore point …\"\n#~ msgstr \"正在創造恢復點……\"\n\n#~ msgid \"Updating index …\"\n#~ msgstr \"正在更新索引……\"\n\n#, python-brace-format\n#~ msgid \"Arguments found for executable: [{executable}].\"\n#~ msgstr \"為執行檔找到的引數：[{executable}]。\"\n\n#, fuzzy, python-brace-format\n#~ msgid \"'{0}' launched with Steam.\"\n#~ msgstr \"使用終端機開啟\"\n\n#, fuzzy\n#~ msgid \"Read documentation about dependencies.\"\n#~ msgstr \"閱讀文檔\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"Toggle DXVK overlay showing FPS and other details in D3D applications.\"\n#~ msgstr \"切換 D3D 應用程序中，包含 FPS 與其餘細節的 DXVK 螢幕上資訊框。\"\n\n#, fuzzy\n#~ msgid \"Read documentation about programs\"\n#~ msgstr \"閱讀文檔\"\n\n#~ msgid \"Enable versioning to save and restore the bottle to a state.\"\n#~ msgstr \"啟用版本控制，以將酒瓶的狀態存下，或恢復到某一個版本。\"\n\n#~ msgid \"Task manager\"\n#~ msgstr \"工作管理員\"\n\n#, fuzzy\n#~ msgid \"Installing...\"\n#~ msgstr \"安裝\"\n\n#, fuzzy\n#~ msgid \"Type a short comment:\"\n#~ msgstr \"留下一個極短的註解：\"\n\n#~ msgid \"Bottles versioning (experimental)\"\n#~ msgstr \"Bottles 版本管理（實驗性）\"\n\n#~ msgid \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">Translate</a>\"\n#~ msgstr \"<a href=\\\"https://hosted.weblate.org/engage/bottles/\\\">翻譯</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/funding/\\\">Funding</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/funding/\\\">斗內</a>\"\n\n#~ msgid \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">Bug report</a>\"\n#~ msgstr \"\"\n#~ \"<a href=\\\"https://github.com/bottlesdevs/Bottles/issues\\\">錯誤回報</a>\"\n\n#~ msgid \"<a href=\\\"https://usebottles.com/blog\\\">Blog</a>\"\n#~ msgstr \"<a href=\\\"https://usebottles.com/blog\\\">部落格</a>\"\n\n#~ msgid \"<a href=\\\"https://twitter.com/usebottles\\\">Twitter</a>\"\n#~ msgstr \"<a href=\\\"https://twitter.com/usebottles\\\">推特</a>\"\n\n#~ msgid \"Bug report\"\n#~ msgstr \"錯誤回報\"\n\n#~ msgid \"Open with explorer\"\n#~ msgstr \"使用檔案瀏覽器開啟\"\n\n#~ msgid \"Move inside the sandbox\"\n#~ msgstr \"移動至沙盒內\"\n\n#~ msgid \"Moving inside the sandbox…\"\n#~ msgstr \"正在移動到沙盒…\"\n\n#, fuzzy\n#~ msgid \"Utilities\"\n#~ msgstr \"細節與實用工具\"\n\n#~ msgid \"Wine config\"\n#~ msgstr \"Wine設定\"\n\n#~ msgid \"\"\n#~ \"Test mode enabled: only dependencies from testing repository are shown.\"\n#~ msgstr \"測試模式已啟用：僅測試存儲庫中的相依項目可見。\"\n\n#~ msgid \"Microsoft .NET Framework 4 ..\"\n#~ msgstr \"微軟 .NET Framework 4 ..\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified may be under proprietary \"\n#~ \"license.\"\n#~ msgstr \"雖然此頁面上之檔案已受驗證，然而可能受專有許可保護。\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"While the files on this page have been verified, they may be under a \"\n#~ \"proprietary license.\"\n#~ msgstr \"雖然此頁面上之檔案已受驗證，然而可能受專有許可保護。\"\n\n#, fuzzy\n#~ msgid \"Read documentation about installers\\t\"\n#~ msgstr \"閱讀文檔\"\n\n#~ msgid \"Bottle details\"\n#~ msgstr \"酒瓶細節資訊\"\n\n#~ msgid \"My beautiful bottle\"\n#~ msgstr \"我美麗的酒瓶～\"\n\n#, fuzzy\n#~ msgid \"Rename bottle\"\n#~ msgstr \"新瓶子\"\n\n#~ msgid \"Use DXVK\"\n#~ msgstr \"使用 DXVK\"\n\n#~ msgid \"Use VKD3D\"\n#~ msgstr \"使用 VKD3D\"\n\n#~ msgid \"Enable FSR\"\n#~ msgstr \"啟用 FSR\"\n\n#~ msgid \"Manage VKD3D versions\"\n#~ msgstr \"管理 VKD3D 版本\"\n\n#~ msgid \"DLL overrides\"\n#~ msgstr \"DLL 覆寫\"\n\n#, fuzzy\n#~ msgid \"Read documentation about versioning\\t\"\n#~ msgstr \"閱讀文檔\"\n\n#~ msgid \"e.g. ucrtbase\"\n#~ msgstr \"例如：ucrtbase\"\n\n#~ msgid \"Existing overrides\"\n#~ msgstr \"現存的覆載\"\n\n#, fuzzy\n#~ msgid \"e.g.: -example1 -example2 -example3=hello\"\n#~ msgstr \"例如：-example1 -example2 -example3=hello\"\n\n#, fuzzy\n#~ msgid \"New variable\"\n#~ msgstr \"新覆寫\"\n\n#~ msgid \"\"\n#~ \"Here you can change the environment variables for the commands that are \"\n#~ \"executed.\"\n#~ msgstr \"在此您可以修改所執行指令之環境變數。\"\n\n#, fuzzy\n#~ msgid \"e.g.: VAR1=value VAR2=value\"\n#~ msgstr \"例如：VAR1=value VAR2=value ..\"\n\n#~ msgid \"e.g: VAR1=value VAR2=value ..\"\n#~ msgstr \"例如：VAR1=value VAR2=value ..\"\n\n#~ msgid \"Message goes here.\"\n#~ msgstr \"此處留待通知。\"\n\n#, fuzzy\n#~ msgid \"Utility & Preferences\"\n#~ msgstr \"偏好設定\"\n\n#~ msgid \"Choose a name for your bottle\"\n#~ msgstr \"為您的酒瓶取個名\"\n\n#, fuzzy\n#~ msgid \"Use custom path\"\n#~ msgstr \"使用遊戲模式\"\n\n#~ msgid \"Welcome\"\n#~ msgstr \"歡迎\"\n\n#~ msgid \"Bottles makes running Windows Software on Linux much easier.\"\n#~ msgstr \"Bottles 簡化了在 Linux 上執行 Windows 軟體的步驟。\"\n\n#, fuzzy\n#~ msgid \"What Are Bottles?\"\n#~ msgstr \"什麼是執行器？\"\n\n#~ msgid \"We Are Almost There\"\n#~ msgstr \"快要到了——差一點點——\"\n\n#, fuzzy\n#~ msgid \"\"\n#~ \"We need to download and install some <a href=\\\"https://docs.usebottles.\"\n#~ \"com/getting-started/first-run\\\">components (~75MB)</a> to get you ready.\\n\"\n#~ \"\\n\"\n#~ \"We cannot offer these files with Bottles as these have different release \"\n#~ \"cycles.\\n\"\n#~ \"\\n\"\n#~ \"When you are ready press the <b>Install</b> button.\"\n#~ msgstr \"\"\n#~ \"我們需要下載並安裝執行器，以讓您創建自己的酒瓶。\\n\"\n#~ \"檔案大小約莫 <b>70MB</b>。\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/getting-started/first-run\\\">瞭解什麼\"\n#~ \"將被下載</a>\\n\"\n#~ \"\\n\"\n#~ \"由於發佈週期不同，我們不能隨 Bottles 附上這些檔案。\\n\"\n#~ \"\\n\"\n#~ \"當您已備妥之時，且按下 <b>安裝</b> 鈕。\"\n\n#~ msgid \"Sit down and relax, it may take a few minutes.\"\n#~ msgstr \"坐下並哼首歌，等待會變得更加快意。\"\n\n#~ msgid \"Download\"\n#~ msgstr \"下載\"\n\n#~ msgid \"Everything Is Ready!\"\n#~ msgstr \"萬眾皆備，只待號令！\"\n\n#~ msgid \"You are now ready to create your first bottles.\"\n#~ msgstr \"您現在可以創建自己的第一個酒瓶了。\"\n\n#~ msgid \"Finish\"\n#~ msgstr \"完成\"\n\n#~ msgid \"Whether the above list should display unstable versions.\"\n#~ msgstr \"上方列表是否應當顯示不穩定版本。\"\n\n#~ msgid \"Go back\"\n#~ msgstr \"返回\"\n\n#, fuzzy, python-format\n#~ msgid \"Pick executable for %s\"\n#~ msgstr \"執行檔路徑\"\n\n#~ msgid \"Confirm deletion\"\n#~ msgstr \"確認刪除\"\n\n#~ msgid \"Done\"\n#~ msgstr \"完成\"\n\n#, fuzzy\n#~ msgid \"Caffe runners\"\n#~ msgstr \"管理執行器\"\n\n#, fuzzy\n#~ msgid \"Proton runners\"\n#~ msgstr \"管理執行器\"\n\n#, fuzzy\n#~ msgid \"Other runners\"\n#~ msgstr \"管理執行器\"\n\n#~ msgid \"Bottles' Forums\"\n#~ msgstr \"Bottles 論壇\"\n\n#~ msgid \"New programs will be automatically found.\"\n#~ msgstr \"新程式將被自動發現。\"\n\n#~ msgid \"Change environment variables\"\n#~ msgstr \"修改環境變數\"\n\n#~ msgid \"This field cannot contain special characters!\"\n#~ msgstr \"此區域不得包含特殊字元！\"\n\n#~ msgid \"\"\n#~ \"These are compatibility layers which allows Windows software to be \"\n#~ \"installed and run on Linux systems.\\n\"\n#~ \"\\n\"\n#~ \"<b>Bottles</b> are environments where the runner configures the system \"\n#~ \"and where the Windows software runs and is installed.\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">Read more \"\n#~ \"about runners</a>\"\n#~ msgstr \"\"\n#~ \"他們是一個兼容層，使得 Windows 程式在 Linux 中被安裝、執行成為可能。\\n\"\n#~ \"\\n\"\n#~ \"<b>每個酒瓶</b>是一個執行環境。於其中，執行器配置系統，以及 Windows 程式安\"\n#~ \"裝並執行。\\n\"\n#~ \"\\n\"\n#~ \"<a href=\\\"https://docs.usebottles.com/components/runners\\\">瞭解更多執行器\"\n#~ \"相關</a>\"\n\n#~ msgid \"Import & export\"\n#~ msgstr \"匯入與匯出\"\n\n#, fuzzy\n#~ msgid \"Destroy this bottle\"\n#~ msgstr \"恢復此狀態版本\"\n\n#, fuzzy\n#~ msgid \"Make a backup of this bottle.\"\n#~ msgstr \"在此酒瓶中執行\"\n\n#~ msgid \"64-bit\"\n#~ msgstr \"64 位元\"\n\n#~ msgid \"32-bit\"\n#~ msgstr \"32 位元\"\n\n#~ msgid \"Night theme\"\n#~ msgstr \"夜間模式\"\n\n#~ msgid \"Use the night theme.\"\n#~ msgstr \"使用夜間模式。\"\n\n#, fuzzy\n#~ msgid \"Experiments:winebridge\"\n#~ msgstr \"實驗性功能：安裝程序\"\n\n#, fuzzy\n#~ msgid \"Enable ACO shader compiler\"\n#~ msgstr \"啟用 ACO 著色編譯器\"\n\n#~ msgid \"\"\n#~ \"Improves performance in games and 3D applications.\\n\"\n#~ \"Disable if you're experiencing graphical glitches.\"\n#~ msgstr \"\"\n#~ \"改善遊戲與 3D 應用程式的表現。\\n\"\n#~ \"若遇到圖像錯誤，請禁用之。\"\n\n#~ msgid \"Night mode\"\n#~ msgstr \"夜間模式\"\n\n#~ msgid \"Bottles' Issues\"\n#~ msgstr \"Bottles 問題\"\n\n#~ msgid \"Bottles Started!\"\n#~ msgstr \"酒瓶開了！\"\n\n#~ msgid \"\"\n#~ \"This is an experimental feature in early development, be careful and <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">report \"\n#~ \"bugs</a>.\"\n#~ msgstr \"\"\n#~ \"這是一個仍在早期開發階段的實驗性功能。謹慎使用，並於必要時 <a \"\n#~ \"href=\\\"https://github.com/bottlesdevs/Bottles/issues/new/choose\\\">回報錯誤\"\n#~ \"</a>。\"\n\n#~ msgid \"© 2017-2021 - Bottles Developers\"\n#~ msgstr \"© 2017-2021 - Bottles 開發者\"\n\n#~ msgid \"Optimise gaming performance on demand\"\n#~ msgstr \"依需求優化遊戲表現\"\n\n#~ msgid \"NVAPI version\"\n#~ msgstr \"NVAPI 版本\"\n\n#~ msgid \"Point to the bottle path\"\n#~ msgstr \"指向酒瓶路徑\"\n\n#~ msgid \"Gamemode is either not available on your system or not running.\"\n#~ msgstr \"遊戲模式似乎不支援您的系統，或者並未執行。\"\n\n#~ msgid \"Experiments:installers\"\n#~ msgstr \"實驗性功能：安裝程序\"\n\n#~ msgid \"Software\"\n#~ msgstr \"軟體\"\n\n#~ msgid \"An environment improved for Windows software.\"\n#~ msgstr \"一個環境已針對 Windows 軟體改進。\"\n"
  },
  {
    "path": "pyproject.toml",
    "content": "[tool.pytest.ini_options]\nlog_cli = true\nlog_cli_level = \"INFO\"\nlog_cli_format = \"%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)\"\n\n[tool.ruff]\nexclude = [\n\t\"bottles/backend/utils/nvidia.py\",\n\t\"bottles/backend/utils/vdf.py\",\n]\n\n[tool.ruff.lint]\nignore = [\"F401\", \"F402\", \"E722\", \"E741\"]\n"
  },
  {
    "path": "pyrightconfig.json",
    "content": "{\n  \"exclude\": [\n    \"po\",\n    \"flatpak.Builder\",\n    \"docs\",\n    \"build-dir\",\n    \"build-aux\",\n    \".github\",\n    \".flatpak-builder\"\n  ]\n}\n"
  },
  {
    "path": "requirements.dev.txt",
    "content": "# Updated using pur -r requirements.txt\npytest==8.3.3\npytest-mock==3.14.0\nfreezegun==1.5.1\nrequirements-parser==0.11.0\nmypy==1.11.2\nPyGObject-stubs\ntypes_Markdown\ntypes-PyYAML\ntypes-Pygments\ntypes_Pygments\ntypes_colorama\ntypes_pycurl\ntypes_requests\ntypes_docutils\npylint\n"
  },
  {
    "path": "requirements.txt",
    "content": "# Updated using pur -r requirements.txt\nwheel==0.44.0\nPyYAML==6.0.2\npycurl==7.45.3\nchardet==5.2.0\nrequests[use_chardet_on_py3]==2.32.3\nMarkdown==3.7\nicoextract==0.1.5\npatool==3.0.0\npathvalidate==3.2.1\nFVS==0.3.4\norjson==3.10.7\npycairo==1.27.0\nPyGObject==3.50.0\ncharset-normalizer==3.3.2\nidna==3.10\nurllib3==2.2.3\ncertifi==2024.8.30\npefile==2024.8.26\nyara-python==4.5.1\n"
  },
  {
    "path": "test_path_normalization.py",
    "content": "#!/usr/bin/env python3\n\"\"\"Quick test to verify path normalization logic.\"\"\"\n\n# Test the regex-based normalization\ndef test_normalize_path():\n    import re\n    \n    test_cases = [\n        # (input_path, expected_output)\n        (\"C:\\\\Program Files\\\\game.exe\", \"C:\\\\Program Files\\\\game.exe\"),  # Already Windows\n        (\"/var/home/user/.local/share/bottles/bottles/MyBottle/drive_c/Program Files/game.exe\", \"C:\\\\Program Files\\\\game.exe\"),\n        (\"/path/to/bottle/drive_d/Games/game.exe\", \"D:\\\\Games\\\\game.exe\"),\n        (\"/path/dosdevices/c:/windows/system32/cmd.exe\", \"C:\\\\windows\\\\system32\\\\cmd.exe\"),\n        (\"/path/dosdevices/e:/data/file.txt\", \"E:\\\\data\\\\file.txt\"),\n    ]\n    \n    def normalize(program_path: str) -> str:\n        \"\"\"Simplified version of _normalize_path_to_windows.\"\"\"\n        # Already Windows format?\n        if \":\" in program_path and \"\\\\\" in program_path:\n            return program_path\n        \n        # Convert Unix path to Windows format\n        if \"/drive_\" in program_path:\n            match = re.search(r\"drive_([a-z])/(.+)\", program_path)\n            if match:\n                drive = match.group(1).upper()\n                rest = match.group(2).replace(\"/\", \"\\\\\")\n                return f\"{drive}:\\\\{rest}\"\n        elif \"/dosdevices/\" in program_path:\n            match = re.search(r\"dosdevices/([a-z]):/(.+)\", program_path)\n            if match:\n                drive = match.group(1).upper()\n                rest = match.group(2).replace(\"/\", \"\\\\\")\n                return f\"{drive}:\\\\{rest}\"\n        \n        return program_path\n    \n    print(\"Testing path normalization:\")\n    print(\"-\" * 80)\n    \n    all_passed = True\n    for input_path, expected in test_cases:\n        result = normalize(input_path)\n        passed = result == expected\n        all_passed = all_passed and passed\n        \n        status = \"✓ PASS\" if passed else \"✗ FAIL\"\n        print(f\"{status}\")\n        print(f\"  Input:    {input_path}\")\n        print(f\"  Expected: {expected}\")\n        print(f\"  Got:      {result}\")\n        print()\n    \n    print(\"-\" * 80)\n    if all_passed:\n        print(\"✓ All tests passed!\")\n    else:\n        print(\"✗ Some tests failed!\")\n    \n    return all_passed\n\nif __name__ == \"__main__\":\n    import sys\n    success = test_normalize_path()\n    sys.exit(0 if success else 1)\n"
  },
  {
    "path": "tests/conftest.py",
    "content": "\"\"\"Pytest bootstrap for repository-local imports.\n\nEnsures the repository root is on sys.path so `import bottles` works when\nrunning `pytest` without installing the package.\n\"\"\"\n\nimport os\nimport sys\n\n\ndef _add_repo_root_to_syspath() -> None:\n    this_dir = os.path.dirname(__file__)\n    repo_root = os.path.abspath(os.path.join(this_dir, os.pardir))\n    if repo_root not in sys.path:\n        sys.path.insert(0, repo_root)\n\n\n_add_repo_root_to_syspath()\n\n\n"
  },
  {
    "path": "tests/test_fvs.py",
    "content": "import os\nimport sys\n\n# Add Bottles path to sys.path to resolve imports\nsys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))\n\nfrom bottles.fvs.repo import FVSRepo\nfrom bottles.fvs.exceptions import FVSNothingToCommit\n\ndef main():\n    repo_path = \"/tmp/fvs-test-py\"\n    if not os.path.exists(repo_path):\n        os.makedirs(repo_path)\n    \n    print(f\"Initializing FVSRepo at {repo_path}\")\n    repo = FVSRepo(repo_path)\n    \n    print(f\"Has no states: {repo.has_no_states}\")\n    \n    file_path = os.path.join(repo_path, \"test.txt\")\n    with open(file_path, \"w\") as f:\n        f.write(\"test content 1\\n\")\n        \n    print(\"Committing 'First state'\")\n    repo.commit(\"First state\")\n    \n    print(f\"Active state ID: {repo.active_state_id}\")\n    first_state_id = repo.active_state_id\n    print(f\"Num states: {len(repo.states)}\")\n    \n    with open(file_path, \"w\") as f:\n        f.write(\"test content 2\\n\")\n        \n    print(\"Committing 'Second state'\")\n    repo.commit(\"Second state\")\n    print(f\"Num states: {len(repo.states)}\")\n    \n    print(f\"Restoring {first_state_id}\")\n    repo.restore_state(first_state_id)\n    \n    with open(file_path, \"r\") as f:\n        content = f.read()\n    print(f\"Content after restore: {content.strip()}\")\n    assert content.strip() == \"test content 1\"\n\nif __name__ == \"__main__\":\n    main()\n"
  }
]